{
  "author": {
    "name": "CDK Terrain Maintainers",
    "organization": true,
    "roles": [
      "author"
    ],
    "url": "https://cdktn.io"
  },
  "dependencies": {
    "cdktn": "^0.23.0",
    "constructs": "^10.6.0"
  },
  "dependencyClosure": {
    "cdktn": {
      "submodules": {
        "cdktn.testingMatchers": {}
      },
      "targets": {
        "dotnet": {
          "namespace": "Io.Cdktn",
          "packageId": "Io.Cdktn"
        },
        "go": {
          "moduleName": "github.com/open-constructs/cdk-terrain-go",
          "packageName": "cdktn"
        },
        "java": {
          "maven": {
            "artifactId": "cdktn",
            "groupId": "io.cdktn"
          },
          "package": "io.cdktn.cdktn"
        },
        "js": {
          "npm": "cdktn"
        },
        "python": {
          "distName": "cdktn",
          "module": "cdktn"
        }
      }
    },
    "constructs": {
      "targets": {
        "dotnet": {
          "namespace": "Constructs",
          "packageId": "Constructs"
        },
        "go": {
          "moduleName": "github.com/aws/constructs-go"
        },
        "java": {
          "maven": {
            "artifactId": "constructs",
            "groupId": "software.constructs"
          },
          "package": "software.constructs"
        },
        "js": {
          "npm": "constructs"
        },
        "python": {
          "distName": "constructs",
          "module": "constructs"
        }
      }
    }
  },
  "description": "Prebuilt datadog Provider for CDK Terrain (cdktn)",
  "docs": {
    "stability": "stable"
  },
  "homepage": "https://github.com/cdktn-io/cdktn-provider-datadog.git",
  "jsiiVersion": "5.9.39 (build cdf85b4)",
  "keywords": [
    "cdk",
    "cdk-terrain",
    "cdktf",
    "cdktn",
    "datadog",
    "opentofu",
    "provider",
    "terraform"
  ],
  "license": "MPL-2.0",
  "metadata": {
    "jsii": {
      "pacmak": {
        "hasDefaultInterfaces": true
      }
    },
    "tscRootDir": "src"
  },
  "name": "@cdktn/provider-datadog",
  "readme": {
    "markdown": "\n# CDKTN prebuilt bindings for DataDog/datadog provider version 4.8.0\n\nThis repo builds and publishes the [Terraform datadog provider](https://registry.terraform.io/providers/DataDog/datadog/4.8.0/docs) bindings for [CDK Terrain](https://cdktn.io).\n\n## Available Packages\n\n### NPM\n\nThe npm package is available at [https://www.npmjs.com/package/@cdktn/provider-datadog](https://www.npmjs.com/package/@cdktn/provider-datadog).\n\n`npm install @cdktn/provider-datadog`\n\n### PyPI\n\nThe PyPI package is available at [https://pypi.org/project/cdktn-provider-datadog](https://pypi.org/project/cdktn-provider-datadog).\n\n`pipenv install cdktn-provider-datadog`\n\n### Nuget\n\nThe Nuget package is available at [https://www.nuget.org/packages/Io.Cdktn.Providers.Datadog](https://www.nuget.org/packages/Io.Cdktn.Providers.Datadog).\n\n`dotnet add package Io.Cdktn.Providers.Datadog`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/io.cdktn/cdktn-provider-datadog](https://mvnrepository.com/artifact/io.cdktn/cdktn-provider-datadog).\n\n```\n<dependency>\n    <groupId>io.cdktn</groupId>\n    <artifactId>cdktn-provider-datadog</artifactId>\n    <version>[REPLACE WITH DESIRED VERSION]</version>\n</dependency>\n```\n\n### Go\n\nThe go package is generated into the [`github.com/cdktn-io/cdktn-provider-datadog-go`](https://github.com/cdktn-io/cdktn-provider-datadog-go) package.\n\n`go get github.com/cdktn-io/cdktn-provider-datadog-go/datadog/<version>`\n\nWhere `<version>` is the version of the prebuilt provider you would like to use e.g. `v11`. The full module name can be found\nwithin the [go.mod](https://github.com/cdktn-io/cdktn-provider-datadog-go/blob/main/datadog/go.mod#L1) file.\n\n## Docs\n\nFind auto-generated docs for this provider here:\n\n- [Typescript](./docs/API.typescript.md)\n- [Python](./docs/API.python.md)\n- [Java](./docs/API.java.md)\n- [C#](./docs/API.csharp.md)\n- [Go](./docs/API.go.md)\n\nYou can also visit a hosted version of the documentation on [constructs.dev](https://constructs.dev/packages/@cdktn/provider-datadog).\n\n## Versioning\n\nThis project is explicitly not tracking the Terraform datadog provider version 1:1. In fact, it always tracks `latest` of `~> 4.0` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by [generating the provider constructs manually](https://cdktn.io/docs/concepts/providers#import-providers).\n\nThese are the upstream dependencies:\n\n- [CDK Terrain](https://cdktn.io) - Last official release\n- [Terraform datadog provider](https://registry.terraform.io/providers/DataDog/datadog/4.8.0)\n- [Terraform Engine](https://terraform.io)\n\nIf there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.\n\n## Features / Issues / Bugs\n\nPlease report bugs and issues to the [CDK Terrain](https://cdktn.io) project:\n\n- [Create bug report](https://github.com/open-constructs/cdk-terrain/issues)\n- [Create feature request](https://github.com/open-constructs/cdk-terrain/issues)\n\n## Contributing\n\n### Projen\n\nThis is mostly based on [Projen](https://projen.io), which takes care of generating the entire repository.\n\n### cdktn-provider-project based on Projen\n\nThere's a custom [project builder](https://github.com/cdktn-io/cdktn-provider-project) which encapsulate the common settings for all `cdktn` prebuilt providers.\n\n### Provider Version\n\nThe provider version can be adjusted in [./.projenrc.js](./.projenrc.js).\n\n### Repository Management\n\nThe repository is managed by [CDKTN Repository Manager](https://github.com/cdktn-io/cdktn-repository-manager/).\n"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cdktn-io/cdktn-provider-datadog.git"
  },
  "schema": "jsii/0.10.0",
  "submodules": {
    "@cdktn/provider-datadog.actionConnection": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 7
      },
      "readme": {
        "markdown": "# `datadog_action_connection`\n\nRefer to the Terraform Registry for docs: [`datadog_action_connection`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/action_connection).\n"
      },
      "symbolId": "src/action-connection/index:"
    },
    "@cdktn/provider-datadog.agentlessScanningAwsScanOptions": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 8
      },
      "readme": {
        "markdown": "# `datadog_agentless_scanning_aws_scan_options`\n\nRefer to the Terraform Registry for docs: [`datadog_agentless_scanning_aws_scan_options`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/agentless_scanning_aws_scan_options).\n"
      },
      "symbolId": "src/agentless-scanning-aws-scan-options/index:"
    },
    "@cdktn/provider-datadog.agentlessScanningGcpScanOptions": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 9
      },
      "readme": {
        "markdown": "# `datadog_agentless_scanning_gcp_scan_options`\n\nRefer to the Terraform Registry for docs: [`datadog_agentless_scanning_gcp_scan_options`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/agentless_scanning_gcp_scan_options).\n"
      },
      "symbolId": "src/agentless-scanning-gcp-scan-options/index:"
    },
    "@cdktn/provider-datadog.apiKey": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 10
      },
      "readme": {
        "markdown": "# `datadog_api_key`\n\nRefer to the Terraform Registry for docs: [`datadog_api_key`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/api_key).\n"
      },
      "symbolId": "src/api-key/index:"
    },
    "@cdktn/provider-datadog.apmRetentionFilter": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 11
      },
      "readme": {
        "markdown": "# `datadog_apm_retention_filter`\n\nRefer to the Terraform Registry for docs: [`datadog_apm_retention_filter`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/apm_retention_filter).\n"
      },
      "symbolId": "src/apm-retention-filter/index:"
    },
    "@cdktn/provider-datadog.apmRetentionFilterOrder": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 12
      },
      "readme": {
        "markdown": "# `datadog_apm_retention_filter_order`\n\nRefer to the Terraform Registry for docs: [`datadog_apm_retention_filter_order`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/apm_retention_filter_order).\n"
      },
      "symbolId": "src/apm-retention-filter-order/index:"
    },
    "@cdktn/provider-datadog.appBuilderApp": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 13
      },
      "readme": {
        "markdown": "# `datadog_app_builder_app`\n\nRefer to the Terraform Registry for docs: [`datadog_app_builder_app`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/app_builder_app).\n"
      },
      "symbolId": "src/app-builder-app/index:"
    },
    "@cdktn/provider-datadog.appKeyRegistration": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 14
      },
      "readme": {
        "markdown": "# `datadog_app_key_registration`\n\nRefer to the Terraform Registry for docs: [`datadog_app_key_registration`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/app_key_registration).\n"
      },
      "symbolId": "src/app-key-registration/index:"
    },
    "@cdktn/provider-datadog.applicationKey": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 15
      },
      "readme": {
        "markdown": "# `datadog_application_key`\n\nRefer to the Terraform Registry for docs: [`datadog_application_key`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/application_key).\n"
      },
      "symbolId": "src/application-key/index:"
    },
    "@cdktn/provider-datadog.appsecWafCustomRule": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 16
      },
      "readme": {
        "markdown": "# `datadog_appsec_waf_custom_rule`\n\nRefer to the Terraform Registry for docs: [`datadog_appsec_waf_custom_rule`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_custom_rule).\n"
      },
      "symbolId": "src/appsec-waf-custom-rule/index:"
    },
    "@cdktn/provider-datadog.appsecWafExclusionFilter": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 17
      },
      "readme": {
        "markdown": "# `datadog_appsec_waf_exclusion_filter`\n\nRefer to the Terraform Registry for docs: [`datadog_appsec_waf_exclusion_filter`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_exclusion_filter).\n"
      },
      "symbolId": "src/appsec-waf-exclusion-filter/index:"
    },
    "@cdktn/provider-datadog.authnMapping": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 18
      },
      "readme": {
        "markdown": "# `datadog_authn_mapping`\n\nRefer to the Terraform Registry for docs: [`datadog_authn_mapping`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/authn_mapping).\n"
      },
      "symbolId": "src/authn-mapping/index:"
    },
    "@cdktn/provider-datadog.awsCurConfig": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 19
      },
      "readme": {
        "markdown": "# `datadog_aws_cur_config`\n\nRefer to the Terraform Registry for docs: [`datadog_aws_cur_config`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/aws_cur_config).\n"
      },
      "symbolId": "src/aws-cur-config/index:"
    },
    "@cdktn/provider-datadog.azureUcConfig": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 20
      },
      "readme": {
        "markdown": "# `datadog_azure_uc_config`\n\nRefer to the Terraform Registry for docs: [`datadog_azure_uc_config`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/azure_uc_config).\n"
      },
      "symbolId": "src/azure-uc-config/index:"
    },
    "@cdktn/provider-datadog.childOrganization": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 21
      },
      "readme": {
        "markdown": "# `datadog_child_organization`\n\nRefer to the Terraform Registry for docs: [`datadog_child_organization`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/child_organization).\n"
      },
      "symbolId": "src/child-organization/index:"
    },
    "@cdktn/provider-datadog.cloudConfigurationRule": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 22
      },
      "readme": {
        "markdown": "# `datadog_cloud_configuration_rule`\n\nRefer to the Terraform Registry for docs: [`datadog_cloud_configuration_rule`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_configuration_rule).\n"
      },
      "symbolId": "src/cloud-configuration-rule/index:"
    },
    "@cdktn/provider-datadog.cloudInventorySyncConfig": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 23
      },
      "readme": {
        "markdown": "# `datadog_cloud_inventory_sync_config`\n\nRefer to the Terraform Registry for docs: [`datadog_cloud_inventory_sync_config`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_inventory_sync_config).\n"
      },
      "symbolId": "src/cloud-inventory-sync-config/index:"
    },
    "@cdktn/provider-datadog.cloudWorkloadSecurityAgentRule": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 24
      },
      "readme": {
        "markdown": "# `datadog_cloud_workload_security_agent_rule`\n\nRefer to the Terraform Registry for docs: [`datadog_cloud_workload_security_agent_rule`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_workload_security_agent_rule).\n"
      },
      "symbolId": "src/cloud-workload-security-agent-rule/index:"
    },
    "@cdktn/provider-datadog.complianceCustomFramework": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 25
      },
      "readme": {
        "markdown": "# `datadog_compliance_custom_framework`\n\nRefer to the Terraform Registry for docs: [`datadog_compliance_custom_framework`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/compliance_custom_framework).\n"
      },
      "symbolId": "src/compliance-custom-framework/index:"
    },
    "@cdktn/provider-datadog.complianceResourceEvaluationFilter": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 26
      },
      "readme": {
        "markdown": "# `datadog_compliance_resource_evaluation_filter`\n\nRefer to the Terraform Registry for docs: [`datadog_compliance_resource_evaluation_filter`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/compliance_resource_evaluation_filter).\n"
      },
      "symbolId": "src/compliance-resource-evaluation-filter/index:"
    },
    "@cdktn/provider-datadog.costBudget": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 27
      },
      "readme": {
        "markdown": "# `datadog_cost_budget`\n\nRefer to the Terraform Registry for docs: [`datadog_cost_budget`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cost_budget).\n"
      },
      "symbolId": "src/cost-budget/index:"
    },
    "@cdktn/provider-datadog.csmThreatsAgentRule": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 28
      },
      "readme": {
        "markdown": "# `datadog_csm_threats_agent_rule`\n\nRefer to the Terraform Registry for docs: [`datadog_csm_threats_agent_rule`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/csm_threats_agent_rule).\n"
      },
      "symbolId": "src/csm-threats-agent-rule/index:"
    },
    "@cdktn/provider-datadog.csmThreatsPolicy": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 29
      },
      "readme": {
        "markdown": "# `datadog_csm_threats_policy`\n\nRefer to the Terraform Registry for docs: [`datadog_csm_threats_policy`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/csm_threats_policy).\n"
      },
      "symbolId": "src/csm-threats-policy/index:"
    },
    "@cdktn/provider-datadog.customAllocationRule": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 30
      },
      "readme": {
        "markdown": "# `datadog_custom_allocation_rule`\n\nRefer to the Terraform Registry for docs: [`datadog_custom_allocation_rule`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule).\n"
      },
      "symbolId": "src/custom-allocation-rule/index:"
    },
    "@cdktn/provider-datadog.customAllocationRules": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 31
      },
      "readme": {
        "markdown": "# `datadog_custom_allocation_rules`\n\nRefer to the Terraform Registry for docs: [`datadog_custom_allocation_rules`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rules).\n"
      },
      "symbolId": "src/custom-allocation-rules/index:"
    },
    "@cdktn/provider-datadog.dashboard": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 32
      },
      "readme": {
        "markdown": "# `datadog_dashboard`\n\nRefer to the Terraform Registry for docs: [`datadog_dashboard`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard).\n"
      },
      "symbolId": "src/dashboard/index:"
    },
    "@cdktn/provider-datadog.dashboardJson": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 33
      },
      "readme": {
        "markdown": "# `datadog_dashboard_json`\n\nRefer to the Terraform Registry for docs: [`datadog_dashboard_json`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_json).\n"
      },
      "symbolId": "src/dashboard-json/index:"
    },
    "@cdktn/provider-datadog.dashboardList": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 34
      },
      "readme": {
        "markdown": "# `datadog_dashboard_list`\n\nRefer to the Terraform Registry for docs: [`datadog_dashboard_list`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_list).\n"
      },
      "symbolId": "src/dashboard-list/index:"
    },
    "@cdktn/provider-datadog.dashboardV2": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 35
      },
      "readme": {
        "markdown": "# `datadog_dashboard_v2`\n\nRefer to the Terraform Registry for docs: [`datadog_dashboard_v2`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2).\n"
      },
      "symbolId": "src/dashboard-v2/index:"
    },
    "@cdktn/provider-datadog.dataDatadogActionConnection": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 141
      },
      "readme": {
        "markdown": "# `data_datadog_action_connection`\n\nRefer to the Terraform Registry for docs: [`data_datadog_action_connection`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/action_connection).\n"
      },
      "symbolId": "src/data-datadog-action-connection/index:"
    },
    "@cdktn/provider-datadog.dataDatadogApiKey": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 142
      },
      "readme": {
        "markdown": "# `data_datadog_api_key`\n\nRefer to the Terraform Registry for docs: [`data_datadog_api_key`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/api_key).\n"
      },
      "symbolId": "src/data-datadog-api-key/index:"
    },
    "@cdktn/provider-datadog.dataDatadogApmRetentionFiltersOrder": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 143
      },
      "readme": {
        "markdown": "# `data_datadog_apm_retention_filters_order`\n\nRefer to the Terraform Registry for docs: [`data_datadog_apm_retention_filters_order`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/apm_retention_filters_order).\n"
      },
      "symbolId": "src/data-datadog-apm-retention-filters-order/index:"
    },
    "@cdktn/provider-datadog.dataDatadogAppBuilderApp": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 144
      },
      "readme": {
        "markdown": "# `data_datadog_app_builder_app`\n\nRefer to the Terraform Registry for docs: [`data_datadog_app_builder_app`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/app_builder_app).\n"
      },
      "symbolId": "src/data-datadog-app-builder-app/index:"
    },
    "@cdktn/provider-datadog.dataDatadogAwsCurConfig": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 145
      },
      "readme": {
        "markdown": "# `data_datadog_aws_cur_config`\n\nRefer to the Terraform Registry for docs: [`data_datadog_aws_cur_config`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/aws_cur_config).\n"
      },
      "symbolId": "src/data-datadog-aws-cur-config/index:"
    },
    "@cdktn/provider-datadog.dataDatadogAzureUcConfig": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 146
      },
      "readme": {
        "markdown": "# `data_datadog_azure_uc_config`\n\nRefer to the Terraform Registry for docs: [`data_datadog_azure_uc_config`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/azure_uc_config).\n"
      },
      "symbolId": "src/data-datadog-azure-uc-config/index:"
    },
    "@cdktn/provider-datadog.dataDatadogCloudWorkloadSecurityAgentRules": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 147
      },
      "readme": {
        "markdown": "# `data_datadog_cloud_workload_security_agent_rules`\n\nRefer to the Terraform Registry for docs: [`data_datadog_cloud_workload_security_agent_rules`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/cloud_workload_security_agent_rules).\n"
      },
      "symbolId": "src/data-datadog-cloud-workload-security-agent-rules/index:"
    },
    "@cdktn/provider-datadog.dataDatadogCostBudget": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 148
      },
      "readme": {
        "markdown": "# `data_datadog_cost_budget`\n\nRefer to the Terraform Registry for docs: [`data_datadog_cost_budget`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/cost_budget).\n"
      },
      "symbolId": "src/data-datadog-cost-budget/index:"
    },
    "@cdktn/provider-datadog.dataDatadogCsmThreatsAgentRules": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 149
      },
      "readme": {
        "markdown": "# `data_datadog_csm_threats_agent_rules`\n\nRefer to the Terraform Registry for docs: [`data_datadog_csm_threats_agent_rules`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/csm_threats_agent_rules).\n"
      },
      "symbolId": "src/data-datadog-csm-threats-agent-rules/index:"
    },
    "@cdktn/provider-datadog.dataDatadogCsmThreatsPolicies": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 150
      },
      "readme": {
        "markdown": "# `data_datadog_csm_threats_policies`\n\nRefer to the Terraform Registry for docs: [`data_datadog_csm_threats_policies`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/csm_threats_policies).\n"
      },
      "symbolId": "src/data-datadog-csm-threats-policies/index:"
    },
    "@cdktn/provider-datadog.dataDatadogCustomAllocationRule": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 151
      },
      "readme": {
        "markdown": "# `data_datadog_custom_allocation_rule`\n\nRefer to the Terraform Registry for docs: [`data_datadog_custom_allocation_rule`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/custom_allocation_rule).\n"
      },
      "symbolId": "src/data-datadog-custom-allocation-rule/index:"
    },
    "@cdktn/provider-datadog.dataDatadogDashboard": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 152
      },
      "readme": {
        "markdown": "# `data_datadog_dashboard`\n\nRefer to the Terraform Registry for docs: [`data_datadog_dashboard`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/dashboard).\n"
      },
      "symbolId": "src/data-datadog-dashboard/index:"
    },
    "@cdktn/provider-datadog.dataDatadogDashboardList": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 153
      },
      "readme": {
        "markdown": "# `data_datadog_dashboard_list`\n\nRefer to the Terraform Registry for docs: [`data_datadog_dashboard_list`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/dashboard_list).\n"
      },
      "symbolId": "src/data-datadog-dashboard-list/index:"
    },
    "@cdktn/provider-datadog.dataDatadogDatastore": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 154
      },
      "readme": {
        "markdown": "# `data_datadog_datastore`\n\nRefer to the Terraform Registry for docs: [`data_datadog_datastore`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/datastore).\n"
      },
      "symbolId": "src/data-datadog-datastore/index:"
    },
    "@cdktn/provider-datadog.dataDatadogDatastoreItem": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 155
      },
      "readme": {
        "markdown": "# `data_datadog_datastore_item`\n\nRefer to the Terraform Registry for docs: [`data_datadog_datastore_item`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/datastore_item).\n"
      },
      "symbolId": "src/data-datadog-datastore-item/index:"
    },
    "@cdktn/provider-datadog.dataDatadogGcpUcConfig": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 156
      },
      "readme": {
        "markdown": "# `data_datadog_gcp_uc_config`\n\nRefer to the Terraform Registry for docs: [`data_datadog_gcp_uc_config`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/gcp_uc_config).\n"
      },
      "symbolId": "src/data-datadog-gcp-uc-config/index:"
    },
    "@cdktn/provider-datadog.dataDatadogHosts": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 157
      },
      "readme": {
        "markdown": "# `data_datadog_hosts`\n\nRefer to the Terraform Registry for docs: [`data_datadog_hosts`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/hosts).\n"
      },
      "symbolId": "src/data-datadog-hosts/index:"
    },
    "@cdktn/provider-datadog.dataDatadogIncidentNotificationRule": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 158
      },
      "readme": {
        "markdown": "# `data_datadog_incident_notification_rule`\n\nRefer to the Terraform Registry for docs: [`data_datadog_incident_notification_rule`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/incident_notification_rule).\n"
      },
      "symbolId": "src/data-datadog-incident-notification-rule/index:"
    },
    "@cdktn/provider-datadog.dataDatadogIncidentNotificationTemplate": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 159
      },
      "readme": {
        "markdown": "# `data_datadog_incident_notification_template`\n\nRefer to the Terraform Registry for docs: [`data_datadog_incident_notification_template`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/incident_notification_template).\n"
      },
      "symbolId": "src/data-datadog-incident-notification-template/index:"
    },
    "@cdktn/provider-datadog.dataDatadogIncidentType": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 160
      },
      "readme": {
        "markdown": "# `data_datadog_incident_type`\n\nRefer to the Terraform Registry for docs: [`data_datadog_incident_type`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/incident_type).\n"
      },
      "symbolId": "src/data-datadog-incident-type/index:"
    },
    "@cdktn/provider-datadog.dataDatadogIntegrationAwsAvailableLogsServices": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 161
      },
      "readme": {
        "markdown": "# `data_datadog_integration_aws_available_logs_services`\n\nRefer to the Terraform Registry for docs: [`data_datadog_integration_aws_available_logs_services`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/integration_aws_available_logs_services).\n"
      },
      "symbolId": "src/data-datadog-integration-aws-available-logs-services/index:"
    },
    "@cdktn/provider-datadog.dataDatadogIntegrationAwsAvailableNamespaces": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 162
      },
      "readme": {
        "markdown": "# `data_datadog_integration_aws_available_namespaces`\n\nRefer to the Terraform Registry for docs: [`data_datadog_integration_aws_available_namespaces`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/integration_aws_available_namespaces).\n"
      },
      "symbolId": "src/data-datadog-integration-aws-available-namespaces/index:"
    },
    "@cdktn/provider-datadog.dataDatadogIntegrationAwsExternalId": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 163
      },
      "readme": {
        "markdown": "# `data_datadog_integration_aws_external_id`\n\nRefer to the Terraform Registry for docs: [`data_datadog_integration_aws_external_id`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/integration_aws_external_id).\n"
      },
      "symbolId": "src/data-datadog-integration-aws-external-id/index:"
    },
    "@cdktn/provider-datadog.dataDatadogIntegrationAwsIamPermissions": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 164
      },
      "readme": {
        "markdown": "# `data_datadog_integration_aws_iam_permissions`\n\nRefer to the Terraform Registry for docs: [`data_datadog_integration_aws_iam_permissions`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/integration_aws_iam_permissions).\n"
      },
      "symbolId": "src/data-datadog-integration-aws-iam-permissions/index:"
    },
    "@cdktn/provider-datadog.dataDatadogIntegrationAwsIamPermissionsResourceCollection": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 165
      },
      "readme": {
        "markdown": "# `data_datadog_integration_aws_iam_permissions_resource_collection`\n\nRefer to the Terraform Registry for docs: [`data_datadog_integration_aws_iam_permissions_resource_collection`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/integration_aws_iam_permissions_resource_collection).\n"
      },
      "symbolId": "src/data-datadog-integration-aws-iam-permissions-resource-collection/index:"
    },
    "@cdktn/provider-datadog.dataDatadogIntegrationAwsIamPermissionsStandard": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 166
      },
      "readme": {
        "markdown": "# `data_datadog_integration_aws_iam_permissions_standard`\n\nRefer to the Terraform Registry for docs: [`data_datadog_integration_aws_iam_permissions_standard`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/integration_aws_iam_permissions_standard).\n"
      },
      "symbolId": "src/data-datadog-integration-aws-iam-permissions-standard/index:"
    },
    "@cdktn/provider-datadog.dataDatadogIntegrationAwsLogsServices": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 167
      },
      "readme": {
        "markdown": "# `data_datadog_integration_aws_logs_services`\n\nRefer to the Terraform Registry for docs: [`data_datadog_integration_aws_logs_services`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/integration_aws_logs_services).\n"
      },
      "symbolId": "src/data-datadog-integration-aws-logs-services/index:"
    },
    "@cdktn/provider-datadog.dataDatadogIntegrationAwsNamespaceRules": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 168
      },
      "readme": {
        "markdown": "# `data_datadog_integration_aws_namespace_rules`\n\nRefer to the Terraform Registry for docs: [`data_datadog_integration_aws_namespace_rules`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/integration_aws_namespace_rules).\n"
      },
      "symbolId": "src/data-datadog-integration-aws-namespace-rules/index:"
    },
    "@cdktn/provider-datadog.dataDatadogIpRanges": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 169
      },
      "readme": {
        "markdown": "# `data_datadog_ip_ranges`\n\nRefer to the Terraform Registry for docs: [`data_datadog_ip_ranges`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/ip_ranges).\n"
      },
      "symbolId": "src/data-datadog-ip-ranges/index:"
    },
    "@cdktn/provider-datadog.dataDatadogLogsArchivesOrder": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 170
      },
      "readme": {
        "markdown": "# `data_datadog_logs_archives_order`\n\nRefer to the Terraform Registry for docs: [`data_datadog_logs_archives_order`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/logs_archives_order).\n"
      },
      "symbolId": "src/data-datadog-logs-archives-order/index:"
    },
    "@cdktn/provider-datadog.dataDatadogLogsIndexes": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 171
      },
      "readme": {
        "markdown": "# `data_datadog_logs_indexes`\n\nRefer to the Terraform Registry for docs: [`data_datadog_logs_indexes`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/logs_indexes).\n"
      },
      "symbolId": "src/data-datadog-logs-indexes/index:"
    },
    "@cdktn/provider-datadog.dataDatadogLogsIndexesOrder": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 172
      },
      "readme": {
        "markdown": "# `data_datadog_logs_indexes_order`\n\nRefer to the Terraform Registry for docs: [`data_datadog_logs_indexes_order`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/logs_indexes_order).\n"
      },
      "symbolId": "src/data-datadog-logs-indexes-order/index:"
    },
    "@cdktn/provider-datadog.dataDatadogLogsPipelines": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 173
      },
      "readme": {
        "markdown": "# `data_datadog_logs_pipelines`\n\nRefer to the Terraform Registry for docs: [`data_datadog_logs_pipelines`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/logs_pipelines).\n"
      },
      "symbolId": "src/data-datadog-logs-pipelines/index:"
    },
    "@cdktn/provider-datadog.dataDatadogLogsPipelinesOrder": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 174
      },
      "readme": {
        "markdown": "# `data_datadog_logs_pipelines_order`\n\nRefer to the Terraform Registry for docs: [`data_datadog_logs_pipelines_order`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/logs_pipelines_order).\n"
      },
      "symbolId": "src/data-datadog-logs-pipelines-order/index:"
    },
    "@cdktn/provider-datadog.dataDatadogMetricActiveTagsAndAggregations": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 175
      },
      "readme": {
        "markdown": "# `data_datadog_metric_active_tags_and_aggregations`\n\nRefer to the Terraform Registry for docs: [`data_datadog_metric_active_tags_and_aggregations`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/metric_active_tags_and_aggregations).\n"
      },
      "symbolId": "src/data-datadog-metric-active-tags-and-aggregations/index:"
    },
    "@cdktn/provider-datadog.dataDatadogMetricMetadata": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 176
      },
      "readme": {
        "markdown": "# `data_datadog_metric_metadata`\n\nRefer to the Terraform Registry for docs: [`data_datadog_metric_metadata`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/metric_metadata).\n"
      },
      "symbolId": "src/data-datadog-metric-metadata/index:"
    },
    "@cdktn/provider-datadog.dataDatadogMetricTags": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 177
      },
      "readme": {
        "markdown": "# `data_datadog_metric_tags`\n\nRefer to the Terraform Registry for docs: [`data_datadog_metric_tags`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/metric_tags).\n"
      },
      "symbolId": "src/data-datadog-metric-tags/index:"
    },
    "@cdktn/provider-datadog.dataDatadogMetrics": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 178
      },
      "readme": {
        "markdown": "# `data_datadog_metrics`\n\nRefer to the Terraform Registry for docs: [`data_datadog_metrics`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/metrics).\n"
      },
      "symbolId": "src/data-datadog-metrics/index:"
    },
    "@cdktn/provider-datadog.dataDatadogMonitor": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 179
      },
      "readme": {
        "markdown": "# `data_datadog_monitor`\n\nRefer to the Terraform Registry for docs: [`data_datadog_monitor`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/monitor).\n"
      },
      "symbolId": "src/data-datadog-monitor/index:"
    },
    "@cdktn/provider-datadog.dataDatadogMonitorConfigPolicies": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 180
      },
      "readme": {
        "markdown": "# `data_datadog_monitor_config_policies`\n\nRefer to the Terraform Registry for docs: [`data_datadog_monitor_config_policies`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/monitor_config_policies).\n"
      },
      "symbolId": "src/data-datadog-monitor-config-policies/index:"
    },
    "@cdktn/provider-datadog.dataDatadogMonitors": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 181
      },
      "readme": {
        "markdown": "# `data_datadog_monitors`\n\nRefer to the Terraform Registry for docs: [`data_datadog_monitors`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/monitors).\n"
      },
      "symbolId": "src/data-datadog-monitors/index:"
    },
    "@cdktn/provider-datadog.dataDatadogOrgGroupMemberships": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 182
      },
      "readme": {
        "markdown": "# `data_datadog_org_group_memberships`\n\nRefer to the Terraform Registry for docs: [`data_datadog_org_group_memberships`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/org_group_memberships).\n"
      },
      "symbolId": "src/data-datadog-org-group-memberships/index:"
    },
    "@cdktn/provider-datadog.dataDatadogOrgGroupPolicies": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 183
      },
      "readme": {
        "markdown": "# `data_datadog_org_group_policies`\n\nRefer to the Terraform Registry for docs: [`data_datadog_org_group_policies`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/org_group_policies).\n"
      },
      "symbolId": "src/data-datadog-org-group-policies/index:"
    },
    "@cdktn/provider-datadog.dataDatadogOrgGroupPolicyOverrides": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 184
      },
      "readme": {
        "markdown": "# `data_datadog_org_group_policy_overrides`\n\nRefer to the Terraform Registry for docs: [`data_datadog_org_group_policy_overrides`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/org_group_policy_overrides).\n"
      },
      "symbolId": "src/data-datadog-org-group-policy-overrides/index:"
    },
    "@cdktn/provider-datadog.dataDatadogOrgGroups": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 185
      },
      "readme": {
        "markdown": "# `data_datadog_org_groups`\n\nRefer to the Terraform Registry for docs: [`data_datadog_org_groups`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/org_groups).\n"
      },
      "symbolId": "src/data-datadog-org-groups/index:"
    },
    "@cdktn/provider-datadog.dataDatadogOrganizationSettings": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 186
      },
      "readme": {
        "markdown": "# `data_datadog_organization_settings`\n\nRefer to the Terraform Registry for docs: [`data_datadog_organization_settings`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/organization_settings).\n"
      },
      "symbolId": "src/data-datadog-organization-settings/index:"
    },
    "@cdktn/provider-datadog.dataDatadogPermissions": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 187
      },
      "readme": {
        "markdown": "# `data_datadog_permissions`\n\nRefer to the Terraform Registry for docs: [`data_datadog_permissions`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/permissions).\n"
      },
      "symbolId": "src/data-datadog-permissions/index:"
    },
    "@cdktn/provider-datadog.dataDatadogPowerpack": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 188
      },
      "readme": {
        "markdown": "# `data_datadog_powerpack`\n\nRefer to the Terraform Registry for docs: [`data_datadog_powerpack`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/powerpack).\n"
      },
      "symbolId": "src/data-datadog-powerpack/index:"
    },
    "@cdktn/provider-datadog.dataDatadogReferenceTable": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 189
      },
      "readme": {
        "markdown": "# `data_datadog_reference_table`\n\nRefer to the Terraform Registry for docs: [`data_datadog_reference_table`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/reference_table).\n"
      },
      "symbolId": "src/data-datadog-reference-table/index:"
    },
    "@cdktn/provider-datadog.dataDatadogReferenceTableRows": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 190
      },
      "readme": {
        "markdown": "# `data_datadog_reference_table_rows`\n\nRefer to the Terraform Registry for docs: [`data_datadog_reference_table_rows`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/reference_table_rows).\n"
      },
      "symbolId": "src/data-datadog-reference-table-rows/index:"
    },
    "@cdktn/provider-datadog.dataDatadogRole": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 191
      },
      "readme": {
        "markdown": "# `data_datadog_role`\n\nRefer to the Terraform Registry for docs: [`data_datadog_role`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/role).\n"
      },
      "symbolId": "src/data-datadog-role/index:"
    },
    "@cdktn/provider-datadog.dataDatadogRoleUsers": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 192
      },
      "readme": {
        "markdown": "# `data_datadog_role_users`\n\nRefer to the Terraform Registry for docs: [`data_datadog_role_users`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/role_users).\n"
      },
      "symbolId": "src/data-datadog-role-users/index:"
    },
    "@cdktn/provider-datadog.dataDatadogRoles": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 193
      },
      "readme": {
        "markdown": "# `data_datadog_roles`\n\nRefer to the Terraform Registry for docs: [`data_datadog_roles`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/roles).\n"
      },
      "symbolId": "src/data-datadog-roles/index:"
    },
    "@cdktn/provider-datadog.dataDatadogRumApplication": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 194
      },
      "readme": {
        "markdown": "# `data_datadog_rum_application`\n\nRefer to the Terraform Registry for docs: [`data_datadog_rum_application`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/rum_application).\n"
      },
      "symbolId": "src/data-datadog-rum-application/index:"
    },
    "@cdktn/provider-datadog.dataDatadogRumRetentionFilters": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 195
      },
      "readme": {
        "markdown": "# `data_datadog_rum_retention_filters`\n\nRefer to the Terraform Registry for docs: [`data_datadog_rum_retention_filters`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/rum_retention_filters).\n"
      },
      "symbolId": "src/data-datadog-rum-retention-filters/index:"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringCriticalAsset": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 196
      },
      "readme": {
        "markdown": "# `data_datadog_security_monitoring_critical_asset`\n\nRefer to the Terraform Registry for docs: [`data_datadog_security_monitoring_critical_asset`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/security_monitoring_critical_asset).\n"
      },
      "symbolId": "src/data-datadog-security-monitoring-critical-asset/index:"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringCriticalAssets": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 197
      },
      "readme": {
        "markdown": "# `data_datadog_security_monitoring_critical_assets`\n\nRefer to the Terraform Registry for docs: [`data_datadog_security_monitoring_critical_assets`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/security_monitoring_critical_assets).\n"
      },
      "symbolId": "src/data-datadog-security-monitoring-critical-assets/index:"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringFilters": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 198
      },
      "readme": {
        "markdown": "# `data_datadog_security_monitoring_filters`\n\nRefer to the Terraform Registry for docs: [`data_datadog_security_monitoring_filters`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/security_monitoring_filters).\n"
      },
      "symbolId": "src/data-datadog-security-monitoring-filters/index:"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 199
      },
      "readme": {
        "markdown": "# `data_datadog_security_monitoring_rules`\n\nRefer to the Terraform Registry for docs: [`data_datadog_security_monitoring_rules`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/security_monitoring_rules).\n"
      },
      "symbolId": "src/data-datadog-security-monitoring-rules/index:"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringSuppressions": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 200
      },
      "readme": {
        "markdown": "# `data_datadog_security_monitoring_suppressions`\n\nRefer to the Terraform Registry for docs: [`data_datadog_security_monitoring_suppressions`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/security_monitoring_suppressions).\n"
      },
      "symbolId": "src/data-datadog-security-monitoring-suppressions/index:"
    },
    "@cdktn/provider-datadog.dataDatadogSensitiveDataScannerGroupOrder": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 201
      },
      "readme": {
        "markdown": "# `data_datadog_sensitive_data_scanner_group_order`\n\nRefer to the Terraform Registry for docs: [`data_datadog_sensitive_data_scanner_group_order`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/sensitive_data_scanner_group_order).\n"
      },
      "symbolId": "src/data-datadog-sensitive-data-scanner-group-order/index:"
    },
    "@cdktn/provider-datadog.dataDatadogSensitiveDataScannerStandardPattern": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 202
      },
      "readme": {
        "markdown": "# `data_datadog_sensitive_data_scanner_standard_pattern`\n\nRefer to the Terraform Registry for docs: [`data_datadog_sensitive_data_scanner_standard_pattern`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/sensitive_data_scanner_standard_pattern).\n"
      },
      "symbolId": "src/data-datadog-sensitive-data-scanner-standard-pattern/index:"
    },
    "@cdktn/provider-datadog.dataDatadogServiceAccount": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 203
      },
      "readme": {
        "markdown": "# `data_datadog_service_account`\n\nRefer to the Terraform Registry for docs: [`data_datadog_service_account`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/service_account).\n"
      },
      "symbolId": "src/data-datadog-service-account/index:"
    },
    "@cdktn/provider-datadog.dataDatadogServiceLevelObjective": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 204
      },
      "readme": {
        "markdown": "# `data_datadog_service_level_objective`\n\nRefer to the Terraform Registry for docs: [`data_datadog_service_level_objective`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/service_level_objective).\n"
      },
      "symbolId": "src/data-datadog-service-level-objective/index:"
    },
    "@cdktn/provider-datadog.dataDatadogServiceLevelObjectives": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 205
      },
      "readme": {
        "markdown": "# `data_datadog_service_level_objectives`\n\nRefer to the Terraform Registry for docs: [`data_datadog_service_level_objectives`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/service_level_objectives).\n"
      },
      "symbolId": "src/data-datadog-service-level-objectives/index:"
    },
    "@cdktn/provider-datadog.dataDatadogSoftwareCatalog": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 206
      },
      "readme": {
        "markdown": "# `data_datadog_software_catalog`\n\nRefer to the Terraform Registry for docs: [`data_datadog_software_catalog`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/software_catalog).\n"
      },
      "symbolId": "src/data-datadog-software-catalog/index:"
    },
    "@cdktn/provider-datadog.dataDatadogSyntheticsGlobalVariable": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 207
      },
      "readme": {
        "markdown": "# `data_datadog_synthetics_global_variable`\n\nRefer to the Terraform Registry for docs: [`data_datadog_synthetics_global_variable`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/synthetics_global_variable).\n"
      },
      "symbolId": "src/data-datadog-synthetics-global-variable/index:"
    },
    "@cdktn/provider-datadog.dataDatadogSyntheticsLocations": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 208
      },
      "readme": {
        "markdown": "# `data_datadog_synthetics_locations`\n\nRefer to the Terraform Registry for docs: [`data_datadog_synthetics_locations`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/synthetics_locations).\n"
      },
      "symbolId": "src/data-datadog-synthetics-locations/index:"
    },
    "@cdktn/provider-datadog.dataDatadogSyntheticsTest": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 209
      },
      "readme": {
        "markdown": "# `data_datadog_synthetics_test`\n\nRefer to the Terraform Registry for docs: [`data_datadog_synthetics_test`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/synthetics_test).\n"
      },
      "symbolId": "src/data-datadog-synthetics-test/index:"
    },
    "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 210
      },
      "readme": {
        "markdown": "# `data_datadog_tag_pipeline_ruleset`\n\nRefer to the Terraform Registry for docs: [`data_datadog_tag_pipeline_ruleset`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/tag_pipeline_ruleset).\n"
      },
      "symbolId": "src/data-datadog-tag-pipeline-ruleset/index:"
    },
    "@cdktn/provider-datadog.dataDatadogTeam": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 211
      },
      "readme": {
        "markdown": "# `data_datadog_team`\n\nRefer to the Terraform Registry for docs: [`data_datadog_team`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/team).\n"
      },
      "symbolId": "src/data-datadog-team/index:"
    },
    "@cdktn/provider-datadog.dataDatadogTeamHierarchyLinks": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 212
      },
      "readme": {
        "markdown": "# `data_datadog_team_hierarchy_links`\n\nRefer to the Terraform Registry for docs: [`data_datadog_team_hierarchy_links`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/team_hierarchy_links).\n"
      },
      "symbolId": "src/data-datadog-team-hierarchy-links/index:"
    },
    "@cdktn/provider-datadog.dataDatadogTeamMemberships": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 213
      },
      "readme": {
        "markdown": "# `data_datadog_team_memberships`\n\nRefer to the Terraform Registry for docs: [`data_datadog_team_memberships`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/team_memberships).\n"
      },
      "symbolId": "src/data-datadog-team-memberships/index:"
    },
    "@cdktn/provider-datadog.dataDatadogTeamNotificationRule": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 214
      },
      "readme": {
        "markdown": "# `data_datadog_team_notification_rule`\n\nRefer to the Terraform Registry for docs: [`data_datadog_team_notification_rule`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/team_notification_rule).\n"
      },
      "symbolId": "src/data-datadog-team-notification-rule/index:"
    },
    "@cdktn/provider-datadog.dataDatadogTeamNotificationRules": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 215
      },
      "readme": {
        "markdown": "# `data_datadog_team_notification_rules`\n\nRefer to the Terraform Registry for docs: [`data_datadog_team_notification_rules`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/team_notification_rules).\n"
      },
      "symbolId": "src/data-datadog-team-notification-rules/index:"
    },
    "@cdktn/provider-datadog.dataDatadogTeams": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 216
      },
      "readme": {
        "markdown": "# `data_datadog_teams`\n\nRefer to the Terraform Registry for docs: [`data_datadog_teams`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/teams).\n"
      },
      "symbolId": "src/data-datadog-teams/index:"
    },
    "@cdktn/provider-datadog.dataDatadogUser": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 217
      },
      "readme": {
        "markdown": "# `data_datadog_user`\n\nRefer to the Terraform Registry for docs: [`data_datadog_user`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/user).\n"
      },
      "symbolId": "src/data-datadog-user/index:"
    },
    "@cdktn/provider-datadog.dataDatadogUsers": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 218
      },
      "readme": {
        "markdown": "# `data_datadog_users`\n\nRefer to the Terraform Registry for docs: [`data_datadog_users`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/users).\n"
      },
      "symbolId": "src/data-datadog-users/index:"
    },
    "@cdktn/provider-datadog.dataDatadogWorkflowAutomation": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 219
      },
      "readme": {
        "markdown": "# `data_datadog_workflow_automation`\n\nRefer to the Terraform Registry for docs: [`data_datadog_workflow_automation`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/workflow_automation).\n"
      },
      "symbolId": "src/data-datadog-workflow-automation/index:"
    },
    "@cdktn/provider-datadog.dataset": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 36
      },
      "readme": {
        "markdown": "# `datadog_dataset`\n\nRefer to the Terraform Registry for docs: [`datadog_dataset`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dataset).\n"
      },
      "symbolId": "src/dataset/index:"
    },
    "@cdktn/provider-datadog.datastore": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 37
      },
      "readme": {
        "markdown": "# `datadog_datastore`\n\nRefer to the Terraform Registry for docs: [`datadog_datastore`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/datastore).\n"
      },
      "symbolId": "src/datastore/index:"
    },
    "@cdktn/provider-datadog.datastoreItem": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 38
      },
      "readme": {
        "markdown": "# `datadog_datastore_item`\n\nRefer to the Terraform Registry for docs: [`datadog_datastore_item`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/datastore_item).\n"
      },
      "symbolId": "src/datastore-item/index:"
    },
    "@cdktn/provider-datadog.deploymentGate": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 39
      },
      "readme": {
        "markdown": "# `datadog_deployment_gate`\n\nRefer to the Terraform Registry for docs: [`datadog_deployment_gate`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/deployment_gate).\n"
      },
      "symbolId": "src/deployment-gate/index:"
    },
    "@cdktn/provider-datadog.domainAllowlist": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 40
      },
      "readme": {
        "markdown": "# `datadog_domain_allowlist`\n\nRefer to the Terraform Registry for docs: [`datadog_domain_allowlist`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/domain_allowlist).\n"
      },
      "symbolId": "src/domain-allowlist/index:"
    },
    "@cdktn/provider-datadog.downtime": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 41
      },
      "readme": {
        "markdown": "# `datadog_downtime`\n\nRefer to the Terraform Registry for docs: [`datadog_downtime`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime).\n"
      },
      "symbolId": "src/downtime/index:"
    },
    "@cdktn/provider-datadog.downtimeSchedule": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 42
      },
      "readme": {
        "markdown": "# `datadog_downtime_schedule`\n\nRefer to the Terraform Registry for docs: [`datadog_downtime_schedule`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime_schedule).\n"
      },
      "symbolId": "src/downtime-schedule/index:"
    },
    "@cdktn/provider-datadog.gcpUcConfig": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 43
      },
      "readme": {
        "markdown": "# `datadog_gcp_uc_config`\n\nRefer to the Terraform Registry for docs: [`datadog_gcp_uc_config`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/gcp_uc_config).\n"
      },
      "symbolId": "src/gcp-uc-config/index:"
    },
    "@cdktn/provider-datadog.incidentNotificationRule": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 44
      },
      "readme": {
        "markdown": "# `datadog_incident_notification_rule`\n\nRefer to the Terraform Registry for docs: [`datadog_incident_notification_rule`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/incident_notification_rule).\n"
      },
      "symbolId": "src/incident-notification-rule/index:"
    },
    "@cdktn/provider-datadog.incidentNotificationTemplate": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 45
      },
      "readme": {
        "markdown": "# `datadog_incident_notification_template`\n\nRefer to the Terraform Registry for docs: [`datadog_incident_notification_template`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/incident_notification_template).\n"
      },
      "symbolId": "src/incident-notification-template/index:"
    },
    "@cdktn/provider-datadog.incidentType": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 46
      },
      "readme": {
        "markdown": "# `datadog_incident_type`\n\nRefer to the Terraform Registry for docs: [`datadog_incident_type`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/incident_type).\n"
      },
      "symbolId": "src/incident-type/index:"
    },
    "@cdktn/provider-datadog.integrationAwsAccount": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 47
      },
      "readme": {
        "markdown": "# `datadog_integration_aws_account`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_aws_account`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account).\n"
      },
      "symbolId": "src/integration-aws-account/index:"
    },
    "@cdktn/provider-datadog.integrationAwsEventBridge": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 48
      },
      "readme": {
        "markdown": "# `datadog_integration_aws_event_bridge`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_aws_event_bridge`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_event_bridge).\n"
      },
      "symbolId": "src/integration-aws-event-bridge/index:"
    },
    "@cdktn/provider-datadog.integrationAwsExternalId": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 49
      },
      "readme": {
        "markdown": "# `datadog_integration_aws_external_id`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_aws_external_id`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_external_id).\n"
      },
      "symbolId": "src/integration-aws-external-id/index:"
    },
    "@cdktn/provider-datadog.integrationAzure": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 50
      },
      "readme": {
        "markdown": "# `datadog_integration_azure`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_azure`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_azure).\n"
      },
      "symbolId": "src/integration-azure/index:"
    },
    "@cdktn/provider-datadog.integrationCloudflareAccount": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 51
      },
      "readme": {
        "markdown": "# `datadog_integration_cloudflare_account`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_cloudflare_account`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_cloudflare_account).\n"
      },
      "symbolId": "src/integration-cloudflare-account/index:"
    },
    "@cdktn/provider-datadog.integrationConfluentAccount": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 52
      },
      "readme": {
        "markdown": "# `datadog_integration_confluent_account`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_confluent_account`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_confluent_account).\n"
      },
      "symbolId": "src/integration-confluent-account/index:"
    },
    "@cdktn/provider-datadog.integrationConfluentResource": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 53
      },
      "readme": {
        "markdown": "# `datadog_integration_confluent_resource`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_confluent_resource`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_confluent_resource).\n"
      },
      "symbolId": "src/integration-confluent-resource/index:"
    },
    "@cdktn/provider-datadog.integrationFastlyAccount": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 54
      },
      "readme": {
        "markdown": "# `datadog_integration_fastly_account`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_fastly_account`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_fastly_account).\n"
      },
      "symbolId": "src/integration-fastly-account/index:"
    },
    "@cdktn/provider-datadog.integrationFastlyService": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 55
      },
      "readme": {
        "markdown": "# `datadog_integration_fastly_service`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_fastly_service`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_fastly_service).\n"
      },
      "symbolId": "src/integration-fastly-service/index:"
    },
    "@cdktn/provider-datadog.integrationGcp": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 56
      },
      "readme": {
        "markdown": "# `datadog_integration_gcp`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_gcp`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp).\n"
      },
      "symbolId": "src/integration-gcp/index:"
    },
    "@cdktn/provider-datadog.integrationGcpSts": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 57
      },
      "readme": {
        "markdown": "# `datadog_integration_gcp_sts`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_gcp_sts`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp_sts).\n"
      },
      "symbolId": "src/integration-gcp-sts/index:"
    },
    "@cdktn/provider-datadog.integrationMsTeamsTenantBasedHandle": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 58
      },
      "readme": {
        "markdown": "# `datadog_integration_ms_teams_tenant_based_handle`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_ms_teams_tenant_based_handle`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_ms_teams_tenant_based_handle).\n"
      },
      "symbolId": "src/integration-ms-teams-tenant-based-handle/index:"
    },
    "@cdktn/provider-datadog.integrationMsTeamsWorkflowsWebhookHandle": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 59
      },
      "readme": {
        "markdown": "# `datadog_integration_ms_teams_workflows_webhook_handle`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_ms_teams_workflows_webhook_handle`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_ms_teams_workflows_webhook_handle).\n"
      },
      "symbolId": "src/integration-ms-teams-workflows-webhook-handle/index:"
    },
    "@cdktn/provider-datadog.integrationOpsgenieServiceObject": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 60
      },
      "readme": {
        "markdown": "# `datadog_integration_opsgenie_service_object`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_opsgenie_service_object`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_opsgenie_service_object).\n"
      },
      "symbolId": "src/integration-opsgenie-service-object/index:"
    },
    "@cdktn/provider-datadog.integrationPagerduty": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 61
      },
      "readme": {
        "markdown": "# `datadog_integration_pagerduty`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_pagerduty`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_pagerduty).\n"
      },
      "symbolId": "src/integration-pagerduty/index:"
    },
    "@cdktn/provider-datadog.integrationPagerdutyServiceObject": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 62
      },
      "readme": {
        "markdown": "# `datadog_integration_pagerduty_service_object`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_pagerduty_service_object`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_pagerduty_service_object).\n"
      },
      "symbolId": "src/integration-pagerduty-service-object/index:"
    },
    "@cdktn/provider-datadog.integrationSlackChannel": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 63
      },
      "readme": {
        "markdown": "# `datadog_integration_slack_channel`\n\nRefer to the Terraform Registry for docs: [`datadog_integration_slack_channel`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_slack_channel).\n"
      },
      "symbolId": "src/integration-slack-channel/index:"
    },
    "@cdktn/provider-datadog.ipAllowlist": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 64
      },
      "readme": {
        "markdown": "# `datadog_ip_allowlist`\n\nRefer to the Terraform Registry for docs: [`datadog_ip_allowlist`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/ip_allowlist).\n"
      },
      "symbolId": "src/ip-allowlist/index:"
    },
    "@cdktn/provider-datadog.logsArchive": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 65
      },
      "readme": {
        "markdown": "# `datadog_logs_archive`\n\nRefer to the Terraform Registry for docs: [`datadog_logs_archive`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_archive).\n"
      },
      "symbolId": "src/logs-archive/index:"
    },
    "@cdktn/provider-datadog.logsArchiveOrder": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 66
      },
      "readme": {
        "markdown": "# `datadog_logs_archive_order`\n\nRefer to the Terraform Registry for docs: [`datadog_logs_archive_order`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_archive_order).\n"
      },
      "symbolId": "src/logs-archive-order/index:"
    },
    "@cdktn/provider-datadog.logsCustomDestination": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 67
      },
      "readme": {
        "markdown": "# `datadog_logs_custom_destination`\n\nRefer to the Terraform Registry for docs: [`datadog_logs_custom_destination`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_destination).\n"
      },
      "symbolId": "src/logs-custom-destination/index:"
    },
    "@cdktn/provider-datadog.logsCustomPipeline": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 68
      },
      "readme": {
        "markdown": "# `datadog_logs_custom_pipeline`\n\nRefer to the Terraform Registry for docs: [`datadog_logs_custom_pipeline`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline).\n"
      },
      "symbolId": "src/logs-custom-pipeline/index:"
    },
    "@cdktn/provider-datadog.logsIndex": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 69
      },
      "readme": {
        "markdown": "# `datadog_logs_index`\n\nRefer to the Terraform Registry for docs: [`datadog_logs_index`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_index).\n"
      },
      "symbolId": "src/logs-index/index:"
    },
    "@cdktn/provider-datadog.logsIndexOrder": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 70
      },
      "readme": {
        "markdown": "# `datadog_logs_index_order`\n\nRefer to the Terraform Registry for docs: [`datadog_logs_index_order`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_index_order).\n"
      },
      "symbolId": "src/logs-index-order/index:"
    },
    "@cdktn/provider-datadog.logsIntegrationPipeline": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 71
      },
      "readme": {
        "markdown": "# `datadog_logs_integration_pipeline`\n\nRefer to the Terraform Registry for docs: [`datadog_logs_integration_pipeline`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_integration_pipeline).\n"
      },
      "symbolId": "src/logs-integration-pipeline/index:"
    },
    "@cdktn/provider-datadog.logsMetric": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 72
      },
      "readme": {
        "markdown": "# `datadog_logs_metric`\n\nRefer to the Terraform Registry for docs: [`datadog_logs_metric`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_metric).\n"
      },
      "symbolId": "src/logs-metric/index:"
    },
    "@cdktn/provider-datadog.logsPipelineOrder": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 73
      },
      "readme": {
        "markdown": "# `datadog_logs_pipeline_order`\n\nRefer to the Terraform Registry for docs: [`datadog_logs_pipeline_order`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_pipeline_order).\n"
      },
      "symbolId": "src/logs-pipeline-order/index:"
    },
    "@cdktn/provider-datadog.logsRestrictionQuery": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 74
      },
      "readme": {
        "markdown": "# `datadog_logs_restriction_query`\n\nRefer to the Terraform Registry for docs: [`datadog_logs_restriction_query`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_restriction_query).\n"
      },
      "symbolId": "src/logs-restriction-query/index:"
    },
    "@cdktn/provider-datadog.metricMetadata": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 75
      },
      "readme": {
        "markdown": "# `datadog_metric_metadata`\n\nRefer to the Terraform Registry for docs: [`datadog_metric_metadata`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/metric_metadata).\n"
      },
      "symbolId": "src/metric-metadata/index:"
    },
    "@cdktn/provider-datadog.metricTagConfiguration": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 76
      },
      "readme": {
        "markdown": "# `datadog_metric_tag_configuration`\n\nRefer to the Terraform Registry for docs: [`datadog_metric_tag_configuration`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/metric_tag_configuration).\n"
      },
      "symbolId": "src/metric-tag-configuration/index:"
    },
    "@cdktn/provider-datadog.monitor": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 77
      },
      "readme": {
        "markdown": "# `datadog_monitor`\n\nRefer to the Terraform Registry for docs: [`datadog_monitor`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor).\n"
      },
      "symbolId": "src/monitor/index:"
    },
    "@cdktn/provider-datadog.monitorConfigPolicy": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 78
      },
      "readme": {
        "markdown": "# `datadog_monitor_config_policy`\n\nRefer to the Terraform Registry for docs: [`datadog_monitor_config_policy`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor_config_policy).\n"
      },
      "symbolId": "src/monitor-config-policy/index:"
    },
    "@cdktn/provider-datadog.monitorJson": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 79
      },
      "readme": {
        "markdown": "# `datadog_monitor_json`\n\nRefer to the Terraform Registry for docs: [`datadog_monitor_json`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor_json).\n"
      },
      "symbolId": "src/monitor-json/index:"
    },
    "@cdktn/provider-datadog.monitorNotificationRule": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 80
      },
      "readme": {
        "markdown": "# `datadog_monitor_notification_rule`\n\nRefer to the Terraform Registry for docs: [`datadog_monitor_notification_rule`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor_notification_rule).\n"
      },
      "symbolId": "src/monitor-notification-rule/index:"
    },
    "@cdktn/provider-datadog.observabilityPipeline": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 81
      },
      "readme": {
        "markdown": "# `datadog_observability_pipeline`\n\nRefer to the Terraform Registry for docs: [`datadog_observability_pipeline`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline).\n"
      },
      "symbolId": "src/observability-pipeline/index:"
    },
    "@cdktn/provider-datadog.onCallEscalationPolicy": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 82
      },
      "readme": {
        "markdown": "# `datadog_on_call_escalation_policy`\n\nRefer to the Terraform Registry for docs: [`datadog_on_call_escalation_policy`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_escalation_policy).\n"
      },
      "symbolId": "src/on-call-escalation-policy/index:"
    },
    "@cdktn/provider-datadog.onCallSchedule": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 83
      },
      "readme": {
        "markdown": "# `datadog_on_call_schedule`\n\nRefer to the Terraform Registry for docs: [`datadog_on_call_schedule`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_schedule).\n"
      },
      "symbolId": "src/on-call-schedule/index:"
    },
    "@cdktn/provider-datadog.onCallTeamRoutingRules": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 84
      },
      "readme": {
        "markdown": "# `datadog_on_call_team_routing_rules`\n\nRefer to the Terraform Registry for docs: [`datadog_on_call_team_routing_rules`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_team_routing_rules).\n"
      },
      "symbolId": "src/on-call-team-routing-rules/index:"
    },
    "@cdktn/provider-datadog.onCallUserNotificationChannel": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 85
      },
      "readme": {
        "markdown": "# `datadog_on_call_user_notification_channel`\n\nRefer to the Terraform Registry for docs: [`datadog_on_call_user_notification_channel`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_user_notification_channel).\n"
      },
      "symbolId": "src/on-call-user-notification-channel/index:"
    },
    "@cdktn/provider-datadog.onCallUserNotificationRule": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 86
      },
      "readme": {
        "markdown": "# `datadog_on_call_user_notification_rule`\n\nRefer to the Terraform Registry for docs: [`datadog_on_call_user_notification_rule`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_user_notification_rule).\n"
      },
      "symbolId": "src/on-call-user-notification-rule/index:"
    },
    "@cdktn/provider-datadog.openapiApi": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 87
      },
      "readme": {
        "markdown": "# `datadog_openapi_api`\n\nRefer to the Terraform Registry for docs: [`datadog_openapi_api`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/openapi_api).\n"
      },
      "symbolId": "src/openapi-api/index:"
    },
    "@cdktn/provider-datadog.orgConnection": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 88
      },
      "readme": {
        "markdown": "# `datadog_org_connection`\n\nRefer to the Terraform Registry for docs: [`datadog_org_connection`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/org_connection).\n"
      },
      "symbolId": "src/org-connection/index:"
    },
    "@cdktn/provider-datadog.orgGroup": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 89
      },
      "readme": {
        "markdown": "# `datadog_org_group`\n\nRefer to the Terraform Registry for docs: [`datadog_org_group`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/org_group).\n"
      },
      "symbolId": "src/org-group/index:"
    },
    "@cdktn/provider-datadog.orgGroupMembership": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 90
      },
      "readme": {
        "markdown": "# `datadog_org_group_membership`\n\nRefer to the Terraform Registry for docs: [`datadog_org_group_membership`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/org_group_membership).\n"
      },
      "symbolId": "src/org-group-membership/index:"
    },
    "@cdktn/provider-datadog.orgGroupPolicy": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 91
      },
      "readme": {
        "markdown": "# `datadog_org_group_policy`\n\nRefer to the Terraform Registry for docs: [`datadog_org_group_policy`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/org_group_policy).\n"
      },
      "symbolId": "src/org-group-policy/index:"
    },
    "@cdktn/provider-datadog.orgGroupPolicyOverride": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 92
      },
      "readme": {
        "markdown": "# `datadog_org_group_policy_override`\n\nRefer to the Terraform Registry for docs: [`datadog_org_group_policy_override`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/org_group_policy_override).\n"
      },
      "symbolId": "src/org-group-policy-override/index:"
    },
    "@cdktn/provider-datadog.organizationSettings": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 93
      },
      "readme": {
        "markdown": "# `datadog_organization_settings`\n\nRefer to the Terraform Registry for docs: [`datadog_organization_settings`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/organization_settings).\n"
      },
      "symbolId": "src/organization-settings/index:"
    },
    "@cdktn/provider-datadog.powerpack": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 94
      },
      "readme": {
        "markdown": "# `datadog_powerpack`\n\nRefer to the Terraform Registry for docs: [`datadog_powerpack`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack).\n"
      },
      "symbolId": "src/powerpack/index:"
    },
    "@cdktn/provider-datadog.powerpackV2": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 95
      },
      "readme": {
        "markdown": "# `datadog_powerpack_v2`\n\nRefer to the Terraform Registry for docs: [`datadog_powerpack_v2`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2).\n"
      },
      "symbolId": "src/powerpack-v2/index:"
    },
    "@cdktn/provider-datadog.provider": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 220
      },
      "readme": {
        "markdown": "# `provider`\n\nRefer to the Terraform Registry for docs: [`datadog`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs).\n"
      },
      "symbolId": "src/provider/index:"
    },
    "@cdktn/provider-datadog.referenceTable": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 96
      },
      "readme": {
        "markdown": "# `datadog_reference_table`\n\nRefer to the Terraform Registry for docs: [`datadog_reference_table`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/reference_table).\n"
      },
      "symbolId": "src/reference-table/index:"
    },
    "@cdktn/provider-datadog.restrictionPolicy": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 97
      },
      "readme": {
        "markdown": "# `datadog_restriction_policy`\n\nRefer to the Terraform Registry for docs: [`datadog_restriction_policy`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/restriction_policy).\n"
      },
      "symbolId": "src/restriction-policy/index:"
    },
    "@cdktn/provider-datadog.role": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 98
      },
      "readme": {
        "markdown": "# `datadog_role`\n\nRefer to the Terraform Registry for docs: [`datadog_role`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/role).\n"
      },
      "symbolId": "src/role/index:"
    },
    "@cdktn/provider-datadog.rumApplication": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 99
      },
      "readme": {
        "markdown": "# `datadog_rum_application`\n\nRefer to the Terraform Registry for docs: [`datadog_rum_application`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_application).\n"
      },
      "symbolId": "src/rum-application/index:"
    },
    "@cdktn/provider-datadog.rumMetric": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 100
      },
      "readme": {
        "markdown": "# `datadog_rum_metric`\n\nRefer to the Terraform Registry for docs: [`datadog_rum_metric`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_metric).\n"
      },
      "symbolId": "src/rum-metric/index:"
    },
    "@cdktn/provider-datadog.rumRetentionFilter": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 101
      },
      "readme": {
        "markdown": "# `datadog_rum_retention_filter`\n\nRefer to the Terraform Registry for docs: [`datadog_rum_retention_filter`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_retention_filter).\n"
      },
      "symbolId": "src/rum-retention-filter/index:"
    },
    "@cdktn/provider-datadog.rumRetentionFiltersOrder": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 102
      },
      "readme": {
        "markdown": "# `datadog_rum_retention_filters_order`\n\nRefer to the Terraform Registry for docs: [`datadog_rum_retention_filters_order`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_retention_filters_order).\n"
      },
      "symbolId": "src/rum-retention-filters-order/index:"
    },
    "@cdktn/provider-datadog.secureEmbedDashboard": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 103
      },
      "readme": {
        "markdown": "# `datadog_secure_embed_dashboard`\n\nRefer to the Terraform Registry for docs: [`datadog_secure_embed_dashboard`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/secure_embed_dashboard).\n"
      },
      "symbolId": "src/secure-embed-dashboard/index:"
    },
    "@cdktn/provider-datadog.securityMonitoringCriticalAsset": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 104
      },
      "readme": {
        "markdown": "# `datadog_security_monitoring_critical_asset`\n\nRefer to the Terraform Registry for docs: [`datadog_security_monitoring_critical_asset`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_critical_asset).\n"
      },
      "symbolId": "src/security-monitoring-critical-asset/index:"
    },
    "@cdktn/provider-datadog.securityMonitoringDefaultRule": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 105
      },
      "readme": {
        "markdown": "# `datadog_security_monitoring_default_rule`\n\nRefer to the Terraform Registry for docs: [`datadog_security_monitoring_default_rule`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_default_rule).\n"
      },
      "symbolId": "src/security-monitoring-default-rule/index:"
    },
    "@cdktn/provider-datadog.securityMonitoringFilter": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 106
      },
      "readme": {
        "markdown": "# `datadog_security_monitoring_filter`\n\nRefer to the Terraform Registry for docs: [`datadog_security_monitoring_filter`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_filter).\n"
      },
      "symbolId": "src/security-monitoring-filter/index:"
    },
    "@cdktn/provider-datadog.securityMonitoringRule": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 107
      },
      "readme": {
        "markdown": "# `datadog_security_monitoring_rule`\n\nRefer to the Terraform Registry for docs: [`datadog_security_monitoring_rule`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule).\n"
      },
      "symbolId": "src/security-monitoring-rule/index:"
    },
    "@cdktn/provider-datadog.securityMonitoringRuleJson": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 108
      },
      "readme": {
        "markdown": "# `datadog_security_monitoring_rule_json`\n\nRefer to the Terraform Registry for docs: [`datadog_security_monitoring_rule_json`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule_json).\n"
      },
      "symbolId": "src/security-monitoring-rule-json/index:"
    },
    "@cdktn/provider-datadog.securityMonitoringSuppression": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 109
      },
      "readme": {
        "markdown": "# `datadog_security_monitoring_suppression`\n\nRefer to the Terraform Registry for docs: [`datadog_security_monitoring_suppression`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_suppression).\n"
      },
      "symbolId": "src/security-monitoring-suppression/index:"
    },
    "@cdktn/provider-datadog.securityNotificationRule": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 110
      },
      "readme": {
        "markdown": "# `datadog_security_notification_rule`\n\nRefer to the Terraform Registry for docs: [`datadog_security_notification_rule`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_notification_rule).\n"
      },
      "symbolId": "src/security-notification-rule/index:"
    },
    "@cdktn/provider-datadog.sensitiveDataScannerGroup": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 111
      },
      "readme": {
        "markdown": "# `datadog_sensitive_data_scanner_group`\n\nRefer to the Terraform Registry for docs: [`datadog_sensitive_data_scanner_group`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_group).\n"
      },
      "symbolId": "src/sensitive-data-scanner-group/index:"
    },
    "@cdktn/provider-datadog.sensitiveDataScannerGroupOrder": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 112
      },
      "readme": {
        "markdown": "# `datadog_sensitive_data_scanner_group_order`\n\nRefer to the Terraform Registry for docs: [`datadog_sensitive_data_scanner_group_order`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_group_order).\n"
      },
      "symbolId": "src/sensitive-data-scanner-group-order/index:"
    },
    "@cdktn/provider-datadog.sensitiveDataScannerRule": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 113
      },
      "readme": {
        "markdown": "# `datadog_sensitive_data_scanner_rule`\n\nRefer to the Terraform Registry for docs: [`datadog_sensitive_data_scanner_rule`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_rule).\n"
      },
      "symbolId": "src/sensitive-data-scanner-rule/index:"
    },
    "@cdktn/provider-datadog.serviceAccount": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 114
      },
      "readme": {
        "markdown": "# `datadog_service_account`\n\nRefer to the Terraform Registry for docs: [`datadog_service_account`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_account).\n"
      },
      "symbolId": "src/service-account/index:"
    },
    "@cdktn/provider-datadog.serviceAccountApplicationKey": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 115
      },
      "readme": {
        "markdown": "# `datadog_service_account_application_key`\n\nRefer to the Terraform Registry for docs: [`datadog_service_account_application_key`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_account_application_key).\n"
      },
      "symbolId": "src/service-account-application-key/index:"
    },
    "@cdktn/provider-datadog.serviceDefinitionYaml": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 116
      },
      "readme": {
        "markdown": "# `datadog_service_definition_yaml`\n\nRefer to the Terraform Registry for docs: [`datadog_service_definition_yaml`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_definition_yaml).\n"
      },
      "symbolId": "src/service-definition-yaml/index:"
    },
    "@cdktn/provider-datadog.serviceLevelObjective": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 117
      },
      "readme": {
        "markdown": "# `datadog_service_level_objective`\n\nRefer to the Terraform Registry for docs: [`datadog_service_level_objective`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective).\n"
      },
      "symbolId": "src/service-level-objective/index:"
    },
    "@cdktn/provider-datadog.sloCorrection": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 118
      },
      "readme": {
        "markdown": "# `datadog_slo_correction`\n\nRefer to the Terraform Registry for docs: [`datadog_slo_correction`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/slo_correction).\n"
      },
      "symbolId": "src/slo-correction/index:"
    },
    "@cdktn/provider-datadog.softwareCatalog": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 119
      },
      "readme": {
        "markdown": "# `datadog_software_catalog`\n\nRefer to the Terraform Registry for docs: [`datadog_software_catalog`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/software_catalog).\n"
      },
      "symbolId": "src/software-catalog/index:"
    },
    "@cdktn/provider-datadog.spansMetric": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 120
      },
      "readme": {
        "markdown": "# `datadog_spans_metric`\n\nRefer to the Terraform Registry for docs: [`datadog_spans_metric`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/spans_metric).\n"
      },
      "symbolId": "src/spans-metric/index:"
    },
    "@cdktn/provider-datadog.syntheticsConcurrencyCap": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 121
      },
      "readme": {
        "markdown": "# `datadog_synthetics_concurrency_cap`\n\nRefer to the Terraform Registry for docs: [`datadog_synthetics_concurrency_cap`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_concurrency_cap).\n"
      },
      "symbolId": "src/synthetics-concurrency-cap/index:"
    },
    "@cdktn/provider-datadog.syntheticsGlobalVariable": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 122
      },
      "readme": {
        "markdown": "# `datadog_synthetics_global_variable`\n\nRefer to the Terraform Registry for docs: [`datadog_synthetics_global_variable`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_global_variable).\n"
      },
      "symbolId": "src/synthetics-global-variable/index:"
    },
    "@cdktn/provider-datadog.syntheticsPrivateLocation": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 123
      },
      "readme": {
        "markdown": "# `datadog_synthetics_private_location`\n\nRefer to the Terraform Registry for docs: [`datadog_synthetics_private_location`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_private_location).\n"
      },
      "symbolId": "src/synthetics-private-location/index:"
    },
    "@cdktn/provider-datadog.syntheticsSuite": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 124
      },
      "readme": {
        "markdown": "# `datadog_synthetics_suite`\n\nRefer to the Terraform Registry for docs: [`datadog_synthetics_suite`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_suite).\n"
      },
      "symbolId": "src/synthetics-suite/index:"
    },
    "@cdktn/provider-datadog.syntheticsTest": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 125
      },
      "readme": {
        "markdown": "# `datadog_synthetics_test`\n\nRefer to the Terraform Registry for docs: [`datadog_synthetics_test`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test).\n"
      },
      "symbolId": "src/synthetics-test/index:"
    },
    "@cdktn/provider-datadog.tagPipelineRuleset": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 126
      },
      "readme": {
        "markdown": "# `datadog_tag_pipeline_ruleset`\n\nRefer to the Terraform Registry for docs: [`datadog_tag_pipeline_ruleset`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/tag_pipeline_ruleset).\n"
      },
      "symbolId": "src/tag-pipeline-ruleset/index:"
    },
    "@cdktn/provider-datadog.tagPipelineRulesets": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 127
      },
      "readme": {
        "markdown": "# `datadog_tag_pipeline_rulesets`\n\nRefer to the Terraform Registry for docs: [`datadog_tag_pipeline_rulesets`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/tag_pipeline_rulesets).\n"
      },
      "symbolId": "src/tag-pipeline-rulesets/index:"
    },
    "@cdktn/provider-datadog.team": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 128
      },
      "readme": {
        "markdown": "# `datadog_team`\n\nRefer to the Terraform Registry for docs: [`datadog_team`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team).\n"
      },
      "symbolId": "src/team/index:"
    },
    "@cdktn/provider-datadog.teamConnection": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 129
      },
      "readme": {
        "markdown": "# `datadog_team_connection`\n\nRefer to the Terraform Registry for docs: [`datadog_team_connection`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_connection).\n"
      },
      "symbolId": "src/team-connection/index:"
    },
    "@cdktn/provider-datadog.teamHierarchyLinks": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 130
      },
      "readme": {
        "markdown": "# `datadog_team_hierarchy_links`\n\nRefer to the Terraform Registry for docs: [`datadog_team_hierarchy_links`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_hierarchy_links).\n"
      },
      "symbolId": "src/team-hierarchy-links/index:"
    },
    "@cdktn/provider-datadog.teamLink": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 131
      },
      "readme": {
        "markdown": "# `datadog_team_link`\n\nRefer to the Terraform Registry for docs: [`datadog_team_link`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_link).\n"
      },
      "symbolId": "src/team-link/index:"
    },
    "@cdktn/provider-datadog.teamMembership": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 132
      },
      "readme": {
        "markdown": "# `datadog_team_membership`\n\nRefer to the Terraform Registry for docs: [`datadog_team_membership`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_membership).\n"
      },
      "symbolId": "src/team-membership/index:"
    },
    "@cdktn/provider-datadog.teamNotificationRule": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 133
      },
      "readme": {
        "markdown": "# `datadog_team_notification_rule`\n\nRefer to the Terraform Registry for docs: [`datadog_team_notification_rule`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_notification_rule).\n"
      },
      "symbolId": "src/team-notification-rule/index:"
    },
    "@cdktn/provider-datadog.teamPermissionSetting": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 134
      },
      "readme": {
        "markdown": "# `datadog_team_permission_setting`\n\nRefer to the Terraform Registry for docs: [`datadog_team_permission_setting`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_permission_setting).\n"
      },
      "symbolId": "src/team-permission-setting/index:"
    },
    "@cdktn/provider-datadog.teamSync": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 135
      },
      "readme": {
        "markdown": "# `datadog_team_sync`\n\nRefer to the Terraform Registry for docs: [`datadog_team_sync`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_sync).\n"
      },
      "symbolId": "src/team-sync/index:"
    },
    "@cdktn/provider-datadog.user": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 136
      },
      "readme": {
        "markdown": "# `datadog_user`\n\nRefer to the Terraform Registry for docs: [`datadog_user`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/user).\n"
      },
      "symbolId": "src/user/index:"
    },
    "@cdktn/provider-datadog.userRole": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 137
      },
      "readme": {
        "markdown": "# `datadog_user_role`\n\nRefer to the Terraform Registry for docs: [`datadog_user_role`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/user_role).\n"
      },
      "symbolId": "src/user-role/index:"
    },
    "@cdktn/provider-datadog.webhook": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 138
      },
      "readme": {
        "markdown": "# `datadog_webhook`\n\nRefer to the Terraform Registry for docs: [`datadog_webhook`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/webhook).\n"
      },
      "symbolId": "src/webhook/index:"
    },
    "@cdktn/provider-datadog.webhookCustomVariable": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 139
      },
      "readme": {
        "markdown": "# `datadog_webhook_custom_variable`\n\nRefer to the Terraform Registry for docs: [`datadog_webhook_custom_variable`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/webhook_custom_variable).\n"
      },
      "symbolId": "src/webhook-custom-variable/index:"
    },
    "@cdktn/provider-datadog.workflowAutomation": {
      "locationInModule": {
        "filename": "src/index.ts",
        "line": 140
      },
      "readme": {
        "markdown": "# `datadog_workflow_automation`\n\nRefer to the Terraform Registry for docs: [`datadog_workflow_automation`](https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/workflow_automation).\n"
      },
      "symbolId": "src/workflow-automation/index:"
    }
  },
  "targets": {
    "dotnet": {
      "namespace": "Io.Cdktn.Providers.Datadog",
      "packageId": "Io.Cdktn.Providers.Datadog"
    },
    "go": {
      "moduleName": "github.com/cdktn-io/cdktn-provider-datadog-go",
      "packageName": "datadog"
    },
    "java": {
      "maven": {
        "artifactId": "cdktn-provider-datadog",
        "groupId": "io.cdktn"
      },
      "package": "io.cdktn.providers.datadog"
    },
    "js": {
      "npm": "@cdktn/provider-datadog"
    },
    "python": {
      "distName": "cdktn-provider-datadog",
      "module": "cdktn_provider_datadog"
    }
  },
  "types": {
    "@cdktn/provider-datadog.actionConnection.ActionConnection": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/action_connection datadog_action_connection}."
      },
      "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnection",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/action_connection datadog_action_connection} Resource."
        },
        "locationInModule": {
          "filename": "src/action-connection/index.ts",
          "line": 1264
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/action-connection/index.ts",
        "line": 1232
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a ActionConnection resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1249
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the ActionConnection to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/action_connection#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing ActionConnection that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the ActionConnection to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1312
          },
          "name": "putAws",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionAws"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1328
          },
          "name": "putHttp",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttp"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1315
          },
          "name": "resetAws"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1331
          },
          "name": "resetHttp"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1343
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1351
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "ActionConnection",
      "namespace": "actionConnection",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1237
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1309
          },
          "name": "aws",
          "type": {
            "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionAwsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1325
          },
          "name": "http",
          "type": {
            "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1290
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1319
          },
          "name": "awsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionAws"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1335
          },
          "name": "httpInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttp"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1303
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1296
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/action-connection/index:ActionConnection"
    },
    "@cdktn/provider-datadog.actionConnection.ActionConnectionAws": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionAws",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/action-connection/index.ts",
        "line": 175
      },
      "name": "ActionConnectionAws",
      "namespace": "actionConnection",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/action_connection#assume_role ActionConnection#assume_role}",
            "stability": "stable",
            "summary": "assume_role block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 181
          },
          "name": "assumeRole",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionAwsAssumeRole"
          }
        }
      ],
      "symbolId": "src/action-connection/index:ActionConnectionAws"
    },
    "@cdktn/provider-datadog.actionConnection.ActionConnectionAwsAssumeRole": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionAwsAssumeRole",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/action-connection/index.ts",
        "line": 34
      },
      "name": "ActionConnectionAwsAssumeRole",
      "namespace": "actionConnection",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/action_connection#account_id ActionConnection#account_id}",
            "stability": "stable",
            "summary": "AWS account that the connection is created for. String length must be at least 1."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 40
          },
          "name": "accountId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/action_connection#role ActionConnection#role}",
            "stability": "stable",
            "summary": "Role to assume. String length must be at least 1."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 46
          },
          "name": "role",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/action-connection/index:ActionConnectionAwsAssumeRole"
    },
    "@cdktn/provider-datadog.actionConnection.ActionConnectionAwsAssumeRoleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionAwsAssumeRoleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/action-connection/index.ts",
          "line": 93
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/action-connection/index.ts",
        "line": 85
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 141
          },
          "name": "resetAccountId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 167
          },
          "name": "resetRole"
        }
      ],
      "name": "ActionConnectionAwsAssumeRoleOutputReference",
      "namespace": "actionConnection",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 150
          },
          "name": "externalId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 155
          },
          "name": "principalId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 145
          },
          "name": "accountIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 171
          },
          "name": "roleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 135
          },
          "name": "accountId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 161
          },
          "name": "role",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 97
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionAwsAssumeRole"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/action-connection/index:ActionConnectionAwsAssumeRoleOutputReference"
    },
    "@cdktn/provider-datadog.actionConnection.ActionConnectionAwsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionAwsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/action-connection/index.ts",
          "line": 221
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/action-connection/index.ts",
        "line": 213
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 260
          },
          "name": "putAssumeRole",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionAwsAssumeRole"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 263
          },
          "name": "resetAssumeRole"
        }
      ],
      "name": "ActionConnectionAwsOutputReference",
      "namespace": "actionConnection",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 257
          },
          "name": "assumeRole",
          "type": {
            "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionAwsAssumeRoleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 267
          },
          "name": "assumeRoleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionAwsAssumeRole"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 225
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionAws"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/action-connection/index:ActionConnectionAwsOutputReference"
    },
    "@cdktn/provider-datadog.actionConnection.ActionConnectionConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/action-connection/index.ts",
        "line": 14
      },
      "name": "ActionConnectionConfig",
      "namespace": "actionConnection",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/action_connection#name ActionConnection#name}",
            "stability": "stable",
            "summary": "Name of the connection."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 20
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/action_connection#aws ActionConnection#aws}",
            "stability": "stable",
            "summary": "aws block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 26
          },
          "name": "aws",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionAws"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/action_connection#http ActionConnection#http}",
            "stability": "stable",
            "summary": "http block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 32
          },
          "name": "http",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttp"
          }
        }
      ],
      "symbolId": "src/action-connection/index:ActionConnectionConfig"
    },
    "@cdktn/provider-datadog.actionConnection.ActionConnectionHttp": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttp",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/action-connection/index.ts",
        "line": 1097
      },
      "name": "ActionConnectionHttp",
      "namespace": "actionConnection",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/action_connection#base_url ActionConnection#base_url}",
            "stability": "stable",
            "summary": "Base HTTP url for the integration. String length must be at least 1."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1103
          },
          "name": "baseUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/action_connection#token_auth ActionConnection#token_auth}",
            "stability": "stable",
            "summary": "token_auth block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1109
          },
          "name": "tokenAuth",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuth"
          }
        }
      ],
      "symbolId": "src/action-connection/index:ActionConnectionHttp"
    },
    "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/action-connection/index.ts",
          "line": 1156
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/action-connection/index.ts",
        "line": 1148
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1217
          },
          "name": "putTokenAuth",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuth"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1204
          },
          "name": "resetBaseUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1220
          },
          "name": "resetTokenAuth"
        }
      ],
      "name": "ActionConnectionHttpOutputReference",
      "namespace": "actionConnection",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1214
          },
          "name": "tokenAuth",
          "type": {
            "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1208
          },
          "name": "baseUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1224
          },
          "name": "tokenAuthInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuth"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1198
          },
          "name": "baseUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1160
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttp"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/action-connection/index:ActionConnectionHttpOutputReference"
    },
    "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuth": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuth",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/action-connection/index.ts",
        "line": 896
      },
      "name": "ActionConnectionHttpTokenAuth",
      "namespace": "actionConnection",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/action_connection#body ActionConnection#body}",
            "stability": "stable",
            "summary": "body block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 902
          },
          "name": "body",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthBody"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/action_connection#header ActionConnection#header}",
            "stability": "stable",
            "summary": "header block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 908
          },
          "name": "header",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthHeader"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/action_connection#token ActionConnection#token}",
            "stability": "stable",
            "summary": "token block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 914
          },
          "name": "token",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthToken"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/action_connection#url_parameter ActionConnection#url_parameter}",
            "stability": "stable",
            "summary": "url_parameter block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 920
          },
          "name": "urlParameter",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthUrlParameter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/action-connection/index:ActionConnectionHttpTokenAuth"
    },
    "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthBody": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthBody",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/action-connection/index.ts",
        "line": 271
      },
      "name": "ActionConnectionHttpTokenAuthBody",
      "namespace": "actionConnection",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/action_connection#content ActionConnection#content}",
            "stability": "stable",
            "summary": "Serialized body content. String length must be at least 1."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 277
          },
          "name": "content",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/action_connection#content_type ActionConnection#content_type}",
            "stability": "stable",
            "summary": "Content type of the body. String length must be at least 1."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 283
          },
          "name": "contentType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/action-connection/index:ActionConnectionHttpTokenAuthBody"
    },
    "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthBodyOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthBodyOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/action-connection/index.ts",
          "line": 330
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/action-connection/index.ts",
        "line": 322
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 378
          },
          "name": "resetContent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 394
          },
          "name": "resetContentType"
        }
      ],
      "name": "ActionConnectionHttpTokenAuthBodyOutputReference",
      "namespace": "actionConnection",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 382
          },
          "name": "contentInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 398
          },
          "name": "contentTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 372
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 388
          },
          "name": "contentType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 334
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthBody"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/action-connection/index:ActionConnectionHttpTokenAuthBodyOutputReference"
    },
    "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthHeader": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthHeader",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/action-connection/index.ts",
        "line": 402
      },
      "name": "ActionConnectionHttpTokenAuthHeader",
      "namespace": "actionConnection",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/action_connection#name ActionConnection#name}",
            "stability": "stable",
            "summary": "Header name. String length must be at least 1."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 408
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/action_connection#value ActionConnection#value}",
            "stability": "stable",
            "summary": "String length must be at least 1."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 414
          },
          "name": "value",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/action-connection/index:ActionConnectionHttpTokenAuthHeader"
    },
    "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthHeaderList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthHeaderList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/action-connection/index.ts",
          "line": 544
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/action-connection/index.ts",
        "line": 536
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 551
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthHeaderOutputReference"
            }
          }
        }
      ],
      "name": "ActionConnectionHttpTokenAuthHeaderList",
      "namespace": "actionConnection",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 537
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthHeader"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/action-connection/index:ActionConnectionHttpTokenAuthHeaderList"
    },
    "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthHeaderOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthHeaderOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/action-connection/index.ts",
          "line": 463
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/action-connection/index.ts",
        "line": 453
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 511
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 527
          },
          "name": "resetValue"
        }
      ],
      "name": "ActionConnectionHttpTokenAuthHeaderOutputReference",
      "namespace": "actionConnection",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 515
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 531
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 505
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 521
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 467
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthHeader"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/action-connection/index:ActionConnectionHttpTokenAuthHeaderOutputReference"
    },
    "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/action-connection/index.ts",
          "line": 981
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/action-connection/index.ts",
        "line": 973
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1038
          },
          "name": "putBody",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthBody"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1054
          },
          "name": "putHeader",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthHeader"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1070
          },
          "name": "putToken",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthToken"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1086
          },
          "name": "putUrlParameter",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthUrlParameter"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1041
          },
          "name": "resetBody"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1057
          },
          "name": "resetHeader"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1073
          },
          "name": "resetToken"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1089
          },
          "name": "resetUrlParameter"
        }
      ],
      "name": "ActionConnectionHttpTokenAuthOutputReference",
      "namespace": "actionConnection",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1035
          },
          "name": "body",
          "type": {
            "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthBodyOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1051
          },
          "name": "header",
          "type": {
            "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthHeaderList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1067
          },
          "name": "token",
          "type": {
            "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthTokenList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1083
          },
          "name": "urlParameter",
          "type": {
            "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthUrlParameterList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1045
          },
          "name": "bodyInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthBody"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1061
          },
          "name": "headerInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthHeader"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1077
          },
          "name": "tokenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthToken"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 1093
          },
          "name": "urlParameterInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthUrlParameter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 985
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuth"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/action-connection/index:ActionConnectionHttpTokenAuthOutputReference"
    },
    "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthToken": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthToken",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/action-connection/index.ts",
        "line": 555
      },
      "name": "ActionConnectionHttpTokenAuthToken",
      "namespace": "actionConnection",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/action_connection#name ActionConnection#name}",
            "stability": "stable",
            "summary": "Token name. String length must be at least 1."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 561
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/action_connection#type ActionConnection#type}",
            "stability": "stable",
            "summary": "Token type Valid values are `SECRET`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 567
          },
          "name": "type",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/action_connection#value ActionConnection#value}",
            "stability": "stable",
            "summary": "Token value. String length must be at least 1."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 573
          },
          "name": "value",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/action-connection/index:ActionConnectionHttpTokenAuthToken"
    },
    "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthTokenList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthTokenList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/action-connection/index.ts",
          "line": 732
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/action-connection/index.ts",
        "line": 724
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 739
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthTokenOutputReference"
            }
          }
        }
      ],
      "name": "ActionConnectionHttpTokenAuthTokenList",
      "namespace": "actionConnection",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 725
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthToken"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/action-connection/index:ActionConnectionHttpTokenAuthTokenList"
    },
    "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthTokenOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthTokenOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/action-connection/index.ts",
          "line": 629
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/action-connection/index.ts",
        "line": 619
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 683
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 699
          },
          "name": "resetType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 715
          },
          "name": "resetValue"
        }
      ],
      "name": "ActionConnectionHttpTokenAuthTokenOutputReference",
      "namespace": "actionConnection",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 687
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 703
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 719
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 677
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 693
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 709
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 633
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthToken"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/action-connection/index:ActionConnectionHttpTokenAuthTokenOutputReference"
    },
    "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthUrlParameter": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthUrlParameter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/action-connection/index.ts",
        "line": 743
      },
      "name": "ActionConnectionHttpTokenAuthUrlParameter",
      "namespace": "actionConnection",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/action_connection#name ActionConnection#name}",
            "stability": "stable",
            "summary": "URL parameter name. String length must be at least 1."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 749
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/action_connection#value ActionConnection#value}",
            "stability": "stable",
            "summary": "URL parameter value. String length must be at least 1."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 755
          },
          "name": "value",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/action-connection/index:ActionConnectionHttpTokenAuthUrlParameter"
    },
    "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthUrlParameterList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthUrlParameterList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/action-connection/index.ts",
          "line": 885
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/action-connection/index.ts",
        "line": 877
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 892
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthUrlParameterOutputReference"
            }
          }
        }
      ],
      "name": "ActionConnectionHttpTokenAuthUrlParameterList",
      "namespace": "actionConnection",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 878
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthUrlParameter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/action-connection/index:ActionConnectionHttpTokenAuthUrlParameterList"
    },
    "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthUrlParameterOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthUrlParameterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/action-connection/index.ts",
          "line": 804
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/action-connection/index.ts",
        "line": 794
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 852
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 868
          },
          "name": "resetValue"
        }
      ],
      "name": "ActionConnectionHttpTokenAuthUrlParameterOutputReference",
      "namespace": "actionConnection",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 856
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 872
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 846
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 862
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/action-connection/index.ts",
            "line": 808
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.actionConnection.ActionConnectionHttpTokenAuthUrlParameter"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/action-connection/index:ActionConnectionHttpTokenAuthUrlParameterOutputReference"
    },
    "@cdktn/provider-datadog.agentlessScanningAwsScanOptions.AgentlessScanningAwsScanOptions": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/agentless_scanning_aws_scan_options datadog_agentless_scanning_aws_scan_options}."
      },
      "fqn": "@cdktn/provider-datadog.agentlessScanningAwsScanOptions.AgentlessScanningAwsScanOptions",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/agentless_scanning_aws_scan_options datadog_agentless_scanning_aws_scan_options} Resource."
        },
        "locationInModule": {
          "filename": "src/agentless-scanning-aws-scan-options/index.ts",
          "line": 82
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.agentlessScanningAwsScanOptions.AgentlessScanningAwsScanOptionsConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/agentless-scanning-aws-scan-options/index.ts",
        "line": 50
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a AgentlessScanningAwsScanOptions resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/agentless-scanning-aws-scan-options/index.ts",
            "line": 67
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the AgentlessScanningAwsScanOptions to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/agentless_scanning_aws_scan_options#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing AgentlessScanningAwsScanOptions that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the AgentlessScanningAwsScanOptions to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/agentless-scanning-aws-scan-options/index.ts",
            "line": 183
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/agentless-scanning-aws-scan-options/index.ts",
            "line": 193
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "AgentlessScanningAwsScanOptions",
      "namespace": "agentlessScanningAwsScanOptions",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/agentless-scanning-aws-scan-options/index.ts",
            "line": 55
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/agentless-scanning-aws-scan-options/index.ts",
            "line": 123
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/agentless-scanning-aws-scan-options/index.ts",
            "line": 118
          },
          "name": "awsAccountIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/agentless-scanning-aws-scan-options/index.ts",
            "line": 136
          },
          "name": "lambdaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/agentless-scanning-aws-scan-options/index.ts",
            "line": 149
          },
          "name": "sensitiveDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/agentless-scanning-aws-scan-options/index.ts",
            "line": 162
          },
          "name": "vulnContainersOsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/agentless-scanning-aws-scan-options/index.ts",
            "line": 175
          },
          "name": "vulnHostOsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/agentless-scanning-aws-scan-options/index.ts",
            "line": 111
          },
          "name": "awsAccountId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/agentless-scanning-aws-scan-options/index.ts",
            "line": 129
          },
          "name": "lambda",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/agentless-scanning-aws-scan-options/index.ts",
            "line": 142
          },
          "name": "sensitiveData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/agentless-scanning-aws-scan-options/index.ts",
            "line": 155
          },
          "name": "vulnContainersOs",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/agentless-scanning-aws-scan-options/index.ts",
            "line": 168
          },
          "name": "vulnHostOs",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/agentless-scanning-aws-scan-options/index:AgentlessScanningAwsScanOptions"
    },
    "@cdktn/provider-datadog.agentlessScanningAwsScanOptions.AgentlessScanningAwsScanOptionsConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.agentlessScanningAwsScanOptions.AgentlessScanningAwsScanOptionsConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/agentless-scanning-aws-scan-options/index.ts",
        "line": 14
      },
      "name": "AgentlessScanningAwsScanOptionsConfig",
      "namespace": "agentlessScanningAwsScanOptions",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/agentless_scanning_aws_scan_options#aws_account_id AgentlessScanningAwsScanOptions#aws_account_id}",
            "stability": "stable",
            "summary": "The AWS account ID for which agentless scanning is configured. Must be a valid AWS account ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/agentless-scanning-aws-scan-options/index.ts",
            "line": 20
          },
          "name": "awsAccountId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/agentless_scanning_aws_scan_options#lambda AgentlessScanningAwsScanOptions#lambda}",
            "stability": "stable",
            "summary": "Indicates if scanning of Lambda functions is enabled."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/agentless-scanning-aws-scan-options/index.ts",
            "line": 26
          },
          "name": "lambda",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/agentless_scanning_aws_scan_options#sensitive_data AgentlessScanningAwsScanOptions#sensitive_data}",
            "stability": "stable",
            "summary": "Indicates if scanning for sensitive data is enabled."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/agentless-scanning-aws-scan-options/index.ts",
            "line": 32
          },
          "name": "sensitiveData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/agentless_scanning_aws_scan_options#vuln_containers_os AgentlessScanningAwsScanOptions#vuln_containers_os}",
            "stability": "stable",
            "summary": "Indicates if scanning for vulnerabilities in containers is enabled."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/agentless-scanning-aws-scan-options/index.ts",
            "line": 38
          },
          "name": "vulnContainersOs",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/agentless_scanning_aws_scan_options#vuln_host_os AgentlessScanningAwsScanOptions#vuln_host_os}",
            "stability": "stable",
            "summary": "Indicates if scanning for vulnerabilities in hosts is enabled."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/agentless-scanning-aws-scan-options/index.ts",
            "line": 44
          },
          "name": "vulnHostOs",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/agentless-scanning-aws-scan-options/index:AgentlessScanningAwsScanOptionsConfig"
    },
    "@cdktn/provider-datadog.agentlessScanningGcpScanOptions.AgentlessScanningGcpScanOptions": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/agentless_scanning_gcp_scan_options datadog_agentless_scanning_gcp_scan_options}."
      },
      "fqn": "@cdktn/provider-datadog.agentlessScanningGcpScanOptions.AgentlessScanningGcpScanOptions",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/agentless_scanning_gcp_scan_options datadog_agentless_scanning_gcp_scan_options} Resource."
        },
        "locationInModule": {
          "filename": "src/agentless-scanning-gcp-scan-options/index.ts",
          "line": 70
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.agentlessScanningGcpScanOptions.AgentlessScanningGcpScanOptionsConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/agentless-scanning-gcp-scan-options/index.ts",
        "line": 38
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a AgentlessScanningGcpScanOptions resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/agentless-scanning-gcp-scan-options/index.ts",
            "line": 55
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the AgentlessScanningGcpScanOptions to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/agentless_scanning_gcp_scan_options#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing AgentlessScanningGcpScanOptions that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the AgentlessScanningGcpScanOptions to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/agentless-scanning-gcp-scan-options/index.ts",
            "line": 143
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/agentless-scanning-gcp-scan-options/index.ts",
            "line": 151
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "AgentlessScanningGcpScanOptions",
      "namespace": "agentlessScanningGcpScanOptions",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/agentless-scanning-gcp-scan-options/index.ts",
            "line": 43
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/agentless-scanning-gcp-scan-options/index.ts",
            "line": 109
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/agentless-scanning-gcp-scan-options/index.ts",
            "line": 104
          },
          "name": "gcpProjectIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/agentless-scanning-gcp-scan-options/index.ts",
            "line": 122
          },
          "name": "vulnContainersOsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/agentless-scanning-gcp-scan-options/index.ts",
            "line": 135
          },
          "name": "vulnHostOsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/agentless-scanning-gcp-scan-options/index.ts",
            "line": 97
          },
          "name": "gcpProjectId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/agentless-scanning-gcp-scan-options/index.ts",
            "line": 115
          },
          "name": "vulnContainersOs",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/agentless-scanning-gcp-scan-options/index.ts",
            "line": 128
          },
          "name": "vulnHostOs",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/agentless-scanning-gcp-scan-options/index:AgentlessScanningGcpScanOptions"
    },
    "@cdktn/provider-datadog.agentlessScanningGcpScanOptions.AgentlessScanningGcpScanOptionsConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.agentlessScanningGcpScanOptions.AgentlessScanningGcpScanOptionsConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/agentless-scanning-gcp-scan-options/index.ts",
        "line": 14
      },
      "name": "AgentlessScanningGcpScanOptionsConfig",
      "namespace": "agentlessScanningGcpScanOptions",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Must be a valid GCP project ID: 6–30 characters, start with a lowercase letter, and include only lowercase letters, digits, or hyphens.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/agentless_scanning_gcp_scan_options#gcp_project_id AgentlessScanningGcpScanOptions#gcp_project_id}",
            "stability": "stable",
            "summary": "The GCP project ID for which agentless scanning is configured."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/agentless-scanning-gcp-scan-options/index.ts",
            "line": 20
          },
          "name": "gcpProjectId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/agentless_scanning_gcp_scan_options#vuln_containers_os AgentlessScanningGcpScanOptions#vuln_containers_os}",
            "stability": "stable",
            "summary": "Indicates if scanning for vulnerabilities in containers is enabled."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/agentless-scanning-gcp-scan-options/index.ts",
            "line": 26
          },
          "name": "vulnContainersOs",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/agentless_scanning_gcp_scan_options#vuln_host_os AgentlessScanningGcpScanOptions#vuln_host_os}",
            "stability": "stable",
            "summary": "Indicates if scanning for vulnerabilities in hosts is enabled."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/agentless-scanning-gcp-scan-options/index.ts",
            "line": 32
          },
          "name": "vulnHostOs",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/agentless-scanning-gcp-scan-options/index:AgentlessScanningGcpScanOptionsConfig"
    },
    "@cdktn/provider-datadog.apiKey.ApiKey": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/api_key datadog_api_key}."
      },
      "fqn": "@cdktn/provider-datadog.apiKey.ApiKey",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/api_key datadog_api_key} Resource."
        },
        "locationInModule": {
          "filename": "src/api-key/index.ts",
          "line": 64
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.apiKey.ApiKeyConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/api-key/index.ts",
        "line": 32
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a ApiKey resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/api-key/index.ts",
            "line": 49
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the ApiKey to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/api_key#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing ApiKey that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the ApiKey to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/api-key/index.ts",
            "line": 119
          },
          "name": "resetRemoteConfigReadEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/api-key/index.ts",
            "line": 131
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/api-key/index.ts",
            "line": 138
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "ApiKey",
      "namespace": "apiKey",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/api-key/index.ts",
            "line": 37
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/api-key/index.ts",
            "line": 89
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/api-key/index.ts",
            "line": 94
          },
          "name": "key",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/api-key/index.ts",
            "line": 107
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/api-key/index.ts",
            "line": 123
          },
          "name": "remoteConfigReadEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/api-key/index.ts",
            "line": 100
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/api-key/index.ts",
            "line": 113
          },
          "name": "remoteConfigReadEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/api-key/index:ApiKey"
    },
    "@cdktn/provider-datadog.apiKey.ApiKeyConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.apiKey.ApiKeyConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/api-key/index.ts",
        "line": 14
      },
      "name": "ApiKeyConfig",
      "namespace": "apiKey",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/api_key#name ApiKey#name}",
            "stability": "stable",
            "summary": "Name for API Key."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/api-key/index.ts",
            "line": 20
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Set to true only if remote config is enabled in `/organization-settings/remote-config`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/api_key#remote_config_read_enabled ApiKey#remote_config_read_enabled}",
            "stability": "stable",
            "summary": "Whether the API key is used for remote config."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/api-key/index.ts",
            "line": 26
          },
          "name": "remoteConfigReadEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/api-key/index:ApiKeyConfig"
    },
    "@cdktn/provider-datadog.apmRetentionFilter.ApmRetentionFilter": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/apm_retention_filter datadog_apm_retention_filter}."
      },
      "fqn": "@cdktn/provider-datadog.apmRetentionFilter.ApmRetentionFilter",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/apm_retention_filter datadog_apm_retention_filter} Resource."
        },
        "locationInModule": {
          "filename": "src/apm-retention-filter/index.ts",
          "line": 184
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.apmRetentionFilter.ApmRetentionFilterConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/apm-retention-filter/index.ts",
        "line": 152
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a ApmRetentionFilter resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/apm-retention-filter/index.ts",
            "line": 169
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the ApmRetentionFilter to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/apm_retention_filter#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing ApmRetentionFilter that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the ApmRetentionFilter to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/apm-retention-filter/index.ts",
            "line": 290
          },
          "name": "putFilter",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.apmRetentionFilter.ApmRetentionFilterFilter"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/apm-retention-filter/index.ts",
            "line": 293
          },
          "name": "resetFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/apm-retention-filter/index.ts",
            "line": 277
          },
          "name": "resetTraceRate"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/apm-retention-filter/index.ts",
            "line": 305
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/apm-retention-filter/index.ts",
            "line": 316
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "ApmRetentionFilter",
      "namespace": "apmRetentionFilter",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/apm-retention-filter/index.ts",
            "line": 157
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/apm-retention-filter/index.ts",
            "line": 287
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktn/provider-datadog.apmRetentionFilter.ApmRetentionFilterFilterOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/apm-retention-filter/index.ts",
            "line": 239
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/apm-retention-filter/index.ts",
            "line": 221
          },
          "name": "enabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/apm-retention-filter/index.ts",
            "line": 297
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.apmRetentionFilter.ApmRetentionFilterFilter"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/apm-retention-filter/index.ts",
            "line": 234
          },
          "name": "filterTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/apm-retention-filter/index.ts",
            "line": 252
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/apm-retention-filter/index.ts",
            "line": 265
          },
          "name": "rateInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/apm-retention-filter/index.ts",
            "line": 281
          },
          "name": "traceRateInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/apm-retention-filter/index.ts",
            "line": 214
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/apm-retention-filter/index.ts",
            "line": 227
          },
          "name": "filterType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/apm-retention-filter/index.ts",
            "line": 245
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/apm-retention-filter/index.ts",
            "line": 258
          },
          "name": "rate",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/apm-retention-filter/index.ts",
            "line": 271
          },
          "name": "traceRate",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/apm-retention-filter/index:ApmRetentionFilter"
    },
    "@cdktn/provider-datadog.apmRetentionFilter.ApmRetentionFilterConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.apmRetentionFilter.ApmRetentionFilterConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/apm-retention-filter/index.ts",
        "line": 14
      },
      "name": "ApmRetentionFilterConfig",
      "namespace": "apmRetentionFilter",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/apm_retention_filter#enabled ApmRetentionFilter#enabled}",
            "stability": "stable",
            "summary": "the status of the retention filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/apm-retention-filter/index.ts",
            "line": 20
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/apm_retention_filter#filter_type ApmRetentionFilter#filter_type}",
            "stability": "stable",
            "summary": "The type of the retention filter, currently only spans-processing-sampling is available. Valid values are `spans-sampling-processor`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/apm-retention-filter/index.ts",
            "line": 26
          },
          "name": "filterType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/apm_retention_filter#name ApmRetentionFilter#name}",
            "stability": "stable",
            "summary": "The name of the retention filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/apm-retention-filter/index.ts",
            "line": 32
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "a value of 1.0 keeps all spans matching the query. Value must be between 0.00 and 1.00.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/apm_retention_filter#rate ApmRetentionFilter#rate}",
            "stability": "stable",
            "summary": "Sample rate to apply to spans going through this retention filter as a string;"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/apm-retention-filter/index.ts",
            "line": 38
          },
          "name": "rate",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/apm_retention_filter#filter ApmRetentionFilter#filter}",
            "stability": "stable",
            "summary": "filter block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/apm-retention-filter/index.ts",
            "line": 50
          },
          "name": "filter",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.apmRetentionFilter.ApmRetentionFilterFilter"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "a value of 1.0 keeps all traces matching the query. Value must be between 0.00 and 1.00.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/apm_retention_filter#trace_rate ApmRetentionFilter#trace_rate}",
            "stability": "stable",
            "summary": "Sample rate to apply to traces with spans going through this retention filter as a string;"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/apm-retention-filter/index.ts",
            "line": 44
          },
          "name": "traceRate",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/apm-retention-filter/index:ApmRetentionFilterConfig"
    },
    "@cdktn/provider-datadog.apmRetentionFilter.ApmRetentionFilterFilter": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.apmRetentionFilter.ApmRetentionFilterFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/apm-retention-filter/index.ts",
        "line": 52
      },
      "name": "ApmRetentionFilterFilter",
      "namespace": "apmRetentionFilter",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Defaults to `\"*\"`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/apm_retention_filter#query ApmRetentionFilter#query}",
            "stability": "stable",
            "summary": "The search query - follow the span search syntax, use `AND` between tags and `\\` to escape special characters, use nanosecond for duration."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/apm-retention-filter/index.ts",
            "line": 58
          },
          "name": "query",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/apm-retention-filter/index:ApmRetentionFilterFilter"
    },
    "@cdktn/provider-datadog.apmRetentionFilter.ApmRetentionFilterFilterOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.apmRetentionFilter.ApmRetentionFilterFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/apm-retention-filter/index.ts",
          "line": 98
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/apm-retention-filter/index.ts",
        "line": 90
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/apm-retention-filter/index.ts",
            "line": 140
          },
          "name": "resetQuery"
        }
      ],
      "name": "ApmRetentionFilterFilterOutputReference",
      "namespace": "apmRetentionFilter",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/apm-retention-filter/index.ts",
            "line": 144
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/apm-retention-filter/index.ts",
            "line": 134
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/apm-retention-filter/index.ts",
            "line": 102
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.apmRetentionFilter.ApmRetentionFilterFilter"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/apm-retention-filter/index:ApmRetentionFilterFilterOutputReference"
    },
    "@cdktn/provider-datadog.apmRetentionFilterOrder.ApmRetentionFilterOrder": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/apm_retention_filter_order datadog_apm_retention_filter_order}."
      },
      "fqn": "@cdktn/provider-datadog.apmRetentionFilterOrder.ApmRetentionFilterOrder",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/apm_retention_filter_order datadog_apm_retention_filter_order} Resource."
        },
        "locationInModule": {
          "filename": "src/apm-retention-filter-order/index.ts",
          "line": 58
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.apmRetentionFilterOrder.ApmRetentionFilterOrderConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/apm-retention-filter-order/index.ts",
        "line": 26
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a ApmRetentionFilterOrder resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/apm-retention-filter-order/index.ts",
            "line": 43
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the ApmRetentionFilterOrder to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/apm_retention_filter_order#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing ApmRetentionFilterOrder that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the ApmRetentionFilterOrder to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/apm-retention-filter-order/index.ts",
            "line": 103
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/apm-retention-filter-order/index.ts",
            "line": 109
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "ApmRetentionFilterOrder",
      "namespace": "apmRetentionFilterOrder",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/apm-retention-filter-order/index.ts",
            "line": 31
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/apm-retention-filter-order/index.ts",
            "line": 95
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/apm-retention-filter-order/index.ts",
            "line": 90
          },
          "name": "filterIdsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/apm-retention-filter-order/index.ts",
            "line": 83
          },
          "name": "filterIds",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/apm-retention-filter-order/index:ApmRetentionFilterOrder"
    },
    "@cdktn/provider-datadog.apmRetentionFilterOrder.ApmRetentionFilterOrderConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.apmRetentionFilterOrder.ApmRetentionFilterOrderConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/apm-retention-filter-order/index.ts",
        "line": 14
      },
      "name": "ApmRetentionFilterOrderConfig",
      "namespace": "apmRetentionFilterOrder",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/apm_retention_filter_order#filter_ids ApmRetentionFilterOrder#filter_ids}",
            "stability": "stable",
            "summary": "The filter IDs list. The order of filters IDs in this attribute defines the overall APM retention filters order."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/apm-retention-filter-order/index.ts",
            "line": 20
          },
          "name": "filterIds",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/apm-retention-filter-order/index:ApmRetentionFilterOrderConfig"
    },
    "@cdktn/provider-datadog.appBuilderApp.AppBuilderApp": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/app_builder_app datadog_app_builder_app}."
      },
      "fqn": "@cdktn/provider-datadog.appBuilderApp.AppBuilderApp",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/app_builder_app datadog_app_builder_app} Resource."
        },
        "locationInModule": {
          "filename": "src/app-builder-app/index.ts",
          "line": 88
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.appBuilderApp.AppBuilderAppConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/app-builder-app/index.ts",
        "line": 56
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a AppBuilderApp resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/app-builder-app/index.ts",
            "line": 73
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the AppBuilderApp to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/app_builder_app#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing AppBuilderApp that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the AppBuilderApp to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/app-builder-app/index.ts",
            "line": 124
          },
          "name": "resetActionQueryNamesToConnectionIds"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/app-builder-app/index.ts",
            "line": 153
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/app-builder-app/index.ts",
            "line": 174
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/app-builder-app/index.ts",
            "line": 190
          },
          "name": "resetPublished"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/app-builder-app/index.ts",
            "line": 206
          },
          "name": "resetRootInstanceName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/app-builder-app/index.ts",
            "line": 218
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/app-builder-app/index.ts",
            "line": 229
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "AppBuilderApp",
      "namespace": "appBuilderApp",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/app-builder-app/index.ts",
            "line": 61
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/app-builder-app/index.ts",
            "line": 162
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/app-builder-app/index.ts",
            "line": 128
          },
          "name": "actionQueryNamesToConnectionIdsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/app-builder-app/index.ts",
            "line": 141
          },
          "name": "appJsonInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/app-builder-app/index.ts",
            "line": 157
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/app-builder-app/index.ts",
            "line": 178
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/app-builder-app/index.ts",
            "line": 194
          },
          "name": "publishedInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/app-builder-app/index.ts",
            "line": 210
          },
          "name": "rootInstanceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/app-builder-app/index.ts",
            "line": 118
          },
          "name": "actionQueryNamesToConnectionIds",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/app-builder-app/index.ts",
            "line": 134
          },
          "name": "appJson",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/app-builder-app/index.ts",
            "line": 147
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/app-builder-app/index.ts",
            "line": 168
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/app-builder-app/index.ts",
            "line": 184
          },
          "name": "published",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/app-builder-app/index.ts",
            "line": 200
          },
          "name": "rootInstanceName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/app-builder-app/index:AppBuilderApp"
    },
    "@cdktn/provider-datadog.appBuilderApp.AppBuilderAppConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.appBuilderApp.AppBuilderAppConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/app-builder-app/index.ts",
        "line": 14
      },
      "name": "AppBuilderAppConfig",
      "namespace": "appBuilderApp",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/app_builder_app#app_json AppBuilderApp#app_json}",
            "stability": "stable",
            "summary": "The JSON representation of the App. String length must be at least 1."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/app-builder-app/index.ts",
            "line": 26
          },
          "name": "appJson",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Otherwise, a map of the App's Action Query Names to Action Connection IDs will be returned in output.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/app_builder_app#action_query_names_to_connection_ids AppBuilderApp#action_query_names_to_connection_ids}",
            "stability": "stable",
            "summary": "If specified, this will override the Action Connection IDs for the specified Action Query Names in the App JSON."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/app-builder-app/index.ts",
            "line": 20
          },
          "name": "actionQueryNamesToConnectionIds",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "String length must be at least 1.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/app_builder_app#description AppBuilderApp#description}",
            "stability": "stable",
            "summary": "If specified, this will override the human-readable description of the App in the App JSON."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/app-builder-app/index.ts",
            "line": 32
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "String length must be at least 1.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/app_builder_app#name AppBuilderApp#name}",
            "stability": "stable",
            "summary": "If specified, this will override the name of the App in the App JSON."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/app-builder-app/index.ts",
            "line": 38
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Published apps are available to other users. To ensure the app is accessible to the correct users, you also need to set a [Restriction Policy](https://docs.datadoghq.com/api/latest/restriction-policies/) on the app if a policy does not yet exist. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/app_builder_app#published AppBuilderApp#published}",
            "stability": "stable",
            "summary": "Set the app to published or unpublished."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/app-builder-app/index.ts",
            "line": 44
          },
          "name": "published",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This must be a grid component that contains all other components. If specified, this will override the root instance name of the App in the App JSON. String length must be at least 1.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/app_builder_app#root_instance_name AppBuilderApp#root_instance_name}",
            "stability": "stable",
            "summary": "The name of the root component of the app."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/app-builder-app/index.ts",
            "line": 50
          },
          "name": "rootInstanceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/app-builder-app/index:AppBuilderAppConfig"
    },
    "@cdktn/provider-datadog.appKeyRegistration.AppKeyRegistration": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/app_key_registration datadog_app_key_registration}."
      },
      "fqn": "@cdktn/provider-datadog.appKeyRegistration.AppKeyRegistration",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/app_key_registration datadog_app_key_registration} Resource."
        },
        "locationInModule": {
          "filename": "src/app-key-registration/index.ts",
          "line": 61
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.appKeyRegistration.AppKeyRegistrationConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/app-key-registration/index.ts",
        "line": 29
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a AppKeyRegistration resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/app-key-registration/index.ts",
            "line": 46
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the AppKeyRegistration to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/app_key_registration#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing AppKeyRegistration that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the AppKeyRegistration to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/app-key-registration/index.ts",
            "line": 101
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/app-key-registration/index.ts",
            "line": 107
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "AppKeyRegistration",
      "namespace": "appKeyRegistration",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/app-key-registration/index.ts",
            "line": 34
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/app-key-registration/index.ts",
            "line": 93
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/app-key-registration/index.ts",
            "line": 86
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/app-key-registration/index:AppKeyRegistration"
    },
    "@cdktn/provider-datadog.appKeyRegistration.AppKeyRegistrationConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.appKeyRegistration.AppKeyRegistrationConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/app-key-registration/index.ts",
        "line": 14
      },
      "name": "AppKeyRegistrationConfig",
      "namespace": "appKeyRegistration",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/app_key_registration#id AppKeyRegistration#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "The Application Key ID to register."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/app-key-registration/index.ts",
            "line": 23
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/app-key-registration/index:AppKeyRegistrationConfig"
    },
    "@cdktn/provider-datadog.applicationKey.ApplicationKey": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/application_key datadog_application_key}."
      },
      "fqn": "@cdktn/provider-datadog.applicationKey.ApplicationKey",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/application_key datadog_application_key} Resource."
        },
        "locationInModule": {
          "filename": "src/application-key/index.ts",
          "line": 64
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.applicationKey.ApplicationKeyConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/application-key/index.ts",
        "line": 32
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a ApplicationKey resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/application-key/index.ts",
            "line": 49
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the ApplicationKey to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/application_key#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing ApplicationKey that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the ApplicationKey to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/application-key/index.ts",
            "line": 119
          },
          "name": "resetScopes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/application-key/index.ts",
            "line": 131
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/application-key/index.ts",
            "line": 138
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "ApplicationKey",
      "namespace": "applicationKey",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/application-key/index.ts",
            "line": 37
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/application-key/index.ts",
            "line": 89
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/application-key/index.ts",
            "line": 94
          },
          "name": "key",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/application-key/index.ts",
            "line": 107
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/application-key/index.ts",
            "line": 123
          },
          "name": "scopesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/application-key/index.ts",
            "line": 100
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/application-key/index.ts",
            "line": 113
          },
          "name": "scopes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/application-key/index:ApplicationKey"
    },
    "@cdktn/provider-datadog.applicationKey.ApplicationKeyConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.applicationKey.ApplicationKeyConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/application-key/index.ts",
        "line": 14
      },
      "name": "ApplicationKeyConfig",
      "namespace": "applicationKey",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/application_key#name ApplicationKey#name}",
            "stability": "stable",
            "summary": "Name for Application Key."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/application-key/index.ts",
            "line": 20
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/application_key#scopes ApplicationKey#scopes}",
            "stability": "stable",
            "summary": "Authorization scopes for the Application Key. Application Keys configured with no scopes have full access."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/application-key/index.ts",
            "line": 26
          },
          "name": "scopes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/application-key/index:ApplicationKeyConfig"
    },
    "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRule": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_custom_rule datadog_appsec_waf_custom_rule}."
      },
      "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRule",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_custom_rule datadog_appsec_waf_custom_rule} Resource."
        },
        "locationInModule": {
          "filename": "src/appsec-waf-custom-rule/index.ts",
          "line": 1223
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/appsec-waf-custom-rule/index.ts",
        "line": 1191
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a AppsecWafCustomRule resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1208
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the AppsecWafCustomRule to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_custom_rule#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing AppsecWafCustomRule that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the AppsecWafCustomRule to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1331
          },
          "name": "putAction",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleAction"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1347
          },
          "name": "putCondition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleCondition"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1363
          },
          "name": "putScope",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleScope"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1334
          },
          "name": "resetAction"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1350
          },
          "name": "resetCondition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1305
          },
          "name": "resetPathGlob"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1366
          },
          "name": "resetScope"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1378
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1391
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "AppsecWafCustomRule",
      "namespace": "appsecWafCustomRule",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1196
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1328
          },
          "name": "action",
          "type": {
            "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleActionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1344
          },
          "name": "condition",
          "type": {
            "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1280
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1360
          },
          "name": "scope",
          "type": {
            "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleScopeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1338
          },
          "name": "actionInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleAction"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1262
          },
          "name": "blockingInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1354
          },
          "name": "conditionInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleCondition"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1275
          },
          "name": "enabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1293
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1309
          },
          "name": "pathGlobInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1370
          },
          "name": "scopeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleScope"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1322
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1255
          },
          "name": "blocking",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1268
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1286
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1299
          },
          "name": "pathGlob",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1315
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        }
      ],
      "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRule"
    },
    "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleAction": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleAction",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/appsec-waf-custom-rule/index.ts",
        "line": 195
      },
      "name": "AppsecWafCustomRuleAction",
      "namespace": "appsecWafCustomRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_custom_rule#action AppsecWafCustomRule#action}",
            "stability": "stable",
            "summary": "Override the default action to take when the WAF custom rule would block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 201
          },
          "name": "action",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_custom_rule#parameters AppsecWafCustomRule#parameters}",
            "stability": "stable",
            "summary": "parameters block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 207
          },
          "name": "parameters",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleActionParameters"
          }
        }
      ],
      "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRuleAction"
    },
    "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleActionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleActionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/appsec-waf-custom-rule/index.ts",
          "line": 254
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/appsec-waf-custom-rule/index.ts",
        "line": 246
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 315
          },
          "name": "putParameters",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleActionParameters"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 302
          },
          "name": "resetAction"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 318
          },
          "name": "resetParameters"
        }
      ],
      "name": "AppsecWafCustomRuleActionOutputReference",
      "namespace": "appsecWafCustomRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 312
          },
          "name": "parameters",
          "type": {
            "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleActionParametersOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 306
          },
          "name": "actionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 322
          },
          "name": "parametersInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleActionParameters"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 296
          },
          "name": "action",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 258
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleAction"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRuleActionOutputReference"
    },
    "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleActionParameters": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleActionParameters",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/appsec-waf-custom-rule/index.ts",
        "line": 64
      },
      "name": "AppsecWafCustomRuleActionParameters",
      "namespace": "appsecWafCustomRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_custom_rule#location AppsecWafCustomRule#location}",
            "stability": "stable",
            "summary": "The location to redirect to when the WAF custom rule triggers."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 70
          },
          "name": "location",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_custom_rule#status_code AppsecWafCustomRule#status_code}",
            "stability": "stable",
            "summary": "The status code to return when the WAF custom rule triggers."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 76
          },
          "name": "statusCode",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRuleActionParameters"
    },
    "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleActionParametersOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleActionParametersOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/appsec-waf-custom-rule/index.ts",
          "line": 123
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/appsec-waf-custom-rule/index.ts",
        "line": 115
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 171
          },
          "name": "resetLocation"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 187
          },
          "name": "resetStatusCode"
        }
      ],
      "name": "AppsecWafCustomRuleActionParametersOutputReference",
      "namespace": "appsecWafCustomRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 175
          },
          "name": "locationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 191
          },
          "name": "statusCodeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 165
          },
          "name": "location",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 181
          },
          "name": "statusCode",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 127
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleActionParameters"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRuleActionParametersOutputReference"
    },
    "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleCondition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleCondition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/appsec-waf-custom-rule/index.ts",
        "line": 881
      },
      "name": "AppsecWafCustomRuleCondition",
      "namespace": "appsecWafCustomRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_custom_rule#operator AppsecWafCustomRule#operator}",
            "stability": "stable",
            "summary": "Operator to use for the WAF Condition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 887
          },
          "name": "operator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_custom_rule#parameters AppsecWafCustomRule#parameters}",
            "stability": "stable",
            "summary": "parameters block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 893
          },
          "name": "parameters",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParameters"
          }
        }
      ],
      "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRuleCondition"
    },
    "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/appsec-waf-custom-rule/index.ts",
          "line": 1023
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/appsec-waf-custom-rule/index.ts",
        "line": 1015
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1030
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionOutputReference"
            }
          }
        }
      ],
      "name": "AppsecWafCustomRuleConditionList",
      "namespace": "appsecWafCustomRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1016
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleCondition"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRuleConditionList"
    },
    "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/appsec-waf-custom-rule/index.ts",
          "line": 942
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/appsec-waf-custom-rule/index.ts",
        "line": 932
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1003
          },
          "name": "putParameters",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParameters"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 990
          },
          "name": "resetOperator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1006
          },
          "name": "resetParameters"
        }
      ],
      "name": "AppsecWafCustomRuleConditionOutputReference",
      "namespace": "appsecWafCustomRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1000
          },
          "name": "parameters",
          "type": {
            "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 994
          },
          "name": "operatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1010
          },
          "name": "parametersInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParameters"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 984
          },
          "name": "operator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 946
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleCondition"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRuleConditionOutputReference"
    },
    "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParameters": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParameters",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/appsec-waf-custom-rule/index.ts",
        "line": 610
      },
      "name": "AppsecWafCustomRuleConditionParameters",
      "namespace": "appsecWafCustomRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_custom_rule#data AppsecWafCustomRule#data}",
            "stability": "stable",
            "summary": "Identifier of a list of data from the denylist. Can only be used as substitution from the list parameter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 616
          },
          "name": "data",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_custom_rule#input AppsecWafCustomRule#input}",
            "stability": "stable",
            "summary": "input block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 640
          },
          "name": "input",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersInput"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_custom_rule#list AppsecWafCustomRule#list}",
            "stability": "stable",
            "summary": "List of value to use with the condition. Only used with the phrase_match, !phrase_match, exact_match and !exact_match operator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 622
          },
          "name": "list",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_custom_rule#options AppsecWafCustomRule#options}",
            "stability": "stable",
            "summary": "options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 646
          },
          "name": "options",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_custom_rule#regex AppsecWafCustomRule#regex}",
            "stability": "stable",
            "summary": "Regex to use with the condition. Only used with match_regex and !match_regex operator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 628
          },
          "name": "regex",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_custom_rule#value AppsecWafCustomRule#value}",
            "stability": "stable",
            "summary": "Store the captured value in the specified tag name. Only used with the capture_data operator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 634
          },
          "name": "value",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRuleConditionParameters"
    },
    "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersInput": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersInput",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/appsec-waf-custom-rule/index.ts",
        "line": 326
      },
      "name": "AppsecWafCustomRuleConditionParametersInput",
      "namespace": "appsecWafCustomRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_custom_rule#address AppsecWafCustomRule#address}",
            "stability": "stable",
            "summary": "Input from the request on which the condition should apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 332
          },
          "name": "address",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_custom_rule#key_path AppsecWafCustomRule#key_path}",
            "stability": "stable",
            "summary": "Specific path for the input."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 338
          },
          "name": "keyPath",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRuleConditionParametersInput"
    },
    "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersInputList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersInputList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/appsec-waf-custom-rule/index.ts",
          "line": 468
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/appsec-waf-custom-rule/index.ts",
        "line": 460
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 475
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersInputOutputReference"
            }
          }
        }
      ],
      "name": "AppsecWafCustomRuleConditionParametersInputList",
      "namespace": "appsecWafCustomRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 461
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersInput"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRuleConditionParametersInputList"
    },
    "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersInputOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersInputOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/appsec-waf-custom-rule/index.ts",
          "line": 387
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/appsec-waf-custom-rule/index.ts",
        "line": 377
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 435
          },
          "name": "resetAddress"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 451
          },
          "name": "resetKeyPath"
        }
      ],
      "name": "AppsecWafCustomRuleConditionParametersInputOutputReference",
      "namespace": "appsecWafCustomRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 439
          },
          "name": "addressInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 455
          },
          "name": "keyPathInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 429
          },
          "name": "address",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 445
          },
          "name": "keyPath",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 391
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersInput"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRuleConditionParametersInputOutputReference"
    },
    "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/appsec-waf-custom-rule/index.ts",
        "line": 479
      },
      "name": "AppsecWafCustomRuleConditionParametersOptions",
      "namespace": "appsecWafCustomRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_custom_rule#case_sensitive AppsecWafCustomRule#case_sensitive}",
            "stability": "stable",
            "summary": "Evaluate the value as case sensitive."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 485
          },
          "name": "caseSensitive",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_custom_rule#min_length AppsecWafCustomRule#min_length}",
            "stability": "stable",
            "summary": "Only evaluate this condition if the value has a minimum amount of characters."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 491
          },
          "name": "minLength",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRuleConditionParametersOptions"
    },
    "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/appsec-waf-custom-rule/index.ts",
          "line": 538
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/appsec-waf-custom-rule/index.ts",
        "line": 530
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 586
          },
          "name": "resetCaseSensitive"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 602
          },
          "name": "resetMinLength"
        }
      ],
      "name": "AppsecWafCustomRuleConditionParametersOptionsOutputReference",
      "namespace": "appsecWafCustomRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 590
          },
          "name": "caseSensitiveInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 606
          },
          "name": "minLengthInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 580
          },
          "name": "caseSensitive",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 596
          },
          "name": "minLength",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 542
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersOptions"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRuleConditionParametersOptionsOutputReference"
    },
    "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/appsec-waf-custom-rule/index.ts",
          "line": 721
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/appsec-waf-custom-rule/index.ts",
        "line": 713
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 854
          },
          "name": "putInput",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersInput"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 870
          },
          "name": "putOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 793
          },
          "name": "resetData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 857
          },
          "name": "resetInput"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 809
          },
          "name": "resetList"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 873
          },
          "name": "resetOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 825
          },
          "name": "resetRegex"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 841
          },
          "name": "resetValue"
        }
      ],
      "name": "AppsecWafCustomRuleConditionParametersOutputReference",
      "namespace": "appsecWafCustomRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 851
          },
          "name": "input",
          "type": {
            "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersInputList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 867
          },
          "name": "options",
          "type": {
            "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 797
          },
          "name": "dataInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 861
          },
          "name": "inputInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersInput"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 813
          },
          "name": "listInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 877
          },
          "name": "optionsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParametersOptions"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 829
          },
          "name": "regexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 845
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 787
          },
          "name": "data",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 803
          },
          "name": "list",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 819
          },
          "name": "regex",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 835
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 725
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConditionParameters"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRuleConditionParametersOutputReference"
    },
    "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/appsec-waf-custom-rule/index.ts",
        "line": 14
      },
      "name": "AppsecWafCustomRuleConfig",
      "namespace": "appsecWafCustomRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_custom_rule#blocking AppsecWafCustomRule#blocking}",
            "stability": "stable",
            "summary": "Indicates whether the WAF custom rule will block the request."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 20
          },
          "name": "blocking",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_custom_rule#enabled AppsecWafCustomRule#enabled}",
            "stability": "stable",
            "summary": "Indicates whether the WAF custom rule is enabled."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 26
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_custom_rule#name AppsecWafCustomRule#name}",
            "stability": "stable",
            "summary": "The Name of the WAF custom rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 32
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "`category` and `type` tags are required. Supported categories include `business_logic`, `attack_attempt` and `security_response`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_custom_rule#tags AppsecWafCustomRule#tags}",
            "stability": "stable",
            "summary": "Tags associated with the WAF custom rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 44
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_custom_rule#action AppsecWafCustomRule#action}",
            "stability": "stable",
            "summary": "action block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 50
          },
          "name": "action",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleAction"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_custom_rule#condition AppsecWafCustomRule#condition}",
            "stability": "stable",
            "summary": "condition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 56
          },
          "name": "condition",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleCondition"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_custom_rule#path_glob AppsecWafCustomRule#path_glob}",
            "stability": "stable",
            "summary": "The path glob for the WAF custom rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 38
          },
          "name": "pathGlob",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_custom_rule#scope AppsecWafCustomRule#scope}",
            "stability": "stable",
            "summary": "scope block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 62
          },
          "name": "scope",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleScope"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRuleConfig"
    },
    "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleScope": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleScope",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/appsec-waf-custom-rule/index.ts",
        "line": 1034
      },
      "name": "AppsecWafCustomRuleScope",
      "namespace": "appsecWafCustomRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_custom_rule#env AppsecWafCustomRule#env}",
            "stability": "stable",
            "summary": "The environment scope for the WAF custom rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1040
          },
          "name": "env",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_custom_rule#service AppsecWafCustomRule#service}",
            "stability": "stable",
            "summary": "The service scope for the WAF custom rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1046
          },
          "name": "service",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRuleScope"
    },
    "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleScopeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleScopeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/appsec-waf-custom-rule/index.ts",
          "line": 1176
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/appsec-waf-custom-rule/index.ts",
        "line": 1168
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1183
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleScopeOutputReference"
            }
          }
        }
      ],
      "name": "AppsecWafCustomRuleScopeList",
      "namespace": "appsecWafCustomRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1169
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleScope"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRuleScopeList"
    },
    "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleScopeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleScopeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/appsec-waf-custom-rule/index.ts",
          "line": 1095
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/appsec-waf-custom-rule/index.ts",
        "line": 1085
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1143
          },
          "name": "resetEnv"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1159
          },
          "name": "resetService"
        }
      ],
      "name": "AppsecWafCustomRuleScopeOutputReference",
      "namespace": "appsecWafCustomRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1147
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1163
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1137
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1153
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-custom-rule/index.ts",
            "line": 1099
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.appsecWafCustomRule.AppsecWafCustomRuleScope"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/appsec-waf-custom-rule/index:AppsecWafCustomRuleScopeOutputReference"
    },
    "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilter": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_exclusion_filter datadog_appsec_waf_exclusion_filter}."
      },
      "fqn": "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilter",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_exclusion_filter datadog_appsec_waf_exclusion_filter} Resource."
        },
        "locationInModule": {
          "filename": "src/appsec-waf-exclusion-filter/index.ts",
          "line": 543
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/appsec-waf-exclusion-filter/index.ts",
        "line": 511
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a AppsecWafExclusionFilter resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 528
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the AppsecWafExclusionFilter to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_exclusion_filter#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing AppsecWafExclusionFilter that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the AppsecWafExclusionFilter to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 690
          },
          "name": "putRulesTarget",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTarget"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 706
          },
          "name": "putScope",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterScope"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 608
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 629
          },
          "name": "resetIpList"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 645
          },
          "name": "resetOnMatch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 661
          },
          "name": "resetParameters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 677
          },
          "name": "resetPathGlob"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 693
          },
          "name": "resetRulesTarget"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 709
          },
          "name": "resetScope"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 721
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 735
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "AppsecWafExclusionFilter",
      "namespace": "appsecWafExclusionFilter",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 516
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 617
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 687
          },
          "name": "rulesTarget",
          "type": {
            "fqn": "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTargetList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 703
          },
          "name": "scope",
          "type": {
            "fqn": "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterScopeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 583
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 596
          },
          "name": "enabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 612
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 633
          },
          "name": "ipListInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 649
          },
          "name": "onMatchInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 665
          },
          "name": "parametersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 681
          },
          "name": "pathGlobInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 697
          },
          "name": "rulesTargetInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTarget"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 713
          },
          "name": "scopeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterScope"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 576
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 589
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 602
          },
          "name": "eventQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 623
          },
          "name": "ipList",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 639
          },
          "name": "onMatch",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 655
          },
          "name": "parameters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 671
          },
          "name": "pathGlob",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/appsec-waf-exclusion-filter/index:AppsecWafExclusionFilter"
    },
    "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/appsec-waf-exclusion-filter/index.ts",
        "line": 14
      },
      "name": "AppsecWafExclusionFilterConfig",
      "namespace": "appsecWafExclusionFilter",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_exclusion_filter#description AppsecWafExclusionFilter#description}",
            "stability": "stable",
            "summary": "A description for the exclusion filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 20
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_exclusion_filter#enabled AppsecWafExclusionFilter#enabled}",
            "stability": "stable",
            "summary": "Indicates whether the exclusion filter is enabled."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 26
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_exclusion_filter#event_query AppsecWafExclusionFilter#event_query}",
            "stability": "stable",
            "summary": "The event query matched by the legacy exclusion filter. Cannot be created nor updated."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 32
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_exclusion_filter#ip_list AppsecWafExclusionFilter#ip_list}",
            "stability": "stable",
            "summary": "The client IP addresses matched by the exclusion filter (CIDR notation is supported)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 38
          },
          "name": "ipList",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When set to `monitor`, security traces are emitted but the requests are not blocked. By default, security traces are not emitted and the requests are not blocked.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_exclusion_filter#on_match AppsecWafExclusionFilter#on_match}",
            "stability": "stable",
            "summary": "The action taken when the exclusion filter matches."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 44
          },
          "name": "onMatch",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Nested parameters can be matched by joining fields with a dot character.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_exclusion_filter#parameters AppsecWafExclusionFilter#parameters}",
            "stability": "stable",
            "summary": "A list of parameters matched by the exclusion filter in the HTTP query string and HTTP request body."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 50
          },
          "name": "parameters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_exclusion_filter#path_glob AppsecWafExclusionFilter#path_glob}",
            "stability": "stable",
            "summary": "The HTTP path glob expression matched by the exclusion filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 56
          },
          "name": "pathGlob",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_exclusion_filter#rules_target AppsecWafExclusionFilter#rules_target}",
            "stability": "stable",
            "summary": "rules_target block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 62
          },
          "name": "rulesTarget",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTarget"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_exclusion_filter#scope AppsecWafExclusionFilter#scope}",
            "stability": "stable",
            "summary": "scope block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 68
          },
          "name": "scope",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterScope"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/appsec-waf-exclusion-filter/index:AppsecWafExclusionFilterConfig"
    },
    "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTarget": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTarget",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/appsec-waf-exclusion-filter/index.ts",
        "line": 201
      },
      "name": "AppsecWafExclusionFilterRulesTarget",
      "namespace": "appsecWafExclusionFilter",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_exclusion_filter#rule_id AppsecWafExclusionFilter#rule_id}",
            "stability": "stable",
            "summary": "Target a single WAF rule based on its identifier."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 207
          },
          "name": "ruleId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_exclusion_filter#tags AppsecWafExclusionFilter#tags}",
            "stability": "stable",
            "summary": "tags block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 213
          },
          "name": "tags",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTargetTags"
          }
        }
      ],
      "symbolId": "src/appsec-waf-exclusion-filter/index:AppsecWafExclusionFilterRulesTarget"
    },
    "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTargetList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTargetList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/appsec-waf-exclusion-filter/index.ts",
          "line": 343
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/appsec-waf-exclusion-filter/index.ts",
        "line": 335
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 350
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTargetOutputReference"
            }
          }
        }
      ],
      "name": "AppsecWafExclusionFilterRulesTargetList",
      "namespace": "appsecWafExclusionFilter",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 336
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTarget"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/appsec-waf-exclusion-filter/index:AppsecWafExclusionFilterRulesTargetList"
    },
    "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTargetOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTargetOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/appsec-waf-exclusion-filter/index.ts",
          "line": 262
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/appsec-waf-exclusion-filter/index.ts",
        "line": 252
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 323
          },
          "name": "putTags",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTargetTags"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 310
          },
          "name": "resetRuleId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 326
          },
          "name": "resetTags"
        }
      ],
      "name": "AppsecWafExclusionFilterRulesTargetOutputReference",
      "namespace": "appsecWafExclusionFilter",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 320
          },
          "name": "tags",
          "type": {
            "fqn": "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTargetTagsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 314
          },
          "name": "ruleIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 330
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTargetTags"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 304
          },
          "name": "ruleId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 266
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTarget"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/appsec-waf-exclusion-filter/index:AppsecWafExclusionFilterRulesTargetOutputReference"
    },
    "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTargetTags": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTargetTags",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/appsec-waf-exclusion-filter/index.ts",
        "line": 70
      },
      "name": "AppsecWafExclusionFilterRulesTargetTags",
      "namespace": "appsecWafExclusionFilter",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_exclusion_filter#category AppsecWafExclusionFilter#category}",
            "stability": "stable",
            "summary": "The category of the targeted WAF rules."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 76
          },
          "name": "category",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_exclusion_filter#type AppsecWafExclusionFilter#type}",
            "stability": "stable",
            "summary": "The type of the targeted WAF rules."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 82
          },
          "name": "type",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/appsec-waf-exclusion-filter/index:AppsecWafExclusionFilterRulesTargetTags"
    },
    "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTargetTagsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTargetTagsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/appsec-waf-exclusion-filter/index.ts",
          "line": 129
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/appsec-waf-exclusion-filter/index.ts",
        "line": 121
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 177
          },
          "name": "resetCategory"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 193
          },
          "name": "resetType"
        }
      ],
      "name": "AppsecWafExclusionFilterRulesTargetTagsOutputReference",
      "namespace": "appsecWafExclusionFilter",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 181
          },
          "name": "categoryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 197
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 171
          },
          "name": "category",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 187
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 133
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterRulesTargetTags"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/appsec-waf-exclusion-filter/index:AppsecWafExclusionFilterRulesTargetTagsOutputReference"
    },
    "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterScope": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterScope",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/appsec-waf-exclusion-filter/index.ts",
        "line": 354
      },
      "name": "AppsecWafExclusionFilterScope",
      "namespace": "appsecWafExclusionFilter",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_exclusion_filter#env AppsecWafExclusionFilter#env}",
            "stability": "stable",
            "summary": "Deploy on this environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 360
          },
          "name": "env",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/appsec_waf_exclusion_filter#service AppsecWafExclusionFilter#service}",
            "stability": "stable",
            "summary": "Deploy on this service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 366
          },
          "name": "service",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/appsec-waf-exclusion-filter/index:AppsecWafExclusionFilterScope"
    },
    "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterScopeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterScopeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/appsec-waf-exclusion-filter/index.ts",
          "line": 496
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/appsec-waf-exclusion-filter/index.ts",
        "line": 488
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 503
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterScopeOutputReference"
            }
          }
        }
      ],
      "name": "AppsecWafExclusionFilterScopeList",
      "namespace": "appsecWafExclusionFilter",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 489
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterScope"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/appsec-waf-exclusion-filter/index:AppsecWafExclusionFilterScopeList"
    },
    "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterScopeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterScopeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/appsec-waf-exclusion-filter/index.ts",
          "line": 415
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/appsec-waf-exclusion-filter/index.ts",
        "line": 405
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 463
          },
          "name": "resetEnv"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 479
          },
          "name": "resetService"
        }
      ],
      "name": "AppsecWafExclusionFilterScopeOutputReference",
      "namespace": "appsecWafExclusionFilter",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 467
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 483
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 457
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 473
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/appsec-waf-exclusion-filter/index.ts",
            "line": 419
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.appsecWafExclusionFilter.AppsecWafExclusionFilterScope"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/appsec-waf-exclusion-filter/index:AppsecWafExclusionFilterScopeOutputReference"
    },
    "@cdktn/provider-datadog.authnMapping.AuthnMapping": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/authn_mapping datadog_authn_mapping}."
      },
      "fqn": "@cdktn/provider-datadog.authnMapping.AuthnMapping",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/authn_mapping datadog_authn_mapping} Resource."
        },
        "locationInModule": {
          "filename": "src/authn-mapping/index.ts",
          "line": 83
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.authnMapping.AuthnMappingConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/authn-mapping/index.ts",
        "line": 51
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a AuthnMapping resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/authn-mapping/index.ts",
            "line": 68
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the AuthnMapping to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/authn_mapping#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing AuthnMapping that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the AuthnMapping to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/authn-mapping/index.ts",
            "line": 118
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/authn-mapping/index.ts",
            "line": 147
          },
          "name": "resetRole"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/authn-mapping/index.ts",
            "line": 163
          },
          "name": "resetTeam"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/authn-mapping/index.ts",
            "line": 188
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/authn-mapping/index.ts",
            "line": 198
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "AuthnMapping",
      "namespace": "authnMapping",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/authn-mapping/index.ts",
            "line": 56
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/authn-mapping/index.ts",
            "line": 122
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/authn-mapping/index.ts",
            "line": 135
          },
          "name": "keyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/authn-mapping/index.ts",
            "line": 151
          },
          "name": "roleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/authn-mapping/index.ts",
            "line": 167
          },
          "name": "teamInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/authn-mapping/index.ts",
            "line": 180
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/authn-mapping/index.ts",
            "line": 112
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/authn-mapping/index.ts",
            "line": 128
          },
          "name": "key",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/authn-mapping/index.ts",
            "line": 141
          },
          "name": "role",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/authn-mapping/index.ts",
            "line": 157
          },
          "name": "team",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/authn-mapping/index.ts",
            "line": 173
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/authn-mapping/index:AuthnMapping"
    },
    "@cdktn/provider-datadog.authnMapping.AuthnMappingConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.authnMapping.AuthnMappingConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/authn-mapping/index.ts",
        "line": 14
      },
      "name": "AuthnMappingConfig",
      "namespace": "authnMapping",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/authn_mapping#key AuthnMapping#key}",
            "stability": "stable",
            "summary": "Identity provider key."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/authn-mapping/index.ts",
            "line": 27
          },
          "name": "key",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/authn_mapping#value AuthnMapping#value}",
            "stability": "stable",
            "summary": "Identity provider value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/authn-mapping/index.ts",
            "line": 45
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/authn_mapping#id AuthnMapping#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/authn-mapping/index.ts",
            "line": 21
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Cannot be used in conjunction with `team`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/authn_mapping#role AuthnMapping#role}",
            "stability": "stable",
            "summary": "The ID of a role to attach to all users with the corresponding key and value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/authn-mapping/index.ts",
            "line": 33
          },
          "name": "role",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Cannot be used in conjunction with `role`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/authn_mapping#team AuthnMapping#team}",
            "stability": "stable",
            "summary": "The ID of a team to add all users with the corresponding key and value to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/authn-mapping/index.ts",
            "line": 39
          },
          "name": "team",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/authn-mapping/index:AuthnMappingConfig"
    },
    "@cdktn/provider-datadog.awsCurConfig.AwsCurConfig": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/aws_cur_config datadog_aws_cur_config}."
      },
      "fqn": "@cdktn/provider-datadog.awsCurConfig.AwsCurConfig",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/aws_cur_config datadog_aws_cur_config} Resource."
        },
        "locationInModule": {
          "filename": "src/aws-cur-config/index.ts",
          "line": 254
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.awsCurConfig.AwsCurConfigConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/aws-cur-config/index.ts",
        "line": 222
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a AwsCurConfig resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 239
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the AwsCurConfig to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/aws_cur_config#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing AwsCurConfig that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the AwsCurConfig to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 385
          },
          "name": "putAccountFilters",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.awsCurConfig.AwsCurConfigAccountFilters"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 388
          },
          "name": "resetAccountFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 316
          },
          "name": "resetBucketRegion"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 400
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 411
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "AwsCurConfig",
      "namespace": "awsCurConfig",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 227
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 382
          },
          "name": "accountFilters",
          "type": {
            "fqn": "@cdktn/provider-datadog.awsCurConfig.AwsCurConfigAccountFiltersOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 325
          },
          "name": "createdAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 330
          },
          "name": "errorMessages",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 335
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 366
          },
          "name": "status",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 371
          },
          "name": "statusUpdatedAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 376
          },
          "name": "updatedAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 392
          },
          "name": "accountFiltersInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.awsCurConfig.AwsCurConfigAccountFilters"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 291
          },
          "name": "accountIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 304
          },
          "name": "bucketNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 320
          },
          "name": "bucketRegionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 348
          },
          "name": "reportNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 361
          },
          "name": "reportPrefixInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 284
          },
          "name": "accountId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 297
          },
          "name": "bucketName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 310
          },
          "name": "bucketRegion",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 341
          },
          "name": "reportName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 354
          },
          "name": "reportPrefix",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/aws-cur-config/index:AwsCurConfig"
    },
    "@cdktn/provider-datadog.awsCurConfig.AwsCurConfigAccountFilters": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.awsCurConfig.AwsCurConfigAccountFilters",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/aws-cur-config/index.ts",
        "line": 52
      },
      "name": "AwsCurConfigAccountFilters",
      "namespace": "awsCurConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Only used when `include_new_accounts` is `true`. Cannot be used together with `included_accounts`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/aws_cur_config#excluded_accounts AwsCurConfig#excluded_accounts}",
            "stability": "stable",
            "summary": "List of AWS account IDs to exclude from cost analysis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 58
          },
          "name": "excludedAccounts",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Only used when `include_new_accounts` is `false`. Cannot be used together with `excluded_accounts`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/aws_cur_config#included_accounts AwsCurConfig#included_accounts}",
            "stability": "stable",
            "summary": "List of AWS account IDs to include in cost analysis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 70
          },
          "name": "includedAccounts",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `true`, use `excluded_accounts` to specify accounts to exclude. When `false`, use `included_accounts` to specify only the accounts to include.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/aws_cur_config#include_new_accounts AwsCurConfig#include_new_accounts}",
            "stability": "stable",
            "summary": "Whether to automatically include new member accounts in your cost analysis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 64
          },
          "name": "includeNewAccounts",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/aws-cur-config/index:AwsCurConfigAccountFilters"
    },
    "@cdktn/provider-datadog.awsCurConfig.AwsCurConfigAccountFiltersOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.awsCurConfig.AwsCurConfigAccountFiltersOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/aws-cur-config/index.ts",
          "line": 124
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/aws-cur-config/index.ts",
        "line": 116
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 178
          },
          "name": "resetExcludedAccounts"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 210
          },
          "name": "resetIncludedAccounts"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 194
          },
          "name": "resetIncludeNewAccounts"
        }
      ],
      "name": "AwsCurConfigAccountFiltersOutputReference",
      "namespace": "awsCurConfig",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 182
          },
          "name": "excludedAccountsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 214
          },
          "name": "includedAccountsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 198
          },
          "name": "includeNewAccountsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 172
          },
          "name": "excludedAccounts",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 204
          },
          "name": "includedAccounts",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 188
          },
          "name": "includeNewAccounts",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 128
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.awsCurConfig.AwsCurConfigAccountFilters"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/aws-cur-config/index:AwsCurConfigAccountFiltersOutputReference"
    },
    "@cdktn/provider-datadog.awsCurConfig.AwsCurConfigConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.awsCurConfig.AwsCurConfigConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/aws-cur-config/index.ts",
        "line": 14
      },
      "name": "AwsCurConfigConfig",
      "namespace": "awsCurConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/aws_cur_config#account_id AwsCurConfig#account_id}",
            "stability": "stable",
            "summary": "The AWS account ID of your billing/payer account. For AWS Organizations, this is typically the management account ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 20
          },
          "name": "accountId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This bucket must have appropriate IAM permissions for Datadog access and should be in the same AWS account as the CUR report.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/aws_cur_config#bucket_name AwsCurConfig#bucket_name}",
            "stability": "stable",
            "summary": "The S3 bucket name where your AWS Cost and Usage Report files are stored."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 26
          },
          "name": "bucketName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This must match the report name exactly as it appears in your AWS billing settings.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/aws_cur_config#report_name AwsCurConfig#report_name}",
            "stability": "stable",
            "summary": "The exact name of your AWS Cost and Usage Report as configured in AWS Billing preferences."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 38
          },
          "name": "reportName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/aws_cur_config#report_prefix AwsCurConfig#report_prefix}",
            "stability": "stable",
            "summary": "The S3 key prefix where your Cost and Usage Report files are stored within the bucket (e.g., 'cur-reports/', 'billing/cur/')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 44
          },
          "name": "reportPrefix",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/aws_cur_config#account_filters AwsCurConfig#account_filters}",
            "stability": "stable",
            "summary": "account_filters block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 50
          },
          "name": "accountFilters",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.awsCurConfig.AwsCurConfigAccountFilters"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/aws_cur_config#bucket_region AwsCurConfig#bucket_region}",
            "stability": "stable",
            "summary": "The AWS region where the S3 bucket containing your Cost and Usage Report is located (e.g., us-east-1, eu-west-1)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/aws-cur-config/index.ts",
            "line": 32
          },
          "name": "bucketRegion",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/aws-cur-config/index:AwsCurConfigConfig"
    },
    "@cdktn/provider-datadog.azureUcConfig.AzureUcConfig": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/azure_uc_config datadog_azure_uc_config}."
      },
      "fqn": "@cdktn/provider-datadog.azureUcConfig.AzureUcConfig",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/azure_uc_config datadog_azure_uc_config} Resource."
        },
        "locationInModule": {
          "filename": "src/azure-uc-config/index.ts",
          "line": 460
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.azureUcConfig.AzureUcConfigConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/azure-uc-config/index.ts",
        "line": 428
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a AzureUcConfig resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 445
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the AzureUcConfig to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/azure_uc_config#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing AzureUcConfig that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the AzureUcConfig to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 561
          },
          "name": "putActualBillConfig",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.azureUcConfig.AzureUcConfigActualBillConfig"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 574
          },
          "name": "putAmortizedBillConfig",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.azureUcConfig.AzureUcConfigAmortizedBillConfig"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 586
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 596
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "AzureUcConfig",
      "namespace": "azureUcConfig",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 433
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 558
          },
          "name": "actualBillConfig",
          "type": {
            "fqn": "@cdktn/provider-datadog.azureUcConfig.AzureUcConfigActualBillConfigOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 571
          },
          "name": "amortizedBillConfig",
          "type": {
            "fqn": "@cdktn/provider-datadog.azureUcConfig.AzureUcConfigAmortizedBillConfigOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 514
          },
          "name": "createdAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 519
          },
          "name": "errorMessages",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 524
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 542
          },
          "name": "status",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 547
          },
          "name": "statusUpdatedAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 552
          },
          "name": "updatedAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 496
          },
          "name": "accountIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 565
          },
          "name": "actualBillConfigInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.azureUcConfig.AzureUcConfigActualBillConfig"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 578
          },
          "name": "amortizedBillConfigInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.azureUcConfig.AzureUcConfigAmortizedBillConfig"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 509
          },
          "name": "clientIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 537
          },
          "name": "scopeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 489
          },
          "name": "accountId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 502
          },
          "name": "clientId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 530
          },
          "name": "scope",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/azure-uc-config/index:AzureUcConfig"
    },
    "@cdktn/provider-datadog.azureUcConfig.AzureUcConfigActualBillConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.azureUcConfig.AzureUcConfigActualBillConfig",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/azure-uc-config/index.ts",
        "line": 46
      },
      "name": "AzureUcConfigActualBillConfig",
      "namespace": "azureUcConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/azure_uc_config#export_name AzureUcConfig#export_name}",
            "stability": "stable",
            "summary": "The name of the configured Azure Export."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 52
          },
          "name": "exportName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/azure_uc_config#export_path AzureUcConfig#export_path}",
            "stability": "stable",
            "summary": "The path where the Azure Export is saved."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 58
          },
          "name": "exportPath",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/azure_uc_config#storage_account AzureUcConfig#storage_account}",
            "stability": "stable",
            "summary": "The name of the storage account where the Azure Export is saved."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 64
          },
          "name": "storageAccount",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/azure_uc_config#storage_container AzureUcConfig#storage_container}",
            "stability": "stable",
            "summary": "The name of the storage container where the Azure Export is saved."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 70
          },
          "name": "storageContainer",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/azure-uc-config/index:AzureUcConfigActualBillConfig"
    },
    "@cdktn/provider-datadog.azureUcConfig.AzureUcConfigActualBillConfigOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.azureUcConfig.AzureUcConfigActualBillConfigOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/azure-uc-config/index.ts",
          "line": 131
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/azure-uc-config/index.ts",
        "line": 123
      },
      "name": "AzureUcConfigActualBillConfigOutputReference",
      "namespace": "azureUcConfig",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 192
          },
          "name": "exportNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 205
          },
          "name": "exportPathInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 218
          },
          "name": "storageAccountInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 231
          },
          "name": "storageContainerInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 185
          },
          "name": "exportName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 198
          },
          "name": "exportPath",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 211
          },
          "name": "storageAccount",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 224
          },
          "name": "storageContainer",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 135
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.azureUcConfig.AzureUcConfigActualBillConfig"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/azure-uc-config/index:AzureUcConfigActualBillConfigOutputReference"
    },
    "@cdktn/provider-datadog.azureUcConfig.AzureUcConfigAmortizedBillConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.azureUcConfig.AzureUcConfigAmortizedBillConfig",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/azure-uc-config/index.ts",
        "line": 235
      },
      "name": "AzureUcConfigAmortizedBillConfig",
      "namespace": "azureUcConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/azure_uc_config#export_name AzureUcConfig#export_name}",
            "stability": "stable",
            "summary": "The name of the configured Azure Export."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 241
          },
          "name": "exportName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/azure_uc_config#export_path AzureUcConfig#export_path}",
            "stability": "stable",
            "summary": "The path where the Azure Export is saved."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 247
          },
          "name": "exportPath",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/azure_uc_config#storage_account AzureUcConfig#storage_account}",
            "stability": "stable",
            "summary": "The name of the storage account where the Azure Export is saved."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 253
          },
          "name": "storageAccount",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/azure_uc_config#storage_container AzureUcConfig#storage_container}",
            "stability": "stable",
            "summary": "The name of the storage container where the Azure Export is saved."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 259
          },
          "name": "storageContainer",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/azure-uc-config/index:AzureUcConfigAmortizedBillConfig"
    },
    "@cdktn/provider-datadog.azureUcConfig.AzureUcConfigAmortizedBillConfigOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.azureUcConfig.AzureUcConfigAmortizedBillConfigOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/azure-uc-config/index.ts",
          "line": 320
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/azure-uc-config/index.ts",
        "line": 312
      },
      "name": "AzureUcConfigAmortizedBillConfigOutputReference",
      "namespace": "azureUcConfig",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 381
          },
          "name": "exportNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 394
          },
          "name": "exportPathInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 407
          },
          "name": "storageAccountInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 420
          },
          "name": "storageContainerInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 374
          },
          "name": "exportName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 387
          },
          "name": "exportPath",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 400
          },
          "name": "storageAccount",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 413
          },
          "name": "storageContainer",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 324
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.azureUcConfig.AzureUcConfigAmortizedBillConfig"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/azure-uc-config/index:AzureUcConfigAmortizedBillConfigOutputReference"
    },
    "@cdktn/provider-datadog.azureUcConfig.AzureUcConfigConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.azureUcConfig.AzureUcConfigConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/azure-uc-config/index.ts",
        "line": 14
      },
      "name": "AzureUcConfigConfig",
      "namespace": "azureUcConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/azure_uc_config#account_id AzureUcConfig#account_id}",
            "stability": "stable",
            "summary": "The tenant ID of the Azure account."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 20
          },
          "name": "accountId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/azure_uc_config#actual_bill_config AzureUcConfig#actual_bill_config}",
            "stability": "stable",
            "summary": "actual_bill_config block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 38
          },
          "name": "actualBillConfig",
          "type": {
            "fqn": "@cdktn/provider-datadog.azureUcConfig.AzureUcConfigActualBillConfig"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/azure_uc_config#amortized_bill_config AzureUcConfig#amortized_bill_config}",
            "stability": "stable",
            "summary": "amortized_bill_config block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 44
          },
          "name": "amortizedBillConfig",
          "type": {
            "fqn": "@cdktn/provider-datadog.azureUcConfig.AzureUcConfigAmortizedBillConfig"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/azure_uc_config#client_id AzureUcConfig#client_id}",
            "stability": "stable",
            "summary": "The client ID of the Azure account."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 26
          },
          "name": "clientId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/azure_uc_config#scope AzureUcConfig#scope}",
            "stability": "stable",
            "summary": "The scope of your observed subscription."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/azure-uc-config/index.ts",
            "line": 32
          },
          "name": "scope",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/azure-uc-config/index:AzureUcConfigConfig"
    },
    "@cdktn/provider-datadog.childOrganization.ChildOrganization": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/child_organization datadog_child_organization}."
      },
      "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganization",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/child_organization datadog_child_organization} Resource."
        },
        "locationInModule": {
          "filename": "src/child-organization/index.ts",
          "line": 744
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/child-organization/index.ts",
        "line": 712
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a ChildOrganization resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 729
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the ChildOrganization to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/child_organization#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing ChildOrganization that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the ChildOrganization to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 793
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 835
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 842
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "ChildOrganization",
      "namespace": "childOrganization",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 717
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 770
          },
          "name": "apiKey",
          "type": {
            "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationApiKeyList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 776
          },
          "name": "applicationKey",
          "type": {
            "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationApplicationKeyList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 781
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 815
          },
          "name": "publicId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 821
          },
          "name": "settings",
          "type": {
            "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 827
          },
          "name": "user",
          "type": {
            "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationUserList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 797
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 810
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 787
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 803
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/child-organization/index:ChildOrganization"
    },
    "@cdktn/provider-datadog.childOrganization.ChildOrganizationApiKey": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationApiKey",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/child-organization/index.ts",
        "line": 29
      },
      "name": "ChildOrganizationApiKey",
      "namespace": "childOrganization",
      "symbolId": "src/child-organization/index:ChildOrganizationApiKey"
    },
    "@cdktn/provider-datadog.childOrganization.ChildOrganizationApiKeyList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationApiKeyList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/child-organization/index.ts",
          "line": 98
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/child-organization/index.ts",
        "line": 91
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 105
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationApiKeyOutputReference"
            }
          }
        }
      ],
      "name": "ChildOrganizationApiKeyList",
      "namespace": "childOrganization",
      "symbolId": "src/child-organization/index:ChildOrganizationApiKeyList"
    },
    "@cdktn/provider-datadog.childOrganization.ChildOrganizationApiKeyOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationApiKeyOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/child-organization/index.ts",
          "line": 61
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/child-organization/index.ts",
        "line": 52
      },
      "name": "ChildOrganizationApiKeyOutputReference",
      "namespace": "childOrganization",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 81
          },
          "name": "key",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 86
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 65
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationApiKey"
          }
        }
      ],
      "symbolId": "src/child-organization/index:ChildOrganizationApiKeyOutputReference"
    },
    "@cdktn/provider-datadog.childOrganization.ChildOrganizationApplicationKey": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationApplicationKey",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/child-organization/index.ts",
        "line": 109
      },
      "name": "ChildOrganizationApplicationKey",
      "namespace": "childOrganization",
      "symbolId": "src/child-organization/index:ChildOrganizationApplicationKey"
    },
    "@cdktn/provider-datadog.childOrganization.ChildOrganizationApplicationKeyList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationApplicationKeyList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/child-organization/index.ts",
          "line": 183
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/child-organization/index.ts",
        "line": 176
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 190
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationApplicationKeyOutputReference"
            }
          }
        }
      ],
      "name": "ChildOrganizationApplicationKeyList",
      "namespace": "childOrganization",
      "symbolId": "src/child-organization/index:ChildOrganizationApplicationKeyList"
    },
    "@cdktn/provider-datadog.childOrganization.ChildOrganizationApplicationKeyOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationApplicationKeyOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/child-organization/index.ts",
          "line": 141
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/child-organization/index.ts",
        "line": 132
      },
      "name": "ChildOrganizationApplicationKeyOutputReference",
      "namespace": "childOrganization",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 161
          },
          "name": "hash",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 166
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 171
          },
          "name": "owner",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 145
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationApplicationKey"
          }
        }
      ],
      "symbolId": "src/child-organization/index:ChildOrganizationApplicationKeyOutputReference"
    },
    "@cdktn/provider-datadog.childOrganization.ChildOrganizationConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/child-organization/index.ts",
        "line": 14
      },
      "name": "ChildOrganizationConfig",
      "namespace": "childOrganization",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/child_organization#name ChildOrganization#name}",
            "stability": "stable",
            "summary": "Name for Child Organization after creation."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 27
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/child_organization#id ChildOrganization#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 21
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/child-organization/index:ChildOrganizationConfig"
    },
    "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettings": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettings",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/child-organization/index.ts",
        "line": 499
      },
      "name": "ChildOrganizationSettings",
      "namespace": "childOrganization",
      "symbolId": "src/child-organization/index:ChildOrganizationSettings"
    },
    "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/child-organization/index.ts",
          "line": 612
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/child-organization/index.ts",
        "line": 605
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 619
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsOutputReference"
            }
          }
        }
      ],
      "name": "ChildOrganizationSettingsList",
      "namespace": "childOrganization",
      "symbolId": "src/child-organization/index:ChildOrganizationSettingsList"
    },
    "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/child-organization/index.ts",
          "line": 531
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/child-organization/index.ts",
        "line": 522
      },
      "name": "ChildOrganizationSettingsOutputReference",
      "namespace": "childOrganization",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 551
          },
          "name": "privateWidgetShare",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 557
          },
          "name": "saml",
          "type": {
            "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsSamlList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 562
          },
          "name": "samlAutocreateAccessRole",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 568
          },
          "name": "samlAutocreateUsersDomains",
          "type": {
            "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsSamlAutocreateUsersDomainsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 573
          },
          "name": "samlCanBeEnabled",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 578
          },
          "name": "samlIdpEndpoint",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 584
          },
          "name": "samlIdpInitiatedLogin",
          "type": {
            "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsSamlIdpInitiatedLoginList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 589
          },
          "name": "samlIdpMetadataUploaded",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 594
          },
          "name": "samlLoginUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 600
          },
          "name": "samlStrictMode",
          "type": {
            "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsSamlStrictModeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 535
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettings"
          }
        }
      ],
      "symbolId": "src/child-organization/index:ChildOrganizationSettingsOutputReference"
    },
    "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsSaml": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsSaml",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/child-organization/index.ts",
        "line": 194
      },
      "name": "ChildOrganizationSettingsSaml",
      "namespace": "childOrganization",
      "symbolId": "src/child-organization/index:ChildOrganizationSettingsSaml"
    },
    "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsSamlAutocreateUsersDomains": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsSamlAutocreateUsersDomains",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/child-organization/index.ts",
        "line": 269
      },
      "name": "ChildOrganizationSettingsSamlAutocreateUsersDomains",
      "namespace": "childOrganization",
      "symbolId": "src/child-organization/index:ChildOrganizationSettingsSamlAutocreateUsersDomains"
    },
    "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsSamlAutocreateUsersDomainsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsSamlAutocreateUsersDomainsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/child-organization/index.ts",
          "line": 338
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/child-organization/index.ts",
        "line": 331
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 345
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsSamlAutocreateUsersDomainsOutputReference"
            }
          }
        }
      ],
      "name": "ChildOrganizationSettingsSamlAutocreateUsersDomainsList",
      "namespace": "childOrganization",
      "symbolId": "src/child-organization/index:ChildOrganizationSettingsSamlAutocreateUsersDomainsList"
    },
    "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsSamlAutocreateUsersDomainsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsSamlAutocreateUsersDomainsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/child-organization/index.ts",
          "line": 301
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/child-organization/index.ts",
        "line": 292
      },
      "name": "ChildOrganizationSettingsSamlAutocreateUsersDomainsOutputReference",
      "namespace": "childOrganization",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 321
          },
          "name": "domains",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 326
          },
          "name": "enabled",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 305
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsSamlAutocreateUsersDomains"
          }
        }
      ],
      "symbolId": "src/child-organization/index:ChildOrganizationSettingsSamlAutocreateUsersDomainsOutputReference"
    },
    "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsSamlIdpInitiatedLogin": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsSamlIdpInitiatedLogin",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/child-organization/index.ts",
        "line": 349
      },
      "name": "ChildOrganizationSettingsSamlIdpInitiatedLogin",
      "namespace": "childOrganization",
      "symbolId": "src/child-organization/index:ChildOrganizationSettingsSamlIdpInitiatedLogin"
    },
    "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsSamlIdpInitiatedLoginList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsSamlIdpInitiatedLoginList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/child-organization/index.ts",
          "line": 413
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/child-organization/index.ts",
        "line": 406
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 420
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsSamlIdpInitiatedLoginOutputReference"
            }
          }
        }
      ],
      "name": "ChildOrganizationSettingsSamlIdpInitiatedLoginList",
      "namespace": "childOrganization",
      "symbolId": "src/child-organization/index:ChildOrganizationSettingsSamlIdpInitiatedLoginList"
    },
    "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsSamlIdpInitiatedLoginOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsSamlIdpInitiatedLoginOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/child-organization/index.ts",
          "line": 381
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/child-organization/index.ts",
        "line": 372
      },
      "name": "ChildOrganizationSettingsSamlIdpInitiatedLoginOutputReference",
      "namespace": "childOrganization",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 401
          },
          "name": "enabled",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 385
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsSamlIdpInitiatedLogin"
          }
        }
      ],
      "symbolId": "src/child-organization/index:ChildOrganizationSettingsSamlIdpInitiatedLoginOutputReference"
    },
    "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsSamlList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsSamlList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/child-organization/index.ts",
          "line": 258
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/child-organization/index.ts",
        "line": 251
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 265
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsSamlOutputReference"
            }
          }
        }
      ],
      "name": "ChildOrganizationSettingsSamlList",
      "namespace": "childOrganization",
      "symbolId": "src/child-organization/index:ChildOrganizationSettingsSamlList"
    },
    "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsSamlOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsSamlOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/child-organization/index.ts",
          "line": 226
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/child-organization/index.ts",
        "line": 217
      },
      "name": "ChildOrganizationSettingsSamlOutputReference",
      "namespace": "childOrganization",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 246
          },
          "name": "enabled",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 230
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsSaml"
          }
        }
      ],
      "symbolId": "src/child-organization/index:ChildOrganizationSettingsSamlOutputReference"
    },
    "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsSamlStrictMode": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsSamlStrictMode",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/child-organization/index.ts",
        "line": 424
      },
      "name": "ChildOrganizationSettingsSamlStrictMode",
      "namespace": "childOrganization",
      "symbolId": "src/child-organization/index:ChildOrganizationSettingsSamlStrictMode"
    },
    "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsSamlStrictModeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsSamlStrictModeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/child-organization/index.ts",
          "line": 488
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/child-organization/index.ts",
        "line": 481
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 495
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsSamlStrictModeOutputReference"
            }
          }
        }
      ],
      "name": "ChildOrganizationSettingsSamlStrictModeList",
      "namespace": "childOrganization",
      "symbolId": "src/child-organization/index:ChildOrganizationSettingsSamlStrictModeList"
    },
    "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsSamlStrictModeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsSamlStrictModeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/child-organization/index.ts",
          "line": 456
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/child-organization/index.ts",
        "line": 447
      },
      "name": "ChildOrganizationSettingsSamlStrictModeOutputReference",
      "namespace": "childOrganization",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 476
          },
          "name": "enabled",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 460
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationSettingsSamlStrictMode"
          }
        }
      ],
      "symbolId": "src/child-organization/index:ChildOrganizationSettingsSamlStrictModeOutputReference"
    },
    "@cdktn/provider-datadog.childOrganization.ChildOrganizationUser": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationUser",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/child-organization/index.ts",
        "line": 623
      },
      "name": "ChildOrganizationUser",
      "namespace": "childOrganization",
      "symbolId": "src/child-organization/index:ChildOrganizationUser"
    },
    "@cdktn/provider-datadog.childOrganization.ChildOrganizationUserList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationUserList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/child-organization/index.ts",
          "line": 697
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/child-organization/index.ts",
        "line": 690
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 704
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationUserOutputReference"
            }
          }
        }
      ],
      "name": "ChildOrganizationUserList",
      "namespace": "childOrganization",
      "symbolId": "src/child-organization/index:ChildOrganizationUserList"
    },
    "@cdktn/provider-datadog.childOrganization.ChildOrganizationUserOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationUserOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/child-organization/index.ts",
          "line": 655
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/child-organization/index.ts",
        "line": 646
      },
      "name": "ChildOrganizationUserOutputReference",
      "namespace": "childOrganization",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 675
          },
          "name": "accessRole",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 680
          },
          "name": "email",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 685
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/child-organization/index.ts",
            "line": 659
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.childOrganization.ChildOrganizationUser"
          }
        }
      ],
      "symbolId": "src/child-organization/index:ChildOrganizationUserOutputReference"
    },
    "@cdktn/provider-datadog.cloudConfigurationRule.CloudConfigurationRule": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_configuration_rule datadog_cloud_configuration_rule}."
      },
      "fqn": "@cdktn/provider-datadog.cloudConfigurationRule.CloudConfigurationRule",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_configuration_rule datadog_cloud_configuration_rule} Resource."
        },
        "locationInModule": {
          "filename": "src/cloud-configuration-rule/index.ts",
          "line": 272
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.cloudConfigurationRule.CloudConfigurationRuleConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/cloud-configuration-rule/index.ts",
        "line": 240
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a CloudConfigurationRule resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 257
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the CloudConfigurationRule to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_configuration_rule#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing CloudConfigurationRule that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the CloudConfigurationRule to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 469
          },
          "name": "putFilter",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.cloudConfigurationRule.CloudConfigurationRuleFilter"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 472
          },
          "name": "resetFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 327
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 343
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 385
          },
          "name": "resetNotifications"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 414
          },
          "name": "resetRelatedResourceTypes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 456
          },
          "name": "resetTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 484
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 501
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "CloudConfigurationRule",
      "namespace": "cloudConfigurationRule",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 245
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 466
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktn/provider-datadog.cloudConfigurationRule.CloudConfigurationRuleFilterList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 315
          },
          "name": "enabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 476
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.cloudConfigurationRule.CloudConfigurationRuleFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 331
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 347
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 360
          },
          "name": "messageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 373
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 389
          },
          "name": "notificationsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 402
          },
          "name": "policyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 418
          },
          "name": "relatedResourceTypesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 431
          },
          "name": "resourceTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 444
          },
          "name": "severityInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 460
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 308
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 321
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 337
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 353
          },
          "name": "message",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 366
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 379
          },
          "name": "notifications",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 395
          },
          "name": "policy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 408
          },
          "name": "relatedResourceTypes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 424
          },
          "name": "resourceType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 437
          },
          "name": "severity",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 450
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/cloud-configuration-rule/index:CloudConfigurationRule"
    },
    "@cdktn/provider-datadog.cloudConfigurationRule.CloudConfigurationRuleConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.cloudConfigurationRule.CloudConfigurationRuleConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/cloud-configuration-rule/index.ts",
        "line": 14
      },
      "name": "CloudConfigurationRuleConfig",
      "namespace": "cloudConfigurationRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_configuration_rule#enabled CloudConfigurationRule#enabled}",
            "stability": "stable",
            "summary": "Whether the cloud configuration rule is enabled."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 20
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_configuration_rule#message CloudConfigurationRule#message}",
            "stability": "stable",
            "summary": "The message associated to the rule that will be shown in findings and signals."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 39
          },
          "name": "message",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_configuration_rule#name CloudConfigurationRule#name}",
            "stability": "stable",
            "summary": "The name of the cloud configuration rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 45
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_configuration_rule#policy CloudConfigurationRule#policy}",
            "stability": "stable",
            "summary": "Policy written in Rego format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 57
          },
          "name": "policy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_configuration_rule#resource_type CloudConfigurationRule#resource_type}",
            "stability": "stable",
            "summary": "Main resource type to be checked by the rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 69
          },
          "name": "resourceType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_configuration_rule#severity CloudConfigurationRule#severity}",
            "stability": "stable",
            "summary": "Severity of the rule and associated signals. Valid values are `info`, `low`, `medium`, `high`, `critical`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 75
          },
          "name": "severity",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_configuration_rule#filter CloudConfigurationRule#filter}",
            "stability": "stable",
            "summary": "filter block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 87
          },
          "name": "filter",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.cloudConfigurationRule.CloudConfigurationRuleFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "custom": {
              "resource": ".\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_configuration_rule#group_by CloudConfigurationRule#group_by}"
            },
            "remarks": "This function will be deprecated soon. Use the notification rules function instead. Fields to group by when generating signals, e.g.",
            "stability": "stable",
            "summary": "Defaults to empty list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 26
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_configuration_rule#id CloudConfigurationRule#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 33
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Use the notification rules function instead. Notification targets for signals. Defaults to empty list.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_configuration_rule#notifications CloudConfigurationRule#notifications}",
            "stability": "stable",
            "summary": "This function will be deprecated soon."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 51
          },
          "name": "notifications",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_configuration_rule#related_resource_types CloudConfigurationRule#related_resource_types}",
            "stability": "stable",
            "summary": "Related resource types to be checked by the rule. Defaults to empty list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 63
          },
          "name": "relatedResourceTypes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_configuration_rule#tags CloudConfigurationRule#tags}",
            "stability": "stable",
            "summary": "Tags of the rule, propagated to findings and signals. Defaults to empty list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 81
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/cloud-configuration-rule/index:CloudConfigurationRuleConfig"
    },
    "@cdktn/provider-datadog.cloudConfigurationRule.CloudConfigurationRuleFilter": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.cloudConfigurationRule.CloudConfigurationRuleFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/cloud-configuration-rule/index.ts",
        "line": 89
      },
      "name": "CloudConfigurationRuleFilter",
      "namespace": "cloudConfigurationRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_configuration_rule#action CloudConfigurationRule#action}",
            "stability": "stable",
            "summary": "The type of filtering action. Valid values are `require`, `suppress`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 95
          },
          "name": "action",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_configuration_rule#query CloudConfigurationRule#query}",
            "stability": "stable",
            "summary": "Query for selecting logs to apply the filtering action."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 101
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/cloud-configuration-rule/index:CloudConfigurationRuleFilter"
    },
    "@cdktn/provider-datadog.cloudConfigurationRule.CloudConfigurationRuleFilterList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.cloudConfigurationRule.CloudConfigurationRuleFilterList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/cloud-configuration-rule/index.ts",
          "line": 225
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/cloud-configuration-rule/index.ts",
        "line": 217
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 232
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.cloudConfigurationRule.CloudConfigurationRuleFilterOutputReference"
            }
          }
        }
      ],
      "name": "CloudConfigurationRuleFilterList",
      "namespace": "cloudConfigurationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 218
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.cloudConfigurationRule.CloudConfigurationRuleFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/cloud-configuration-rule/index:CloudConfigurationRuleFilterList"
    },
    "@cdktn/provider-datadog.cloudConfigurationRule.CloudConfigurationRuleFilterOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.cloudConfigurationRule.CloudConfigurationRuleFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/cloud-configuration-rule/index.ts",
          "line": 150
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/cloud-configuration-rule/index.ts",
        "line": 140
      },
      "name": "CloudConfigurationRuleFilterOutputReference",
      "namespace": "cloudConfigurationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 199
          },
          "name": "actionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 212
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 192
          },
          "name": "action",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 205
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-configuration-rule/index.ts",
            "line": 154
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.cloudConfigurationRule.CloudConfigurationRuleFilter"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/cloud-configuration-rule/index:CloudConfigurationRuleFilterOutputReference"
    },
    "@cdktn/provider-datadog.cloudInventorySyncConfig.CloudInventorySyncConfig": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_inventory_sync_config datadog_cloud_inventory_sync_config}."
      },
      "fqn": "@cdktn/provider-datadog.cloudInventorySyncConfig.CloudInventorySyncConfig",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_inventory_sync_config datadog_cloud_inventory_sync_config} Resource."
        },
        "locationInModule": {
          "filename": "src/cloud-inventory-sync-config/index.ts",
          "line": 749
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.cloudInventorySyncConfig.CloudInventorySyncConfigConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/cloud-inventory-sync-config/index.ts",
        "line": 717
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a CloudInventorySyncConfig resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 734
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the CloudInventorySyncConfig to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_inventory_sync_config#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing CloudInventorySyncConfig that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the CloudInventorySyncConfig to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 798
          },
          "name": "putAws",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.cloudInventorySyncConfig.CloudInventorySyncConfigAws"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 814
          },
          "name": "putAzure",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.cloudInventorySyncConfig.CloudInventorySyncConfigAzure"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 830
          },
          "name": "putGcp",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.cloudInventorySyncConfig.CloudInventorySyncConfigGcp"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 801
          },
          "name": "resetAws"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 817
          },
          "name": "resetAzure"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 833
          },
          "name": "resetGcp"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 845
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 854
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "CloudInventorySyncConfig",
      "namespace": "cloudInventorySyncConfig",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 722
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 795
          },
          "name": "aws",
          "type": {
            "fqn": "@cdktn/provider-datadog.cloudInventorySyncConfig.CloudInventorySyncConfigAwsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 811
          },
          "name": "azure",
          "type": {
            "fqn": "@cdktn/provider-datadog.cloudInventorySyncConfig.CloudInventorySyncConfigAzureOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 827
          },
          "name": "gcp",
          "type": {
            "fqn": "@cdktn/provider-datadog.cloudInventorySyncConfig.CloudInventorySyncConfigGcpOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 789
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 805
          },
          "name": "awsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.cloudInventorySyncConfig.CloudInventorySyncConfigAws"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 821
          },
          "name": "azureInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.cloudInventorySyncConfig.CloudInventorySyncConfigAzure"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 784
          },
          "name": "cloudProviderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 837
          },
          "name": "gcpInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.cloudInventorySyncConfig.CloudInventorySyncConfigGcp"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 777
          },
          "name": "cloudProvider",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/cloud-inventory-sync-config/index:CloudInventorySyncConfig"
    },
    "@cdktn/provider-datadog.cloudInventorySyncConfig.CloudInventorySyncConfigAws": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.cloudInventorySyncConfig.CloudInventorySyncConfigAws",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/cloud-inventory-sync-config/index.ts",
        "line": 40
      },
      "name": "CloudInventorySyncConfigAws",
      "namespace": "cloudInventorySyncConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_inventory_sync_config#aws_account_id CloudInventorySyncConfig#aws_account_id}",
            "stability": "stable",
            "summary": "AWS Account ID of the account holding the bucket."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 46
          },
          "name": "awsAccountId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_inventory_sync_config#destination_bucket_name CloudInventorySyncConfig#destination_bucket_name}",
            "stability": "stable",
            "summary": "Name of the S3 bucket holding the inventory files."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 52
          },
          "name": "destinationBucketName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_inventory_sync_config#destination_bucket_region CloudInventorySyncConfig#destination_bucket_region}",
            "stability": "stable",
            "summary": "AWS Region of the bucket holding the inventory files."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 58
          },
          "name": "destinationBucketRegion",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_inventory_sync_config#destination_prefix CloudInventorySyncConfig#destination_prefix}",
            "stability": "stable",
            "summary": "Prefix path within the bucket for inventory files."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 64
          },
          "name": "destinationPrefix",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/cloud-inventory-sync-config/index:CloudInventorySyncConfigAws"
    },
    "@cdktn/provider-datadog.cloudInventorySyncConfig.CloudInventorySyncConfigAwsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.cloudInventorySyncConfig.CloudInventorySyncConfigAwsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/cloud-inventory-sync-config/index.ts",
          "line": 125
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/cloud-inventory-sync-config/index.ts",
        "line": 117
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 185
          },
          "name": "resetAwsAccountId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 201
          },
          "name": "resetDestinationBucketName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 217
          },
          "name": "resetDestinationBucketRegion"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 233
          },
          "name": "resetDestinationPrefix"
        }
      ],
      "name": "CloudInventorySyncConfigAwsOutputReference",
      "namespace": "cloudInventorySyncConfig",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 189
          },
          "name": "awsAccountIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 205
          },
          "name": "destinationBucketNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 221
          },
          "name": "destinationBucketRegionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 237
          },
          "name": "destinationPrefixInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 179
          },
          "name": "awsAccountId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 195
          },
          "name": "destinationBucketName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 211
          },
          "name": "destinationBucketRegion",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 227
          },
          "name": "destinationPrefix",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 129
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.cloudInventorySyncConfig.CloudInventorySyncConfigAws"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/cloud-inventory-sync-config/index:CloudInventorySyncConfigAwsOutputReference"
    },
    "@cdktn/provider-datadog.cloudInventorySyncConfig.CloudInventorySyncConfigAzure": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.cloudInventorySyncConfig.CloudInventorySyncConfigAzure",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/cloud-inventory-sync-config/index.ts",
        "line": 241
      },
      "name": "CloudInventorySyncConfigAzure",
      "namespace": "cloudInventorySyncConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_inventory_sync_config#client_id CloudInventorySyncConfig#client_id}",
            "stability": "stable",
            "summary": "Azure Client ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 247
          },
          "name": "clientId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_inventory_sync_config#container CloudInventorySyncConfig#container}",
            "stability": "stable",
            "summary": "Azure Storage Container name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 253
          },
          "name": "container",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_inventory_sync_config#resource_group CloudInventorySyncConfig#resource_group}",
            "stability": "stable",
            "summary": "Azure Resource Group name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 259
          },
          "name": "resourceGroup",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_inventory_sync_config#storage_account CloudInventorySyncConfig#storage_account}",
            "stability": "stable",
            "summary": "Azure Storage Account name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 265
          },
          "name": "storageAccount",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_inventory_sync_config#subscription_id CloudInventorySyncConfig#subscription_id}",
            "stability": "stable",
            "summary": "Azure Subscription ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 271
          },
          "name": "subscriptionId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_inventory_sync_config#tenant_id CloudInventorySyncConfig#tenant_id}",
            "stability": "stable",
            "summary": "Azure Tenant ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 277
          },
          "name": "tenantId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/cloud-inventory-sync-config/index:CloudInventorySyncConfigAzure"
    },
    "@cdktn/provider-datadog.cloudInventorySyncConfig.CloudInventorySyncConfigAzureOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.cloudInventorySyncConfig.CloudInventorySyncConfigAzureOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/cloud-inventory-sync-config/index.ts",
          "line": 352
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/cloud-inventory-sync-config/index.ts",
        "line": 344
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 424
          },
          "name": "resetClientId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 440
          },
          "name": "resetContainer"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 456
          },
          "name": "resetResourceGroup"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 472
          },
          "name": "resetStorageAccount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 488
          },
          "name": "resetSubscriptionId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 504
          },
          "name": "resetTenantId"
        }
      ],
      "name": "CloudInventorySyncConfigAzureOutputReference",
      "namespace": "cloudInventorySyncConfig",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 428
          },
          "name": "clientIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 444
          },
          "name": "containerInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 460
          },
          "name": "resourceGroupInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 476
          },
          "name": "storageAccountInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 492
          },
          "name": "subscriptionIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 508
          },
          "name": "tenantIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 418
          },
          "name": "clientId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 434
          },
          "name": "container",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 450
          },
          "name": "resourceGroup",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 466
          },
          "name": "storageAccount",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 482
          },
          "name": "subscriptionId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 498
          },
          "name": "tenantId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 356
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.cloudInventorySyncConfig.CloudInventorySyncConfigAzure"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/cloud-inventory-sync-config/index:CloudInventorySyncConfigAzureOutputReference"
    },
    "@cdktn/provider-datadog.cloudInventorySyncConfig.CloudInventorySyncConfigConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.cloudInventorySyncConfig.CloudInventorySyncConfigConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/cloud-inventory-sync-config/index.ts",
        "line": 14
      },
      "name": "CloudInventorySyncConfigConfig",
      "namespace": "cloudInventorySyncConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_inventory_sync_config#cloud_provider CloudInventorySyncConfig#cloud_provider}",
            "stability": "stable",
            "summary": "The cloud provider type. Valid values are `aws`, `azure`, `gcp`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 20
          },
          "name": "cloudProvider",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_inventory_sync_config#aws CloudInventorySyncConfig#aws}",
            "stability": "stable",
            "summary": "aws block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 26
          },
          "name": "aws",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.cloudInventorySyncConfig.CloudInventorySyncConfigAws"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_inventory_sync_config#azure CloudInventorySyncConfig#azure}",
            "stability": "stable",
            "summary": "azure block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 32
          },
          "name": "azure",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.cloudInventorySyncConfig.CloudInventorySyncConfigAzure"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_inventory_sync_config#gcp CloudInventorySyncConfig#gcp}",
            "stability": "stable",
            "summary": "gcp block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 38
          },
          "name": "gcp",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.cloudInventorySyncConfig.CloudInventorySyncConfigGcp"
          }
        }
      ],
      "symbolId": "src/cloud-inventory-sync-config/index:CloudInventorySyncConfigConfig"
    },
    "@cdktn/provider-datadog.cloudInventorySyncConfig.CloudInventorySyncConfigGcp": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.cloudInventorySyncConfig.CloudInventorySyncConfigGcp",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/cloud-inventory-sync-config/index.ts",
        "line": 512
      },
      "name": "CloudInventorySyncConfigGcp",
      "namespace": "cloudInventorySyncConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_inventory_sync_config#destination_bucket_name CloudInventorySyncConfig#destination_bucket_name}",
            "stability": "stable",
            "summary": "Name of the GCS bucket holding the inventory files."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 518
          },
          "name": "destinationBucketName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_inventory_sync_config#project_id CloudInventorySyncConfig#project_id}",
            "stability": "stable",
            "summary": "GCP Project ID of the project holding the bucket."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 524
          },
          "name": "projectId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_inventory_sync_config#service_account_email CloudInventorySyncConfig#service_account_email}",
            "stability": "stable",
            "summary": "Service account email used for reading the bucket."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 530
          },
          "name": "serviceAccountEmail",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_inventory_sync_config#source_bucket_name CloudInventorySyncConfig#source_bucket_name}",
            "stability": "stable",
            "summary": "Name of the source bucket the inventory report is generated for."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 536
          },
          "name": "sourceBucketName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/cloud-inventory-sync-config/index:CloudInventorySyncConfigGcp"
    },
    "@cdktn/provider-datadog.cloudInventorySyncConfig.CloudInventorySyncConfigGcpOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.cloudInventorySyncConfig.CloudInventorySyncConfigGcpOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/cloud-inventory-sync-config/index.ts",
          "line": 597
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/cloud-inventory-sync-config/index.ts",
        "line": 589
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 657
          },
          "name": "resetDestinationBucketName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 673
          },
          "name": "resetProjectId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 689
          },
          "name": "resetServiceAccountEmail"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 705
          },
          "name": "resetSourceBucketName"
        }
      ],
      "name": "CloudInventorySyncConfigGcpOutputReference",
      "namespace": "cloudInventorySyncConfig",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 661
          },
          "name": "destinationBucketNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 677
          },
          "name": "projectIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 693
          },
          "name": "serviceAccountEmailInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 709
          },
          "name": "sourceBucketNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 651
          },
          "name": "destinationBucketName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 667
          },
          "name": "projectId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 683
          },
          "name": "serviceAccountEmail",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 699
          },
          "name": "sourceBucketName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-inventory-sync-config/index.ts",
            "line": 601
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.cloudInventorySyncConfig.CloudInventorySyncConfigGcp"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/cloud-inventory-sync-config/index:CloudInventorySyncConfigGcpOutputReference"
    },
    "@cdktn/provider-datadog.cloudWorkloadSecurityAgentRule.CloudWorkloadSecurityAgentRule": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_workload_security_agent_rule datadog_cloud_workload_security_agent_rule}."
      },
      "fqn": "@cdktn/provider-datadog.cloudWorkloadSecurityAgentRule.CloudWorkloadSecurityAgentRule",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_workload_security_agent_rule datadog_cloud_workload_security_agent_rule} Resource."
        },
        "locationInModule": {
          "filename": "src/cloud-workload-security-agent-rule/index.ts",
          "line": 83
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.cloudWorkloadSecurityAgentRule.CloudWorkloadSecurityAgentRuleConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/cloud-workload-security-agent-rule/index.ts",
        "line": 51
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a CloudWorkloadSecurityAgentRule resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule/index.ts",
            "line": 68
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the CloudWorkloadSecurityAgentRule to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_workload_security_agent_rule#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing CloudWorkloadSecurityAgentRule that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the CloudWorkloadSecurityAgentRule to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule/index.ts",
            "line": 118
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule/index.ts",
            "line": 134
          },
          "name": "resetEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule/index.ts",
            "line": 163
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule/index.ts",
            "line": 188
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule/index.ts",
            "line": 198
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "CloudWorkloadSecurityAgentRule",
      "namespace": "cloudWorkloadSecurityAgentRule",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule/index.ts",
            "line": 56
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule/index.ts",
            "line": 122
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule/index.ts",
            "line": 138
          },
          "name": "enabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule/index.ts",
            "line": 151
          },
          "name": "expressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule/index.ts",
            "line": 167
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule/index.ts",
            "line": 180
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule/index.ts",
            "line": 112
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule/index.ts",
            "line": 128
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule/index.ts",
            "line": 144
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule/index.ts",
            "line": 157
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule/index.ts",
            "line": 173
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/cloud-workload-security-agent-rule/index:CloudWorkloadSecurityAgentRule"
    },
    "@cdktn/provider-datadog.cloudWorkloadSecurityAgentRule.CloudWorkloadSecurityAgentRuleConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.cloudWorkloadSecurityAgentRule.CloudWorkloadSecurityAgentRuleConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/cloud-workload-security-agent-rule/index.ts",
        "line": 14
      },
      "name": "CloudWorkloadSecurityAgentRuleConfig",
      "namespace": "cloudWorkloadSecurityAgentRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_workload_security_agent_rule#expression CloudWorkloadSecurityAgentRule#expression}",
            "stability": "stable",
            "summary": "The SECL expression of the Agent rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule/index.ts",
            "line": 32
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_workload_security_agent_rule#name CloudWorkloadSecurityAgentRule#name}",
            "stability": "stable",
            "summary": "The name of the Agent rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule/index.ts",
            "line": 45
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_workload_security_agent_rule#description CloudWorkloadSecurityAgentRule#description}",
            "stability": "stable",
            "summary": "The description of the Agent rule. Defaults to `\"\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule/index.ts",
            "line": 20
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_workload_security_agent_rule#enabled CloudWorkloadSecurityAgentRule#enabled}",
            "stability": "stable",
            "summary": "Whether the Agent rule is enabled. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule/index.ts",
            "line": 26
          },
          "name": "enabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cloud_workload_security_agent_rule#id CloudWorkloadSecurityAgentRule#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cloud-workload-security-agent-rule/index.ts",
            "line": 39
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/cloud-workload-security-agent-rule/index:CloudWorkloadSecurityAgentRuleConfig"
    },
    "@cdktn/provider-datadog.complianceCustomFramework.ComplianceCustomFramework": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/compliance_custom_framework datadog_compliance_custom_framework}."
      },
      "fqn": "@cdktn/provider-datadog.complianceCustomFramework.ComplianceCustomFramework",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/compliance_custom_framework datadog_compliance_custom_framework} Resource."
        },
        "locationInModule": {
          "filename": "src/compliance-custom-framework/index.ts",
          "line": 379
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/compliance-custom-framework/index.ts",
        "line": 347
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a ComplianceCustomFramework resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 364
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the ComplianceCustomFramework to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/compliance_custom_framework#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing ComplianceCustomFramework that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the ComplianceCustomFramework to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 471
          },
          "name": "putRequirements",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirements"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 427
          },
          "name": "resetIconUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 474
          },
          "name": "resetRequirements"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 486
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 496
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "ComplianceCustomFramework",
      "namespace": "complianceCustomFramework",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 352
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 436
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 468
          },
          "name": "requirements",
          "type": {
            "fqn": "@cdktn/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 415
          },
          "name": "handleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 431
          },
          "name": "iconUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 449
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 478
          },
          "name": "requirementsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirements"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 462
          },
          "name": "versionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 408
          },
          "name": "handle",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 421
          },
          "name": "iconUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 442
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 455
          },
          "name": "version",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/compliance-custom-framework/index:ComplianceCustomFramework"
    },
    "@cdktn/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/compliance-custom-framework/index.ts",
        "line": 14
      },
      "name": "ComplianceCustomFrameworkConfig",
      "namespace": "complianceCustomFramework",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/compliance_custom_framework#handle ComplianceCustomFramework#handle}",
            "stability": "stable",
            "summary": "The framework handle. String length must be at least 1."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 20
          },
          "name": "handle",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/compliance_custom_framework#name ComplianceCustomFramework#name}",
            "stability": "stable",
            "summary": "The framework name. String length must be at least 1."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 32
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/compliance_custom_framework#version ComplianceCustomFramework#version}",
            "stability": "stable",
            "summary": "The framework version. String length must be at least 1."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 38
          },
          "name": "version",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/compliance_custom_framework#icon_url ComplianceCustomFramework#icon_url}",
            "stability": "stable",
            "summary": "The URL of the icon representing the framework."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 26
          },
          "name": "iconUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/compliance_custom_framework#requirements ComplianceCustomFramework#requirements}",
            "stability": "stable",
            "summary": "requirements block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 44
          },
          "name": "requirements",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirements"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/compliance-custom-framework/index:ComplianceCustomFrameworkConfig"
    },
    "@cdktn/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirements": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirements",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/compliance-custom-framework/index.ts",
        "line": 193
      },
      "name": "ComplianceCustomFrameworkRequirements",
      "namespace": "complianceCustomFramework",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/compliance_custom_framework#name ComplianceCustomFramework#name}",
            "stability": "stable",
            "summary": "The name of the requirement. String length must be at least 1."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 199
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/compliance_custom_framework#controls ComplianceCustomFramework#controls}",
            "stability": "stable",
            "summary": "controls block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 205
          },
          "name": "controls",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsControls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/compliance-custom-framework/index:ComplianceCustomFrameworkRequirements"
    },
    "@cdktn/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsControls": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsControls",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/compliance-custom-framework/index.ts",
        "line": 46
      },
      "name": "ComplianceCustomFrameworkRequirementsControls",
      "namespace": "complianceCustomFramework",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/compliance_custom_framework#name ComplianceCustomFramework#name}",
            "stability": "stable",
            "summary": "The name of the control. String length must be at least 1."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 52
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/compliance_custom_framework#rules_id ComplianceCustomFramework#rules_id}",
            "stability": "stable",
            "summary": "The set of rules IDs for the control."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 58
          },
          "name": "rulesId",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/compliance-custom-framework/index:ComplianceCustomFrameworkRequirementsControls"
    },
    "@cdktn/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsControlsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsControlsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/compliance-custom-framework/index.ts",
          "line": 182
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/compliance-custom-framework/index.ts",
        "line": 174
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 189
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsControlsOutputReference"
            }
          }
        }
      ],
      "name": "ComplianceCustomFrameworkRequirementsControlsList",
      "namespace": "complianceCustomFramework",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 175
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsControls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/compliance-custom-framework/index:ComplianceCustomFrameworkRequirementsControlsList"
    },
    "@cdktn/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsControlsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsControlsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/compliance-custom-framework/index.ts",
          "line": 107
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/compliance-custom-framework/index.ts",
        "line": 97
      },
      "name": "ComplianceCustomFrameworkRequirementsControlsOutputReference",
      "namespace": "complianceCustomFramework",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 156
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 169
          },
          "name": "rulesIdInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 149
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 162
          },
          "name": "rulesId",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 111
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsControls"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/compliance-custom-framework/index:ComplianceCustomFrameworkRequirementsControlsOutputReference"
    },
    "@cdktn/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/compliance-custom-framework/index.ts",
          "line": 332
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/compliance-custom-framework/index.ts",
        "line": 324
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 339
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsOutputReference"
            }
          }
        }
      ],
      "name": "ComplianceCustomFrameworkRequirementsList",
      "namespace": "complianceCustomFramework",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 325
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirements"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/compliance-custom-framework/index:ComplianceCustomFrameworkRequirementsList"
    },
    "@cdktn/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/compliance-custom-framework/index.ts",
          "line": 254
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/compliance-custom-framework/index.ts",
        "line": 244
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 312
          },
          "name": "putControls",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsControls"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 315
          },
          "name": "resetControls"
        }
      ],
      "name": "ComplianceCustomFrameworkRequirementsOutputReference",
      "namespace": "complianceCustomFramework",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 309
          },
          "name": "controls",
          "type": {
            "fqn": "@cdktn/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsControlsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 319
          },
          "name": "controlsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirementsControls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 303
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 296
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/compliance-custom-framework/index.ts",
            "line": 258
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.complianceCustomFramework.ComplianceCustomFrameworkRequirements"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/compliance-custom-framework/index:ComplianceCustomFrameworkRequirementsOutputReference"
    },
    "@cdktn/provider-datadog.complianceResourceEvaluationFilter.ComplianceResourceEvaluationFilter": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/compliance_resource_evaluation_filter datadog_compliance_resource_evaluation_filter}."
      },
      "fqn": "@cdktn/provider-datadog.complianceResourceEvaluationFilter.ComplianceResourceEvaluationFilter",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/compliance_resource_evaluation_filter datadog_compliance_resource_evaluation_filter} Resource."
        },
        "locationInModule": {
          "filename": "src/compliance-resource-evaluation-filter/index.ts",
          "line": 73
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.complianceResourceEvaluationFilter.ComplianceResourceEvaluationFilterConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/compliance-resource-evaluation-filter/index.ts",
        "line": 41
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a ComplianceResourceEvaluationFilter resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/compliance-resource-evaluation-filter/index.ts",
            "line": 58
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the ComplianceResourceEvaluationFilter to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/compliance_resource_evaluation_filter#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing ComplianceResourceEvaluationFilter that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the ComplianceResourceEvaluationFilter to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/compliance-resource-evaluation-filter/index.ts",
            "line": 146
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/compliance-resource-evaluation-filter/index.ts",
            "line": 154
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "ComplianceResourceEvaluationFilter",
      "namespace": "complianceResourceEvaluationFilter",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/compliance-resource-evaluation-filter/index.ts",
            "line": 46
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/compliance-resource-evaluation-filter/index.ts",
            "line": 112
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/compliance-resource-evaluation-filter/index.ts",
            "line": 107
          },
          "name": "cloudProviderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/compliance-resource-evaluation-filter/index.ts",
            "line": 125
          },
          "name": "resourceIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/compliance-resource-evaluation-filter/index.ts",
            "line": 138
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/compliance-resource-evaluation-filter/index.ts",
            "line": 100
          },
          "name": "cloudProvider",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/compliance-resource-evaluation-filter/index.ts",
            "line": 118
          },
          "name": "resourceId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/compliance-resource-evaluation-filter/index.ts",
            "line": 131
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/compliance-resource-evaluation-filter/index:ComplianceResourceEvaluationFilter"
    },
    "@cdktn/provider-datadog.complianceResourceEvaluationFilter.ComplianceResourceEvaluationFilterConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.complianceResourceEvaluationFilter.ComplianceResourceEvaluationFilterConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/compliance-resource-evaluation-filter/index.ts",
        "line": 14
      },
      "name": "ComplianceResourceEvaluationFilterConfig",
      "namespace": "complianceResourceEvaluationFilter",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/compliance_resource_evaluation_filter#cloud_provider ComplianceResourceEvaluationFilter#cloud_provider}",
            "stability": "stable",
            "summary": "The cloud provider of the filter's targeted resource. Only `aws`, `gcp`, or `azure` are considered valid cloud providers."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/compliance-resource-evaluation-filter/index.ts",
            "line": 20
          },
          "name": "cloudProvider",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Different cloud providers target different resource IDs:\n  - `aws`: account ID\n  - `gcp`: project ID\n  - `azure`: subscription ID\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/compliance_resource_evaluation_filter#resource_id ComplianceResourceEvaluationFilter#resource_id}",
            "stability": "stable",
            "summary": "The ID of the of the filter's targeted resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/compliance-resource-evaluation-filter/index.ts",
            "line": 29
          },
          "name": "resourceId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/compliance_resource_evaluation_filter#tags ComplianceResourceEvaluationFilter#tags}",
            "stability": "stable",
            "summary": "List of tags to filter misconfiguration detections. Each entry should follow the format: \"key\":\"value\"."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/compliance-resource-evaluation-filter/index.ts",
            "line": 35
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/compliance-resource-evaluation-filter/index:ComplianceResourceEvaluationFilterConfig"
    },
    "@cdktn/provider-datadog.costBudget.CostBudget": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cost_budget datadog_cost_budget}."
      },
      "fqn": "@cdktn/provider-datadog.costBudget.CostBudget",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cost_budget datadog_cost_budget} Resource."
        },
        "locationInModule": {
          "filename": "src/cost-budget/index.ts",
          "line": 1075
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/cost-budget/index.ts",
        "line": 1043
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a CostBudget resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 1060
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the CostBudget to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cost_budget#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing CostBudget that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the CostBudget to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 1182
          },
          "name": "putBudgetLine",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLine"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 1198
          },
          "name": "putEntries",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetEntries"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 1185
          },
          "name": "resetBudgetLine"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 1201
          },
          "name": "resetEntries"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 1125
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 1213
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 1225
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "CostBudget",
      "namespace": "costBudget",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 1048
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 1179
          },
          "name": "budgetLine",
          "type": {
            "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 1195
          },
          "name": "entries",
          "type": {
            "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetEntriesList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 1173
          },
          "name": "totalAmount",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 1189
          },
          "name": "budgetLineInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLine"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 1113
          },
          "name": "endMonthInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 1205
          },
          "name": "entriesInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetEntries"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 1129
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 1142
          },
          "name": "metricsQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 1155
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 1168
          },
          "name": "startMonthInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 1106
          },
          "name": "endMonth",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 1119
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 1135
          },
          "name": "metricsQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 1148
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 1161
          },
          "name": "startMonth",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/cost-budget/index:CostBudget"
    },
    "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLine": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLine",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/cost-budget/index.ts",
        "line": 496
      },
      "name": "CostBudgetBudgetLine",
      "namespace": "costBudget",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cost_budget#amounts CostBudget#amounts}",
            "stability": "stable",
            "summary": "Map of month (YYYYMM) to budget amount. Example: {\"202601\": 1000.0, \"202602\": 1200.0}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 502
          },
          "name": "amounts",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "number"
              },
              "kind": "map"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cost_budget#child_tag_filters CostBudget#child_tag_filters}",
            "stability": "stable",
            "summary": "child_tag_filters block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 508
          },
          "name": "childTagFilters",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineChildTagFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cost_budget#parent_tag_filters CostBudget#parent_tag_filters}",
            "stability": "stable",
            "summary": "parent_tag_filters block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 514
          },
          "name": "parentTagFilters",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineParentTagFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cost_budget#tag_filters CostBudget#tag_filters}",
            "stability": "stable",
            "summary": "tag_filters block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 520
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineTagFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/cost-budget/index:CostBudgetBudgetLine"
    },
    "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineChildTagFilters": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineChildTagFilters",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/cost-budget/index.ts",
        "line": 61
      },
      "name": "CostBudgetBudgetLineChildTagFilters",
      "namespace": "costBudget",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cost_budget#tag_key CostBudget#tag_key}",
            "stability": "stable",
            "summary": "Must be one of the tags from the `metrics_query`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 67
          },
          "name": "tagKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cost_budget#tag_value CostBudget#tag_value}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 71
          },
          "name": "tagValue",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/cost-budget/index:CostBudgetBudgetLineChildTagFilters"
    },
    "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineChildTagFiltersList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineChildTagFiltersList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/cost-budget/index.ts",
          "line": 195
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/cost-budget/index.ts",
        "line": 187
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 202
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineChildTagFiltersOutputReference"
            }
          }
        }
      ],
      "name": "CostBudgetBudgetLineChildTagFiltersList",
      "namespace": "costBudget",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 188
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineChildTagFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/cost-budget/index:CostBudgetBudgetLineChildTagFiltersList"
    },
    "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineChildTagFiltersOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineChildTagFiltersOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/cost-budget/index.ts",
          "line": 120
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/cost-budget/index.ts",
        "line": 110
      },
      "name": "CostBudgetBudgetLineChildTagFiltersOutputReference",
      "namespace": "costBudget",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 169
          },
          "name": "tagKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 182
          },
          "name": "tagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 162
          },
          "name": "tagKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 175
          },
          "name": "tagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 124
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineChildTagFilters"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/cost-budget/index:CostBudgetBudgetLineChildTagFiltersOutputReference"
    },
    "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/cost-budget/index.ts",
          "line": 705
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/cost-budget/index.ts",
        "line": 697
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 712
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineOutputReference"
            }
          }
        }
      ],
      "name": "CostBudgetBudgetLineList",
      "namespace": "costBudget",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 698
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLine"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/cost-budget/index:CostBudgetBudgetLineList"
    },
    "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/cost-budget/index.ts",
          "line": 583
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/cost-budget/index.ts",
        "line": 573
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 653
          },
          "name": "putChildTagFilters",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineChildTagFilters"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 669
          },
          "name": "putParentTagFilters",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineParentTagFilters"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 685
          },
          "name": "putTagFilters",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineTagFilters"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 656
          },
          "name": "resetChildTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 672
          },
          "name": "resetParentTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 688
          },
          "name": "resetTagFilters"
        }
      ],
      "name": "CostBudgetBudgetLineOutputReference",
      "namespace": "costBudget",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 650
          },
          "name": "childTagFilters",
          "type": {
            "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineChildTagFiltersList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 666
          },
          "name": "parentTagFilters",
          "type": {
            "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineParentTagFiltersList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 682
          },
          "name": "tagFilters",
          "type": {
            "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineTagFiltersList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 644
          },
          "name": "amountsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "number"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 660
          },
          "name": "childTagFiltersInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineChildTagFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 676
          },
          "name": "parentTagFiltersInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineParentTagFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 692
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineTagFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 637
          },
          "name": "amounts",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "number"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 587
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLine"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/cost-budget/index:CostBudgetBudgetLineOutputReference"
    },
    "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineParentTagFilters": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineParentTagFilters",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/cost-budget/index.ts",
        "line": 206
      },
      "name": "CostBudgetBudgetLineParentTagFilters",
      "namespace": "costBudget",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cost_budget#tag_key CostBudget#tag_key}",
            "stability": "stable",
            "summary": "Must be one of the tags from the `metrics_query`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 212
          },
          "name": "tagKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cost_budget#tag_value CostBudget#tag_value}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 216
          },
          "name": "tagValue",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/cost-budget/index:CostBudgetBudgetLineParentTagFilters"
    },
    "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineParentTagFiltersList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineParentTagFiltersList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/cost-budget/index.ts",
          "line": 340
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/cost-budget/index.ts",
        "line": 332
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 347
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineParentTagFiltersOutputReference"
            }
          }
        }
      ],
      "name": "CostBudgetBudgetLineParentTagFiltersList",
      "namespace": "costBudget",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 333
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineParentTagFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/cost-budget/index:CostBudgetBudgetLineParentTagFiltersList"
    },
    "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineParentTagFiltersOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineParentTagFiltersOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/cost-budget/index.ts",
          "line": 265
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/cost-budget/index.ts",
        "line": 255
      },
      "name": "CostBudgetBudgetLineParentTagFiltersOutputReference",
      "namespace": "costBudget",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 314
          },
          "name": "tagKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 327
          },
          "name": "tagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 307
          },
          "name": "tagKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 320
          },
          "name": "tagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 269
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineParentTagFilters"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/cost-budget/index:CostBudgetBudgetLineParentTagFiltersOutputReference"
    },
    "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineTagFilters": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineTagFilters",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/cost-budget/index.ts",
        "line": 351
      },
      "name": "CostBudgetBudgetLineTagFilters",
      "namespace": "costBudget",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cost_budget#tag_key CostBudget#tag_key}",
            "stability": "stable",
            "summary": "Must be one of the tags from the `metrics_query`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 357
          },
          "name": "tagKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cost_budget#tag_value CostBudget#tag_value}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 361
          },
          "name": "tagValue",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/cost-budget/index:CostBudgetBudgetLineTagFilters"
    },
    "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineTagFiltersList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineTagFiltersList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/cost-budget/index.ts",
          "line": 485
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/cost-budget/index.ts",
        "line": 477
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 492
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineTagFiltersOutputReference"
            }
          }
        }
      ],
      "name": "CostBudgetBudgetLineTagFiltersList",
      "namespace": "costBudget",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 478
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineTagFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/cost-budget/index:CostBudgetBudgetLineTagFiltersList"
    },
    "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineTagFiltersOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineTagFiltersOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/cost-budget/index.ts",
          "line": 410
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/cost-budget/index.ts",
        "line": 400
      },
      "name": "CostBudgetBudgetLineTagFiltersOutputReference",
      "namespace": "costBudget",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 459
          },
          "name": "tagKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 472
          },
          "name": "tagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 452
          },
          "name": "tagKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 465
          },
          "name": "tagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 414
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLineTagFilters"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/cost-budget/index:CostBudgetBudgetLineTagFiltersOutputReference"
    },
    "@cdktn/provider-datadog.costBudget.CostBudgetConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/cost-budget/index.ts",
        "line": 14
      },
      "name": "CostBudgetConfig",
      "namespace": "costBudget",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cost_budget#end_month CostBudget#end_month}",
            "stability": "stable",
            "summary": "The month when the budget ends (YYYYMM)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 20
          },
          "name": "endMonth",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "**Note:** For hierarchical budgets using `by {tag1,tag2}`, the order of tags determines the UI hierarchy (parent, child).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cost_budget#metrics_query CostBudget#metrics_query}",
            "stability": "stable",
            "summary": "The cost query used to track against the budget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 35
          },
          "name": "metricsQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cost_budget#name CostBudget#name}",
            "stability": "stable",
            "summary": "The name of the budget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 41
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cost_budget#start_month CostBudget#start_month}",
            "stability": "stable",
            "summary": "The month when the budget starts (YYYYMM)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 47
          },
          "name": "startMonth",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cost_budget#budget_line CostBudget#budget_line}",
            "stability": "stable",
            "summary": "budget_line block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 53
          },
          "name": "budgetLine",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetBudgetLine"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cost_budget#entries CostBudget#entries}",
            "stability": "stable",
            "summary": "entries block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 59
          },
          "name": "entries",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetEntries"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cost_budget#id CostBudget#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "The ID of the budget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 29
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/cost-budget/index:CostBudgetConfig"
    },
    "@cdktn/provider-datadog.costBudget.CostBudgetEntries": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetEntries",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/cost-budget/index.ts",
        "line": 861
      },
      "name": "CostBudgetEntries",
      "namespace": "costBudget",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cost_budget#amount CostBudget#amount}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 865
          },
          "name": "amount",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cost_budget#month CostBudget#month}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 869
          },
          "name": "month",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cost_budget#tag_filters CostBudget#tag_filters}",
            "stability": "stable",
            "summary": "tag_filters block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 875
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetEntriesTagFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/cost-budget/index:CostBudgetEntries"
    },
    "@cdktn/provider-datadog.costBudget.CostBudgetEntriesList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetEntriesList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/cost-budget/index.ts",
          "line": 1028
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/cost-budget/index.ts",
        "line": 1020
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 1035
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetEntriesOutputReference"
            }
          }
        }
      ],
      "name": "CostBudgetEntriesList",
      "namespace": "costBudget",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 1021
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetEntries"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/cost-budget/index:CostBudgetEntriesList"
    },
    "@cdktn/provider-datadog.costBudget.CostBudgetEntriesOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetEntriesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/cost-budget/index.ts",
          "line": 931
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/cost-budget/index.ts",
        "line": 921
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 1008
          },
          "name": "putTagFilters",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetEntriesTagFilters"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 1011
          },
          "name": "resetTagFilters"
        }
      ],
      "name": "CostBudgetEntriesOutputReference",
      "namespace": "costBudget",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 1005
          },
          "name": "tagFilters",
          "type": {
            "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetEntriesTagFiltersList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 986
          },
          "name": "amountInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 999
          },
          "name": "monthInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 1015
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetEntriesTagFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 979
          },
          "name": "amount",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 992
          },
          "name": "month",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 935
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetEntries"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/cost-budget/index:CostBudgetEntriesOutputReference"
    },
    "@cdktn/provider-datadog.costBudget.CostBudgetEntriesTagFilters": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetEntriesTagFilters",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/cost-budget/index.ts",
        "line": 716
      },
      "name": "CostBudgetEntriesTagFilters",
      "namespace": "costBudget",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cost_budget#tag_key CostBudget#tag_key}",
            "stability": "stable",
            "summary": "**Note:** Must be one of the tags from the `metrics_query`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 722
          },
          "name": "tagKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/cost_budget#tag_value CostBudget#tag_value}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 726
          },
          "name": "tagValue",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/cost-budget/index:CostBudgetEntriesTagFilters"
    },
    "@cdktn/provider-datadog.costBudget.CostBudgetEntriesTagFiltersList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetEntriesTagFiltersList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/cost-budget/index.ts",
          "line": 850
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/cost-budget/index.ts",
        "line": 842
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 857
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetEntriesTagFiltersOutputReference"
            }
          }
        }
      ],
      "name": "CostBudgetEntriesTagFiltersList",
      "namespace": "costBudget",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 843
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetEntriesTagFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/cost-budget/index:CostBudgetEntriesTagFiltersList"
    },
    "@cdktn/provider-datadog.costBudget.CostBudgetEntriesTagFiltersOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetEntriesTagFiltersOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/cost-budget/index.ts",
          "line": 775
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/cost-budget/index.ts",
        "line": 765
      },
      "name": "CostBudgetEntriesTagFiltersOutputReference",
      "namespace": "costBudget",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 824
          },
          "name": "tagKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 837
          },
          "name": "tagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 817
          },
          "name": "tagKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 830
          },
          "name": "tagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/cost-budget/index.ts",
            "line": 779
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.costBudget.CostBudgetEntriesTagFilters"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/cost-budget/index:CostBudgetEntriesTagFiltersOutputReference"
    },
    "@cdktn/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRule": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/csm_threats_agent_rule datadog_csm_threats_agent_rule}."
      },
      "fqn": "@cdktn/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRule",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/csm_threats_agent_rule datadog_csm_threats_agent_rule} Resource."
        },
        "locationInModule": {
          "filename": "src/csm-threats-agent-rule/index.ts",
          "line": 760
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/csm-threats-agent-rule/index.ts",
        "line": 728
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a CsmThreatsAgentRule resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 745
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the CsmThreatsAgentRule to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/csm_threats_agent_rule#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing CsmThreatsAgentRule that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the CsmThreatsAgentRule to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 906
          },
          "name": "putActions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActions"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 909
          },
          "name": "resetActions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 798
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 814
          },
          "name": "resetEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 861
          },
          "name": "resetPolicyId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 877
          },
          "name": "resetProductTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 893
          },
          "name": "resetSilent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 921
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 934
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "CsmThreatsAgentRule",
      "namespace": "csmThreatsAgentRule",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 733
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 903
          },
          "name": "actions",
          "type": {
            "fqn": "@cdktn/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 836
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 913
          },
          "name": "actionsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActions"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 802
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 818
          },
          "name": "enabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 831
          },
          "name": "expressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 849
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 865
          },
          "name": "policyIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 881
          },
          "name": "productTagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 897
          },
          "name": "silentInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 792
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 808
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 824
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 842
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 855
          },
          "name": "policyId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 871
          },
          "name": "productTags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 887
          },
          "name": "silent",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/csm-threats-agent-rule/index:CsmThreatsAgentRule"
    },
    "@cdktn/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/csm-threats-agent-rule/index.ts",
        "line": 571
      },
      "name": "CsmThreatsAgentRuleActions",
      "namespace": "csmThreatsAgentRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/csm_threats_agent_rule#hash CsmThreatsAgentRule#hash}",
            "stability": "stable",
            "summary": "hash block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 577
          },
          "name": "hash",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsHash"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/csm_threats_agent_rule#set CsmThreatsAgentRule#set}",
            "stability": "stable",
            "summary": "set block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 583
          },
          "name": "set",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsSet"
          }
        }
      ],
      "symbolId": "src/csm-threats-agent-rule/index:CsmThreatsAgentRuleActions"
    },
    "@cdktn/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsHash": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsHash",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/csm-threats-agent-rule/index.ts",
        "line": 64
      },
      "name": "CsmThreatsAgentRuleActionsHash",
      "namespace": "csmThreatsAgentRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/csm_threats_agent_rule#field CsmThreatsAgentRule#field}",
            "stability": "stable",
            "summary": "The field to hash."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 70
          },
          "name": "field",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/csm-threats-agent-rule/index:CsmThreatsAgentRuleActionsHash"
    },
    "@cdktn/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsHashOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsHashOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/csm-threats-agent-rule/index.ts",
          "line": 110
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/csm-threats-agent-rule/index.ts",
        "line": 102
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 152
          },
          "name": "resetField"
        }
      ],
      "name": "CsmThreatsAgentRuleActionsHashOutputReference",
      "namespace": "csmThreatsAgentRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 156
          },
          "name": "fieldInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 146
          },
          "name": "field",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 114
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsHash"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/csm-threats-agent-rule/index:CsmThreatsAgentRuleActionsHashOutputReference"
    },
    "@cdktn/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/csm-threats-agent-rule/index.ts",
          "line": 713
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/csm-threats-agent-rule/index.ts",
        "line": 705
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 720
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsOutputReference"
            }
          }
        }
      ],
      "name": "CsmThreatsAgentRuleActionsList",
      "namespace": "csmThreatsAgentRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 706
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActions"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/csm-threats-agent-rule/index:CsmThreatsAgentRuleActionsList"
    },
    "@cdktn/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/csm-threats-agent-rule/index.ts",
          "line": 632
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/csm-threats-agent-rule/index.ts",
        "line": 622
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 677
          },
          "name": "putHash",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsHash"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 693
          },
          "name": "putSet",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsSet"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 680
          },
          "name": "resetHash"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 696
          },
          "name": "resetSet"
        }
      ],
      "name": "CsmThreatsAgentRuleActionsOutputReference",
      "namespace": "csmThreatsAgentRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 674
          },
          "name": "hash",
          "type": {
            "fqn": "@cdktn/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsHashOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 690
          },
          "name": "set",
          "type": {
            "fqn": "@cdktn/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsSetOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 684
          },
          "name": "hashInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsHash"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 700
          },
          "name": "setInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsSet"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 636
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActions"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/csm-threats-agent-rule/index:CsmThreatsAgentRuleActionsOutputReference"
    },
    "@cdktn/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsSet": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsSet",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/csm-threats-agent-rule/index.ts",
        "line": 160
      },
      "name": "CsmThreatsAgentRuleActionsSet",
      "namespace": "csmThreatsAgentRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/csm_threats_agent_rule#append CsmThreatsAgentRule#append}",
            "stability": "stable",
            "summary": "Whether to append to the set."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 166
          },
          "name": "append",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/csm_threats_agent_rule#default_value CsmThreatsAgentRule#default_value}",
            "stability": "stable",
            "summary": "The default value to set."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 172
          },
          "name": "defaultValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/csm_threats_agent_rule#expression CsmThreatsAgentRule#expression}",
            "stability": "stable",
            "summary": "The expression to use for the set action."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 178
          },
          "name": "expression",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/csm_threats_agent_rule#field CsmThreatsAgentRule#field}",
            "stability": "stable",
            "summary": "The field to get the value from."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 184
          },
          "name": "field",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/csm_threats_agent_rule#inherited CsmThreatsAgentRule#inherited}",
            "stability": "stable",
            "summary": "Whether the set action is inherited."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 190
          },
          "name": "inherited",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/csm_threats_agent_rule#name CsmThreatsAgentRule#name}",
            "stability": "stable",
            "summary": "The name of the set action."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 196
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/csm_threats_agent_rule#scope CsmThreatsAgentRule#scope}",
            "stability": "stable",
            "summary": "The scope of the set action (process, container, cgroup, or empty)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 202
          },
          "name": "scope",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/csm_threats_agent_rule#size CsmThreatsAgentRule#size}",
            "stability": "stable",
            "summary": "The maximum size of the set."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 208
          },
          "name": "size",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/csm_threats_agent_rule#ttl CsmThreatsAgentRule#ttl}",
            "stability": "stable",
            "summary": "The time to live for the set in nanoseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 214
          },
          "name": "ttl",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/csm_threats_agent_rule#value CsmThreatsAgentRule#value}",
            "stability": "stable",
            "summary": "The value to set."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 220
          },
          "name": "value",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/csm-threats-agent-rule/index:CsmThreatsAgentRuleActionsSet"
    },
    "@cdktn/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsSetOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsSetOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/csm-threats-agent-rule/index.ts",
          "line": 323
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/csm-threats-agent-rule/index.ts",
        "line": 315
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 419
          },
          "name": "resetAppend"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 435
          },
          "name": "resetDefaultValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 451
          },
          "name": "resetExpression"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 467
          },
          "name": "resetField"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 483
          },
          "name": "resetInherited"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 499
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 515
          },
          "name": "resetScope"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 531
          },
          "name": "resetSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 547
          },
          "name": "resetTtl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 563
          },
          "name": "resetValue"
        }
      ],
      "name": "CsmThreatsAgentRuleActionsSetOutputReference",
      "namespace": "csmThreatsAgentRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 423
          },
          "name": "appendInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 439
          },
          "name": "defaultValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 455
          },
          "name": "expressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 471
          },
          "name": "fieldInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 487
          },
          "name": "inheritedInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 503
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 519
          },
          "name": "scopeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 535
          },
          "name": "sizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 551
          },
          "name": "ttlInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 567
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 413
          },
          "name": "append",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 429
          },
          "name": "defaultValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 445
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 461
          },
          "name": "field",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 477
          },
          "name": "inherited",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 493
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 509
          },
          "name": "scope",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 525
          },
          "name": "size",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 541
          },
          "name": "ttl",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 557
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 327
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActionsSet"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/csm-threats-agent-rule/index:CsmThreatsAgentRuleActionsSetOutputReference"
    },
    "@cdktn/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/csm-threats-agent-rule/index.ts",
        "line": 14
      },
      "name": "CsmThreatsAgentRuleConfig",
      "namespace": "csmThreatsAgentRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/csm_threats_agent_rule#expression CsmThreatsAgentRule#expression}",
            "stability": "stable",
            "summary": "The SECL expression of the Agent rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 32
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/csm_threats_agent_rule#name CsmThreatsAgentRule#name}",
            "stability": "stable",
            "summary": "The name of the Agent rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 38
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/csm_threats_agent_rule#actions CsmThreatsAgentRule#actions}",
            "stability": "stable",
            "summary": "actions block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 62
          },
          "name": "actions",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.csmThreatsAgentRule.CsmThreatsAgentRuleActions"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/csm_threats_agent_rule#description CsmThreatsAgentRule#description}",
            "stability": "stable",
            "summary": "A description for the Agent rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 20
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/csm_threats_agent_rule#enabled CsmThreatsAgentRule#enabled}",
            "stability": "stable",
            "summary": "Indicates whether the Agent rule is enabled. Must not be used without policy_id."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 26
          },
          "name": "enabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/csm_threats_agent_rule#policy_id CsmThreatsAgentRule#policy_id}",
            "stability": "stable",
            "summary": "The ID of the agent policy in which the rule is saved."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 44
          },
          "name": "policyId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/csm_threats_agent_rule#product_tags CsmThreatsAgentRule#product_tags}",
            "stability": "stable",
            "summary": "The list of product tags associated with the rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 50
          },
          "name": "productTags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/csm_threats_agent_rule#silent CsmThreatsAgentRule#silent}",
            "stability": "stable",
            "summary": "Indicates whether the Agent rule is silent."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-agent-rule/index.ts",
            "line": 56
          },
          "name": "silent",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/csm-threats-agent-rule/index:CsmThreatsAgentRuleConfig"
    },
    "@cdktn/provider-datadog.csmThreatsPolicy.CsmThreatsPolicy": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/csm_threats_policy datadog_csm_threats_policy}."
      },
      "fqn": "@cdktn/provider-datadog.csmThreatsPolicy.CsmThreatsPolicy",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/csm_threats_policy datadog_csm_threats_policy} Resource."
        },
        "locationInModule": {
          "filename": "src/csm-threats-policy/index.ts",
          "line": 82
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.csmThreatsPolicy.CsmThreatsPolicyConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/csm-threats-policy/index.ts",
        "line": 50
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a CsmThreatsPolicy resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/csm-threats-policy/index.ts",
            "line": 67
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the CsmThreatsPolicy to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/csm_threats_policy#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing CsmThreatsPolicy that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the CsmThreatsPolicy to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-policy/index.ts",
            "line": 117
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-policy/index.ts",
            "line": 133
          },
          "name": "resetEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-policy/index.ts",
            "line": 149
          },
          "name": "resetHostTagsLists"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-policy/index.ts",
            "line": 183
          },
          "name": "resetTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-policy/index.ts",
            "line": 195
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-policy/index.ts",
            "line": 205
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "CsmThreatsPolicy",
      "namespace": "csmThreatsPolicy",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-policy/index.ts",
            "line": 55
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-policy/index.ts",
            "line": 158
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-policy/index.ts",
            "line": 121
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-policy/index.ts",
            "line": 137
          },
          "name": "enabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-policy/index.ts",
            "line": 153
          },
          "name": "hostTagsListsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "collection": {
                        "elementtype": {
                          "primitive": "string"
                        },
                        "kind": "array"
                      }
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-policy/index.ts",
            "line": 171
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-policy/index.ts",
            "line": 187
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-policy/index.ts",
            "line": 111
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-policy/index.ts",
            "line": 127
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-policy/index.ts",
            "line": 143
          },
          "name": "hostTagsLists",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "collection": {
                        "elementtype": {
                          "primitive": "string"
                        },
                        "kind": "array"
                      }
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-policy/index.ts",
            "line": 164
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/csm-threats-policy/index.ts",
            "line": 177
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/csm-threats-policy/index:CsmThreatsPolicy"
    },
    "@cdktn/provider-datadog.csmThreatsPolicy.CsmThreatsPolicyConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.csmThreatsPolicy.CsmThreatsPolicyConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/csm-threats-policy/index.ts",
        "line": 14
      },
      "name": "CsmThreatsPolicyConfig",
      "namespace": "csmThreatsPolicy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/csm_threats_policy#name CsmThreatsPolicy#name}",
            "stability": "stable",
            "summary": "The name of the policy."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-policy/index.ts",
            "line": 38
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/csm_threats_policy#description CsmThreatsPolicy#description}",
            "stability": "stable",
            "summary": "A description for the policy."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-policy/index.ts",
            "line": 20
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/csm_threats_policy#enabled CsmThreatsPolicy#enabled}",
            "stability": "stable",
            "summary": "Indicates whether the policy is enabled. Defaults to `false`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-policy/index.ts",
            "line": 26
          },
          "name": "enabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/csm_threats_policy#host_tags_lists CsmThreatsPolicy#host_tags_lists}",
            "stability": "stable",
            "summary": "Host tags that define where the policy is deployed. Inner values are ANDed, outer arrays are ORed."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-policy/index.ts",
            "line": 32
          },
          "name": "hostTagsLists",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "collection": {
                        "elementtype": {
                          "primitive": "string"
                        },
                        "kind": "array"
                      }
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/csm_threats_policy#tags CsmThreatsPolicy#tags}",
            "stability": "stable",
            "summary": "Host tags that define where the policy is deployed. Deprecated, use host_tags_lists instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/csm-threats-policy/index.ts",
            "line": 44
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/csm-threats-policy/index:CsmThreatsPolicyConfig"
    },
    "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRule": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule datadog_custom_allocation_rule}."
      },
      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRule",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule datadog_custom_allocation_rule} Resource."
        },
        "locationInModule": {
          "filename": "src/custom-allocation-rule/index.ts",
          "line": 1712
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/custom-allocation-rule/index.ts",
        "line": 1680
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a CustomAllocationRule resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1697
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the CustomAllocationRule to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing CustomAllocationRule that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the CustomAllocationRule to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1818
          },
          "name": "putCostsToAllocate",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleCostsToAllocate"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1834
          },
          "name": "putStrategy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategy"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1821
          },
          "name": "resetCostsToAllocate"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1837
          },
          "name": "resetStrategy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1849
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1859
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "CustomAllocationRule",
      "namespace": "customAllocationRule",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1685
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1815
          },
          "name": "costsToAllocate",
          "type": {
            "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleCostsToAllocateList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1740
          },
          "name": "created",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1758
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1763
          },
          "name": "lastModifiedUserUuid",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1768
          },
          "name": "orderId",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1786
          },
          "name": "rejected",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1831
          },
          "name": "strategy",
          "type": {
            "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1804
          },
          "name": "updated",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1809
          },
          "name": "version",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1825
          },
          "name": "costsToAllocateInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleCostsToAllocate"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1753
          },
          "name": "enabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1781
          },
          "name": "providernamesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1799
          },
          "name": "ruleNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1841
          },
          "name": "strategyInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategy"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1746
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1774
          },
          "name": "providernames",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1792
          },
          "name": "ruleName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/custom-allocation-rule/index:CustomAllocationRule"
    },
    "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/custom-allocation-rule/index.ts",
        "line": 14
      },
      "name": "CustomAllocationRuleConfig",
      "namespace": "customAllocationRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule#enabled CustomAllocationRule#enabled}",
            "stability": "stable",
            "summary": "Whether the custom allocation rule is enabled."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 20
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule#providernames CustomAllocationRule#providernames}",
            "stability": "stable",
            "summary": "List of cloud providers the rule applies to. Valid values include `aws`, `azure`, and `gcp`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 26
          },
          "name": "providernames",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This field is immutable - changing it will force replacement of the resource.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule#rule_name CustomAllocationRule#rule_name}",
            "stability": "stable",
            "summary": "The name of the custom allocation rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 32
          },
          "name": "ruleName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule#costs_to_allocate CustomAllocationRule#costs_to_allocate}",
            "stability": "stable",
            "summary": "costs_to_allocate block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 38
          },
          "name": "costsToAllocate",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleCostsToAllocate"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule#strategy CustomAllocationRule#strategy}",
            "stability": "stable",
            "summary": "strategy block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 44
          },
          "name": "strategy",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategy"
          }
        }
      ],
      "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleConfig"
    },
    "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleCostsToAllocate": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleCostsToAllocate",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/custom-allocation-rule/index.ts",
        "line": 46
      },
      "name": "CustomAllocationRuleCostsToAllocate",
      "namespace": "customAllocationRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule#condition CustomAllocationRule#condition}",
            "stability": "stable",
            "summary": "The condition to match. Valid values are `=`, `!=`, `is`, `is not`, `like`, `in`, `not in`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 52
          },
          "name": "condition",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule#tag CustomAllocationRule#tag}",
            "stability": "stable",
            "summary": "The tag key to filter on (e.g., `aws_product`, `team`, `environment`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 58
          },
          "name": "tag",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Use this field for conditions like `=`, `!=`, `is`, `is not`, `like`. Do not use with `in` or `not in` conditions.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule#value CustomAllocationRule#value}",
            "stability": "stable",
            "summary": "The single tag value to match."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 64
          },
          "name": "value",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Use this field for `in` or `not in` conditions only. Do not use with single-value conditions.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule#values CustomAllocationRule#values}",
            "stability": "stable",
            "summary": "A list of tag values to match."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 70
          },
          "name": "values",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleCostsToAllocate"
    },
    "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleCostsToAllocateList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleCostsToAllocateList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/custom-allocation-rule/index.ts",
          "line": 258
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/custom-allocation-rule/index.ts",
        "line": 250
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 265
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleCostsToAllocateOutputReference"
            }
          }
        }
      ],
      "name": "CustomAllocationRuleCostsToAllocateList",
      "namespace": "customAllocationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 251
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleCostsToAllocate"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleCostsToAllocateList"
    },
    "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleCostsToAllocateOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleCostsToAllocateOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/custom-allocation-rule/index.ts",
          "line": 133
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/custom-allocation-rule/index.ts",
        "line": 123
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 193
          },
          "name": "resetCondition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 209
          },
          "name": "resetTag"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 225
          },
          "name": "resetValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 241
          },
          "name": "resetValues"
        }
      ],
      "name": "CustomAllocationRuleCostsToAllocateOutputReference",
      "namespace": "customAllocationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 197
          },
          "name": "conditionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 213
          },
          "name": "tagInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 229
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 245
          },
          "name": "valuesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 187
          },
          "name": "condition",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 203
          },
          "name": "tag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 219
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 235
          },
          "name": "values",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 137
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleCostsToAllocate"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleCostsToAllocateOutputReference"
    },
    "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/custom-allocation-rule/index.ts",
        "line": 1303
      },
      "name": "CustomAllocationRuleStrategy",
      "namespace": "customAllocationRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule#allocated_by CustomAllocationRule#allocated_by}",
            "stability": "stable",
            "summary": "allocated_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1333
          },
          "name": "allocatedBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule#allocated_by_filters CustomAllocationRule#allocated_by_filters}",
            "stability": "stable",
            "summary": "allocated_by_filters block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1339
          },
          "name": "allocatedByFilters",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule#allocated_by_tag_keys CustomAllocationRule#allocated_by_tag_keys}",
            "stability": "stable",
            "summary": "List of tag keys used to allocate costs (e.g., `[\"team\", \"project\"]`). Costs will be distributed across unique values of these tags."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1309
          },
          "name": "allocatedByTagKeys",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule#based_on_costs CustomAllocationRule#based_on_costs}",
            "stability": "stable",
            "summary": "based_on_costs block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1345
          },
          "name": "basedOnCosts",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnCosts"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule#based_on_timeseries CustomAllocationRule#based_on_timeseries}",
            "stability": "stable",
            "summary": "based_on_timeseries block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1351
          },
          "name": "basedOnTimeseries",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnTimeseries"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule#evaluate_grouped_by_filters CustomAllocationRule#evaluate_grouped_by_filters}",
            "stability": "stable",
            "summary": "evaluate_grouped_by_filters block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1357
          },
          "name": "evaluateGroupedByFilters",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyEvaluateGroupedByFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Costs are grouped by these tag values before applying the allocation strategy.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule#evaluate_grouped_by_tag_keys CustomAllocationRule#evaluate_grouped_by_tag_keys}",
            "stability": "stable",
            "summary": "List of tag keys used to group costs before allocation."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1315
          },
          "name": "evaluateGroupedByTagKeys",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule#granularity CustomAllocationRule#granularity}",
            "stability": "stable",
            "summary": "The granularity level for cost allocation. Valid values are `daily` or `monthly`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1321
          },
          "name": "granularity",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule#method CustomAllocationRule#method}",
            "stability": "stable",
            "summary": "The allocation method. Valid values are `even`, `proportional`, `proportional_timeseries`, or `percent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1327
          },
          "name": "method",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategy"
    },
    "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/custom-allocation-rule/index.ts",
        "line": 422
      },
      "name": "CustomAllocationRuleStrategyAllocatedBy",
      "namespace": "customAllocationRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule#allocated_tags CustomAllocationRule#allocated_tags}",
            "stability": "stable",
            "summary": "allocated_tags block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 434
          },
          "name": "allocatedTags",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByAllocatedTags"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule#percentage CustomAllocationRule#percentage}",
            "stability": "stable",
            "summary": "The percentage of costs to allocate to this target as a decimal (e.g., 0.33 for 33%). Used when `method` is `percent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 428
          },
          "name": "percentage",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategyAllocatedBy"
    },
    "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByAllocatedTags": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByAllocatedTags",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/custom-allocation-rule/index.ts",
        "line": 269
      },
      "name": "CustomAllocationRuleStrategyAllocatedByAllocatedTags",
      "namespace": "customAllocationRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule#key CustomAllocationRule#key}",
            "stability": "stable",
            "summary": "The tag key to allocate costs to (e.g., `team`, `environment`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 275
          },
          "name": "key",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule#value CustomAllocationRule#value}",
            "stability": "stable",
            "summary": "The tag value to allocate costs to (e.g., `backend`, `production`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 281
          },
          "name": "value",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategyAllocatedByAllocatedTags"
    },
    "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByAllocatedTagsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByAllocatedTagsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/custom-allocation-rule/index.ts",
          "line": 411
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/custom-allocation-rule/index.ts",
        "line": 403
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 418
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByAllocatedTagsOutputReference"
            }
          }
        }
      ],
      "name": "CustomAllocationRuleStrategyAllocatedByAllocatedTagsList",
      "namespace": "customAllocationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 404
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByAllocatedTags"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategyAllocatedByAllocatedTagsList"
    },
    "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByAllocatedTagsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByAllocatedTagsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/custom-allocation-rule/index.ts",
          "line": 330
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/custom-allocation-rule/index.ts",
        "line": 320
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 378
          },
          "name": "resetKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 394
          },
          "name": "resetValue"
        }
      ],
      "name": "CustomAllocationRuleStrategyAllocatedByAllocatedTagsOutputReference",
      "namespace": "customAllocationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 382
          },
          "name": "keyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 398
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 372
          },
          "name": "key",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 388
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 334
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByAllocatedTags"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategyAllocatedByAllocatedTagsOutputReference"
    },
    "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByFilters": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByFilters",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/custom-allocation-rule/index.ts",
        "line": 575
      },
      "name": "CustomAllocationRuleStrategyAllocatedByFilters",
      "namespace": "customAllocationRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule#condition CustomAllocationRule#condition}",
            "stability": "stable",
            "summary": "The condition to match. Valid values are `=`, `!=`, `is`, `is not`, `like`, `in`, `not in`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 581
          },
          "name": "condition",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule#tag CustomAllocationRule#tag}",
            "stability": "stable",
            "summary": "The tag key to filter on for allocation targets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 587
          },
          "name": "tag",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule#value CustomAllocationRule#value}",
            "stability": "stable",
            "summary": "The single tag value to match for allocation. Use with conditions like `=`, `!=`, `is`, `is not`, `like`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 593
          },
          "name": "value",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule#values CustomAllocationRule#values}",
            "stability": "stable",
            "summary": "A list of tag values to match for allocation. Use with `in` or `not in` conditions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 599
          },
          "name": "values",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategyAllocatedByFilters"
    },
    "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByFiltersList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByFiltersList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/custom-allocation-rule/index.ts",
          "line": 787
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/custom-allocation-rule/index.ts",
        "line": 779
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 794
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByFiltersOutputReference"
            }
          }
        }
      ],
      "name": "CustomAllocationRuleStrategyAllocatedByFiltersList",
      "namespace": "customAllocationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 780
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategyAllocatedByFiltersList"
    },
    "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByFiltersOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByFiltersOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/custom-allocation-rule/index.ts",
          "line": 662
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/custom-allocation-rule/index.ts",
        "line": 652
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 722
          },
          "name": "resetCondition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 738
          },
          "name": "resetTag"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 754
          },
          "name": "resetValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 770
          },
          "name": "resetValues"
        }
      ],
      "name": "CustomAllocationRuleStrategyAllocatedByFiltersOutputReference",
      "namespace": "customAllocationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 726
          },
          "name": "conditionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 742
          },
          "name": "tagInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 758
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 774
          },
          "name": "valuesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 716
          },
          "name": "condition",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 732
          },
          "name": "tag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 748
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 764
          },
          "name": "values",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 666
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByFilters"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategyAllocatedByFiltersOutputReference"
    },
    "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/custom-allocation-rule/index.ts",
          "line": 564
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/custom-allocation-rule/index.ts",
        "line": 556
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 571
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByOutputReference"
            }
          }
        }
      ],
      "name": "CustomAllocationRuleStrategyAllocatedByList",
      "namespace": "customAllocationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 557
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategyAllocatedByList"
    },
    "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/custom-allocation-rule/index.ts",
          "line": 483
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/custom-allocation-rule/index.ts",
        "line": 473
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 544
          },
          "name": "putAllocatedTags",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByAllocatedTags"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 547
          },
          "name": "resetAllocatedTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 531
          },
          "name": "resetPercentage"
        }
      ],
      "name": "CustomAllocationRuleStrategyAllocatedByOutputReference",
      "namespace": "customAllocationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 541
          },
          "name": "allocatedTags",
          "type": {
            "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByAllocatedTagsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 551
          },
          "name": "allocatedTagsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByAllocatedTags"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 535
          },
          "name": "percentageInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 525
          },
          "name": "percentage",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 487
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategyAllocatedByOutputReference"
    },
    "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnCosts": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnCosts",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/custom-allocation-rule/index.ts",
        "line": 798
      },
      "name": "CustomAllocationRuleStrategyBasedOnCosts",
      "namespace": "customAllocationRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule#condition CustomAllocationRule#condition}",
            "stability": "stable",
            "summary": "The condition to match. Valid values are `=`, `!=`, `is`, `is not`, `like`, `in`, `not in`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 804
          },
          "name": "condition",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule#tag CustomAllocationRule#tag}",
            "stability": "stable",
            "summary": "The tag key to use as the basis for cost allocation calculations."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 810
          },
          "name": "tag",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule#value CustomAllocationRule#value}",
            "stability": "stable",
            "summary": "The single tag value to use for cost calculations. Use with conditions like `=`, `!=`, `is`, `is not`, `like`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 816
          },
          "name": "value",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule#values CustomAllocationRule#values}",
            "stability": "stable",
            "summary": "A list of tag values to use for cost calculations. Use with `in` or `not in` conditions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 822
          },
          "name": "values",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategyBasedOnCosts"
    },
    "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnCostsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnCostsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/custom-allocation-rule/index.ts",
          "line": 1010
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/custom-allocation-rule/index.ts",
        "line": 1002
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1017
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnCostsOutputReference"
            }
          }
        }
      ],
      "name": "CustomAllocationRuleStrategyBasedOnCostsList",
      "namespace": "customAllocationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1003
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnCosts"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategyBasedOnCostsList"
    },
    "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnCostsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnCostsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/custom-allocation-rule/index.ts",
          "line": 885
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/custom-allocation-rule/index.ts",
        "line": 875
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 945
          },
          "name": "resetCondition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 961
          },
          "name": "resetTag"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 977
          },
          "name": "resetValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 993
          },
          "name": "resetValues"
        }
      ],
      "name": "CustomAllocationRuleStrategyBasedOnCostsOutputReference",
      "namespace": "customAllocationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 949
          },
          "name": "conditionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 965
          },
          "name": "tagInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 981
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 997
          },
          "name": "valuesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 939
          },
          "name": "condition",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 955
          },
          "name": "tag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 971
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 987
          },
          "name": "values",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 889
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnCosts"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategyBasedOnCostsOutputReference"
    },
    "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnTimeseries": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnTimeseries",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/custom-allocation-rule/index.ts",
        "line": 1021
      },
      "name": "CustomAllocationRuleStrategyBasedOnTimeseries",
      "namespace": "customAllocationRule",
      "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategyBasedOnTimeseries"
    },
    "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnTimeseriesOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnTimeseriesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/custom-allocation-rule/index.ts",
          "line": 1052
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/custom-allocation-rule/index.ts",
        "line": 1044
      },
      "name": "CustomAllocationRuleStrategyBasedOnTimeseriesOutputReference",
      "namespace": "customAllocationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1056
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnTimeseries"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategyBasedOnTimeseriesOutputReference"
    },
    "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyEvaluateGroupedByFilters": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyEvaluateGroupedByFilters",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/custom-allocation-rule/index.ts",
        "line": 1080
      },
      "name": "CustomAllocationRuleStrategyEvaluateGroupedByFilters",
      "namespace": "customAllocationRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule#condition CustomAllocationRule#condition}",
            "stability": "stable",
            "summary": "The condition to match. Valid values are `=`, `!=`, `is`, `is not`, `like`, `in`, `not in`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1086
          },
          "name": "condition",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule#tag CustomAllocationRule#tag}",
            "stability": "stable",
            "summary": "The tag key to filter on when grouping costs for evaluation."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1092
          },
          "name": "tag",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule#value CustomAllocationRule#value}",
            "stability": "stable",
            "summary": "The single tag value to match when grouping. Use with conditions like `=`, `!=`, `is`, `is not`, `like`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1098
          },
          "name": "value",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rule#values CustomAllocationRule#values}",
            "stability": "stable",
            "summary": "A list of tag values to match when grouping. Use with `in` or `not in` conditions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1104
          },
          "name": "values",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategyEvaluateGroupedByFilters"
    },
    "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyEvaluateGroupedByFiltersList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyEvaluateGroupedByFiltersList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/custom-allocation-rule/index.ts",
          "line": 1292
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/custom-allocation-rule/index.ts",
        "line": 1284
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1299
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyEvaluateGroupedByFiltersOutputReference"
            }
          }
        }
      ],
      "name": "CustomAllocationRuleStrategyEvaluateGroupedByFiltersList",
      "namespace": "customAllocationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1285
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyEvaluateGroupedByFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategyEvaluateGroupedByFiltersList"
    },
    "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyEvaluateGroupedByFiltersOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyEvaluateGroupedByFiltersOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/custom-allocation-rule/index.ts",
          "line": 1167
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/custom-allocation-rule/index.ts",
        "line": 1157
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1227
          },
          "name": "resetCondition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1243
          },
          "name": "resetTag"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1259
          },
          "name": "resetValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1275
          },
          "name": "resetValues"
        }
      ],
      "name": "CustomAllocationRuleStrategyEvaluateGroupedByFiltersOutputReference",
      "namespace": "customAllocationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1231
          },
          "name": "conditionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1247
          },
          "name": "tagInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1263
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1279
          },
          "name": "valuesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1221
          },
          "name": "condition",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1237
          },
          "name": "tag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1253
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1269
          },
          "name": "values",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1171
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyEvaluateGroupedByFilters"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategyEvaluateGroupedByFiltersOutputReference"
    },
    "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/custom-allocation-rule/index.ts",
          "line": 1453
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/custom-allocation-rule/index.ts",
        "line": 1445
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1604
          },
          "name": "putAllocatedBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1620
          },
          "name": "putAllocatedByFilters",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByFilters"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1636
          },
          "name": "putBasedOnCosts",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnCosts"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1652
          },
          "name": "putBasedOnTimeseries",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnTimeseries"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1665
          },
          "name": "putEvaluateGroupedByFilters",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyEvaluateGroupedByFilters"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1607
          },
          "name": "resetAllocatedBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1623
          },
          "name": "resetAllocatedByFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1543
          },
          "name": "resetAllocatedByTagKeys"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1639
          },
          "name": "resetBasedOnCosts"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1668
          },
          "name": "resetEvaluateGroupedByFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1559
          },
          "name": "resetEvaluateGroupedByTagKeys"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1575
          },
          "name": "resetGranularity"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1591
          },
          "name": "resetMethod"
        }
      ],
      "name": "CustomAllocationRuleStrategyOutputReference",
      "namespace": "customAllocationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1601
          },
          "name": "allocatedBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1617
          },
          "name": "allocatedByFilters",
          "type": {
            "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByFiltersList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1633
          },
          "name": "basedOnCosts",
          "type": {
            "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnCostsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1649
          },
          "name": "basedOnTimeseries",
          "type": {
            "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnTimeseriesOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1662
          },
          "name": "evaluateGroupedByFilters",
          "type": {
            "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyEvaluateGroupedByFiltersList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1627
          },
          "name": "allocatedByFiltersInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedByFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1611
          },
          "name": "allocatedByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyAllocatedBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1547
          },
          "name": "allocatedByTagKeysInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1643
          },
          "name": "basedOnCostsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnCosts"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1656
          },
          "name": "basedOnTimeseriesInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyBasedOnTimeseries"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1672
          },
          "name": "evaluateGroupedByFiltersInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategyEvaluateGroupedByFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1563
          },
          "name": "evaluateGroupedByTagKeysInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1579
          },
          "name": "granularityInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1595
          },
          "name": "methodInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1537
          },
          "name": "allocatedByTagKeys",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1553
          },
          "name": "evaluateGroupedByTagKeys",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1569
          },
          "name": "granularity",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1585
          },
          "name": "method",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rule/index.ts",
            "line": 1457
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.customAllocationRule.CustomAllocationRuleStrategy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/custom-allocation-rule/index:CustomAllocationRuleStrategyOutputReference"
    },
    "@cdktn/provider-datadog.customAllocationRules.CustomAllocationRules": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rules datadog_custom_allocation_rules}."
      },
      "fqn": "@cdktn/provider-datadog.customAllocationRules.CustomAllocationRules",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rules datadog_custom_allocation_rules} Resource."
        },
        "locationInModule": {
          "filename": "src/custom-allocation-rules/index.ts",
          "line": 64
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.customAllocationRules.CustomAllocationRulesConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/custom-allocation-rules/index.ts",
        "line": 32
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a CustomAllocationRules resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rules/index.ts",
            "line": 49
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the CustomAllocationRules to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rules#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing CustomAllocationRules that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the CustomAllocationRules to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rules/index.ts",
            "line": 101
          },
          "name": "resetOverrideUiDefinedResources"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rules/index.ts",
            "line": 126
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rules/index.ts",
            "line": 133
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "CustomAllocationRules",
      "namespace": "customAllocationRules",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rules/index.ts",
            "line": 37
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rules/index.ts",
            "line": 89
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rules/index.ts",
            "line": 105
          },
          "name": "overrideUiDefinedResourcesInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rules/index.ts",
            "line": 118
          },
          "name": "ruleIdsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rules/index.ts",
            "line": 95
          },
          "name": "overrideUiDefinedResources",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/custom-allocation-rules/index.ts",
            "line": 111
          },
          "name": "ruleIds",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/custom-allocation-rules/index:CustomAllocationRules"
    },
    "@cdktn/provider-datadog.customAllocationRules.CustomAllocationRulesConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.customAllocationRules.CustomAllocationRulesConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/custom-allocation-rules/index.ts",
        "line": 14
      },
      "name": "CustomAllocationRulesConfig",
      "namespace": "customAllocationRules",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Rules are executed in the order specified in this list. Comes from the `id` field on a `datadog_custom_allocation_rule` resource.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rules#rule_ids CustomAllocationRules#rule_ids}",
            "stability": "stable",
            "summary": "The list of Custom Allocation Rule IDs, in order."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rules/index.ts",
            "line": 26
          },
          "name": "ruleIds",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When set to true, any rules created via the UI that are not defined in Terraform will be deleted and Terraform will be used as the source of truth for rules and their ordering. When set to false, any rules created via the UI that are at the end of order will be kept but will be warned, otherwise an error will be thrown in terraform plan phase. Default is false\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/custom_allocation_rules#override_ui_defined_resources CustomAllocationRules#override_ui_defined_resources}",
            "stability": "stable",
            "summary": "Whether to override UI-defined rules."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/custom-allocation-rules/index.ts",
            "line": 20
          },
          "name": "overrideUiDefinedResources",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/custom-allocation-rules/index:CustomAllocationRulesConfig"
    },
    "@cdktn/provider-datadog.dashboard.Dashboard": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard datadog_dashboard}."
      },
      "fqn": "@cdktn/provider-datadog.dashboard.Dashboard",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard datadog_dashboard} Resource."
        },
        "locationInModule": {
          "filename": "src/dashboard/index.ts",
          "line": 156
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index.ts",
        "line": 124
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a Dashboard resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 141
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the Dashboard to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing Dashboard that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the Dashboard to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 373
          },
          "name": "putTab",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardTab"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 389
          },
          "name": "putTemplateVariable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardTemplateVariable"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 405
          },
          "name": "putTemplateVariablePreset",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardTemplateVariablePreset"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 421
          },
          "name": "putWidget",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidget"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 201
          },
          "name": "resetDashboardLists"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 222
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 238
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 254
          },
          "name": "resetIsReadOnly"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 283
          },
          "name": "resetNotifyList"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 299
          },
          "name": "resetReflowType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 315
          },
          "name": "resetRestrictedRoles"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 376
          },
          "name": "resetTab"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 331
          },
          "name": "resetTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 392
          },
          "name": "resetTemplateVariable"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 408
          },
          "name": "resetTemplateVariablePreset"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 360
          },
          "name": "resetUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 424
          },
          "name": "resetWidget"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 436
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 456
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "Dashboard",
      "namespace": "dashboard",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 129
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 210
          },
          "name": "dashboardListsRemoved",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "number"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 370
          },
          "name": "tab",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardTabList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 386
          },
          "name": "templateVariable",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardTemplateVariableList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 402
          },
          "name": "templateVariablePreset",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardTemplateVariablePresetList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 418
          },
          "name": "widget",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 205
          },
          "name": "dashboardListsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "number"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 226
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 242
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 258
          },
          "name": "isReadOnlyInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 271
          },
          "name": "layoutTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 287
          },
          "name": "notifyListInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 303
          },
          "name": "reflowTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 319
          },
          "name": "restrictedRolesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 380
          },
          "name": "tabInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardTab"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 335
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 396
          },
          "name": "templateVariableInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardTemplateVariable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 412
          },
          "name": "templateVariablePresetInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardTemplateVariablePreset"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 348
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 364
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 428
          },
          "name": "widgetInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidget"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 195
          },
          "name": "dashboardLists",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "number"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 216
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 232
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 248
          },
          "name": "isReadOnly",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 264
          },
          "name": "layoutType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 277
          },
          "name": "notifyList",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 293
          },
          "name": "reflowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 309
          },
          "name": "restrictedRoles",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 325
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 341
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 354
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index:Dashboard"
    },
    "@cdktn/provider-datadog.dashboard.DashboardConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index.ts",
        "line": 27
      },
      "name": "DashboardConfig",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#layout_type Dashboard#layout_type}",
            "stability": "stable",
            "summary": "The layout type of the dashboard. Valid values are `ordered`, `free`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 58
          },
          "name": "layoutType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the dashboard."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 88
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This attribute should not be set if managing the corresponding dashboard lists using Terraform as it causes inconsistent behavior.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#dashboard_lists Dashboard#dashboard_lists}",
            "stability": "stable",
            "summary": "A list of dashboard lists this dashboard belongs to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 33
          },
          "name": "dashboardLists",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "number"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the dashboard."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 39
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#id Dashboard#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 46
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "**Deprecated.** This field is deprecated and non-functional. Use `restricted_roles` instead to define which roles are required to edit the dashboard. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_read_only Dashboard#is_read_only}",
            "stability": "stable",
            "summary": "Whether this dashboard is read-only."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 52
          },
          "name": "isReadOnly",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#notify_list Dashboard#notify_list}",
            "stability": "stable",
            "summary": "The list of handles for the users to notify when changes are made to this dashboard."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 64
          },
          "name": "notifyList",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Set this only when layout type is `ordered`. If set to `fixed`, the dashboard expects all widgets to have a layout, and if it's set to `auto`, widgets should not have layouts. Valid values are `auto`, `fixed`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#reflow_type Dashboard#reflow_type}",
            "stability": "stable",
            "summary": "The reflow type of a new dashboard layout."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 70
          },
          "name": "reflowType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#restricted_roles Dashboard#restricted_roles}",
            "stability": "stable",
            "summary": "UUIDs of roles whose associated users are authorized to edit the dashboard."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 76
          },
          "name": "restrictedRoles",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tab Dashboard#tab}",
            "stability": "stable",
            "summary": "tab block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 100
          },
          "name": "tab",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardTab"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tags Dashboard#tags}",
            "stability": "stable",
            "summary": "A list of tags assigned to the Dashboard. Only team names of the form `team:<name>` are supported."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 82
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#template_variable Dashboard#template_variable}",
            "stability": "stable",
            "summary": "template_variable block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 106
          },
          "name": "templateVariable",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardTemplateVariable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#template_variable_preset Dashboard#template_variable_preset}",
            "stability": "stable",
            "summary": "template_variable_preset block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 112
          },
          "name": "templateVariablePreset",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardTemplateVariablePreset"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#url Dashboard#url}",
            "stability": "stable",
            "summary": "The URL of the dashboard."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 94
          },
          "name": "url",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#widget Dashboard#widget}",
            "stability": "stable",
            "summary": "widget block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index.ts",
            "line": 118
          },
          "name": "widget",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidget"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index:DashboardConfig"
    },
    "@cdktn/provider-datadog.dashboard.DashboardTab": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardTab",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 7
      },
      "name": "DashboardTab",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the tab."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "custom": {
              "N": "format to reference widgets by position (1-indexed).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#widget_ids Dashboard#widget_ids}"
            },
            "remarks": "Use",
            "stability": "stable",
            "summary": "List of widget references for this tab."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19
          },
          "name": "widgetIds",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardTab"
    },
    "@cdktn/provider-datadog.dashboard.DashboardTabList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardTabList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 148
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 140
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 155
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardTabOutputReference"
            }
          }
        }
      ],
      "name": "DashboardTabList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 141
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardTab"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardTabList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardTabOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardTabOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 68
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 58
      },
      "name": "DashboardTabOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 109
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 122
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 135
          },
          "name": "widgetIdsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 115
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 128
          },
          "name": "widgetIds",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 72
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardTab"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardTabOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardTemplateVariable": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardTemplateVariable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 159
      },
      "name": "DashboardTemplateVariable",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 183
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#available_values Dashboard#available_values}",
            "stability": "stable",
            "summary": "The list of values that the template variable drop-down is be limited to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 165
          },
          "name": "availableValues",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Cannot be used in conjunction with `defaults`. **Deprecated.** Use `defaults` instead.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#default Dashboard#default}",
            "stability": "stable",
            "summary": "The default value for the template variable on dashboard load."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 171
          },
          "name": "default",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "If more than one default is specified, they will be unioned together with `OR`. Cannot be used in conjunction with `default`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#defaults Dashboard#defaults}",
            "stability": "stable",
            "summary": "One or many default values for template variables on load."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 177
          },
          "name": "defaults",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#prefix Dashboard#prefix}",
            "stability": "stable",
            "summary": "The tag prefix associated with the variable. Only tags with this prefix appear in the variable dropdown."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 189
          },
          "name": "prefix",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardTemplateVariable"
    },
    "@cdktn/provider-datadog.dashboard.DashboardTemplateVariableList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardTemplateVariableList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 403
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 395
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 410
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardTemplateVariableOutputReference"
            }
          }
        }
      ],
      "name": "DashboardTemplateVariableList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 396
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardTemplateVariable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardTemplateVariableList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardTemplateVariableOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardTemplateVariableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 259
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 249
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 325
          },
          "name": "resetAvailableValues"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 341
          },
          "name": "resetDefault"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 357
          },
          "name": "resetDefaults"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 386
          },
          "name": "resetPrefix"
        }
      ],
      "name": "DashboardTemplateVariableOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 329
          },
          "name": "availableValuesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 345
          },
          "name": "defaultInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 361
          },
          "name": "defaultsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 374
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 390
          },
          "name": "prefixInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 319
          },
          "name": "availableValues",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 335
          },
          "name": "default",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 351
          },
          "name": "defaults",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 367
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 380
          },
          "name": "prefix",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 263
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardTemplateVariable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardTemplateVariableOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardTemplateVariablePreset": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardTemplateVariablePreset",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 602
      },
      "name": "DashboardTemplateVariablePreset",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the preset."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 608
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#template_variable Dashboard#template_variable}",
            "stability": "stable",
            "summary": "template_variable block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 614
          },
          "name": "templateVariable",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardTemplateVariablePresetTemplateVariable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardTemplateVariablePreset"
    },
    "@cdktn/provider-datadog.dashboard.DashboardTemplateVariablePresetList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardTemplateVariablePresetList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 744
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 736
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 751
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardTemplateVariablePresetOutputReference"
            }
          }
        }
      ],
      "name": "DashboardTemplateVariablePresetList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 737
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardTemplateVariablePreset"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardTemplateVariablePresetList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardTemplateVariablePresetOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardTemplateVariablePresetOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 663
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 653
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 724
          },
          "name": "putTemplateVariable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardTemplateVariablePresetTemplateVariable"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 711
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 727
          },
          "name": "resetTemplateVariable"
        }
      ],
      "name": "DashboardTemplateVariablePresetOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 721
          },
          "name": "templateVariable",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardTemplateVariablePresetTemplateVariableList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 715
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 731
          },
          "name": "templateVariableInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardTemplateVariablePresetTemplateVariable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 705
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 667
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardTemplateVariablePreset"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardTemplateVariablePresetOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardTemplateVariablePresetTemplateVariable": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardTemplateVariablePresetTemplateVariable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 414
      },
      "name": "DashboardTemplateVariablePresetTemplateVariable",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the template variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 420
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Cannot be used in conjunction with `values`. **Deprecated.** Use `values` instead.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "The value that should be assumed by the template variable in this preset."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 426
          },
          "name": "value",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Cannot be used in conjunction with `value`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#values Dashboard#values}",
            "stability": "stable",
            "summary": "One or many template variable values within the saved view, which will be unioned together using `OR` if more than one is specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 432
          },
          "name": "values",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardTemplateVariablePresetTemplateVariable"
    },
    "@cdktn/provider-datadog.dashboard.DashboardTemplateVariablePresetTemplateVariableList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardTemplateVariablePresetTemplateVariableList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 591
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 583
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 598
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardTemplateVariablePresetTemplateVariableOutputReference"
            }
          }
        }
      ],
      "name": "DashboardTemplateVariablePresetTemplateVariableList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 584
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardTemplateVariablePresetTemplateVariable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardTemplateVariablePresetTemplateVariableList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardTemplateVariablePresetTemplateVariableOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardTemplateVariablePresetTemplateVariableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 488
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 478
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 542
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 558
          },
          "name": "resetValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 574
          },
          "name": "resetValues"
        }
      ],
      "name": "DashboardTemplateVariablePresetTemplateVariableOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 546
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 562
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 578
          },
          "name": "valuesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 536
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 552
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 568
          },
          "name": "values",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 492
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardTemplateVariablePresetTemplateVariable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardTemplateVariablePresetTemplateVariableOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidget": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidget",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 13039
      },
      "name": "DashboardWidget",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alert_graph_definition Dashboard#alert_graph_definition}",
            "stability": "stable",
            "summary": "alert_graph_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13045
          },
          "name": "alertGraphDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetAlertGraphDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alert_value_definition Dashboard#alert_value_definition}",
            "stability": "stable",
            "summary": "alert_value_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13051
          },
          "name": "alertValueDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetAlertValueDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#change_definition Dashboard#change_definition}",
            "stability": "stable",
            "summary": "change_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13057
          },
          "name": "changeDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#check_status_definition Dashboard#check_status_definition}",
            "stability": "stable",
            "summary": "check_status_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13063
          },
          "name": "checkStatusDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetCheckStatusDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#distribution_definition Dashboard#distribution_definition}",
            "stability": "stable",
            "summary": "distribution_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13069
          },
          "name": "distributionDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_stream_definition Dashboard#event_stream_definition}",
            "stability": "stable",
            "summary": "event_stream_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13075
          },
          "name": "eventStreamDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetEventStreamDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_timeline_definition Dashboard#event_timeline_definition}",
            "stability": "stable",
            "summary": "event_timeline_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13081
          },
          "name": "eventTimelineDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetEventTimelineDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#free_text_definition Dashboard#free_text_definition}",
            "stability": "stable",
            "summary": "free_text_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13087
          },
          "name": "freeTextDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetFreeTextDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#geomap_definition Dashboard#geomap_definition}",
            "stability": "stable",
            "summary": "geomap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13093
          },
          "name": "geomapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_definition Dashboard#group_definition}",
            "stability": "stable",
            "summary": "group_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13099
          },
          "name": "groupDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#heatmap_definition Dashboard#heatmap_definition}",
            "stability": "stable",
            "summary": "heatmap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13105
          },
          "name": "heatmapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hostmap_definition Dashboard#hostmap_definition}",
            "stability": "stable",
            "summary": "hostmap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13111
          },
          "name": "hostmapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#iframe_definition Dashboard#iframe_definition}",
            "stability": "stable",
            "summary": "iframe_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13117
          },
          "name": "iframeDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetIframeDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_definition Dashboard#image_definition}",
            "stability": "stable",
            "summary": "image_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13123
          },
          "name": "imageDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetImageDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#list_stream_definition Dashboard#list_stream_definition}",
            "stability": "stable",
            "summary": "list_stream_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13129
          },
          "name": "listStreamDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_stream_definition Dashboard#log_stream_definition}",
            "stability": "stable",
            "summary": "log_stream_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13135
          },
          "name": "logStreamDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetLogStreamDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#manage_status_definition Dashboard#manage_status_definition}",
            "stability": "stable",
            "summary": "manage_status_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13141
          },
          "name": "manageStatusDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetManageStatusDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#note_definition Dashboard#note_definition}",
            "stability": "stable",
            "summary": "note_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13147
          },
          "name": "noteDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetNoteDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#powerpack_definition Dashboard#powerpack_definition}",
            "stability": "stable",
            "summary": "powerpack_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13153
          },
          "name": "powerpackDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query_table_definition Dashboard#query_table_definition}",
            "stability": "stable",
            "summary": "query_table_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13159
          },
          "name": "queryTableDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query_value_definition Dashboard#query_value_definition}",
            "stability": "stable",
            "summary": "query_value_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13165
          },
          "name": "queryValueDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#run_workflow_definition Dashboard#run_workflow_definition}",
            "stability": "stable",
            "summary": "run_workflow_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13171
          },
          "name": "runWorkflowDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scatterplot_definition Dashboard#scatterplot_definition}",
            "stability": "stable",
            "summary": "scatterplot_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13177
          },
          "name": "scatterplotDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service_level_objective_definition Dashboard#service_level_objective_definition}",
            "stability": "stable",
            "summary": "service_level_objective_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13183
          },
          "name": "serviceLevelObjectiveDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetServiceLevelObjectiveDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#servicemap_definition Dashboard#servicemap_definition}",
            "stability": "stable",
            "summary": "servicemap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13189
          },
          "name": "servicemapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetServicemapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_list_definition Dashboard#slo_list_definition}",
            "stability": "stable",
            "summary": "slo_list_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13195
          },
          "name": "sloListDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSloListDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#split_graph_definition Dashboard#split_graph_definition}",
            "stability": "stable",
            "summary": "split_graph_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13201
          },
          "name": "splitGraphDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sunburst_definition Dashboard#sunburst_definition}",
            "stability": "stable",
            "summary": "sunburst_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13207
          },
          "name": "sunburstDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeseries_definition Dashboard#timeseries_definition}",
            "stability": "stable",
            "summary": "timeseries_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13213
          },
          "name": "timeseriesDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#toplist_definition Dashboard#toplist_definition}",
            "stability": "stable",
            "summary": "toplist_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13219
          },
          "name": "toplistDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#topology_map_definition Dashboard#topology_map_definition}",
            "stability": "stable",
            "summary": "topology_map_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13225
          },
          "name": "topologyMapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#trace_service_definition Dashboard#trace_service_definition}",
            "stability": "stable",
            "summary": "trace_service_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13231
          },
          "name": "traceServiceDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTraceServiceDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#treemap_definition Dashboard#treemap_definition}",
            "stability": "stable",
            "summary": "treemap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13237
          },
          "name": "treemapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#widget_layout Dashboard#widget_layout}",
            "stability": "stable",
            "summary": "widget_layout block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13243
          },
          "name": "widgetLayout",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetWidgetLayout"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidget"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetAlertGraphDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetAlertGraphDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 755
      },
      "name": "DashboardWidgetAlertGraphDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alert_id Dashboard#alert_id}",
            "stability": "stable",
            "summary": "The ID of the monitor used by the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 761
          },
          "name": "alertId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#viz_type Dashboard#viz_type}",
            "stability": "stable",
            "summary": "Type of visualization to use when displaying the widget. Valid values are `timeseries`, `toplist`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 797
          },
          "name": "vizType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 767
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 773
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 779
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 785
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 791
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetAlertGraphDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetAlertGraphDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetAlertGraphDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 878
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 871
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 960
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 976
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 992
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1008
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1024
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetAlertGraphDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 948
          },
          "name": "alertIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 964
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 980
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1012
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 996
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1028
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1041
          },
          "name": "vizTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 941
          },
          "name": "alertId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 954
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 970
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 986
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1002
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1018
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1034
          },
          "name": "vizType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 882
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetAlertGraphDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetAlertGraphDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetAlertValueDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetAlertValueDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 1045
      },
      "name": "DashboardWidgetAlertValueDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alert_id Dashboard#alert_id}",
            "stability": "stable",
            "summary": "The ID of the monitor used by the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1051
          },
          "name": "alertId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1057
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#precision Dashboard#precision}",
            "stability": "stable",
            "summary": "The precision to use when displaying the value. Use `*` for maximum precision."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1063
          },
          "name": "precision",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_align Dashboard#text_align}",
            "stability": "stable",
            "summary": "The alignment of the text in the widget. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1069
          },
          "name": "textAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1075
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1081
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1087
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "The unit for the value displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1093
          },
          "name": "unit",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetAlertValueDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetAlertValueDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetAlertValueDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 1181
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 1174
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1269
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1285
          },
          "name": "resetPrecision"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1301
          },
          "name": "resetTextAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1317
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1333
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1349
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1365
          },
          "name": "resetUnit"
        }
      ],
      "name": "DashboardWidgetAlertValueDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1257
          },
          "name": "alertIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1273
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1289
          },
          "name": "precisionInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1305
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1337
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1321
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1353
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1369
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1250
          },
          "name": "alertId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1263
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1279
          },
          "name": "precision",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1295
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1311
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1327
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1343
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1359
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1185
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetAlertValueDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetAlertValueDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 11049
      },
      "name": "DashboardWidgetChangeDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11091
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11055
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11061
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11067
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11097
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11073
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11079
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11085
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 1373
      },
      "name": "DashboardWidgetChangeDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1379
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1385
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1391
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1397
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 1585
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 1577
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1592
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetChangeDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1578
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 1460
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 1450
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1520
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1536
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1552
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1568
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1524
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1540
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1556
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1572
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1514
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1530
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1546
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1562
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1464
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 11185
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 11178
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11353
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11369
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11356
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11260
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11276
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11292
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11372
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11308
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11324
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11340
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11350
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11366
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11360
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11264
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11280
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11296
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11376
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11328
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11312
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11344
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11254
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11270
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11286
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11302
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11318
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11334
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11189
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 10476
      },
      "name": "DashboardWidgetChangeDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10524
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#change_type Dashboard#change_type}",
            "stability": "stable",
            "summary": "Whether to show absolute or relative change. Valid values are `absolute`, `relative`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10482
          },
          "name": "changeType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compare_to Dashboard#compare_to}",
            "stability": "stable",
            "summary": "Choose from when to compare current data to. Valid values are `hour_before`, `day_before`, `week_before`, `month_before`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10488
          },
          "name": "compareTo",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10530
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#increase_good Dashboard#increase_good}",
            "stability": "stable",
            "summary": "A Boolean indicating whether an increase in the value is good (displayed in green) or not (displayed in red)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10494
          },
          "name": "increaseGood",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10536
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order_by Dashboard#order_by}",
            "stability": "stable",
            "summary": "What to order by. Valid values are `change`, `name`, `present`, `past`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10500
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order_dir Dashboard#order_dir}",
            "stability": "stable",
            "summary": "Widget sorting method. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10506
          },
          "name": "orderDir",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10542
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10512
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10548
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10554
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10560
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_present Dashboard#show_present}",
            "stability": "stable",
            "summary": "If set to `true`, displays the current value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10518
          },
          "name": "showPresent",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 2272
      },
      "name": "DashboardWidgetChangeDefinitionRequestApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2278
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2290
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2296
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2302
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2284
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 1596
      },
      "name": "DashboardWidgetChangeDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1602
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1608
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1614
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 1667
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 1660
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1725
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1741
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1713
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1729
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1745
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1706
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1719
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1735
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1671
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 1899
      },
      "name": "DashboardWidgetChangeDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1905
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1911
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1917
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 2076
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 2068
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2083
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2069
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 1973
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 1963
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2056
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2027
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2043
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2059
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2053
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2031
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2047
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2063
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2021
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2037
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1977
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 1749
      },
      "name": "DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1755
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1767
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1761
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 1820
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 1813
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1878
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1866
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1882
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1895
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1859
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1872
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1888
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 1824
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 2087
      },
      "name": "DashboardWidgetChangeDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2093
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2099
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2105
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 2261
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 2253
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2268
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2254
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 2161
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 2151
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2228
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2244
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2216
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2232
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2248
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2209
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2222
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2238
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2165
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 2369
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 2362
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2452
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2468
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2484
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2455
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2471
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2487
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2439
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2449
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2465
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2481
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2459
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2475
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2427
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2491
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2443
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2420
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2433
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2373
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 3647
      },
      "name": "DashboardWidgetChangeDefinitionRequestFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3665
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3653
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3659
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3671
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3677
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#number_format Dashboard#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3683
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3689
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 2495
      },
      "name": "DashboardWidgetChangeDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2501
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2537
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2549
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2507
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2513
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2519
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2525
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2531
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2543
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 2873
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 2865
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2880
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2866
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 2647
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 2637
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2750
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2766
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2782
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2798
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2814
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2843
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2738
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2754
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2770
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2786
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2802
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2818
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2831
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2847
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2860
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2731
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2744
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2760
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2776
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2792
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2808
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2824
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2837
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2853
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2651
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 2884
      },
      "name": "DashboardWidgetChangeDefinitionRequestFormulaLimit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2890
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2896
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 2942
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 2935
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2981
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2997
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2985
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3001
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2975
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2991
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 2946
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 3961
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 3953
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3968
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3954
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 3408
      },
      "name": "DashboardWidgetChangeDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3414
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3420
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 3466
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 3459
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3502
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3515
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3518
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3499
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3512
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3506
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3522
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3470
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 3206
      },
      "name": "DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#canonical Dashboard#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3212
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom Dashboard#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3218
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 3005
      },
      "name": "DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3017
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3011
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 3063
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 3056
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3102
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3106
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3119
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3096
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3112
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3067
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 3123
      },
      "name": "DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3129
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 3168
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 3161
      },
      "name": "DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3202
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3195
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3172
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 3264
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 3257
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3300
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3316
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3303
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3319
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3297
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3313
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3307
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3323
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3268
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 3327
      },
      "name": "DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3331
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 3370
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 3363
      },
      "name": "DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3404
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3397
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3374
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 3773
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 3763
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3893
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3909
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3925
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3941
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3851
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3867
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3896
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3912
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3928
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3944
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3890
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3906
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3922
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3938
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3855
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3871
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3900
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3884
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3916
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3932
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3948
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3845
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3861
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3877
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3777
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 3526
      },
      "name": "DashboardWidgetChangeDefinitionRequestFormulaStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3532
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_index Dashboard#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3538
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 3584
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 3577
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3623
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3639
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3643
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3627
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3617
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3633
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3588
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 11038
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 11030
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11045
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11031
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 4648
      },
      "name": "DashboardWidgetChangeDefinitionRequestLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4654
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4666
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4672
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4678
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4660
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 3972
      },
      "name": "DashboardWidgetChangeDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3978
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3984
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 3990
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 4043
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 4036
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4101
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4117
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4089
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4105
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4121
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4082
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4095
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4111
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4047
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 4275
      },
      "name": "DashboardWidgetChangeDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4281
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4287
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4293
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 4452
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 4444
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4459
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4445
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 4349
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 4339
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4432
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4403
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4419
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4435
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4429
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4407
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4423
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4439
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4397
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4413
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4353
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 4125
      },
      "name": "DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4131
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4143
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4137
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 4196
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 4189
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4254
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4242
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4258
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4271
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4235
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4248
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4264
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4200
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 4463
      },
      "name": "DashboardWidgetChangeDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4469
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4475
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4481
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 4637
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 4629
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4644
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4630
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 4537
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 4527
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4604
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4620
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4592
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4608
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4624
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4585
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4598
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4614
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4541
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 4745
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 4738
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4828
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4844
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4860
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4831
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4847
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4863
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4815
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4825
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4841
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4857
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4835
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4851
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4803
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4867
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4819
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4796
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4809
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4749
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 10693
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 10683
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10922
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10938
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10954
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10970
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10986
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11002
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11018
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10925
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10813
          },
          "name": "resetChangeType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10829
          },
          "name": "resetCompareTo"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10941
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10845
          },
          "name": "resetIncreaseGood"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10957
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10861
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10877
          },
          "name": "resetOrderDir"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10973
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10893
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10989
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11005
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11021
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10909
          },
          "name": "resetShowPresent"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10919
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10935
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10951
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10967
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10983
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10999
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11015
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10929
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10817
          },
          "name": "changeTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10833
          },
          "name": "compareToInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10945
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10849
          },
          "name": "increaseGoodInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10961
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10865
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10881
          },
          "name": "orderDirInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10977
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10897
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10993
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11009
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11025
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10913
          },
          "name": "showPresentInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10807
          },
          "name": "changeType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10823
          },
          "name": "compareTo",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10839
          },
          "name": "increaseGood",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10855
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10871
          },
          "name": "orderDir",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10887
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10903
          },
          "name": "showPresent",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10697
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 4871
      },
      "name": "DashboardWidgetChangeDefinitionRequestProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4889
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4877
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4883
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4895
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 4955
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 4948
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5006
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5022
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5051
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5010
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5026
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5039
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5055
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5000
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5016
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5032
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5045
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 4959
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 8350
      },
      "name": "DashboardWidgetChangeDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8356
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8362
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8368
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8374
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8380
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8386
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8392
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 5059
      },
      "name": "DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5071
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5077
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5089
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5095
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5113
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5119
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5125
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5065
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5083
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5101
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5107
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 5234
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 5227
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5327
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5369
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5411
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5427
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5331
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5344
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5357
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5373
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5386
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5399
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5415
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5431
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5444
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5457
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5470
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5321
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5337
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5350
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5363
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5379
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5392
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5405
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5421
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5437
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5450
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5463
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5238
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 5474
      },
      "name": "DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5486
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5492
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5504
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5534
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5540
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5480
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5498
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5510
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5516
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5522
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5528
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 5649
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 5642
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5742
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5784
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5813
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5829
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5845
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5861
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5746
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5759
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5772
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5788
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5801
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5817
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5833
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5849
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5865
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5878
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5891
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5736
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5752
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5765
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5778
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5794
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5807
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5823
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5839
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5855
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5871
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5884
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5653
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 5895
      },
      "name": "DashboardWidgetChangeDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5913
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5919
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5925
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5901
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5907
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 5992
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 5985
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6049
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6065
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6053
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6069
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6082
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6095
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6108
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6043
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6059
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6075
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6088
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6101
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 5996
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 7024
      },
      "name": "DashboardWidgetChangeDefinitionRequestQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7060
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7036
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7048
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7030
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7066
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7072
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7042
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7078
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7054
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 6112
      },
      "name": "DashboardWidgetChangeDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6118
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6124
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6130
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 6286
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 6278
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6293
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6279
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 6186
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 6176
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6253
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6269
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6241
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6257
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6273
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6234
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6247
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6263
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6190
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 6450
      },
      "name": "DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6456
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6462
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6468
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 6788
      },
      "name": "DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6794
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6800
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6806
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 6859
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 6852
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6930
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6917
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6933
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6927
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6905
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6921
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6937
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6898
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6911
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6863
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 6635
      },
      "name": "DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6641
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6647
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6653
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 6706
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 6699
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6764
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6780
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6752
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6768
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6784
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6745
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6758
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6774
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6710
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 6624
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 6616
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6631
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6617
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 6524
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 6514
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6604
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6591
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6607
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6601
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6579
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6595
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6611
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6572
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6585
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6528
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 6297
      },
      "name": "DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6303
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6309
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6315
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 6368
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 6361
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6426
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6442
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6414
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6430
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6446
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6407
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6420
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6436
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6372
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 7173
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 7166
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7325
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7338
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7354
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7370
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7254
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7341
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7357
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7283
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7373
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7312
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7322
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7335
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7351
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7367
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7329
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7258
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7271
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7361
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7345
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7287
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7300
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7377
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7316
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7248
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7264
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7277
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7293
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7306
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7177
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 6941
      },
      "name": "DashboardWidgetChangeDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6947
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 6986
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 6979
      },
      "name": "DashboardWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7020
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7013
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 6990
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 8667
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 8659
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8674
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8660
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 7381
      },
      "name": "DashboardWidgetChangeDefinitionRequestQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7405
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7411
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7387
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7393
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7399
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7417
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 7491
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 7484
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7554
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7570
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7586
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7628
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7558
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7574
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7590
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7603
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7616
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7632
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7548
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7564
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7580
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7596
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7609
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7622
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7495
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 8476
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 8466
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8551
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8567
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8583
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8599
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8615
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8631
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8647
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8554
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8570
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8586
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8602
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8618
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8634
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8650
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8548
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8564
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8580
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8596
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8612
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8628
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8644
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8558
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8574
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8590
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8606
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8622
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8638
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8654
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8480
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 7636
      },
      "name": "DashboardWidgetChangeDefinitionRequestQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7654
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7672
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7678
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7642
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7648
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7660
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7666
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7684
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7690
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7696
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 7798
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 7791
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7885
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7901
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7930
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7946
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7988
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8004
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8020
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7889
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7905
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7918
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7934
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7950
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7963
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7976
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7992
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8008
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8024
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7879
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7895
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7911
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7924
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7940
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7956
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7969
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7982
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7998
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8014
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 7802
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 8028
      },
      "name": "DashboardWidgetChangeDefinitionRequestQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8046
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8058
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8070
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8034
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8040
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8052
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8064
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8076
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 8164
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 8157
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8239
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8255
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8284
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8313
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8342
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8243
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8259
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8272
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8288
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8301
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8317
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8330
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8346
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8233
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8249
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8265
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8278
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8294
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8307
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8323
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8336
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8168
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 9354
      },
      "name": "DashboardWidgetChangeDefinitionRequestRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9360
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9372
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9378
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9384
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9366
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 8678
      },
      "name": "DashboardWidgetChangeDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8684
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8690
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8696
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 8749
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 8742
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8807
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8823
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8795
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8811
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8827
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8788
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8801
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8817
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8753
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 8981
      },
      "name": "DashboardWidgetChangeDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8987
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8993
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8999
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 9158
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 9150
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9165
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9151
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 9055
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 9045
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9138
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9109
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9125
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9141
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9135
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9113
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9129
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9145
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9103
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9119
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9059
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 8831
      },
      "name": "DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8837
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8849
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8843
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 8902
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 8895
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8960
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8948
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8964
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8977
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8941
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8954
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8970
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 8906
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 9169
      },
      "name": "DashboardWidgetChangeDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9175
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9181
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9187
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 9343
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 9335
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9350
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9336
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 9243
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 9233
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9310
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9326
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9298
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9314
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9330
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9291
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9304
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9320
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9247
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 9451
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 9444
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9534
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9550
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9566
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9537
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9553
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9569
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9521
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9531
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9547
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9563
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9541
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9557
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9509
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9573
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9525
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9502
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9515
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9455
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 10253
      },
      "name": "DashboardWidgetChangeDefinitionRequestSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10259
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10271
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10277
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10283
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10265
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 9577
      },
      "name": "DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9583
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9589
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9595
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 9648
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 9641
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9706
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9722
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9694
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9710
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9726
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9687
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9700
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9716
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9652
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 9880
      },
      "name": "DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9886
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9892
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9898
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 10057
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 10049
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10064
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10050
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 9954
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 9944
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10037
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10008
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10024
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10040
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10034
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10012
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10028
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10044
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10002
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10018
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9958
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 9730
      },
      "name": "DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9736
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9748
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9742
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 9801
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 9794
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9859
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9847
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9863
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9876
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9840
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9853
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9869
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 9805
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 10068
      },
      "name": "DashboardWidgetChangeDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10074
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10080
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10086
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 10242
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 10234
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10249
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10235
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 10142
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 10132
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10209
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10225
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10197
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10213
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10229
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10190
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10203
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10219
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10146
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 10350
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 10343
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10433
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10449
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10465
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10436
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10452
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10468
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10420
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetChangeDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10430
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10446
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10462
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10440
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10456
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10408
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10472
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10424
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10401
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10414
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 10354
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetChangeDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetCheckStatusDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetCheckStatusDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 11380
      },
      "name": "DashboardWidgetCheckStatusDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#check Dashboard#check}",
            "stability": "stable",
            "summary": "The check to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11386
          },
          "name": "check",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#grouping Dashboard#grouping}",
            "stability": "stable",
            "summary": "The kind of grouping to use. Valid values are `check`, `cluster`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11404
          },
          "name": "grouping",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group Dashboard#group}",
            "stability": "stable",
            "summary": "The check group to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11392
          },
          "name": "group",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "When `grouping = \"cluster\"`, indicates a list of tags to use for grouping."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11398
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11410
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11416
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tags Dashboard#tags}",
            "stability": "stable",
            "summary": "A list of tags to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11422
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11428
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11434
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11440
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetCheckStatusDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetCheckStatusDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetCheckStatusDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 11542
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 11535
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11642
          },
          "name": "resetGroup"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11658
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11687
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11703
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11719
          },
          "name": "resetTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11735
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11751
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11767
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetCheckStatusDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11630
          },
          "name": "checkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11662
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11675
          },
          "name": "groupingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11646
          },
          "name": "groupInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11691
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11707
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11723
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11755
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11739
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11771
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11623
          },
          "name": "check",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11636
          },
          "name": "group",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11652
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11668
          },
          "name": "grouping",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11681
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11697
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11713
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11729
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11745
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11761
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11546
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetCheckStatusDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetCheckStatusDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 16926
      },
      "name": "DashboardWidgetDistributionDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16932
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16938
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#legend_size Dashboard#legend_size}",
            "stability": "stable",
            "summary": "The size of the legend displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16944
          },
          "name": "legendSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16950
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16980
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_legend Dashboard#show_legend}",
            "stability": "stable",
            "summary": "Whether or not to show the legend on this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16956
          },
          "name": "showLegend",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16962
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16968
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16974
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#xaxis Dashboard#xaxis}",
            "stability": "stable",
            "summary": "xaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16986
          },
          "name": "xaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionXaxis"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#yaxis Dashboard#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16992
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 17101
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 17094
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17319
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17335
          },
          "name": "putXaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionXaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17351
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17194
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17210
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17226
          },
          "name": "resetLegendSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17242
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17322
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17258
          },
          "name": "resetShowLegend"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17274
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17290
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17306
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17338
          },
          "name": "resetXaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17354
          },
          "name": "resetYaxis"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17316
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17332
          },
          "name": "xaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionXaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17348
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17198
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17214
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17230
          },
          "name": "legendSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17246
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17326
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17262
          },
          "name": "showLegendInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17294
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17278
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17310
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17342
          },
          "name": "xaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionXaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17358
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17188
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17204
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17220
          },
          "name": "legendSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17236
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17252
          },
          "name": "showLegend",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17268
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17284
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17300
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17105
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 16146
      },
      "name": "DashboardWidgetDistributionDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16158
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_stats_query Dashboard#apm_stats_query}",
            "stability": "stable",
            "summary": "apm_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16164
          },
          "name": "apmStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16170
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16176
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16152
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16182
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16188
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16194
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 12451
      },
      "name": "DashboardWidgetDistributionDefinitionRequestApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12457
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12469
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12475
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12481
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12463
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 11775
      },
      "name": "DashboardWidgetDistributionDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11781
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11787
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11793
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 11846
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 11839
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11904
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11920
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11892
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11908
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11924
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11885
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11898
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11914
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11850
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 12078
      },
      "name": "DashboardWidgetDistributionDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12084
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12090
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12096
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 12255
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 12247
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12262
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12248
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 12152
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 12142
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12235
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12206
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12222
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12238
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12232
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12210
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12226
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12242
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12200
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12216
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12156
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 11928
      },
      "name": "DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11934
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11946
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 11940
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 11999
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 11992
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12057
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12045
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12061
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12074
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12038
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12051
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12067
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12003
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 12266
      },
      "name": "DashboardWidgetDistributionDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12272
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12278
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12284
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 12440
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 12432
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12447
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12433
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 12340
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 12330
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12407
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12423
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12395
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12411
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12427
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12388
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12401
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12417
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12344
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 12548
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 12541
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12631
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12647
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12663
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12634
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12650
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12666
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12618
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12628
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12644
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12660
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12638
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12654
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12606
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12670
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12622
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12599
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12612
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12552
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 12894
      },
      "name": "DashboardWidgetDistributionDefinitionRequestApmStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "The environment name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12900
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The operation name associated with the service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12906
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag Dashboard#primary_tag}",
            "stability": "stable",
            "summary": "The organization's host group name and value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12912
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#row_type Dashboard#row_type}",
            "stability": "stable",
            "summary": "The level of detail for the request. Valid values are `service`, `resource`, `span`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12924
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "The service name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12930
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#columns Dashboard#columns}",
            "stability": "stable",
            "summary": "columns block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12936
          },
          "name": "columns",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource Dashboard#resource}",
            "stability": "stable",
            "summary": "The resource name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12918
          },
          "name": "resource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumns": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumns",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 12674
      },
      "name": "DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumns",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The column name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12692
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "A user-assigned alias for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12680
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12686
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12698
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumns"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 12883
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 12875
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12890
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12876
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 12761
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 12751
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12821
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12837
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12866
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12825
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12841
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12854
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12870
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12815
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12831
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12847
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12860
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 12765
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumns"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 13017
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 13010
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13164
          },
          "name": "putColumns",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumns"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13167
          },
          "name": "resetColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13125
          },
          "name": "resetResource"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestApmStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13161
          },
          "name": "columns",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumnsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13171
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13087
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13100
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13113
          },
          "name": "primaryTagInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13129
          },
          "name": "resourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13142
          },
          "name": "rowTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13155
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13080
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13093
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13106
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13119
          },
          "name": "resource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13135
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13148
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13021
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestApmStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 16498
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 16490
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16505
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16491
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 13851
      },
      "name": "DashboardWidgetDistributionDefinitionRequestLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13857
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13869
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13875
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13881
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13863
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 13175
      },
      "name": "DashboardWidgetDistributionDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13181
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13187
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13193
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 13246
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 13239
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13304
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13320
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13292
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13308
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13324
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13285
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13298
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13314
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13250
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 13478
      },
      "name": "DashboardWidgetDistributionDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13484
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13490
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13496
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 13655
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 13647
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13662
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13648
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 13552
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 13542
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13635
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13606
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13622
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13638
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13632
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13610
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13626
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13642
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13600
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13616
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13556
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 13328
      },
      "name": "DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13334
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13346
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13340
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 13399
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 13392
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13457
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13445
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13461
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13474
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13438
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13451
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13467
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13403
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 13666
      },
      "name": "DashboardWidgetDistributionDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13672
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13678
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13684
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 13840
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 13832
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13847
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13833
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 13740
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 13730
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13807
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13823
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13795
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13811
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13827
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13788
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13801
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13817
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13744
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 13948
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 13941
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14031
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14047
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14063
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14034
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14050
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14066
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14018
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14028
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14044
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14060
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14038
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14054
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14006
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14070
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14022
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13999
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14012
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 13952
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 16285
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 16275
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16382
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16398
          },
          "name": "putApmStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16414
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16430
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16446
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16462
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16478
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16385
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16401
          },
          "name": "resetApmStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16417
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16433
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16369
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16449
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16465
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16481
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16379
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16395
          },
          "name": "apmStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16411
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16427
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16443
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16459
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16475
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16389
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16405
          },
          "name": "apmStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestApmStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16421
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16437
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16373
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16453
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16469
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16485
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16363
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16289
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 14074
      },
      "name": "DashboardWidgetDistributionDefinitionRequestProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14092
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14080
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14086
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14098
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 14158
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 14151
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14209
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14225
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14254
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14213
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14229
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14242
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14258
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14203
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14219
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14235
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14248
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14162
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 14938
      },
      "name": "DashboardWidgetDistributionDefinitionRequestRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14944
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14956
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14962
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14968
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14950
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 14262
      },
      "name": "DashboardWidgetDistributionDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14268
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14274
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14280
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 14333
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 14326
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14391
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14407
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14379
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14395
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14411
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14372
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14385
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14401
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14337
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 14565
      },
      "name": "DashboardWidgetDistributionDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14571
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14577
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14583
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 14742
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 14734
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14749
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14735
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 14639
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 14629
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14722
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14693
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14709
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14725
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14719
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14697
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14713
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14729
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14687
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14703
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14643
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 14415
      },
      "name": "DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14421
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14433
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14427
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 14486
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 14479
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14544
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14532
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14548
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14561
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14525
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14538
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14554
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14490
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 14753
      },
      "name": "DashboardWidgetDistributionDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14759
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14765
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14771
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 14927
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 14919
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14934
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14920
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 14827
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 14817
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14894
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14910
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14882
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14898
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14914
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14875
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14888
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14904
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 14831
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 15035
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 15028
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15118
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15134
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15150
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15121
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15137
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15153
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15105
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15115
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15131
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15147
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15125
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15141
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15093
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15157
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15109
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15086
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15099
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15039
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 15837
      },
      "name": "DashboardWidgetDistributionDefinitionRequestSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15843
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15855
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15861
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15867
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15849
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 15161
      },
      "name": "DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15167
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15173
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15179
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 15232
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 15225
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15290
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15306
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15278
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15294
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15310
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15271
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15284
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15300
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15236
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 15464
      },
      "name": "DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15470
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15476
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15482
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 15641
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 15633
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15648
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15634
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 15538
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 15528
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15621
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15592
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15608
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15624
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15618
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15596
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15612
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15628
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15586
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15602
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15542
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 15314
      },
      "name": "DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15320
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15332
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15326
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 15385
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 15378
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15443
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15431
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15447
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15460
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15424
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15437
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15453
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15389
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 15652
      },
      "name": "DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15658
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15664
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15670
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 15826
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 15818
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15833
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15819
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 15726
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 15716
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15793
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15809
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15781
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15797
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15813
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15774
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15787
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15803
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15730
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 15934
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 15927
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16017
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16033
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16049
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16020
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16036
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16052
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16004
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16014
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16030
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16046
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16024
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16040
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15992
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16056
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16008
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15985
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15998
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 15938
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 16060
      },
      "name": "DashboardWidgetDistributionDefinitionRequestStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16066
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 16105
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 16098
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16138
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionRequestStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16142
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16132
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16109
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionXaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionXaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 16509
      },
      "name": "DashboardWidgetDistributionDefinitionXaxis",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#include_zero Dashboard#include_zero}",
            "stability": "stable",
            "summary": "Always include zero or fit the axis to the data range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16515
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16521
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16527
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16533
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionXaxis"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionXaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionXaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 16593
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 16586
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16644
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16660
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16676
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16692
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionXaxisOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16648
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16664
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16680
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16696
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16638
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16654
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16670
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16686
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16597
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionXaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionXaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 16700
      },
      "name": "DashboardWidgetDistributionDefinitionYaxis",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#include_zero Dashboard#include_zero}",
            "stability": "stable",
            "summary": "Always include zero or fit the axis to the data range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16706
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16712
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16718
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16724
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16730
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionYaxis"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 16797
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 16790
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16854
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16870
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16886
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16902
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16918
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetDistributionDefinitionYaxisOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16858
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16874
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16890
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16906
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16922
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16848
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16864
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16880
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16896
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16912
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 16801
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetDistributionDefinitionYaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetEventStreamDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetEventStreamDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 17362
      },
      "name": "DashboardWidgetEventStreamDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17392
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17368
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_size Dashboard#event_size}",
            "stability": "stable",
            "summary": "The size to use to display an event. Valid values are `s`, `l`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17374
          },
          "name": "eventSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17380
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17386
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tags_execution Dashboard#tags_execution}",
            "stability": "stable",
            "summary": "The execution method for multi-value filters, options: `and` or `or`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17398
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17404
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17410
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17416
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetEventStreamDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetEventStreamDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetEventStreamDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 17511
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 17504
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17592
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17608
          },
          "name": "resetEventSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17624
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17640
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17669
          },
          "name": "resetTagsExecution"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17685
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17701
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17717
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetEventStreamDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17596
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17612
          },
          "name": "eventSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17628
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17644
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17657
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17673
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17705
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17689
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17721
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17586
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17602
          },
          "name": "eventSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17618
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17634
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17650
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17663
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17679
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17695
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17711
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17515
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetEventStreamDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetEventStreamDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetEventTimelineDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetEventTimelineDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 17725
      },
      "name": "DashboardWidgetEventTimelineDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17749
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17731
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17737
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17743
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tags_execution Dashboard#tags_execution}",
            "stability": "stable",
            "summary": "The execution method for multi-value filters, options: `and` or `or`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17755
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17761
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17767
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17773
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetEventTimelineDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetEventTimelineDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetEventTimelineDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 17861
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 17854
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17936
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17952
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17968
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17997
          },
          "name": "resetTagsExecution"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18013
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18029
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18045
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetEventTimelineDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17940
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17956
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17972
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17985
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18001
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18033
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18017
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18049
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17930
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17946
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17962
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17978
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17991
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18007
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18023
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18039
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 17865
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetEventTimelineDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetEventTimelineDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetFreeTextDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetFreeTextDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 18053
      },
      "name": "DashboardWidgetFreeTextDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text Dashboard#text}",
            "stability": "stable",
            "summary": "The text to display in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18077
          },
          "name": "text",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#color Dashboard#color}",
            "stability": "stable",
            "summary": "The color of the text in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18059
          },
          "name": "color",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18065
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#font_size Dashboard#font_size}",
            "stability": "stable",
            "summary": "The size of the text in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18071
          },
          "name": "fontSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_align Dashboard#text_align}",
            "stability": "stable",
            "summary": "The alignment of the text in the widget. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18083
          },
          "name": "textAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetFreeTextDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetFreeTextDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetFreeTextDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 18150
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 18143
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18207
          },
          "name": "resetColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18223
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18239
          },
          "name": "resetFontSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18268
          },
          "name": "resetTextAlign"
        }
      ],
      "name": "DashboardWidgetFreeTextDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18211
          },
          "name": "colorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18227
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18243
          },
          "name": "fontSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18272
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18256
          },
          "name": "textInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18201
          },
          "name": "color",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18217
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18233
          },
          "name": "fontSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18249
          },
          "name": "text",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18262
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18154
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetFreeTextDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetFreeTextDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 213
      },
      "name": "DashboardWidgetGeomapDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#view Dashboard#view}",
            "stability": "stable",
            "summary": "view block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 273
          },
          "name": "view",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionView"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 255
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 219
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 225
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 231
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 261
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 267
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionStyle"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 237
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 243
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 249
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGeomapDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 18276
      },
      "name": "DashboardWidgetGeomapDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18282
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18288
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18294
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18300
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 18488
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 18480
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18495
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18481
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 18363
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 18353
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18423
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18439
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18455
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18471
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18427
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18443
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18459
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18475
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18417
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18433
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18449
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18465
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18367
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 375
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 368
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 555
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 571
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 587
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 603
          },
          "name": "putView",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionView"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 558
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 462
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 478
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 494
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 574
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 590
          },
          "name": "resetStyle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 510
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 526
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 542
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 552
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 568
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 584
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 600
          },
          "name": "view",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionViewOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 562
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 466
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 482
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 498
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 578
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 594
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 530
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 514
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 546
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 607
          },
          "name": "viewInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionView"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 456
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 472
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 488
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 504
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 520
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 536
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 379
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGeomapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 25393
      },
      "name": "DashboardWidgetGeomapDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25405
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25411
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25399
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25417
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25423
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 19651
      },
      "name": "DashboardWidgetGeomapDefinitionRequestFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19669
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19657
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19663
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19675
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19681
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#number_format Dashboard#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19687
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19693
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 18499
      },
      "name": "DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18505
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18541
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18553
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18511
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18517
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18523
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18529
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18535
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18547
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 18877
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 18869
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18884
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18870
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 18651
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 18641
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18754
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18770
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18786
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18802
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18818
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18847
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18742
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18758
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18774
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18790
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18806
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18822
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18835
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18851
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18864
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18735
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18748
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18764
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18780
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18796
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18812
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18828
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18841
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18857
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18655
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 18888
      },
      "name": "DashboardWidgetGeomapDefinitionRequestFormulaLimit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18894
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18900
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 18946
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 18939
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18985
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19001
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18989
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19005
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18979
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18995
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 18950
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 19965
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 19957
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19972
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19958
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 19412
      },
      "name": "DashboardWidgetGeomapDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19418
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19424
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 19470
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 19463
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19506
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19519
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19522
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19503
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19516
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19510
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19526
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19474
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 19210
      },
      "name": "DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#canonical Dashboard#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19216
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom Dashboard#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19222
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 19009
      },
      "name": "DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19021
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19015
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 19067
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 19060
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19106
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19110
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19123
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19100
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19116
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19071
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 19127
      },
      "name": "DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19133
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 19172
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 19165
      },
      "name": "DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19206
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19199
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19176
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 19268
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 19261
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19304
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19320
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19307
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19323
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19301
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19317
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19311
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19327
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19272
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 19331
      },
      "name": "DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19335
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 19374
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 19367
      },
      "name": "DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19408
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19401
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19378
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 19777
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 19767
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19897
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19913
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19929
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19945
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19855
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19871
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19900
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19916
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19932
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19948
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19894
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19910
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19926
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19942
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19859
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19875
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19904
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19888
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19920
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19936
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19952
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19849
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19865
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19881
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19781
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 19530
      },
      "name": "DashboardWidgetGeomapDefinitionRequestFormulaStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19536
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_index Dashboard#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19542
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 19588
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 19581
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19627
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19643
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19647
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19631
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19621
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19637
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19592
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 25640
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 25632
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25647
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25633
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 20652
      },
      "name": "DashboardWidgetGeomapDefinitionRequestLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20658
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20670
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20676
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20682
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20664
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 19976
      },
      "name": "DashboardWidgetGeomapDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19982
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19988
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 19994
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 20047
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 20040
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20105
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20121
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20093
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20109
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20125
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20086
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20099
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20115
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20051
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 20279
      },
      "name": "DashboardWidgetGeomapDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20285
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20291
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20297
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 20456
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 20448
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20463
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20449
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 20353
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 20343
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20436
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20407
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20423
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20439
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20433
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20411
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20427
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20443
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20401
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20417
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20357
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 20129
      },
      "name": "DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20135
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20147
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20141
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 20200
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 20193
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20258
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20246
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20262
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20275
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20239
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20252
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20268
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20204
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 20467
      },
      "name": "DashboardWidgetGeomapDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20473
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20479
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20485
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 20641
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 20633
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20648
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20634
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 20541
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 20531
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20608
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20624
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20596
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20612
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20628
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20589
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20602
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20618
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20545
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 20749
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 20742
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20832
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20848
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20864
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20835
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20851
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20867
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20819
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20829
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20845
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20861
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20839
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20855
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20807
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20871
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20823
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20800
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20813
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20753
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 25493
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 25483
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25572
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25588
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25604
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25620
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25575
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25591
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25559
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25607
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25623
          },
          "name": "resetRumQuery"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25569
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25585
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25601
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25617
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25579
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25595
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25563
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25611
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25627
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25553
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25497
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 24166
      },
      "name": "DashboardWidgetGeomapDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24172
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24178
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24184
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24190
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24196
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24202
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24208
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 20875
      },
      "name": "DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20887
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20893
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20905
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20911
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20929
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20935
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20941
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20881
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20899
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20917
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 20923
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 21050
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 21043
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21143
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21185
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21227
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21243
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21147
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21160
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21173
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21189
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21202
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21215
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21231
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21247
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21260
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21273
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21286
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21137
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21153
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21166
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21179
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21195
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21208
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21221
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21237
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21253
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21266
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21279
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21054
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 21290
      },
      "name": "DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21302
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21308
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21320
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21350
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21356
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21296
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21314
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21326
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21332
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21338
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21344
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 21465
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 21458
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21558
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21600
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21629
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21645
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21661
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21677
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21562
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21575
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21588
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21604
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21617
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21633
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21649
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21665
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21681
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21694
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21707
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21552
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21568
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21581
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21594
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21610
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21623
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21639
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21655
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21671
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21687
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21700
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21469
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 21711
      },
      "name": "DashboardWidgetGeomapDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21729
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21735
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21741
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21717
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21723
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 21808
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 21801
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21865
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21881
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21869
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21885
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21898
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21911
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21924
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21859
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21875
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21891
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21904
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21917
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21812
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 22840
      },
      "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22876
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22852
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22864
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22846
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22882
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22888
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22858
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22894
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22870
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 21928
      },
      "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21934
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21940
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 21946
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 22102
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 22094
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22109
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22095
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 22002
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 21992
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22069
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22085
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22057
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22073
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22089
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22050
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22063
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22079
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22006
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 22266
      },
      "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22272
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22278
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22284
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 22604
      },
      "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22610
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22616
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22622
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 22675
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 22668
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22746
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22733
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22749
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22743
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22721
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22737
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22753
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22714
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22727
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22679
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 22451
      },
      "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22457
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22463
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22469
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 22522
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 22515
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22580
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22596
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22568
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22584
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22600
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22561
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22574
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22590
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22526
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 22440
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 22432
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22447
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22433
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 22340
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 22330
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22420
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22407
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22423
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22417
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22395
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22411
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22427
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22388
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22401
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22344
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 22113
      },
      "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22119
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22125
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22131
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 22184
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 22177
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22242
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22258
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22230
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22246
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22262
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22223
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22236
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22252
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22188
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 22989
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 22982
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23141
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23154
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23170
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23186
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23070
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23157
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23173
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23099
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23189
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23128
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23138
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23151
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23167
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23183
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23145
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23074
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23087
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23177
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23161
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23103
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23116
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23193
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23132
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23064
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23080
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23093
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23109
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23122
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22993
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 22757
      },
      "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22763
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 22802
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 22795
      },
      "name": "DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22836
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22829
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 22806
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 24483
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 24475
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24490
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24476
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 23197
      },
      "name": "DashboardWidgetGeomapDefinitionRequestQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23221
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23227
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23203
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23209
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23215
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23233
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 23307
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 23300
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23370
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23386
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23402
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23444
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23374
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23390
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23406
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23419
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23432
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23448
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23364
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23380
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23396
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23412
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23425
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23438
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23311
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 24292
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 24282
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24367
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24383
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24399
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24415
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24431
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24447
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24463
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24370
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24386
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24402
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24418
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24434
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24450
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24466
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24364
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24380
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24396
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24412
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24428
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24444
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24460
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24374
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24390
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24406
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24422
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24438
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24454
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24470
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24296
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 23452
      },
      "name": "DashboardWidgetGeomapDefinitionRequestQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23470
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23488
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23494
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23458
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23464
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23476
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23482
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23500
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23506
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23512
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 23614
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 23607
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23701
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23717
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23746
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23762
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23804
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23820
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23836
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23705
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23721
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23734
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23750
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23766
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23779
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23792
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23808
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23824
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23840
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23695
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23711
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23727
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23740
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23756
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23772
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23785
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23798
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23814
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23830
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23618
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 23844
      },
      "name": "DashboardWidgetGeomapDefinitionRequestQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23862
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23874
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23886
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23850
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23856
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23868
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23880
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23892
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 23980
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 23973
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24055
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24071
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24100
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24129
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24158
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24059
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24075
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24088
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24104
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24117
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24133
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24146
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24162
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24049
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24065
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24081
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24094
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24110
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24123
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24139
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24152
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 23984
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 25170
      },
      "name": "DashboardWidgetGeomapDefinitionRequestRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25176
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25188
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25194
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25200
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25182
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 24494
      },
      "name": "DashboardWidgetGeomapDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24500
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24506
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24512
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 24565
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 24558
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24623
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24639
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24611
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24627
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24643
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24604
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24617
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24633
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24569
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 24797
      },
      "name": "DashboardWidgetGeomapDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24803
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24809
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24815
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 24974
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 24966
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24981
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24967
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 24871
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 24861
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24954
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24925
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24941
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24957
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24951
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24929
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24945
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24961
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24919
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24935
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24875
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 24647
      },
      "name": "DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24653
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24665
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24659
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 24718
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 24711
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24776
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24764
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24780
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24793
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24757
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24770
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24786
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24722
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 24985
      },
      "name": "DashboardWidgetGeomapDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24991
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 24997
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25003
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 25159
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 25151
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25166
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25152
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 25059
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 25049
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25126
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25142
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25114
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25130
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25146
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25107
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25120
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25136
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25063
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs0.ts",
          "line": 25267
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs0.ts",
        "line": 25260
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25350
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25366
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25382
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25353
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25369
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25385
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25337
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGeomapDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25347
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25363
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25379
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25357
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25373
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25325
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25389
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25341
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25318
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25331
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs0.ts",
            "line": 25271
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs0:DashboardWidgetGeomapDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 15
      },
      "name": "DashboardWidgetGeomapDefinitionStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply to the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_flip Dashboard#palette_flip}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to flip the palette tones."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 27
          },
          "name": "paletteFlip",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGeomapDefinitionStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 73
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 66
      },
      "name": "DashboardWidgetGeomapDefinitionStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 126
          },
          "name": "paletteFlipInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 113
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 106
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 119
          },
          "name": "paletteFlip",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 77
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGeomapDefinitionStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionView": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionView",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 130
      },
      "name": "DashboardWidgetGeomapDefinitionView",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#focus Dashboard#focus}",
            "stability": "stable",
            "summary": "The two-letter ISO code of a country to focus the map on (or `WORLD`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 136
          },
          "name": "focus",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGeomapDefinitionView"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionViewOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionViewOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 175
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 168
      },
      "name": "DashboardWidgetGeomapDefinitionViewOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 209
          },
          "name": "focusInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 202
          },
          "name": "focus",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 179
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionView"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGeomapDefinitionViewOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 8114
      },
      "name": "DashboardWidgetGroupDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#layout_type Dashboard#layout_type}",
            "stability": "stable",
            "summary": "The layout type of the group. Valid values are `ordered`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8132
          },
          "name": "layoutType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#background_color Dashboard#background_color}",
            "stability": "stable",
            "summary": "The background color of the group title, options: `vivid_blue`, `vivid_purple`, `vivid_pink`, `vivid_orange`, `vivid_yellow`, `vivid_green`, `blue`, `purple`, `pink`, `orange`, `yellow`, `green`, `gray` or `white`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8120
          },
          "name": "backgroundColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#banner_img Dashboard#banner_img}",
            "stability": "stable",
            "summary": "The image URL to display as a banner for the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8126
          },
          "name": "bannerImg",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_title Dashboard#show_title}",
            "stability": "stable",
            "summary": "Whether to show the title or not. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8138
          },
          "name": "showTitle",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8144
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#widget Dashboard#widget}",
            "stability": "stable",
            "summary": "widget block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8150
          },
          "name": "widget",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidget"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 8224
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 8217
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8361
          },
          "name": "putWidget",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidget"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8287
          },
          "name": "resetBackgroundColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8303
          },
          "name": "resetBannerImg"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8332
          },
          "name": "resetShowTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8348
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8364
          },
          "name": "resetWidget"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8358
          },
          "name": "widget",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8291
          },
          "name": "backgroundColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8307
          },
          "name": "bannerImgInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8320
          },
          "name": "layoutTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8336
          },
          "name": "showTitleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8352
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8368
          },
          "name": "widgetInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidget"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8281
          },
          "name": "backgroundColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8297
          },
          "name": "bannerImg",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8313
          },
          "name": "layoutType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8326
          },
          "name": "showTitle",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8342
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8228
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidget": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidget",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 6871
      },
      "name": "DashboardWidgetGroupDefinitionWidget",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alert_graph_definition Dashboard#alert_graph_definition}",
            "stability": "stable",
            "summary": "alert_graph_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6877
          },
          "name": "alertGraphDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetAlertGraphDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alert_value_definition Dashboard#alert_value_definition}",
            "stability": "stable",
            "summary": "alert_value_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6883
          },
          "name": "alertValueDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetAlertValueDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#change_definition Dashboard#change_definition}",
            "stability": "stable",
            "summary": "change_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6889
          },
          "name": "changeDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#check_status_definition Dashboard#check_status_definition}",
            "stability": "stable",
            "summary": "check_status_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6895
          },
          "name": "checkStatusDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetCheckStatusDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#distribution_definition Dashboard#distribution_definition}",
            "stability": "stable",
            "summary": "distribution_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6901
          },
          "name": "distributionDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_stream_definition Dashboard#event_stream_definition}",
            "stability": "stable",
            "summary": "event_stream_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6907
          },
          "name": "eventStreamDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetEventStreamDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_timeline_definition Dashboard#event_timeline_definition}",
            "stability": "stable",
            "summary": "event_timeline_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6913
          },
          "name": "eventTimelineDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetEventTimelineDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#free_text_definition Dashboard#free_text_definition}",
            "stability": "stable",
            "summary": "free_text_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6919
          },
          "name": "freeTextDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetFreeTextDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#geomap_definition Dashboard#geomap_definition}",
            "stability": "stable",
            "summary": "geomap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6925
          },
          "name": "geomapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#heatmap_definition Dashboard#heatmap_definition}",
            "stability": "stable",
            "summary": "heatmap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6931
          },
          "name": "heatmapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hostmap_definition Dashboard#hostmap_definition}",
            "stability": "stable",
            "summary": "hostmap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6937
          },
          "name": "hostmapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#iframe_definition Dashboard#iframe_definition}",
            "stability": "stable",
            "summary": "iframe_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6943
          },
          "name": "iframeDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetIframeDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_definition Dashboard#image_definition}",
            "stability": "stable",
            "summary": "image_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6949
          },
          "name": "imageDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetImageDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#list_stream_definition Dashboard#list_stream_definition}",
            "stability": "stable",
            "summary": "list_stream_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6955
          },
          "name": "listStreamDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_stream_definition Dashboard#log_stream_definition}",
            "stability": "stable",
            "summary": "log_stream_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6961
          },
          "name": "logStreamDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetLogStreamDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#manage_status_definition Dashboard#manage_status_definition}",
            "stability": "stable",
            "summary": "manage_status_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6967
          },
          "name": "manageStatusDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetManageStatusDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#note_definition Dashboard#note_definition}",
            "stability": "stable",
            "summary": "note_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6973
          },
          "name": "noteDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetNoteDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#powerpack_definition Dashboard#powerpack_definition}",
            "stability": "stable",
            "summary": "powerpack_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6979
          },
          "name": "powerpackDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query_table_definition Dashboard#query_table_definition}",
            "stability": "stable",
            "summary": "query_table_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6985
          },
          "name": "queryTableDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query_value_definition Dashboard#query_value_definition}",
            "stability": "stable",
            "summary": "query_value_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6991
          },
          "name": "queryValueDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#run_workflow_definition Dashboard#run_workflow_definition}",
            "stability": "stable",
            "summary": "run_workflow_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6997
          },
          "name": "runWorkflowDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scatterplot_definition Dashboard#scatterplot_definition}",
            "stability": "stable",
            "summary": "scatterplot_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7003
          },
          "name": "scatterplotDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service_level_objective_definition Dashboard#service_level_objective_definition}",
            "stability": "stable",
            "summary": "service_level_objective_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7009
          },
          "name": "serviceLevelObjectiveDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#servicemap_definition Dashboard#servicemap_definition}",
            "stability": "stable",
            "summary": "servicemap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7015
          },
          "name": "servicemapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_list_definition Dashboard#slo_list_definition}",
            "stability": "stable",
            "summary": "slo_list_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7021
          },
          "name": "sloListDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#split_graph_definition Dashboard#split_graph_definition}",
            "stability": "stable",
            "summary": "split_graph_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7027
          },
          "name": "splitGraphDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sunburst_definition Dashboard#sunburst_definition}",
            "stability": "stable",
            "summary": "sunburst_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7033
          },
          "name": "sunburstDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeseries_definition Dashboard#timeseries_definition}",
            "stability": "stable",
            "summary": "timeseries_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7039
          },
          "name": "timeseriesDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#toplist_definition Dashboard#toplist_definition}",
            "stability": "stable",
            "summary": "toplist_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7045
          },
          "name": "toplistDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#topology_map_definition Dashboard#topology_map_definition}",
            "stability": "stable",
            "summary": "topology_map_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7051
          },
          "name": "topologyMapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#trace_service_definition Dashboard#trace_service_definition}",
            "stability": "stable",
            "summary": "trace_service_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7057
          },
          "name": "traceServiceDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTraceServiceDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#treemap_definition Dashboard#treemap_definition}",
            "stability": "stable",
            "summary": "treemap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7063
          },
          "name": "treemapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#widget_layout Dashboard#widget_layout}",
            "stability": "stable",
            "summary": "widget_layout block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7069
          },
          "name": "widgetLayout",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetWidgetLayout"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidget"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetAlertGraphDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetAlertGraphDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 611
      },
      "name": "DashboardWidgetGroupDefinitionWidgetAlertGraphDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alert_id Dashboard#alert_id}",
            "stability": "stable",
            "summary": "The ID of the monitor used by the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 617
          },
          "name": "alertId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#viz_type Dashboard#viz_type}",
            "stability": "stable",
            "summary": "Type of visualization to use when displaying the widget. Valid values are `timeseries`, `toplist`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 653
          },
          "name": "vizType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 623
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 629
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 635
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 641
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 647
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetAlertGraphDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetAlertGraphDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetAlertGraphDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 734
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 727
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 816
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 832
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 848
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 864
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 880
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetAlertGraphDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 804
          },
          "name": "alertIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 820
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 836
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 868
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 852
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 884
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 897
          },
          "name": "vizTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 797
          },
          "name": "alertId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 810
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 826
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 842
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 858
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 874
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 890
          },
          "name": "vizType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 738
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetAlertGraphDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetAlertGraphDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetAlertValueDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetAlertValueDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 901
      },
      "name": "DashboardWidgetGroupDefinitionWidgetAlertValueDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alert_id Dashboard#alert_id}",
            "stability": "stable",
            "summary": "The ID of the monitor used by the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 907
          },
          "name": "alertId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 913
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#precision Dashboard#precision}",
            "stability": "stable",
            "summary": "The precision to use when displaying the value. Use `*` for maximum precision."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 919
          },
          "name": "precision",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_align Dashboard#text_align}",
            "stability": "stable",
            "summary": "The alignment of the text in the widget. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 925
          },
          "name": "textAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 931
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 937
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 943
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "The unit for the value displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 949
          },
          "name": "unit",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetAlertValueDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetAlertValueDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetAlertValueDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 1037
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 1030
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1125
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1141
          },
          "name": "resetPrecision"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1157
          },
          "name": "resetTextAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1173
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1189
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1205
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1221
          },
          "name": "resetUnit"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetAlertValueDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1113
          },
          "name": "alertIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1129
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1145
          },
          "name": "precisionInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1161
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1193
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1177
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1209
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1225
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1106
          },
          "name": "alertId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1119
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1135
          },
          "name": "precision",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1151
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1167
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1183
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1199
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1215
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1041
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetAlertValueDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetAlertValueDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 10905
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10947
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10911
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10917
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10923
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10953
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10929
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10935
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10941
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 1229
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1235
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1241
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1247
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1253
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 1441
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 1433
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1448
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1434
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 1316
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 1306
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1376
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1392
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1408
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1424
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1380
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1396
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1412
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1428
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1370
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1386
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1402
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1418
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1320
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 11041
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 11034
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11209
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11225
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11212
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11116
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11132
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11148
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11228
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11164
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11180
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11196
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11206
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11222
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11216
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11120
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11136
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11152
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11232
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11184
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11168
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11200
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11110
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11126
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11142
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11158
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11174
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11190
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11045
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 10332
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10380
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#change_type Dashboard#change_type}",
            "stability": "stable",
            "summary": "Whether to show absolute or relative change. Valid values are `absolute`, `relative`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10338
          },
          "name": "changeType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compare_to Dashboard#compare_to}",
            "stability": "stable",
            "summary": "Choose from when to compare current data to. Valid values are `hour_before`, `day_before`, `week_before`, `month_before`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10344
          },
          "name": "compareTo",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10386
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#increase_good Dashboard#increase_good}",
            "stability": "stable",
            "summary": "A Boolean indicating whether an increase in the value is good (displayed in green) or not (displayed in red)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10350
          },
          "name": "increaseGood",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10392
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order_by Dashboard#order_by}",
            "stability": "stable",
            "summary": "What to order by. Valid values are `change`, `name`, `present`, `past`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10356
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order_dir Dashboard#order_dir}",
            "stability": "stable",
            "summary": "Widget sorting method. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10362
          },
          "name": "orderDir",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10398
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10368
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10404
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10410
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10416
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_present Dashboard#show_present}",
            "stability": "stable",
            "summary": "If set to `true`, displays the current value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10374
          },
          "name": "showPresent",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 2128
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2134
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2146
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2152
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2158
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2140
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 1452
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1458
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1464
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1470
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 1523
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 1516
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1581
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1597
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1569
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1585
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1601
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1562
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1575
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1591
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1527
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 1755
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1761
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1767
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1773
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 1932
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 1924
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1939
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1925
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 1829
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 1819
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1912
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1883
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1899
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1915
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1909
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1887
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1903
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1919
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1877
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1893
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1833
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 1605
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1611
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1623
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1617
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 1676
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 1669
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1734
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1722
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1738
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1751
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1715
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1728
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1744
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1680
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 1943
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1949
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1955
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 1961
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 2117
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 2109
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2124
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2110
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 2017
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 2007
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2084
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2100
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2072
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2088
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2104
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2065
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2078
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2094
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2021
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 2225
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 2218
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2308
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2324
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2340
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2311
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2327
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2343
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2295
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2305
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2321
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2337
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2315
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2331
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2283
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2347
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2299
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2276
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2289
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2229
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 3503
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3521
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3509
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3515
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3527
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3533
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#number_format Dashboard#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3539
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3545
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 2351
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2357
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2393
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2405
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2363
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2369
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2375
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2381
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2387
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2399
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 2729
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 2721
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2736
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2722
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 2503
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 2493
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2606
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2622
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2638
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2654
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2670
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2699
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2594
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2610
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2626
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2642
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2658
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2674
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2687
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2703
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2716
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2587
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2600
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2616
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2632
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2648
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2664
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2680
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2693
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2709
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2507
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 2740
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2746
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2752
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 2798
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 2791
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2837
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2853
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2841
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2857
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2831
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2847
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2802
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 3817
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 3809
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3824
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3810
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 3264
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3270
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3276
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 3322
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 3315
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3358
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3371
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3374
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3355
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3368
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3362
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3378
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3326
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 3062
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#canonical Dashboard#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3068
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom Dashboard#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3074
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 2861
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2873
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2867
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 2919
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 2912
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2958
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2962
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2975
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2952
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2968
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2923
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 2979
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 2985
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 3024
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 3017
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3058
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3051
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3028
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 3120
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 3113
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3156
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3172
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3159
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3175
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3153
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3169
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3163
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3179
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3124
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 3183
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3187
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 3226
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 3219
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3260
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3253
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3230
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 3629
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 3619
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3749
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3765
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3781
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3797
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3707
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3723
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3752
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3768
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3784
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3800
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3746
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3762
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3778
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3794
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3711
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3727
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3756
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3740
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3772
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3788
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3804
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3701
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3717
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3733
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3633
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 3382
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3388
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_index Dashboard#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3394
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 3440
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 3433
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3479
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3495
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3499
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3483
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3473
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3489
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3444
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 10894
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 10886
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10901
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10887
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 4504
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4510
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4522
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4528
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4534
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4516
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 3828
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3834
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3840
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3846
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 3899
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 3892
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3957
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3973
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3945
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3961
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3977
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3938
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3951
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3967
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3903
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 4131
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4137
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4143
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4149
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 4308
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 4300
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4315
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4301
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 4205
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 4195
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4288
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4259
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4275
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4291
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4285
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4263
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4279
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4295
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4253
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4269
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4209
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 3981
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3987
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3999
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 3993
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 4052
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 4045
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4110
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4098
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4114
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4127
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4091
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4104
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4120
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4056
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 4319
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4325
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4331
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4337
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 4493
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 4485
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4500
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4486
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 4393
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 4383
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4460
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4476
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4448
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4464
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4480
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4441
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4454
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4470
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4397
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 4601
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 4594
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4684
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4700
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4716
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4687
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4703
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4719
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4671
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4681
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4697
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4713
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4691
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4707
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4659
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4723
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4675
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4652
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4665
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4605
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 10549
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 10539
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10778
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10794
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10810
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10826
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10842
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10858
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10874
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10781
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10669
          },
          "name": "resetChangeType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10685
          },
          "name": "resetCompareTo"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10797
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10701
          },
          "name": "resetIncreaseGood"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10813
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10717
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10733
          },
          "name": "resetOrderDir"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10829
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10749
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10845
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10861
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10877
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10765
          },
          "name": "resetShowPresent"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10775
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10791
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10807
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10823
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10839
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10855
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10871
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10785
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10673
          },
          "name": "changeTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10689
          },
          "name": "compareToInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10801
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10705
          },
          "name": "increaseGoodInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10817
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10721
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10737
          },
          "name": "orderDirInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10833
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10753
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10849
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10865
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10881
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10769
          },
          "name": "showPresentInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10663
          },
          "name": "changeType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10679
          },
          "name": "compareTo",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10695
          },
          "name": "increaseGood",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10711
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10727
          },
          "name": "orderDir",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10743
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10759
          },
          "name": "showPresent",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10553
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 4727
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4745
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4733
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4739
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4751
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 4811
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 4804
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4862
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4878
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4907
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4866
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4882
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4895
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4911
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4856
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4872
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4888
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4901
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4815
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 8206
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8212
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8218
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8224
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8230
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8236
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8242
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8248
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 4915
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4927
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4933
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4945
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4951
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4969
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4975
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4981
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4921
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4939
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4957
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 4963
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 5090
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 5083
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5183
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5225
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5267
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5283
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5187
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5200
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5213
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5229
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5242
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5255
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5271
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5287
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5300
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5313
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5326
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5177
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5193
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5206
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5219
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5235
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5248
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5261
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5277
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5293
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5306
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5319
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5094
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 5330
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5342
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5348
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5360
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5390
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5396
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5336
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5354
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5366
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5372
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5378
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5384
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 5505
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 5498
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5598
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5640
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5669
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5685
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5701
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5717
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5602
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5615
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5628
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5644
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5657
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5673
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5689
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5705
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5721
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5734
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5747
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5592
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5608
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5621
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5634
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5650
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5663
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5679
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5695
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5711
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5727
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5740
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5509
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 5751
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5769
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5775
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5781
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5757
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5763
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 5848
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 5841
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5905
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5921
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5909
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5925
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5938
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5951
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5964
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5899
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5915
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5931
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5944
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5957
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5852
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 6880
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6916
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6892
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6904
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6886
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6922
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6928
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6898
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6934
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6910
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 5968
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5974
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5980
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 5986
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 6142
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 6134
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6149
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6135
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 6042
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 6032
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6109
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6125
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6097
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6113
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6129
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6090
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6103
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6119
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6046
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 6306
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6312
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6318
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6324
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 6644
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6650
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6656
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6662
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 6715
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 6708
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6786
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6773
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6789
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6783
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6761
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6777
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6793
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6754
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6767
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6719
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 6491
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6497
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6503
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6509
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 6562
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 6555
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6620
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6636
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6608
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6624
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6640
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6601
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6614
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6630
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6566
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 6480
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 6472
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6487
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6473
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 6380
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 6370
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6460
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6447
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6463
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6457
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6435
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6451
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6467
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6428
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6441
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6384
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 6153
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6159
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6165
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6171
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 6224
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 6217
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6282
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6298
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6270
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6286
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6302
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6263
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6276
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6292
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6228
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 7029
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 7022
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7181
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7194
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7210
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7226
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7110
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7197
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7213
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7139
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7229
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7168
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7178
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7191
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7207
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7223
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7185
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7114
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7127
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7217
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7201
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7143
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7156
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7233
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7172
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7104
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7120
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7133
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7149
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7162
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7033
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 6797
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6803
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 6842
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 6835
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6876
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6869
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 6846
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 8523
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 8515
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8530
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8516
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 7237
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7261
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7267
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7243
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7249
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7255
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7273
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 7347
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 7340
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7410
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7426
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7442
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7484
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7414
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7430
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7446
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7459
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7472
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7488
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7404
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7420
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7436
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7452
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7465
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7478
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7351
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 8332
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 8322
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8407
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8423
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8439
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8455
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8471
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8487
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8503
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8410
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8426
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8442
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8458
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8474
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8490
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8506
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8404
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8420
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8436
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8452
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8468
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8484
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8500
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8414
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8430
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8446
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8462
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8478
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8494
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8510
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8336
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 7492
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7510
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7528
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7534
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7498
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7504
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7516
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7522
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7540
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7546
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7552
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 7654
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 7647
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7741
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7757
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7786
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7802
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7844
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7860
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7876
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7745
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7761
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7774
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7790
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7806
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7819
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7832
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7848
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7864
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7880
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7735
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7751
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7767
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7780
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7796
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7812
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7825
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7838
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7854
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7870
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7658
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 7884
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7902
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7914
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7926
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7890
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7896
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7908
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7920
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 7932
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 8020
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 8013
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8095
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8111
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8140
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8169
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8198
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8099
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8115
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8128
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8144
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8157
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8173
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8186
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8202
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8089
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8105
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8121
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8134
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8150
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8163
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8179
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8192
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8024
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 9210
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9216
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9228
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9234
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9240
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9222
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 8534
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8540
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8546
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8552
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 8605
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 8598
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8663
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8679
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8651
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8667
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8683
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8644
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8657
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8673
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8609
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 8837
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8843
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8849
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8855
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 9014
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 9006
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9021
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9007
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 8911
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 8901
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8994
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8965
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8981
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8997
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8991
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8969
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8985
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9001
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8959
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8975
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8915
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 8687
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8693
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8705
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8699
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 8758
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 8751
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8816
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8804
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8820
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8833
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8797
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8810
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8826
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 8762
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 9025
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9031
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9037
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9043
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 9199
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 9191
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9206
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9192
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 9099
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 9089
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9166
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9182
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9154
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9170
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9186
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9147
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9160
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9176
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9103
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 9307
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 9300
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9390
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9406
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9422
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9393
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9409
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9425
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9377
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9387
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9403
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9419
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9397
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9413
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9365
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9429
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9381
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9358
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9371
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9311
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 10109
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10115
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10127
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10133
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10139
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10121
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 9433
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9439
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9445
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9451
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 9504
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 9497
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9562
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9578
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9550
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9566
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9582
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9543
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9556
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9572
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9508
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 9736
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9742
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9748
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9754
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 9913
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 9905
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9920
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9906
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 9810
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 9800
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9893
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9864
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9880
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9896
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9890
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9868
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9884
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9900
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9858
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9874
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9814
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 9586
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9592
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9604
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9598
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 9657
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 9650
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9715
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9703
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9719
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9732
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9696
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9709
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9725
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9661
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 9924
      },
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9930
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9936
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 9942
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 10098
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 10090
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10105
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10091
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 9998
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 9988
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10065
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10081
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10053
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10069
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10085
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10046
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10059
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10075
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10002
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 10206
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 10199
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10289
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10305
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10321
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10292
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10308
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10324
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10276
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10286
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10302
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10318
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10296
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10312
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10264
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10328
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10280
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10257
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10270
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 10210
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetCheckStatusDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetCheckStatusDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 11236
      },
      "name": "DashboardWidgetGroupDefinitionWidgetCheckStatusDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#check Dashboard#check}",
            "stability": "stable",
            "summary": "The check to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11242
          },
          "name": "check",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#grouping Dashboard#grouping}",
            "stability": "stable",
            "summary": "The kind of grouping to use. Valid values are `check`, `cluster`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11260
          },
          "name": "grouping",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group Dashboard#group}",
            "stability": "stable",
            "summary": "The check group to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11248
          },
          "name": "group",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "When `grouping = \"cluster\"`, indicates a list of tags to use for grouping."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11254
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11266
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11272
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tags Dashboard#tags}",
            "stability": "stable",
            "summary": "A list of tags to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11278
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11284
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11290
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11296
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetCheckStatusDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetCheckStatusDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetCheckStatusDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 11398
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 11391
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11498
          },
          "name": "resetGroup"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11514
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11543
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11559
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11575
          },
          "name": "resetTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11591
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11607
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11623
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetCheckStatusDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11486
          },
          "name": "checkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11518
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11531
          },
          "name": "groupingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11502
          },
          "name": "groupInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11547
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11563
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11579
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11611
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11595
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11627
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11479
          },
          "name": "check",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11492
          },
          "name": "group",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11508
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11524
          },
          "name": "grouping",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11537
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11553
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11569
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11585
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11601
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11617
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11402
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetCheckStatusDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetCheckStatusDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 16782
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16788
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16794
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#legend_size Dashboard#legend_size}",
            "stability": "stable",
            "summary": "The size of the legend displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16800
          },
          "name": "legendSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16806
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16836
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_legend Dashboard#show_legend}",
            "stability": "stable",
            "summary": "Whether or not to show the legend on this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16812
          },
          "name": "showLegend",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16818
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16824
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16830
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#xaxis Dashboard#xaxis}",
            "stability": "stable",
            "summary": "xaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16842
          },
          "name": "xaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionXaxis"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#yaxis Dashboard#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16848
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 16957
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 16950
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17175
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17191
          },
          "name": "putXaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionXaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17207
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17050
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17066
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17082
          },
          "name": "resetLegendSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17098
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17178
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17114
          },
          "name": "resetShowLegend"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17130
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17146
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17162
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17194
          },
          "name": "resetXaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17210
          },
          "name": "resetYaxis"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17172
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17188
          },
          "name": "xaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionXaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17204
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17054
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17070
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17086
          },
          "name": "legendSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17102
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17182
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17118
          },
          "name": "showLegendInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17150
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17134
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17166
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17198
          },
          "name": "xaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionXaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17214
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17044
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17060
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17076
          },
          "name": "legendSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17092
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17108
          },
          "name": "showLegend",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17124
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17140
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17156
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16961
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 16002
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16014
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_stats_query Dashboard#apm_stats_query}",
            "stability": "stable",
            "summary": "apm_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16020
          },
          "name": "apmStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16026
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16032
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16008
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16038
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16044
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16050
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 12307
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12313
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12325
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12331
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12337
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12319
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 11631
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11637
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11643
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11649
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 11702
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 11695
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11760
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11776
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11748
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11764
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11780
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11741
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11754
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11770
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11706
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 11934
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11940
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11946
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11952
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 12111
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 12103
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12118
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12104
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 12008
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 11998
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12091
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12062
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12078
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12094
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12088
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12066
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12082
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12098
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12056
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12072
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12012
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 11784
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11790
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11802
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11796
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 11855
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 11848
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11913
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11901
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11917
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11930
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11894
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11907
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11923
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 11859
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 12122
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12128
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12134
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12140
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 12296
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 12288
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12303
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12289
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 12196
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 12186
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12263
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12279
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12251
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12267
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12283
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12244
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12257
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12273
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12200
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 12404
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 12397
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12487
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12503
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12519
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12490
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12506
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12522
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12474
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12484
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12500
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12516
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12494
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12510
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12462
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12526
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12478
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12455
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12468
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12408
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 12750
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "The environment name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12756
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The operation name associated with the service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12762
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag Dashboard#primary_tag}",
            "stability": "stable",
            "summary": "The organization's host group name and value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12768
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#row_type Dashboard#row_type}",
            "stability": "stable",
            "summary": "The level of detail for the request. Valid values are `service`, `resource`, `span`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12780
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "The service name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12786
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#columns Dashboard#columns}",
            "stability": "stable",
            "summary": "columns block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12792
          },
          "name": "columns",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource Dashboard#resource}",
            "stability": "stable",
            "summary": "The resource name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12774
          },
          "name": "resource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 12530
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The column name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12548
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "A user-assigned alias for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12536
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12542
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12554
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 12739
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 12731
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12746
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12732
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 12617
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 12607
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12677
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12693
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12722
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12681
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12697
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12710
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12726
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12671
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12687
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12703
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12716
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12621
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 12873
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 12866
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13020
          },
          "name": "putColumns",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13023
          },
          "name": "resetColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12981
          },
          "name": "resetResource"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13017
          },
          "name": "columns",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13027
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12943
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12956
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12969
          },
          "name": "primaryTagInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12985
          },
          "name": "resourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12998
          },
          "name": "rowTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13011
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12936
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12949
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12962
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12975
          },
          "name": "resource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12991
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13004
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 12877
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 16354
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 16346
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16361
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16347
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 13707
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13713
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13725
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13731
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13737
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13719
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 13031
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13037
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13043
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13049
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 13102
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 13095
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13160
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13176
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13148
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13164
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13180
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13141
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13154
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13170
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13106
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 13334
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13340
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13346
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13352
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 13511
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 13503
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13518
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13504
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 13408
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 13398
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13491
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13462
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13478
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13494
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13488
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13466
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13482
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13498
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13456
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13472
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13412
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 13184
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13190
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13202
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13196
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 13255
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 13248
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13313
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13301
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13317
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13330
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13294
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13307
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13323
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13259
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 13522
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13528
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13534
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13540
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 13696
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 13688
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13703
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13689
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 13596
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 13586
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13663
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13679
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13651
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13667
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13683
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13644
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13657
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13673
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13600
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 13804
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 13797
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13887
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13903
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13919
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13890
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13906
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13922
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13874
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13884
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13900
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13916
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13894
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13910
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13862
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13926
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13878
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13855
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13868
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13808
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 16141
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 16131
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16238
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16254
          },
          "name": "putApmStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16270
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16286
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16302
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16318
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16334
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16241
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16257
          },
          "name": "resetApmStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16273
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16289
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16225
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16305
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16321
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16337
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16235
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16251
          },
          "name": "apmStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16267
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16283
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16299
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16315
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16331
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16245
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16261
          },
          "name": "apmStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16277
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16293
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16229
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16309
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16325
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16341
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16219
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16145
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 13930
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13948
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13936
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13942
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 13954
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 14014
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 14007
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14065
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14081
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14110
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14069
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14085
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14098
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14114
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14059
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14075
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14091
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14104
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14018
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 14794
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14800
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14812
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14818
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14824
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14806
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 14118
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14124
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14130
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14136
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 14189
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 14182
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14247
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14263
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14235
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14251
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14267
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14228
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14241
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14257
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14193
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 14421
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14427
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14433
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14439
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 14598
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 14590
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14605
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14591
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 14495
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 14485
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14578
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14549
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14565
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14581
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14575
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14553
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14569
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14585
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14543
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14559
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14499
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 14271
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14277
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14289
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14283
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 14342
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 14335
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14400
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14388
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14404
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14417
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14381
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14394
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14410
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14346
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 14609
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14615
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14621
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14627
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 14783
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 14775
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14790
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14776
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 14683
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 14673
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14750
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14766
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14738
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14754
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14770
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14731
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14744
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14760
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14687
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 14891
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 14884
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14974
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14990
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15006
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14977
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14993
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15009
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14961
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14971
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14987
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15003
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14981
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14997
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14949
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15013
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14965
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14942
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14955
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 14895
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 15693
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15699
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15711
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15717
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15723
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15705
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 15017
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15023
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15029
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15035
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 15088
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 15081
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15146
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15162
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15134
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15150
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15166
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15127
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15140
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15156
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15092
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 15320
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15326
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15332
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15338
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 15497
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 15489
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15504
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15490
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 15394
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 15384
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15477
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15448
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15464
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15480
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15474
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15452
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15468
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15484
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15442
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15458
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15398
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 15170
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15176
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15188
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15182
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 15241
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 15234
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15299
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15287
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15303
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15316
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15280
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15293
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15309
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15245
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 15508
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15514
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15520
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15526
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 15682
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 15674
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15689
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15675
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 15582
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 15572
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15649
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15665
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15637
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15653
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15669
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15630
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15643
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15659
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15586
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 15790
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 15783
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15873
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15889
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15905
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15876
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15892
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15908
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15860
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15870
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15886
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15902
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15880
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15896
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15848
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15912
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15864
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15841
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15854
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15794
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 15916
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15922
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 15961
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 15954
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15994
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15998
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15988
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 15965
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionXaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionXaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 16365
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionXaxis",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#include_zero Dashboard#include_zero}",
            "stability": "stable",
            "summary": "Always include zero or fit the axis to the data range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16371
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16377
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16383
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16389
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionXaxis"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionXaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionXaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 16449
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 16442
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16500
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16516
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16532
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16548
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionXaxisOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16504
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16520
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16536
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16552
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16494
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16510
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16526
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16542
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16453
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionXaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionXaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 16556
      },
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionYaxis",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#include_zero Dashboard#include_zero}",
            "stability": "stable",
            "summary": "Always include zero or fit the axis to the data range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16562
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16568
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16574
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16580
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16586
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionYaxis"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 16653
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 16646
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16710
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16726
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16742
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16758
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16774
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetDistributionDefinitionYaxisOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16714
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16730
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16746
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16762
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16778
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16704
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16720
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16736
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16752
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16768
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 16657
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetDistributionDefinitionYaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetEventStreamDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetEventStreamDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 17218
      },
      "name": "DashboardWidgetGroupDefinitionWidgetEventStreamDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17248
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17224
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_size Dashboard#event_size}",
            "stability": "stable",
            "summary": "The size to use to display an event. Valid values are `s`, `l`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17230
          },
          "name": "eventSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17236
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17242
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tags_execution Dashboard#tags_execution}",
            "stability": "stable",
            "summary": "The execution method for multi-value filters, options: `and` or `or`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17254
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17260
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17266
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17272
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetEventStreamDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetEventStreamDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetEventStreamDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 17367
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 17360
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17448
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17464
          },
          "name": "resetEventSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17480
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17496
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17525
          },
          "name": "resetTagsExecution"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17541
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17557
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17573
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetEventStreamDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17452
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17468
          },
          "name": "eventSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17484
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17500
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17513
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17529
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17561
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17545
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17577
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17442
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17458
          },
          "name": "eventSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17474
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17490
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17506
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17519
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17535
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17551
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17567
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17371
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetEventStreamDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetEventStreamDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetEventTimelineDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetEventTimelineDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 17581
      },
      "name": "DashboardWidgetGroupDefinitionWidgetEventTimelineDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17605
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17587
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17593
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17599
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tags_execution Dashboard#tags_execution}",
            "stability": "stable",
            "summary": "The execution method for multi-value filters, options: `and` or `or`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17611
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17617
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17623
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17629
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetEventTimelineDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetEventTimelineDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetEventTimelineDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 17717
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 17710
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17792
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17808
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17824
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17853
          },
          "name": "resetTagsExecution"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17869
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17885
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17901
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetEventTimelineDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17796
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17812
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17828
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17841
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17857
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17889
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17873
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17905
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17786
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17802
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17818
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17834
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17847
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17863
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17879
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17895
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17721
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetEventTimelineDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetEventTimelineDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetFreeTextDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetFreeTextDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 17909
      },
      "name": "DashboardWidgetGroupDefinitionWidgetFreeTextDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text Dashboard#text}",
            "stability": "stable",
            "summary": "The text to display in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17933
          },
          "name": "text",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#color Dashboard#color}",
            "stability": "stable",
            "summary": "The color of the text in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17915
          },
          "name": "color",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17921
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#font_size Dashboard#font_size}",
            "stability": "stable",
            "summary": "The size of the text in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17927
          },
          "name": "fontSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_align Dashboard#text_align}",
            "stability": "stable",
            "summary": "The alignment of the text in the widget. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 17939
          },
          "name": "textAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetFreeTextDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetFreeTextDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetFreeTextDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 18006
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 17999
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18063
          },
          "name": "resetColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18079
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18095
          },
          "name": "resetFontSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18124
          },
          "name": "resetTextAlign"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetFreeTextDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18067
          },
          "name": "colorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18083
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18099
          },
          "name": "fontSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18128
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18112
          },
          "name": "textInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18057
          },
          "name": "color",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18073
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18089
          },
          "name": "fontSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18105
          },
          "name": "text",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18118
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18010
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetFreeTextDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetFreeTextDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 23
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#view Dashboard#view}",
            "stability": "stable",
            "summary": "view block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 83
          },
          "name": "view",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionView"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 65
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 29
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 35
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 41
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 71
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 77
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyle"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 47
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 53
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 59
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetGeomapDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 18132
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18138
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18144
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18150
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18156
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 18344
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 18336
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18351
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18337
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 18219
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 18209
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18279
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18295
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18311
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18327
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18283
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18299
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18315
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18331
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18273
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18289
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18305
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18321
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18223
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 185
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 178
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 365
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 381
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 397
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 413
          },
          "name": "putView",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionView"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 368
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 272
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 288
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 304
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 384
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 400
          },
          "name": "resetStyle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 320
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 336
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 352
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 362
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 378
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 394
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 410
          },
          "name": "view",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionViewOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 372
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 276
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 292
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 308
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 388
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 404
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 340
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 324
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 356
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 417
          },
          "name": "viewInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionView"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 266
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 282
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 298
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 314
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 330
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 346
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 189
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 25249
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25261
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25267
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25255
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25273
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25279
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 19507
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19525
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19513
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19519
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19531
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19537
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#number_format Dashboard#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19543
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19549
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 18355
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18361
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18397
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18409
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18367
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18373
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18379
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18385
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18391
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18403
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 18733
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 18725
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18740
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18726
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 18507
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 18497
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18610
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18626
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18642
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18658
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18674
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18703
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18598
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18614
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18630
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18646
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18662
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18678
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18691
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18707
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18720
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18591
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18604
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18620
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18636
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18652
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18668
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18684
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18697
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18713
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18511
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 18744
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18750
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18756
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 18802
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 18795
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18841
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18857
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18845
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18861
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18835
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18851
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18806
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 19821
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 19813
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19828
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19814
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 19268
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19274
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19280
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 19326
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 19319
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19362
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19375
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19378
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19359
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19372
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19366
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19382
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19330
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 19066
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#canonical Dashboard#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19072
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom Dashboard#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19078
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 18865
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18877
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18871
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 18923
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 18916
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18962
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18966
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18979
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18956
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18972
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18927
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 18983
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 18989
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 19028
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 19021
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19062
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19055
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19032
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 19124
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 19117
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19160
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19176
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19163
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19179
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19157
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19173
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19167
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19183
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19128
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 19187
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19191
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 19230
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 19223
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19264
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19257
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19234
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 19633
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 19623
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19753
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19769
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19785
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19801
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19711
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19727
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19756
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19772
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19788
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19804
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19750
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19766
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19782
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19798
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19715
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19731
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19760
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19744
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19776
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19792
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19808
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19705
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19721
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19737
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19637
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 19386
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19392
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_index Dashboard#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19398
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 19444
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 19437
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19483
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19499
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19503
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19487
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19477
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19493
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19448
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 25496
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 25488
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25503
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25489
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 20508
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20514
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20526
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20532
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20538
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20520
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 19832
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19838
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19844
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19850
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 19903
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 19896
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19961
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19977
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19949
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19965
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19981
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19942
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19955
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19971
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19907
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 20135
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20141
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20147
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20153
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 20312
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 20304
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20319
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20305
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 20209
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 20199
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20292
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20263
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20279
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20295
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20289
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20267
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20283
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20299
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20257
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20273
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20213
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 19985
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19991
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20003
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 19997
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 20056
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 20049
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20114
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20102
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20118
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20131
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20095
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20108
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20124
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20060
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 20323
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20329
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20335
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20341
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 20497
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 20489
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20504
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20490
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 20397
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 20387
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20464
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20480
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20452
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20468
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20484
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20445
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20458
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20474
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20401
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 20605
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 20598
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20688
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20704
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20720
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20691
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20707
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20723
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20675
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20685
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20701
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20717
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20695
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20711
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20663
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20727
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20679
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20656
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20669
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20609
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 25349
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 25339
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25428
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25444
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25460
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25476
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25431
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25447
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25415
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25463
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25479
          },
          "name": "resetRumQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25425
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25441
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25457
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25473
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25435
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25451
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25419
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25467
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25483
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25409
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25353
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 24022
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24028
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24034
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24040
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24046
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24052
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24058
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24064
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 20731
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20743
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20749
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20761
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20767
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20785
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20791
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20797
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20737
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20755
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20773
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20779
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 20906
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 20899
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20999
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21041
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21083
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21099
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21003
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21016
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21029
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21045
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21058
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21071
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21087
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21103
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21116
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21129
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21142
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20993
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21009
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21022
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21035
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21051
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21064
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21077
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21093
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21109
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21122
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21135
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 20910
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 21146
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21158
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21164
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21176
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21206
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21212
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21152
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21170
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21182
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21188
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21194
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21200
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 21321
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 21314
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21414
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21456
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21485
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21501
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21517
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21533
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21418
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21431
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21444
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21460
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21473
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21489
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21505
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21521
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21537
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21550
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21563
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21408
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21424
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21437
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21450
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21466
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21479
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21495
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21511
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21527
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21543
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21556
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21325
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 21567
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21585
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21591
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21597
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21573
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21579
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 21664
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 21657
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21721
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21737
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21725
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21741
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21754
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21767
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21780
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21715
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21731
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21747
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21760
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21773
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21668
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 22696
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22732
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22708
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22720
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22702
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22738
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22744
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22714
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22750
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22726
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 21784
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21790
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21796
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21802
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 21958
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 21950
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21965
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21951
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 21858
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 21848
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21925
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21941
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21913
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21929
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21945
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21906
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21919
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21935
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21862
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 22122
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22128
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22134
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22140
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 22460
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22466
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22472
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22478
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 22531
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 22524
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22602
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22589
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22605
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22599
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22577
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22593
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22609
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22570
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22583
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22535
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 22307
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22313
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22319
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22325
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 22378
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 22371
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22436
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22452
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22424
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22440
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22456
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22417
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22430
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22446
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22382
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 22296
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 22288
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22303
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22289
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 22196
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 22186
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22276
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22263
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22279
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22273
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22251
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22267
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22283
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22244
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22257
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22200
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 21969
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21975
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21981
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 21987
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 22040
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 22033
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22098
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22114
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22086
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22102
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22118
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22079
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22092
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22108
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22044
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 22845
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 22838
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22997
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23010
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23026
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23042
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22926
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23013
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23029
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22955
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23045
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22984
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22994
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23007
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23023
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23039
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23001
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22930
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22943
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23033
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23017
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22959
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22972
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23049
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22988
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22920
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22936
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22949
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22965
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22978
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22849
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 22613
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22619
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 22658
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 22651
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22692
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22685
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 22662
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 24339
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 24331
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24346
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24332
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 23053
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23077
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23083
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23059
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23065
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23071
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23089
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 23163
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 23156
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23226
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23242
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23258
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23300
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23230
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23246
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23262
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23275
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23288
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23304
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23220
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23236
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23252
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23268
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23281
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23294
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23167
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 24148
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 24138
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24223
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24239
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24255
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24271
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24287
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24303
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24319
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24226
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24242
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24258
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24274
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24290
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24306
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24322
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24220
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24236
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24252
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24268
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24284
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24300
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24316
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24230
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24246
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24262
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24278
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24294
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24310
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24326
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24152
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 23308
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23326
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23344
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23350
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23314
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23320
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23332
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23338
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23356
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23362
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23368
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 23470
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 23463
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23557
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23573
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23602
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23618
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23660
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23676
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23692
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23561
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23577
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23590
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23606
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23622
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23635
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23648
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23664
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23680
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23696
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23551
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23567
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23583
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23596
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23612
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23628
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23641
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23654
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23670
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23686
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23474
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 23700
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23718
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23730
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23742
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23706
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23712
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23724
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23736
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23748
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 23836
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 23829
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23911
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23927
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23956
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23985
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24014
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23915
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23931
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23944
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23960
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23973
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23989
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24002
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24018
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23905
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23921
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23937
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23950
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23966
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23979
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23995
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24008
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 23840
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 25026
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25032
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25044
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25050
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25056
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25038
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 24350
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24356
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24362
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24368
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 24421
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 24414
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24479
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24495
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24467
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24483
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24499
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24460
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24473
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24489
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24425
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 24653
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24659
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24665
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24671
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 24830
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 24822
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24837
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24823
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 24727
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 24717
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24810
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24781
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24797
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24813
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24807
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24785
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24801
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24817
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24775
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24791
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24731
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 24503
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24509
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24521
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24515
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 24574
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 24567
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24632
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24620
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24636
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24649
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24613
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24626
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24642
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24578
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 24841
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24847
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24853
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24859
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 25015
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 25007
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25022
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25008
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 24915
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 24905
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24982
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24998
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24970
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24986
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25002
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24963
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24976
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24992
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 24919
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 25123
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 25116
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25206
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25222
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25238
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25209
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25225
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25241
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25193
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25203
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25219
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25235
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25213
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25229
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25181
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25245
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25197
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25174
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25187
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25127
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 25507
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply to the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25513
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_flip Dashboard#palette_flip}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to flip the palette tones."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25519
          },
          "name": "paletteFlip",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 25565
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 25558
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25618
          },
          "name": "paletteFlipInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25605
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25598
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25611
          },
          "name": "paletteFlip",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25569
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionView": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionView",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 25622
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionView",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#focus Dashboard#focus}",
            "stability": "stable",
            "summary": "The two-letter ISO code of a country to focus the map on (or `WORLD`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25628
          },
          "name": "focus",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionView"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionViewOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionViewOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs400.ts",
          "line": 25667
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs400.ts",
        "line": 25660
      },
      "name": "DashboardWidgetGroupDefinitionWidgetGeomapDefinitionViewOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25701
          },
          "name": "focusInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25694
          },
          "name": "focus",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs400.ts",
            "line": 25671
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionView"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs400:DashboardWidgetGroupDefinitionWidgetGeomapDefinitionViewOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 10384
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10438
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10390
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event Dashboard#event}",
            "stability": "stable",
            "summary": "event block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10444
          },
          "name": "event",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10396
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#legend_size Dashboard#legend_size}",
            "stability": "stable",
            "summary": "The size of the legend displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10402
          },
          "name": "legendSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10408
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10450
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_legend Dashboard#show_legend}",
            "stability": "stable",
            "summary": "Whether or not to show the legend on this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10414
          },
          "name": "showLegend",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10420
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10426
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10432
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#yaxis Dashboard#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10456
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 421
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 427
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 433
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 439
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 445
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 633
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 625
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 640
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 626
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 508
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 498
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 568
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 584
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 600
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 616
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 572
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 588
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 604
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 620
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 562
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 578
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 594
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 610
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 512
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEvent": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEvent",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 644
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEvent",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The event query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 650
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tags_execution Dashboard#tags_execution}",
            "stability": "stable",
            "summary": "The execution method for multi-value filters."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 656
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEvent"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEventList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEventList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 783
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 775
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 790
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEventOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEventList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 776
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEventList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEventOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEventOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 705
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 695
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 766
          },
          "name": "resetTagsExecution"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEventOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 754
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 770
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 747
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 760
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 709
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEvent"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEventOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 10572
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 10565
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10796
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10812
          },
          "name": "putEvent",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEvent"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10828
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10844
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10799
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10671
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10815
          },
          "name": "resetEvent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10687
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10703
          },
          "name": "resetLegendSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10719
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10831
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10735
          },
          "name": "resetShowLegend"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10751
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10767
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10783
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10847
          },
          "name": "resetYaxis"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10793
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10809
          },
          "name": "event",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEventList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10825
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10841
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10803
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10675
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10819
          },
          "name": "eventInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10691
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10707
          },
          "name": "legendSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10723
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10835
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10739
          },
          "name": "showLegendInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10771
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10755
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10787
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10851
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10665
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10681
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10697
          },
          "name": "legendSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10713
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10729
          },
          "name": "showLegend",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10745
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10761
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10777
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10576
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 9760
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9772
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9778
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9784
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9790
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9766
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9796
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9802
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9808
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9814
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 1470
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1476
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1488
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1494
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1500
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1482
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 794
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 800
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 806
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 812
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 865
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 858
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 923
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 939
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 911
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 927
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 943
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 904
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 917
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 933
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 869
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 1097
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1103
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1109
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1115
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 1274
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 1266
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1281
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1267
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 1171
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 1161
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1254
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1225
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1241
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1257
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1251
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1229
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1245
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1261
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1219
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1235
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1175
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 947
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 953
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 965
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 959
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 1018
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 1011
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1076
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1064
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1080
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1093
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1057
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1070
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1086
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1022
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 1285
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1291
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1297
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1303
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 1459
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 1451
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1466
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1452
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 1359
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 1349
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1426
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1442
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1414
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1430
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1446
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1407
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1420
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1436
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1363
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 1567
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 1560
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1650
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1666
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1682
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1653
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1669
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1685
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1637
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1647
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1663
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1679
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1657
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1673
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1625
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1689
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1641
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1618
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1631
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1571
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 2845
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2863
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2851
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2857
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2869
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2875
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#number_format Dashboard#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2881
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2887
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 1693
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1699
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1735
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1747
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1705
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1711
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1717
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1723
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1729
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1741
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 2071
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 2063
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2078
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2064
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 1845
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 1835
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1948
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1964
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1980
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1996
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2012
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2041
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1936
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1952
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1968
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1984
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2000
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2016
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2029
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2045
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2058
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1929
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1942
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1958
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1974
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1990
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2006
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2022
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2035
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2051
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 1849
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 2082
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2088
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2094
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 2140
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 2133
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2179
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2195
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2183
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2199
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2173
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2189
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2144
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 3159
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 3151
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3166
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3152
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 2606
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2612
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2618
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 2664
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 2657
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2700
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2713
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2716
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2697
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2710
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2704
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2720
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2668
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 2404
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#canonical Dashboard#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2410
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom Dashboard#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2416
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 2203
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2215
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2209
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 2261
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 2254
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2300
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2304
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2317
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2294
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2310
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2265
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 2321
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2327
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 2366
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 2359
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2400
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2393
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2370
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 2462
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 2455
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2498
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2514
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2501
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2517
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2495
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2511
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2505
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2521
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2466
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 2525
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2529
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 2568
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 2561
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2602
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2595
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2572
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 2971
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 2961
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3091
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3107
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3123
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3139
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3049
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3065
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3094
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3110
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3126
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3142
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3088
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3104
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3120
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3136
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3053
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3069
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3098
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3082
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3114
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3130
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3146
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3043
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3059
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3075
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2975
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 2724
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2730
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_index Dashboard#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2736
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 2782
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 2775
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2821
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2837
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2841
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2825
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2815
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2831
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 2786
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 10147
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 10139
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10154
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10140
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 3846
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3852
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3864
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3870
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3876
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3858
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 3170
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3176
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3182
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3188
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 3241
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 3234
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3299
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3315
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3287
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3303
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3319
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3280
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3293
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3309
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3245
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 3473
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3479
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3485
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3491
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 3650
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 3642
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3657
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3643
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 3547
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 3537
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3630
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3601
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3617
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3633
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3627
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3605
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3621
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3637
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3595
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3611
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3551
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 3323
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3329
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3341
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3335
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 3394
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 3387
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3452
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3440
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3456
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3469
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3433
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3446
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3462
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3398
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 3661
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3667
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3673
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3679
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 3835
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 3827
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3842
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3828
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 3735
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 3725
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3802
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3818
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3790
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3806
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3822
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3783
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3796
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3812
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3739
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 3943
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 3936
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4026
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4042
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4058
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4029
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4045
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4061
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4013
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4023
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4039
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4055
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4033
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4049
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4001
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4065
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4017
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3994
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4007
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 3947
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 9912
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 9902
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10015
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10031
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10047
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10063
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10079
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10095
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10111
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10127
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10018
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10034
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10050
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10066
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10002
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10082
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10098
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10114
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10130
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10012
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10028
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10044
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10060
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10076
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10092
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10108
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10124
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10022
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10038
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10054
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10070
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10006
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10086
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10102
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10118
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10134
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9996
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9916
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 4069
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4087
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4075
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4081
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4093
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 4153
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 4146
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4204
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4220
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4249
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4208
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4224
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4237
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4253
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4198
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4214
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4230
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4243
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4157
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 7548
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7554
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7560
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7566
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7572
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7578
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7584
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7590
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 4257
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4269
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4275
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4287
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4293
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4311
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4317
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4323
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4263
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4281
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4299
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4305
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 4432
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 4425
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4525
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4567
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4609
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4625
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4529
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4542
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4555
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4571
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4584
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4597
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4613
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4629
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4642
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4655
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4668
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4519
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4535
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4548
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4561
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4577
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4590
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4603
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4619
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4635
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4648
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4661
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4436
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 4672
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4684
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4690
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4702
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4732
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4738
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4678
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4696
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4708
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4714
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4720
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4726
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 4847
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 4840
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4940
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4982
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5011
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5027
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5043
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5059
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4944
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4957
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4970
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4986
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4999
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5015
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5031
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5047
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5063
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5076
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5089
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4934
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4950
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4963
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4976
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4992
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5005
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5021
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5037
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5053
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5069
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5082
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 4851
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 5093
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5111
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5117
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5123
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5099
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5105
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 5190
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 5183
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5247
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5263
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5251
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5267
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5280
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5293
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5306
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5241
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5257
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5273
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5286
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5299
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5194
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 6222
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6258
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6234
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6246
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6228
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6264
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6270
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6240
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6276
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6252
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 5310
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5316
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5322
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5328
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 5484
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 5476
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5491
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5477
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 5384
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 5374
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5451
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5467
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5439
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5455
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5471
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5432
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5445
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5461
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5388
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 5648
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5654
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5660
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5666
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 5986
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5992
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5998
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6004
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 6057
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 6050
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6128
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6115
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6131
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6125
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6103
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6119
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6135
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6096
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6109
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6061
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 5833
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5839
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5845
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5851
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 5904
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 5897
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5962
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5978
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5950
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5966
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5982
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5943
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5956
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5972
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5908
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 5822
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 5814
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5829
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5815
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 5722
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 5712
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5802
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5789
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5805
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5799
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5777
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5793
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5809
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5770
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5783
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5726
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 5495
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5501
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5507
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5513
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 5566
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 5559
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5624
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5640
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5612
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5628
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5644
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5605
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5618
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5634
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 5570
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 6371
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 6364
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6523
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6536
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6552
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6568
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6452
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6539
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6555
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6481
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6571
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6510
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6520
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6533
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6549
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6565
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6527
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6456
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6469
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6559
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6543
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6485
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6498
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6575
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6514
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6446
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6462
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6475
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6491
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6504
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6375
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 6139
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6145
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 6184
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 6177
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6218
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6211
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6188
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 7865
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 7857
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7872
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7858
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 6579
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6603
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6609
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6585
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6591
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6597
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6615
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 6689
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 6682
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6752
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6768
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6784
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6826
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6756
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6772
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6788
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6801
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6814
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6830
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6746
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6762
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6778
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6794
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6807
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6820
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6693
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 7674
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 7664
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7749
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7765
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7781
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7797
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7813
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7829
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7845
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7752
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7768
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7784
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7800
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7816
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7832
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7848
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7746
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7762
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7778
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7794
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7810
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7826
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7842
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7756
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7772
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7788
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7804
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7820
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7836
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7852
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7678
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 6834
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6852
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6870
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6876
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6840
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6846
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6858
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6864
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6882
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6888
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 6894
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 6996
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 6989
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7083
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7099
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7128
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7144
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7186
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7202
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7218
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7087
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7103
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7116
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7132
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7148
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7161
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7174
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7190
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7206
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7222
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7077
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7093
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7109
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7122
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7138
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7154
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7167
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7180
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7196
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7212
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7000
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 7226
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7244
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7256
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7268
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7232
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7238
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7250
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7262
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7274
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 7362
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 7355
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7437
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7453
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7482
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7511
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7540
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7441
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7457
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7470
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7486
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7499
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7515
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7528
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7544
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7431
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7447
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7463
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7476
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7492
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7505
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7521
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7534
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7366
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 8552
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8558
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8570
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8576
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8582
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8564
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 7876
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7882
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7888
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7894
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 7947
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 7940
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8005
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8021
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7993
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8009
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8025
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7986
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7999
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8015
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 7951
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 8179
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8185
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8191
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8197
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 8356
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 8348
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8363
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8349
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 8253
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 8243
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8336
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8307
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8323
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8339
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8333
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8311
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8327
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8343
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8301
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8317
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8257
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 8029
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8035
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8047
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8041
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 8100
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 8093
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8158
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8146
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8162
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8175
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8139
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8152
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8168
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8104
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 8367
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8373
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8379
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8385
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 8541
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 8533
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8548
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8534
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 8441
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 8431
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8508
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8524
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8496
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8512
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8528
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8489
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8502
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8518
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8445
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 8649
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 8642
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8732
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8748
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8764
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8735
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8751
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8767
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8719
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8729
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8745
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8761
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8739
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8755
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8707
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8771
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8723
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8700
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8713
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8653
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 9451
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9457
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9469
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9475
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9481
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9463
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 8775
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8781
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8787
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8793
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 8846
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 8839
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8904
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8920
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8892
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8908
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8924
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8885
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8898
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8914
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8850
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 9078
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9084
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9090
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9096
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 9255
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 9247
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9262
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9248
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 9152
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 9142
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9235
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9206
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9222
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9238
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9232
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9210
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9226
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9242
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9200
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9216
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9156
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 8928
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8934
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8946
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 8940
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 8999
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 8992
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9057
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9045
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9061
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9074
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9038
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9051
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9067
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9003
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 9266
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9272
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9278
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9284
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 9440
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 9432
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9447
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9433
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 9340
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 9330
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9407
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9423
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9395
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9411
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9427
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9388
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9401
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9417
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9344
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 9548
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 9541
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9631
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9647
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9663
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9634
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9650
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9666
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9618
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9628
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9644
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9660
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9638
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9654
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9606
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9670
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9622
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9599
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9612
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9552
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 9674
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9680
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 9719
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 9712
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9752
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9756
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9746
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 9723
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 10158
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxis",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#include_zero Dashboard#include_zero}",
            "stability": "stable",
            "summary": "Always include zero or fit the axis to the data range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10164
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10170
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10176
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10182
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10188
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxis"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 10255
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 10248
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10312
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10328
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10344
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10360
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10376
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxisOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10316
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10332
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10348
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10364
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10380
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10306
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10322
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10338
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10354
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10370
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10259
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionYaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 19544
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19604
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19550
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group Dashboard#group}",
            "stability": "stable",
            "summary": "The list of tags to group nodes by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19556
          },
          "name": "group",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#node_type Dashboard#node_type}",
            "stability": "stable",
            "summary": "The type of node used. Valid values are `host`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19574
          },
          "name": "nodeType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#no_group_hosts Dashboard#no_group_hosts}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to show ungrouped nodes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19562
          },
          "name": "noGroupHosts",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#no_metric_hosts Dashboard#no_metric_hosts}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to show nodes with no metrics."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19568
          },
          "name": "noMetricHosts",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19610
          },
          "name": "request",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequest"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scope Dashboard#scope}",
            "stability": "stable",
            "summary": "The list of tags to filter nodes by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19580
          },
          "name": "scope",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19616
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyle"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19586
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19592
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19598
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 10855
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10861
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10867
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10873
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10879
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 11067
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 11059
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11074
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11060
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 10942
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 10932
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11002
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11018
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11034
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11050
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11006
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11022
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11038
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11054
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10996
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11012
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11028
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11044
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 10946
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 19732
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 19725
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19972
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19988
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequest"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20004
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19975
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19831
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19847
          },
          "name": "resetGroup"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19895
          },
          "name": "resetNodeType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19863
          },
          "name": "resetNoGroupHosts"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19879
          },
          "name": "resetNoMetricHosts"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19991
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19911
          },
          "name": "resetScope"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20007
          },
          "name": "resetStyle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19927
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19943
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19959
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19969
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19985
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20001
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19979
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19835
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19851
          },
          "name": "groupInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19899
          },
          "name": "nodeTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19867
          },
          "name": "noGroupHostsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19883
          },
          "name": "noMetricHostsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19995
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequest"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19915
          },
          "name": "scopeInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20011
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19947
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19931
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19963
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19825
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19841
          },
          "name": "group",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19889
          },
          "name": "nodeType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19857
          },
          "name": "noGroupHosts",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19873
          },
          "name": "noMetricHosts",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19905
          },
          "name": "scope",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19921
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19937
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19953
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19736
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 19232
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fill Dashboard#fill}",
            "stability": "stable",
            "summary": "fill block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19238
          },
          "name": "fill",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFill"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#size Dashboard#size}",
            "stability": "stable",
            "summary": "size block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19244
          },
          "name": "size",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSize"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFill": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFill",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 14862
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFill",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14874
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14880
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14886
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14868
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14892
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14898
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFill"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 11754
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11760
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11772
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11778
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11784
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11766
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 11078
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11084
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11090
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11096
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 11149
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 11142
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11207
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11223
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11195
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11211
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11227
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11188
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11201
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11217
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11153
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 11381
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11387
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11393
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11399
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 11558
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 11550
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11565
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11551
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 11455
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 11445
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11538
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11509
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11525
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11541
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11535
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11513
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11529
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11545
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11503
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11519
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11459
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 11231
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11237
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11249
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11243
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 11302
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 11295
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11360
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11348
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11364
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11377
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11341
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11354
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11370
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11306
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 11569
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11575
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11581
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11587
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 11743
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 11735
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11750
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11736
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 11643
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 11633
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11710
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11726
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11698
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11714
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11730
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11691
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11704
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11720
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11647
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 11851
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 11844
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11934
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11950
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11966
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11937
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11953
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11969
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11921
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11931
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11947
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11963
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11941
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11957
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11909
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11973
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11925
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11902
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11915
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11855
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 15144
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 15136
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15151
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15137
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFill"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 12653
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12659
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12671
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12677
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12683
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12665
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 11977
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11983
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11989
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 11995
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 12048
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 12041
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12106
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12122
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12094
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12110
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12126
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12087
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12100
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12116
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12052
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 12280
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12286
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12292
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12298
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 12457
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 12449
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12464
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12450
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 12354
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 12344
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12437
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12408
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12424
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12440
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12434
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12412
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12428
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12444
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12402
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12418
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12358
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 12130
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12136
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12148
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12142
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 12201
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 12194
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12259
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12247
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12263
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12276
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12240
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12253
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12269
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12205
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 12468
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12474
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12480
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12486
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 12642
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 12634
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12649
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12635
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 12542
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 12532
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12609
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12625
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12597
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12613
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12629
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12590
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12603
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12619
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12546
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 12750
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 12743
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12833
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12849
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12865
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12836
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12852
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12868
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12820
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12830
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12846
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12862
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12840
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12856
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12808
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12872
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12824
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12801
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12814
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12754
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 14975
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 14965
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15060
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15076
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15092
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15108
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15124
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15063
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15079
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15095
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15047
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15111
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15127
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15057
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15073
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15089
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15105
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15121
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15067
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15083
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15099
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15051
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15115
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15131
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15041
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14979
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFill"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 12876
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12894
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12882
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12888
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12900
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 12960
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 12953
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13011
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13027
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13056
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13015
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13031
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13044
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13060
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13005
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13021
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13037
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13050
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 12964
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 13740
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13746
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13758
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13764
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13770
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13752
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 13064
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13070
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13076
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13082
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 13135
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 13128
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13193
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13209
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13181
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13197
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13213
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13174
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13187
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13203
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13139
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 13367
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13373
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13379
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13385
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 13544
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 13536
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13551
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13537
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 13441
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 13431
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13524
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13495
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13511
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13527
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13521
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13499
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13515
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13531
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13489
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13505
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13445
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 13217
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13223
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13235
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13229
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 13288
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 13281
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13346
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13334
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13350
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13363
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13327
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13340
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13356
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13292
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 13555
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13561
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13567
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13573
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 13729
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 13721
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13736
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13722
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 13629
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 13619
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13696
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13712
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13684
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13700
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13716
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13677
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13690
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13706
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13633
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 13837
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 13830
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13920
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13936
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13952
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13923
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13939
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13955
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13907
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13917
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13933
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13949
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13927
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13943
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13895
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13959
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13911
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13888
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13901
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13841
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 14639
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14645
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14657
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14663
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14669
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14651
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 13963
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13969
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13975
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 13981
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 14034
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 14027
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14092
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14108
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14080
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14096
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14112
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14073
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14086
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14102
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14038
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 14266
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14272
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14278
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14284
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 14443
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 14435
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14450
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14436
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 14340
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 14330
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14423
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14394
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14410
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14426
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14420
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14398
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14414
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14430
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14388
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14404
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14344
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 14116
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14122
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14134
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14128
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 14187
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 14180
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14245
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14233
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14249
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14262
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14226
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14239
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14255
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14191
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 14454
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14460
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14466
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14472
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 14628
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 14620
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14635
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14621
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 14528
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 14518
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14595
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14611
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14583
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14599
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14615
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14576
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14589
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14605
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14532
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 14736
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 14729
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14819
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14835
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14851
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14822
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14838
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14854
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14806
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14816
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14832
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14848
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14826
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14842
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14794
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14858
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14810
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14787
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14800
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 14740
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 19290
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 19283
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19326
          },
          "name": "putFill",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFill"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19342
          },
          "name": "putSize",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSize"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19329
          },
          "name": "resetFill"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19345
          },
          "name": "resetSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19323
          },
          "name": "fill",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFillList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19339
          },
          "name": "size",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19333
          },
          "name": "fillInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestFill"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19349
          },
          "name": "sizeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSize"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19294
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequest"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSize": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSize",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 18939
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSize",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18951
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18957
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18963
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18945
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18969
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18975
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSize"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 15831
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15837
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15849
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15855
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15861
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15843
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 15155
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15161
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15167
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15173
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 15226
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 15219
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15284
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15300
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15272
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15288
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15304
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15265
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15278
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15294
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15230
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 15458
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15464
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15470
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15476
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 15635
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 15627
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15642
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15628
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 15532
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 15522
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15615
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15586
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15602
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15618
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15612
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15590
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15606
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15622
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15580
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15596
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15536
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 15308
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15314
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15326
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15320
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 15379
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 15372
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15437
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15425
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15441
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15454
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15418
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15431
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15447
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15383
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 15646
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15652
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15658
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15664
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 15820
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 15812
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15827
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15813
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 15720
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 15710
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15787
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15803
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15775
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15791
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15807
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15768
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15781
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15797
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15724
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 15928
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 15921
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16011
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16027
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16043
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16014
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16030
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16046
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15998
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16008
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16024
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16040
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16018
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16034
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15986
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16050
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16002
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15979
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15992
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 15932
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 19221
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 19213
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19228
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19214
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSize"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 16730
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16736
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16748
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16754
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16760
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16742
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 16054
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16060
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16066
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16072
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 16125
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 16118
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16183
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16199
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16171
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16187
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16203
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16164
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16177
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16193
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16129
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 16357
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16363
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16369
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16375
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 16534
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 16526
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16541
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16527
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 16431
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 16421
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16514
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16485
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16501
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16517
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16511
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16489
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16505
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16521
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16479
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16495
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16435
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 16207
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16213
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16225
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16219
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 16278
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 16271
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16336
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16324
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16340
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16353
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16317
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16330
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16346
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16282
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 16545
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16551
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16557
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16563
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 16719
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 16711
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16726
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16712
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 16619
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 16609
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16686
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16702
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16674
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16690
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16706
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16667
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16680
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16696
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16623
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 16827
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 16820
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16910
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16926
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16942
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16913
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16929
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16945
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16897
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16907
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16923
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16939
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16917
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16933
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16885
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16949
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16901
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16878
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16891
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16831
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 19052
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 19042
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19137
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19153
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19169
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19185
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19201
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19140
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19156
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19172
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19124
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19188
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19204
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19134
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19150
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19166
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19182
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19198
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19144
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19160
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19176
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19128
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19192
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19208
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19118
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19056
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSize"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 16953
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16971
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16959
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16965
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 16977
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 17037
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 17030
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17088
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17104
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17133
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17092
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17108
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17121
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17137
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17082
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17098
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17114
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17127
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17041
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 17817
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17823
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17835
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17841
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17847
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17829
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 17141
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17147
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17153
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17159
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 17212
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 17205
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17270
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17286
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17258
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17274
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17290
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17251
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17264
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17280
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17216
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 17444
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17450
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17456
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17462
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 17621
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 17613
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17628
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17614
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 17518
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 17508
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17601
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17572
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17588
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17604
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17598
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17576
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17592
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17608
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17566
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17582
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17522
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 17294
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17300
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17312
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17306
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 17365
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 17358
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17423
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17411
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17427
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17440
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17404
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17417
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17433
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17369
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 17632
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17638
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17644
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17650
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 17806
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 17798
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17813
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17799
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 17706
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 17696
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17773
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17789
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17761
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17777
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17793
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17754
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17767
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17783
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17710
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 17914
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 17907
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17997
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18013
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18029
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18000
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18016
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18032
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17984
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17994
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18010
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18026
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18004
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18020
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17972
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18036
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17988
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17965
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17978
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 17918
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 18716
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18722
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18734
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18740
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18746
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18728
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 18040
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18046
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18052
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18058
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 18111
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 18104
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18169
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18185
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18157
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18173
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18189
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18150
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18163
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18179
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18115
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 18343
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18349
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18355
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18361
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 18520
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 18512
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18527
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18513
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 18417
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 18407
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18500
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18471
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18487
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18503
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18497
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18475
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18491
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18507
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18465
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18481
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18421
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 18193
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18199
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18211
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18205
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 18264
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 18257
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18322
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18310
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18326
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18339
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18303
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18316
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18332
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18268
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 18531
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18537
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18543
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18549
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 18705
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 18697
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18712
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18698
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 18605
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 18595
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18672
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18688
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18660
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18676
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18692
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18653
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18666
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18682
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18609
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 18813
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 18806
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18896
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18912
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18928
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18899
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18915
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18931
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18883
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18893
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18909
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18925
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18903
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18919
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18871
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18935
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18887
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18864
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18877
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 18817
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 19353
      },
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fill_max Dashboard#fill_max}",
            "stability": "stable",
            "summary": "The max value to use to color the map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19359
          },
          "name": "fillMax",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fill_min Dashboard#fill_min}",
            "stability": "stable",
            "summary": "The min value to use to color the map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19365
          },
          "name": "fillMin",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19371
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_flip Dashboard#palette_flip}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to flip the palette tones."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19377
          },
          "name": "paletteFlip",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 19437
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 19430
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19488
          },
          "name": "resetFillMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19504
          },
          "name": "resetFillMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19520
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19536
          },
          "name": "resetPaletteFlip"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19492
          },
          "name": "fillMaxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19508
          },
          "name": "fillMinInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19540
          },
          "name": "paletteFlipInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19524
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19482
          },
          "name": "fillMax",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19498
          },
          "name": "fillMin",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19514
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19530
          },
          "name": "paletteFlip",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 19441
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetHostmapDefinitionStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetIframeDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetIframeDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 20015
      },
      "name": "DashboardWidgetGroupDefinitionWidgetIframeDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#url Dashboard#url}",
            "stability": "stable",
            "summary": "The URL to use as a data source for the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20021
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetIframeDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetIframeDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetIframeDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 20060
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 20053
      },
      "name": "DashboardWidgetGroupDefinitionWidgetIframeDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20094
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20087
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20064
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetIframeDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetIframeDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetImageDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetImageDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 20098
      },
      "name": "DashboardWidgetGroupDefinitionWidgetImageDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#url Dashboard#url}",
            "stability": "stable",
            "summary": "The URL to use as a data source for the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20134
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#has_background Dashboard#has_background}",
            "stability": "stable",
            "summary": "Whether to display a background or not. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20104
          },
          "name": "hasBackground",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#has_border Dashboard#has_border}",
            "stability": "stable",
            "summary": "Whether to display a border or not. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20110
          },
          "name": "hasBorder",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#horizontal_align Dashboard#horizontal_align}",
            "stability": "stable",
            "summary": "The horizontal alignment for the widget. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20116
          },
          "name": "horizontalAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Note: `small` and `large` values are deprecated. Valid values are `sm`, `md`, `lg`, `small`, `large`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#margin Dashboard#margin}",
            "stability": "stable",
            "summary": "The margins to use around the image."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20122
          },
          "name": "margin",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "The values are based on the image `object-fit` CSS properties. Note: `zoom`, `fit` and `center` values are deprecated. Valid values are `fill`, `contain`, `cover`, `none`, `scale-down`, `zoom`, `fit`, `center`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sizing Dashboard#sizing}",
            "stability": "stable",
            "summary": "The preferred method to adapt the dimensions of the image."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20128
          },
          "name": "sizing",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#url_dark_theme Dashboard#url_dark_theme}",
            "stability": "stable",
            "summary": "The URL in dark mode to use as a data source for the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20140
          },
          "name": "urlDarkTheme",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#vertical_align Dashboard#vertical_align}",
            "stability": "stable",
            "summary": "The vertical alignment for the widget. Valid values are `center`, `top`, `bottom`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20146
          },
          "name": "verticalAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetImageDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetImageDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetImageDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 20234
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 20227
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20309
          },
          "name": "resetHasBackground"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20325
          },
          "name": "resetHasBorder"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20341
          },
          "name": "resetHorizontalAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20357
          },
          "name": "resetMargin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20373
          },
          "name": "resetSizing"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20402
          },
          "name": "resetUrlDarkTheme"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20418
          },
          "name": "resetVerticalAlign"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetImageDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20313
          },
          "name": "hasBackgroundInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20329
          },
          "name": "hasBorderInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20345
          },
          "name": "horizontalAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20361
          },
          "name": "marginInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20377
          },
          "name": "sizingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20406
          },
          "name": "urlDarkThemeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20390
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20422
          },
          "name": "verticalAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20303
          },
          "name": "hasBackground",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20319
          },
          "name": "hasBorder",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20335
          },
          "name": "horizontalAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20351
          },
          "name": "margin",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20367
          },
          "name": "sizing",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20383
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20396
          },
          "name": "urlDarkTheme",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20412
          },
          "name": "verticalAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20238
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetImageDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetImageDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 8103
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 8095
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8110
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8096
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidget"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 21386
      },
      "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21410
          },
          "name": "request",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21392
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21398
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title. Default is 16."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21404
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 21470
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 21463
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21566
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21521
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21537
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21553
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21563
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21570
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21541
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21525
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21557
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21515
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21531
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21547
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21474
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 21172
      },
      "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#columns Dashboard#columns}",
            "stability": "stable",
            "summary": "columns block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21190
          },
          "name": "columns",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21196
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#response_format Dashboard#response_format}",
            "stability": "stable",
            "summary": "Widget response format. Valid values are `event_list`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21184
          },
          "name": "responseFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21178
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 20426
      },
      "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#field Dashboard#field}",
            "stability": "stable",
            "summary": "Widget column field."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20432
          },
          "name": "field",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#width Dashboard#width}",
            "stability": "stable",
            "summary": "Widget column width. Valid values are `auto`, `compact`, `full`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20438
          },
          "name": "width",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 20568
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 20560
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20575
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20561
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 20487
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 20477
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20535
          },
          "name": "resetField"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20551
          },
          "name": "resetWidth"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20539
          },
          "name": "fieldInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20555
          },
          "name": "widthInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20529
          },
          "name": "field",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20545
          },
          "name": "width",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20491
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 21375
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 21367
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21382
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21368
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 21259
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 21249
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21345
          },
          "name": "putColumns",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21358
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21319
          },
          "name": "resetDescription"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21342
          },
          "name": "columns",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21355
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21349
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21323
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21362
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21336
          },
          "name": "responseFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21313
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21329
          },
          "name": "responseFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21263
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 20844
      },
      "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs_stream`, `audit_stream`, `ci_pipeline_stream`, `ci_test_stream`, `rum_issue_stream`, `apm_issue_stream`, `trace_stream`, `logs_issue_stream`, `logs_pattern_stream`, `logs_transaction_stream`, `event_stream`, `rum_stream`, `llm_observability_stream`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "Source from which to query items to display in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20856
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#clustering_pattern_field_path Dashboard#clustering_pattern_field_path}",
            "stability": "stable",
            "summary": "Specifies the field for logs pattern clustering. Can only be used with `logs_pattern_stream`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20850
          },
          "name": "clusteringPatternFieldPath",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_size Dashboard#event_size}",
            "stability": "stable",
            "summary": "Size of events displayed in widget. Required if `data_source` is `event_stream`. Valid values are `s`, `l`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20862
          },
          "name": "eventSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20886
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "List of indexes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20868
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query_string Dashboard#query_string}",
            "stability": "stable",
            "summary": "Widget query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20874
          },
          "name": "queryString",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20892
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20880
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 20579
      },
      "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "Facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20585
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 20683
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 20675
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20690
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20676
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 20627
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 20617
      },
      "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20670
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20663
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20631
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 20980
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 20973
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21145
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21161
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21055
          },
          "name": "resetClusteringPatternFieldPath"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21084
          },
          "name": "resetEventSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21148
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21100
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21116
          },
          "name": "resetQueryString"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21164
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21132
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21142
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21158
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21059
          },
          "name": "clusteringPatternFieldPathInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21072
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21088
          },
          "name": "eventSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21152
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21104
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21120
          },
          "name": "queryStringInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21168
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21136
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21049
          },
          "name": "clusteringPatternFieldPath",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21065
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21078
          },
          "name": "eventSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21094
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21110
          },
          "name": "queryString",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21126
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20984
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 20694
      },
      "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#column Dashboard#column}",
            "stability": "stable",
            "summary": "The facet path for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20700
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20712
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20706
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 20765
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 20758
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20823
          },
          "name": "resetDescription"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20811
          },
          "name": "columnInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20827
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20840
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20804
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20817
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20833
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 20769
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetLogStreamDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetLogStreamDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 21724
      },
      "name": "DashboardWidgetGroupDefinitionWidgetLogStreamDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#columns Dashboard#columns}",
            "stability": "stable",
            "summary": "Stringified list of columns to use, for example: `[\"column1\",\"column2\",\"column3\"]`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21730
          },
          "name": "columns",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21736
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21742
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21748
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#message_display Dashboard#message_display}",
            "stability": "stable",
            "summary": "The number of log lines to display. Valid values are `inline`, `expanded-md`, `expanded-lg`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21754
          },
          "name": "messageDisplay",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21760
          },
          "name": "query",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_date_column Dashboard#show_date_column}",
            "stability": "stable",
            "summary": "If the date column should be displayed."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21766
          },
          "name": "showDateColumn",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_message_column Dashboard#show_message_column}",
            "stability": "stable",
            "summary": "If the message column should be displayed."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21772
          },
          "name": "showMessageColumn",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21796
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21778
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21784
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21790
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetLogStreamDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 21912
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 21905
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22184
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22011
          },
          "name": "resetColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22027
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22043
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22059
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22075
          },
          "name": "resetMessageDisplay"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22091
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22107
          },
          "name": "resetShowDateColumn"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22123
          },
          "name": "resetShowMessageColumn"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22187
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22139
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22155
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22171
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22181
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22015
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22031
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22047
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22063
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22079
          },
          "name": "messageDisplayInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22095
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22111
          },
          "name": "showDateColumnInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22127
          },
          "name": "showMessageColumnInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22191
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22159
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22143
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22175
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22005
          },
          "name": "columns",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22021
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22037
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22053
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22069
          },
          "name": "messageDisplay",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22085
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22101
          },
          "name": "showDateColumn",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22117
          },
          "name": "showMessageColumn",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22133
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22149
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22165
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21916
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetLogStreamDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 21574
      },
      "name": "DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#column Dashboard#column}",
            "stability": "stable",
            "summary": "The facet path for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21580
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21592
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21586
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 21645
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 21638
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21703
          },
          "name": "resetDescription"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21691
          },
          "name": "columnInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21707
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21720
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21684
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21697
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21713
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 21649
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetManageStatusDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetManageStatusDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 22195
      },
      "name": "DashboardWidgetGroupDefinitionWidgetManageStatusDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22219
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#color_preference Dashboard#color_preference}",
            "stability": "stable",
            "summary": "Whether to colorize text or background. Valid values are `background`, `text`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22201
          },
          "name": "colorPreference",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#display_format Dashboard#display_format}",
            "stability": "stable",
            "summary": "The display setting to use. Valid values are `counts`, `countsAndList`, `list`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22207
          },
          "name": "displayFormat",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_zero_counts Dashboard#hide_zero_counts}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to hide empty categories."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22213
          },
          "name": "hideZeroCounts",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_last_triggered Dashboard#show_last_triggered}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to show when monitors/groups last triggered."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22225
          },
          "name": "showLastTriggered",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_priority Dashboard#show_priority}",
            "stability": "stable",
            "summary": "Whether to show the priorities column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22231
          },
          "name": "showPriority",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `name`, `group`, `status`, `tags`, `triggered`, `group,asc`, `group,desc`, `name,asc`, `name,desc`, `status,asc`, `status,desc`, `tags,asc`, `tags,desc`, `triggered,asc`, `triggered,desc`, `priority,asc`, `priority,desc`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The method to sort the monitors."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22237
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#summary_type Dashboard#summary_type}",
            "stability": "stable",
            "summary": "The summary type to use. Valid values are `monitors`, `groups`, `combined`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22243
          },
          "name": "summaryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22249
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22255
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22261
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetManageStatusDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetManageStatusDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetManageStatusDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 22370
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 22363
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22463
          },
          "name": "resetColorPreference"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22479
          },
          "name": "resetDisplayFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22495
          },
          "name": "resetHideZeroCounts"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22524
          },
          "name": "resetShowLastTriggered"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22540
          },
          "name": "resetShowPriority"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22556
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22572
          },
          "name": "resetSummaryType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22588
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22604
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22620
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetManageStatusDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22467
          },
          "name": "colorPreferenceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22483
          },
          "name": "displayFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22499
          },
          "name": "hideZeroCountsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22512
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22528
          },
          "name": "showLastTriggeredInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22544
          },
          "name": "showPriorityInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22560
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22576
          },
          "name": "summaryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22608
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22592
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22624
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22457
          },
          "name": "colorPreference",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22473
          },
          "name": "displayFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22489
          },
          "name": "hideZeroCounts",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22505
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22518
          },
          "name": "showLastTriggered",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22534
          },
          "name": "showPriority",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22550
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22566
          },
          "name": "summaryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22582
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22598
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22614
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22374
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetManageStatusDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetManageStatusDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetNoteDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetNoteDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 22628
      },
      "name": "DashboardWidgetGroupDefinitionWidgetNoteDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#content Dashboard#content}",
            "stability": "stable",
            "summary": "The content of the note."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22640
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#background_color Dashboard#background_color}",
            "stability": "stable",
            "summary": "The background color of the note."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22634
          },
          "name": "backgroundColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22646
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#font_size Dashboard#font_size}",
            "stability": "stable",
            "summary": "The size of the text."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22652
          },
          "name": "fontSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#has_padding Dashboard#has_padding}",
            "stability": "stable",
            "summary": "Whether to add padding or not. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22658
          },
          "name": "hasPadding",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_tick Dashboard#show_tick}",
            "stability": "stable",
            "summary": "Whether to show a tick or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22664
          },
          "name": "showTick",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_align Dashboard#text_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's text. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22670
          },
          "name": "textAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `bottom`, `left`, `right`, `top`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tick_edge Dashboard#tick_edge}",
            "stability": "stable",
            "summary": "When `tick = true`, a string indicating on which side of the widget the tick should be displayed."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22676
          },
          "name": "tickEdge",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tick_pos Dashboard#tick_pos}",
            "stability": "stable",
            "summary": "When `tick = true`, a string with a percent sign indicating the position of the tick, for example: `tick_pos = \"50%\"` is centered alignment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22682
          },
          "name": "tickPos",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#vertical_align Dashboard#vertical_align}",
            "stability": "stable",
            "summary": "The vertical alignment for the widget. Valid values are `center`, `top`, `bottom`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22688
          },
          "name": "verticalAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetNoteDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetNoteDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetNoteDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 22790
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 22783
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22877
          },
          "name": "resetBackgroundColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22906
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22922
          },
          "name": "resetFontSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22938
          },
          "name": "resetHasPadding"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22954
          },
          "name": "resetShowTick"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22970
          },
          "name": "resetTextAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22986
          },
          "name": "resetTickEdge"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23002
          },
          "name": "resetTickPos"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23018
          },
          "name": "resetVerticalAlign"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetNoteDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22881
          },
          "name": "backgroundColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22894
          },
          "name": "contentInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22910
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22926
          },
          "name": "fontSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22942
          },
          "name": "hasPaddingInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22958
          },
          "name": "showTickInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22974
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22990
          },
          "name": "tickEdgeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23006
          },
          "name": "tickPosInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23022
          },
          "name": "verticalAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22871
          },
          "name": "backgroundColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22887
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22900
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22916
          },
          "name": "fontSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22932
          },
          "name": "hasPadding",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22948
          },
          "name": "showTick",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22964
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22980
          },
          "name": "tickEdge",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22996
          },
          "name": "tickPos",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23012
          },
          "name": "verticalAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 22794
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetNoteDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetNoteDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 7335
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 7325
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7571
          },
          "name": "putAlertGraphDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetAlertGraphDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7587
          },
          "name": "putAlertValueDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetAlertValueDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7603
          },
          "name": "putChangeDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7619
          },
          "name": "putCheckStatusDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetCheckStatusDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7635
          },
          "name": "putDistributionDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7651
          },
          "name": "putEventStreamDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetEventStreamDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7667
          },
          "name": "putEventTimelineDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetEventTimelineDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7683
          },
          "name": "putFreeTextDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetFreeTextDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7699
          },
          "name": "putGeomapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7715
          },
          "name": "putHeatmapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7731
          },
          "name": "putHostmapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7747
          },
          "name": "putIframeDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetIframeDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7763
          },
          "name": "putImageDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetImageDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7779
          },
          "name": "putListStreamDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7795
          },
          "name": "putLogStreamDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetLogStreamDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7811
          },
          "name": "putManageStatusDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetManageStatusDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7827
          },
          "name": "putNoteDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetNoteDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7843
          },
          "name": "putPowerpackDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7859
          },
          "name": "putQueryTableDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7875
          },
          "name": "putQueryValueDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7891
          },
          "name": "putRunWorkflowDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7907
          },
          "name": "putScatterplotDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7923
          },
          "name": "putServiceLevelObjectiveDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7939
          },
          "name": "putServicemapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7955
          },
          "name": "putSloListDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7971
          },
          "name": "putSplitGraphDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7987
          },
          "name": "putSunburstDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8003
          },
          "name": "putTimeseriesDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8019
          },
          "name": "putToplistDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8035
          },
          "name": "putTopologyMapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8051
          },
          "name": "putTraceServiceDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTraceServiceDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8067
          },
          "name": "putTreemapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8083
          },
          "name": "putWidgetLayout",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetWidgetLayout"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7574
          },
          "name": "resetAlertGraphDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7590
          },
          "name": "resetAlertValueDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7606
          },
          "name": "resetChangeDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7622
          },
          "name": "resetCheckStatusDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7638
          },
          "name": "resetDistributionDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7654
          },
          "name": "resetEventStreamDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7670
          },
          "name": "resetEventTimelineDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7686
          },
          "name": "resetFreeTextDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7702
          },
          "name": "resetGeomapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7718
          },
          "name": "resetHeatmapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7734
          },
          "name": "resetHostmapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7750
          },
          "name": "resetIframeDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7766
          },
          "name": "resetImageDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7782
          },
          "name": "resetListStreamDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7798
          },
          "name": "resetLogStreamDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7814
          },
          "name": "resetManageStatusDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7830
          },
          "name": "resetNoteDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7846
          },
          "name": "resetPowerpackDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7862
          },
          "name": "resetQueryTableDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7878
          },
          "name": "resetQueryValueDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7894
          },
          "name": "resetRunWorkflowDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7910
          },
          "name": "resetScatterplotDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7926
          },
          "name": "resetServiceLevelObjectiveDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7942
          },
          "name": "resetServicemapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7958
          },
          "name": "resetSloListDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7974
          },
          "name": "resetSplitGraphDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7990
          },
          "name": "resetSunburstDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8006
          },
          "name": "resetTimeseriesDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8022
          },
          "name": "resetToplistDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8038
          },
          "name": "resetTopologyMapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8054
          },
          "name": "resetTraceServiceDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8070
          },
          "name": "resetTreemapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8086
          },
          "name": "resetWidgetLayout"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7568
          },
          "name": "alertGraphDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetAlertGraphDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7584
          },
          "name": "alertValueDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetAlertValueDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7600
          },
          "name": "changeDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7616
          },
          "name": "checkStatusDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetCheckStatusDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7632
          },
          "name": "distributionDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7648
          },
          "name": "eventStreamDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetEventStreamDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7664
          },
          "name": "eventTimelineDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetEventTimelineDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7680
          },
          "name": "freeTextDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetFreeTextDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7696
          },
          "name": "geomapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7712
          },
          "name": "heatmapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7728
          },
          "name": "hostmapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7562
          },
          "name": "id",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7744
          },
          "name": "iframeDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetIframeDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7760
          },
          "name": "imageDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetImageDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7776
          },
          "name": "listStreamDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7792
          },
          "name": "logStreamDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetLogStreamDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7808
          },
          "name": "manageStatusDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetManageStatusDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7824
          },
          "name": "noteDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetNoteDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7840
          },
          "name": "powerpackDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7856
          },
          "name": "queryTableDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7872
          },
          "name": "queryValueDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7888
          },
          "name": "runWorkflowDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7904
          },
          "name": "scatterplotDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7920
          },
          "name": "serviceLevelObjectiveDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7936
          },
          "name": "servicemapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7952
          },
          "name": "sloListDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7968
          },
          "name": "splitGraphDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7984
          },
          "name": "sunburstDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8000
          },
          "name": "timeseriesDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8016
          },
          "name": "toplistDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8032
          },
          "name": "topologyMapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8048
          },
          "name": "traceServiceDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTraceServiceDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8064
          },
          "name": "treemapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8080
          },
          "name": "widgetLayout",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetWidgetLayoutOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7578
          },
          "name": "alertGraphDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetAlertGraphDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7594
          },
          "name": "alertValueDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetAlertValueDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7610
          },
          "name": "changeDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetChangeDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7626
          },
          "name": "checkStatusDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetCheckStatusDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7642
          },
          "name": "distributionDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetDistributionDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7658
          },
          "name": "eventStreamDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetEventStreamDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7674
          },
          "name": "eventTimelineDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetEventTimelineDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7690
          },
          "name": "freeTextDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetFreeTextDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7706
          },
          "name": "geomapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetGeomapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7722
          },
          "name": "heatmapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHeatmapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7738
          },
          "name": "hostmapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetHostmapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7754
          },
          "name": "iframeDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetIframeDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7770
          },
          "name": "imageDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetImageDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7786
          },
          "name": "listStreamDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetListStreamDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7802
          },
          "name": "logStreamDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetLogStreamDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7818
          },
          "name": "manageStatusDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetManageStatusDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7834
          },
          "name": "noteDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetNoteDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7850
          },
          "name": "powerpackDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7866
          },
          "name": "queryTableDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7882
          },
          "name": "queryValueDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7898
          },
          "name": "runWorkflowDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7914
          },
          "name": "scatterplotDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7930
          },
          "name": "serviceLevelObjectiveDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7946
          },
          "name": "servicemapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7962
          },
          "name": "sloListDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7978
          },
          "name": "splitGraphDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7994
          },
          "name": "sunburstDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8010
          },
          "name": "timeseriesDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8026
          },
          "name": "toplistDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8042
          },
          "name": "topologyMapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8058
          },
          "name": "traceServiceDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTraceServiceDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8074
          },
          "name": "treemapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8090
          },
          "name": "widgetLayoutInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetWidgetLayout"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 7339
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidget"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 23511
      },
      "name": "DashboardWidgetGroupDefinitionWidgetPowerpackDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#powerpack_id Dashboard#powerpack_id}",
            "stability": "stable",
            "summary": "UUID of the associated powerpack."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23535
          },
          "name": "powerpackId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#background_color Dashboard#background_color}",
            "stability": "stable",
            "summary": "The background color of the powerpack title."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23517
          },
          "name": "backgroundColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#banner_img Dashboard#banner_img}",
            "stability": "stable",
            "summary": "URL of image to display as a banner for the powerpack."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23523
          },
          "name": "bannerImg",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23529
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_title Dashboard#show_title}",
            "stability": "stable",
            "summary": "Whether to show the title of the powerpack."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23541
          },
          "name": "showTitle",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#template_variables Dashboard#template_variables}",
            "stability": "stable",
            "summary": "template_variables block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23553
          },
          "name": "templateVariables",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariables"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "Title of the powerpack."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23547
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetPowerpackDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 23634
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 23627
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23793
          },
          "name": "putTemplateVariables",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariables"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23703
          },
          "name": "resetBackgroundColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23719
          },
          "name": "resetBannerImg"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23735
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23764
          },
          "name": "resetShowTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23796
          },
          "name": "resetTemplateVariables"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23780
          },
          "name": "resetTitle"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23790
          },
          "name": "templateVariables",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23707
          },
          "name": "backgroundColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23723
          },
          "name": "bannerImgInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23739
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23752
          },
          "name": "powerpackIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23768
          },
          "name": "showTitleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23800
          },
          "name": "templateVariablesInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariables"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23784
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23697
          },
          "name": "backgroundColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23713
          },
          "name": "bannerImg",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23729
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23745
          },
          "name": "powerpackId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23758
          },
          "name": "showTitle",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23774
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23638
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariables": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariables",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 23390
      },
      "name": "DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariables",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#controlled_by_powerpack Dashboard#controlled_by_powerpack}",
            "stability": "stable",
            "summary": "controlled_by_powerpack block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23396
          },
          "name": "controlledByPowerpack",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#controlled_externally Dashboard#controlled_externally}",
            "stability": "stable",
            "summary": "controlled_externally block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23402
          },
          "name": "controlledExternally",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternally"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariables"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 23026
      },
      "name": "DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23032
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#values Dashboard#values}",
            "stability": "stable",
            "summary": "One or many template variable values within the saved view, which will be unioned together using `OR` if more than one is specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23044
          },
          "name": "values",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#prefix Dashboard#prefix}",
            "stability": "stable",
            "summary": "The tag prefix associated with the variable. Only tags with this prefix appear in the variable dropdown."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23038
          },
          "name": "prefix",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 23197
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 23189
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23204
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23190
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 23100
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 23090
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23167
          },
          "name": "resetPrefix"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23155
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23171
          },
          "name": "prefixInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23184
          },
          "name": "valuesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23148
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23161
          },
          "name": "prefix",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23177
          },
          "name": "values",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23104
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternally": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternally",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 23208
      },
      "name": "DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternally",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23214
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#values Dashboard#values}",
            "stability": "stable",
            "summary": "One or many template variable values within the saved view, which will be unioned together using `OR` if more than one is specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23226
          },
          "name": "values",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#prefix Dashboard#prefix}",
            "stability": "stable",
            "summary": "The tag prefix associated with the variable. Only tags with this prefix appear in the variable dropdown."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23220
          },
          "name": "prefix",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternally"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternallyList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternallyList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 23379
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 23371
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23386
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternallyOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternallyList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23372
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternally"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternallyList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternallyOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternallyOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 23282
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 23272
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23349
          },
          "name": "resetPrefix"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternallyOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23337
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23353
          },
          "name": "prefixInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23366
          },
          "name": "valuesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23330
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23343
          },
          "name": "prefix",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23359
          },
          "name": "values",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23286
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternally"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternallyOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 23448
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 23441
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23484
          },
          "name": "putControlledByPowerpack",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23500
          },
          "name": "putControlledExternally",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternally"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23487
          },
          "name": "resetControlledByPowerpack"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23503
          },
          "name": "resetControlledExternally"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23481
          },
          "name": "controlledByPowerpack",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23497
          },
          "name": "controlledExternally",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternallyList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23491
          },
          "name": "controlledByPowerpackInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23507
          },
          "name": "controlledExternallyInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesControlledExternally"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23452
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariables"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetPowerpackDefinitionTemplateVariablesOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 10735
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10783
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10741
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#has_search_bar Dashboard#has_search_bar}",
            "stability": "stable",
            "summary": "Controls the display of the search bar. Valid values are `always`, `never`, `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10747
          },
          "name": "hasSearchBar",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10753
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10759
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10789
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10765
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10771
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10777
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 23804
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23810
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23816
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23822
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23828
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 24016
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 24008
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24023
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24009
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 23891
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 23881
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23951
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23967
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23983
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23999
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23955
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23971
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23987
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24003
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23945
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23961
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23977
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23993
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 23895
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 10884
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 10877
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11074
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11090
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11077
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10965
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10981
          },
          "name": "resetHasSearchBar"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10997
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11013
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11093
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11029
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11045
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11061
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11071
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11087
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11081
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10969
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10985
          },
          "name": "hasSearchBarInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11001
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11017
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11097
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11049
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11033
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11065
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10959
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10975
          },
          "name": "hasSearchBar",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10991
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11007
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11023
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11039
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11055
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10888
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 10092
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregator to use for time aggregation. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10098
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "The alias for the column name (defaults to metric name)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10104
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10134
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_stats_query Dashboard#apm_stats_query}",
            "stability": "stable",
            "summary": "apm_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10140
          },
          "name": "apmStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10110
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10146
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10152
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of lines to show in the table."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10116
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10158
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The sort order for the rows. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10122
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10164
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10128
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10170
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10176
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10182
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_formats Dashboard#text_formats}",
            "stability": "stable",
            "summary": "text_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10188
          },
          "name": "textFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 204
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 210
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 222
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 228
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 234
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 216
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 24027
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24033
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24039
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24045
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 24098
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 24091
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24156
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24172
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24144
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24160
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24176
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24137
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24150
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24166
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24102
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 24330
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24336
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24342
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24348
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 24507
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 24499
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24514
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24500
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 24404
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 24394
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24487
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24458
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24474
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24490
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24484
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24462
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24478
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24494
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24452
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24468
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24408
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 24180
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24186
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24198
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24192
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs800.ts",
          "line": 24251
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs800.ts",
        "line": 24244
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24309
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24297
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24313
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24326
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24290
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24303
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24319
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs800.ts",
            "line": 24255
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs800:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 19
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 31
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 37
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 193
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 185
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 200
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 186
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 93
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 83
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 160
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 176
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 148
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 164
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 180
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 141
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 154
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 170
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 97
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 301
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 294
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 384
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 400
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 416
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 387
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 403
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 419
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 371
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 381
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 397
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 413
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 391
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 407
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 359
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 423
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 375
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 352
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 365
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 305
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 647
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "The environment name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 653
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The operation name associated with the service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 659
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag Dashboard#primary_tag}",
            "stability": "stable",
            "summary": "The organization's host group name and value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 665
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#row_type Dashboard#row_type}",
            "stability": "stable",
            "summary": "The level of detail for the request. Valid values are `service`, `resource`, `span`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 677
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "The service name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 683
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#columns Dashboard#columns}",
            "stability": "stable",
            "summary": "columns block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 689
          },
          "name": "columns",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource Dashboard#resource}",
            "stability": "stable",
            "summary": "The resource name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 671
          },
          "name": "resource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 427
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The column name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 445
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "A user-assigned alias for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 433
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 439
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 451
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 636
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 628
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 643
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 629
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 514
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 504
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 574
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 590
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 619
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 578
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 594
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 607
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 623
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 568
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 584
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 600
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 613
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 518
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 770
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 763
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 917
          },
          "name": "putColumns",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 920
          },
          "name": "resetColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 878
          },
          "name": "resetResource"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 914
          },
          "name": "columns",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 924
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 840
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 853
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 866
          },
          "name": "primaryTagInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 882
          },
          "name": "resourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 895
          },
          "name": "rowTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 908
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 833
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 846
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 859
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 872
          },
          "name": "resource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 888
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 901
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 774
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 928
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 934
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 970
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 982
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 940
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 946
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 952
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 958
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 964
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 976
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 1306
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 1298
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1313
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1299
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 1080
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 1070
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1183
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1199
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1215
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1231
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1247
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1276
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1171
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1187
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1203
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1219
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1235
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1251
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1264
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1280
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1293
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1164
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1177
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1193
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1209
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1225
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1241
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1257
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1270
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1286
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1084
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 2590
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2608
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2596
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2602
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode_options Dashboard#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2614
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2620
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2626
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#number_format Dashboard#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2632
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2638
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 1317
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#trend_type Dashboard#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1323
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#y_scale Dashboard#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared`, `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1329
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 1375
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 1368
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1414
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1430
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1418
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1434
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1408
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1424
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1379
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 1438
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1444
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1480
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1492
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1450
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1456
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1462
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1468
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1474
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1486
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 1816
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 1808
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1823
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1809
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 1590
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 1580
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1693
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1709
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1725
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1741
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1757
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1786
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1681
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1697
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1713
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1729
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1745
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1761
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1774
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1790
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1803
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1674
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1687
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1703
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1719
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1735
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1751
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1767
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1780
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1796
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1594
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 1827
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1833
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1839
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 1885
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 1878
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1924
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1940
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1928
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1944
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1918
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1934
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1889
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 2939
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 2931
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2946
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2932
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 2351
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2357
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2363
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 2409
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 2402
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2445
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2458
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2461
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2442
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2455
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2449
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2465
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2413
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 2149
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#canonical Dashboard#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2155
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom Dashboard#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2161
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 1948
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1960
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 1954
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 2006
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 1999
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2045
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2049
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2062
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2039
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2055
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2010
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 2066
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2072
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 2111
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 2104
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2145
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2138
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2115
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 2207
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 2200
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2243
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2259
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2246
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2262
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2240
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2256
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2250
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2266
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2211
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 2270
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2274
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 2313
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 2306
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2347
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2340
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2317
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 2729
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 2719
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2855
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2871
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2887
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2903
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2919
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2813
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2829
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2858
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2874
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2890
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2906
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2922
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2852
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2868
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2884
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2900
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2916
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2817
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2833
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2862
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2878
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2846
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2894
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2910
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2926
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2807
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2823
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2839
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2733
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 2469
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2475
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_index Dashboard#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2481
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 2527
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 2520
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2566
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2582
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2586
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2570
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2560
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2576
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2531
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 10724
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 10716
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10731
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10717
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 3626
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3632
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3644
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3650
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3656
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3638
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 2950
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2956
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2962
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 2968
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 3021
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 3014
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3079
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3095
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3067
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3083
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3099
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3060
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3073
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3089
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3025
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 3253
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3259
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3265
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3271
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 3430
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 3422
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3437
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3423
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 3327
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 3317
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3410
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3381
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3397
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3413
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3407
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3385
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3401
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3417
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3375
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3391
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3331
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 3103
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3109
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3121
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3115
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 3174
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 3167
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3232
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3220
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3236
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3249
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3213
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3226
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3242
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3178
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 3441
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3447
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3453
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3459
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 3615
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 3607
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3622
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3608
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 3515
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 3505
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3582
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3598
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3570
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3586
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3602
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3563
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3576
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3592
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3519
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 3723
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 3716
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3806
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3822
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3838
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3809
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3825
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3841
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3793
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3803
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3819
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3835
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3813
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3829
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3781
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3845
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3797
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3774
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3787
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3727
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 10335
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 10325
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10560
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10576
          },
          "name": "putApmStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10592
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10608
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10624
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10640
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10656
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10672
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10688
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10704
          },
          "name": "putTextFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10467
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10483
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10563
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10579
          },
          "name": "resetApmStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10499
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10595
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10611
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10515
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10627
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10531
          },
          "name": "resetOrder"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10643
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10547
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10659
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10675
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10691
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10707
          },
          "name": "resetTextFormats"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10557
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10573
          },
          "name": "apmStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10589
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10605
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10621
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10637
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10653
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10669
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10685
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10701
          },
          "name": "textFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10471
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10487
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10567
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10583
          },
          "name": "apmStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10503
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10599
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10615
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10519
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10631
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10535
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10647
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10551
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10663
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10679
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10695
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10711
          },
          "name": "textFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10461
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10477
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10493
          },
          "name": "cellDisplayMode",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10509
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10525
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10541
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10339
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 3849
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3867
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3855
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3861
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3873
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 3933
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 3926
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3984
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4000
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4029
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3988
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4004
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4017
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4033
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3978
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3994
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4010
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4023
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 3937
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 7328
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7334
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7340
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7346
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7352
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7358
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7364
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7370
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 4037
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4049
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4055
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4067
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4073
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4091
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4097
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4103
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4043
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4061
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4079
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4085
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 4212
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 4205
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4305
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4347
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4389
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4405
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4309
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4322
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4335
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4351
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4364
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4377
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4393
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4409
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4422
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4435
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4448
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4299
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4315
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4328
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4341
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4357
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4370
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4383
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4399
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4415
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4428
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4441
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4216
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 4452
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4464
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4470
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4482
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4512
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4518
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4458
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4476
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4488
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4494
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4500
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4506
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 4627
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 4620
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4720
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4762
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4791
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4807
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4823
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4839
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4724
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4737
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4750
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4766
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4779
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4795
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4811
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4827
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4843
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4856
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4869
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4714
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4730
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4743
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4756
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4772
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4785
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4801
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4817
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4833
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4849
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4862
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4631
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 4873
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4891
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4897
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4903
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4879
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4885
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 4970
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 4963
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5027
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5043
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5031
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5047
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5060
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5073
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5086
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5021
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5037
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5053
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5066
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5079
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 4974
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 6002
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6038
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6014
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6026
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6008
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6044
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6050
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6020
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6056
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6032
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 5090
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5096
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5102
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5108
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 5264
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 5256
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5271
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5257
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 5164
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 5154
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5231
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5247
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5219
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5235
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5251
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5212
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5225
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5241
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5168
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 5428
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5434
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5440
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5446
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 5766
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5772
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5778
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5784
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 5837
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 5830
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5908
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5895
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5911
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5905
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5883
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5899
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5915
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5876
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5889
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5841
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 5613
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5619
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5625
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5631
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 5684
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 5677
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5742
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5758
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5730
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5746
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5762
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5723
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5736
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5752
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5688
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 5602
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 5594
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5609
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5595
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 5502
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 5492
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5582
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5569
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5585
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5579
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5557
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5573
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5589
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5550
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5563
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5506
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 5275
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5281
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5287
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5293
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 5346
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 5339
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5404
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5420
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5392
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5408
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5424
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5385
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5398
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5414
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5350
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 6151
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 6144
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6303
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6316
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6332
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6348
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6232
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6319
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6335
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6261
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6351
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6290
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6300
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6313
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6329
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6345
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6307
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6236
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6249
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6339
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6323
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6265
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6278
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6355
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6294
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6226
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6242
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6255
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6271
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6284
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6155
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 5919
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5925
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 5964
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 5957
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5998
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5991
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 5968
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 7645
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 7637
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7652
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7638
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 6359
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6383
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6389
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6365
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6371
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6377
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6395
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 6469
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 6462
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6532
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6548
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6564
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6606
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6536
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6552
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6568
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6581
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6594
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6610
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6526
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6542
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6558
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6574
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6587
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6600
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6473
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 7454
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 7444
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7529
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7545
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7561
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7577
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7593
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7609
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7625
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7532
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7548
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7564
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7580
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7596
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7612
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7628
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7526
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7542
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7558
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7574
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7590
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7606
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7622
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7536
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7552
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7568
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7584
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7600
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7616
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7632
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7458
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 6614
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6632
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6650
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6656
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6620
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6626
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6638
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6644
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6662
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6668
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6674
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 6776
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 6769
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6863
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6879
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6908
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6924
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6966
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6982
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6998
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6867
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6883
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6896
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6912
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6928
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6941
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6954
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6970
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6986
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7002
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6857
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6873
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6889
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6902
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6918
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6934
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6947
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6960
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6976
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6992
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 6780
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 7006
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7024
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7036
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7048
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7012
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7018
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7030
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7042
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7054
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 7142
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 7135
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7217
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7233
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7262
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7291
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7320
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7221
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7237
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7250
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7266
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7279
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7295
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7308
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7324
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7211
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7227
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7243
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7256
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7272
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7285
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7301
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7314
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7146
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 8332
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8338
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8350
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8356
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8362
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8344
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 7656
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7662
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7668
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7674
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 7727
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 7720
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7785
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7801
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7773
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7789
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7805
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7766
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7779
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7795
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7731
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 7959
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7965
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7971
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7977
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 8136
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 8128
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8143
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8129
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 8033
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 8023
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8116
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8087
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8103
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8119
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8113
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8091
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8107
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8123
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8081
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8097
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8037
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 7809
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7815
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7827
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7821
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 7880
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 7873
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7938
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7926
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7942
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7955
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7919
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7932
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7948
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 7884
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 8147
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8153
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8159
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8165
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 8321
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 8313
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8328
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8314
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 8221
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 8211
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8288
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8304
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8276
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8292
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8308
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8269
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8282
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8298
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8225
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 8429
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 8422
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8512
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8528
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8544
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8515
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8531
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8547
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8499
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8509
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8525
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8541
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8519
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8535
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8487
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8551
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8503
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8480
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8493
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8433
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 9231
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9237
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9249
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9255
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9261
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9243
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 8555
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8561
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8567
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8573
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 8626
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 8619
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8684
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8700
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8672
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8688
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8704
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8665
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8678
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8694
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8630
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 8858
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8864
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8870
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8876
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 9035
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 9027
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9042
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9028
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 8932
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 8922
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9015
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8986
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9002
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9018
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9012
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8990
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9006
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9022
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8980
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8996
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8936
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 8708
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8714
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8726
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8720
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 8779
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 8772
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8837
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8825
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8841
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8854
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8818
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8831
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8847
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 8783
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 9046
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9052
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9058
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9064
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 9220
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 9212
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9227
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9213
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 9120
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 9110
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9187
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9203
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9175
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9191
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9207
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9168
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9181
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9197
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9124
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 9328
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 9321
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9411
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9427
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9443
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9414
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9430
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9446
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9398
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9408
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9424
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9440
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9418
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9434
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9386
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9450
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9402
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9379
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9392
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9332
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 9974
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_format Dashboard#text_format}",
            "stability": "stable",
            "summary": "text_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9980
          },
          "name": "textFormat",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormat"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 10081
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 10073
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10088
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10074
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 10022
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 10012
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10061
          },
          "name": "putTextFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormat"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10064
          },
          "name": "resetTextFormat"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10058
          },
          "name": "textFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10068
          },
          "name": "textFormatInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormat"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 10026
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 9719
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#match Dashboard#match}",
            "stability": "stable",
            "summary": "match block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9743
          },
          "name": "match",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The custom color palette to apply to the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9725
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The custom color palette to apply to the foreground text."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9731
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply. Valid values are `white_on_red`, `white_on_yellow`, `white_on_green`, `black_on_light_red`, `black_on_light_yellow`, `black_on_light_green`, `red_on_white`, `yellow_on_white`, `green_on_white`, `custom_bg`, `custom_text`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9737
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#replace Dashboard#replace}",
            "stability": "stable",
            "summary": "replace block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9749
          },
          "name": "replace",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 9963
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 9955
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9970
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9956
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormat"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 9454
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#type Dashboard#type}",
            "stability": "stable",
            "summary": "Match or compare option. Valid values are `is`, `is_not`, `contains`, `does_not_contain`, `starts_with`, `ends_with`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9460
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "Table Widget Match String."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9466
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 9512
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 9505
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9552
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9565
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9545
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9558
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9516
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 9819
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 9809
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9930
          },
          "name": "putMatch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9943
          },
          "name": "putReplace",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9885
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9901
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9917
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9946
          },
          "name": "resetReplace"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9927
          },
          "name": "match",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9940
          },
          "name": "replace",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9889
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9905
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9934
          },
          "name": "matchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9921
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9950
          },
          "name": "replaceInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9879
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9895
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9911
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9823
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormat"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 9569
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#type Dashboard#type}",
            "stability": "stable",
            "summary": "Table widget text format replace all type."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9581
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#with Dashboard#with}",
            "stability": "stable",
            "summary": "Table Widget Match String."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9587
          },
          "name": "with",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#substring Dashboard#substring}",
            "stability": "stable",
            "summary": "Text that will be replaced. Must be used with type `substring`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9575
          },
          "name": "substring",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 9640
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 9633
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9685
          },
          "name": "resetSubstring"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9689
          },
          "name": "substringInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9702
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9715
          },
          "name": "withInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9679
          },
          "name": "substring",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9695
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9708
          },
          "name": "with",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 9644
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 22304
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#autoscale Dashboard#autoscale}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to automatically scale the tile."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22310
          },
          "name": "autoscale",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22370
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_unit Dashboard#custom_unit}",
            "stability": "stable",
            "summary": "The unit for the value displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22316
          },
          "name": "customUnit",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22322
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22328
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22334
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#precision Dashboard#precision}",
            "stability": "stable",
            "summary": "The precision to use when displaying the tile."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22340
          },
          "name": "precision",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22376
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_align Dashboard#text_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's text. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22346
          },
          "name": "textAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeseries_background Dashboard#timeseries_background}",
            "stability": "stable",
            "summary": "timeseries_background block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22382
          },
          "name": "timeseriesBackground",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22352
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22358
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22364
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 11101
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11107
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11113
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11119
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11125
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 11313
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 11305
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11320
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11306
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 11188
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 11178
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11248
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11264
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11280
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11296
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11252
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11268
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11284
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11300
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11242
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11258
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11274
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11290
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11192
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 22505
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 22498
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22767
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22783
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22799
          },
          "name": "putTimeseriesBackground",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22610
          },
          "name": "resetAutoscale"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22770
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22626
          },
          "name": "resetCustomUnit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22642
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22658
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22674
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22690
          },
          "name": "resetPrecision"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22786
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22706
          },
          "name": "resetTextAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22802
          },
          "name": "resetTimeseriesBackground"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22722
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22738
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22754
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22764
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22780
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22796
          },
          "name": "timeseriesBackground",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22614
          },
          "name": "autoscaleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22774
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22630
          },
          "name": "customUnitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22646
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22662
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22678
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22694
          },
          "name": "precisionInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22790
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22710
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22806
          },
          "name": "timeseriesBackgroundInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22742
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22726
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22758
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22604
          },
          "name": "autoscale",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22620
          },
          "name": "customUnit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22636
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22652
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22668
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22684
          },
          "name": "precision",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22700
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22716
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22732
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22748
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22509
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 21492
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregator to use for time aggregation. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21498
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21510
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#audit_query Dashboard#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21516
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21522
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21528
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21534
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21540
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21504
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21546
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21552
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21558
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 12000
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12006
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12018
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12024
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12030
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12012
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 11324
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11330
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11336
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11342
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 11395
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 11388
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11453
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11469
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11441
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11457
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11473
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11434
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11447
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11463
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11399
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 11627
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11633
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11639
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11645
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 11804
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 11796
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11811
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11797
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 11701
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 11691
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11784
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11755
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11771
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11787
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11781
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11759
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11775
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11791
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11749
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11765
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11705
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 11477
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11483
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11495
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11489
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 11548
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 11541
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11606
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11594
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11610
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11623
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11587
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11600
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11616
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11552
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 11815
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11821
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11827
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11833
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 11989
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 11981
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11996
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11982
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 11889
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 11879
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11956
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11972
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11944
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11960
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11976
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11937
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11950
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11966
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 11893
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 12097
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 12090
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12180
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12196
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12212
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12183
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12199
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12215
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12167
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12177
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12193
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12209
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12187
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12203
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12155
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12219
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12171
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12148
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12161
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12101
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 12899
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12905
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12917
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12923
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12929
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12911
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 12223
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12229
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12235
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12241
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 12294
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 12287
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12352
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12368
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12340
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12356
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12372
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12333
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12346
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12362
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12298
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 12526
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12532
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12538
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12544
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 12703
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 12695
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12710
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12696
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 12600
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 12590
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12683
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12654
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12670
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12686
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12680
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12658
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12674
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12690
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12648
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12664
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12604
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 12376
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12382
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12394
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12388
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 12447
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 12440
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12505
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12493
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12509
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12522
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12486
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12499
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12515
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12451
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 12714
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12720
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12726
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12732
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 12888
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 12880
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12895
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12881
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 12788
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 12778
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12855
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12871
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12843
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12859
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12875
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12836
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12849
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12865
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 12792
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 12996
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 12989
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13079
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13095
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13111
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13082
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13098
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13114
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13066
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13076
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13092
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13108
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13086
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13102
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13054
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13118
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13070
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13047
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13060
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13000
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 13122
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13128
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13164
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13176
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13134
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13140
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13146
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13152
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13158
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13170
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 13500
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 13492
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13507
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13493
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 13274
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 13264
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13377
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13393
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13409
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13425
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13441
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13470
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13365
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13381
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13397
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13413
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13429
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13445
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13458
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13474
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13487
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13358
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13371
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13387
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13403
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13419
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13435
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13451
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13464
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13480
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13278
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 14663
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14681
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14669
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14675
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14687
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14693
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#number_format Dashboard#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14699
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14705
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 13511
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13517
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13553
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13565
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13523
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13529
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13535
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13541
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13547
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13559
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 13889
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 13881
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13896
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13882
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 13663
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 13653
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13766
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13782
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13798
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13814
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13830
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13859
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13754
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13770
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13786
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13802
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13818
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13834
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13847
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13863
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13876
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13747
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13760
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13776
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13792
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13808
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13824
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13840
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13853
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13869
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13667
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 13900
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13906
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13912
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 13958
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 13951
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13997
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14013
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14001
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14017
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13991
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14007
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 13962
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 14977
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 14969
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14984
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14970
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 14424
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14430
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14436
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 14482
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 14475
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14518
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14531
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14534
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14515
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14528
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14522
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14538
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14486
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 14222
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#canonical Dashboard#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14228
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom Dashboard#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14234
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 14021
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14033
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14027
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 14079
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 14072
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14118
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14122
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14135
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14112
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14128
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14083
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 14139
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14145
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 14184
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 14177
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14218
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14211
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14188
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 14280
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 14273
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14316
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14332
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14319
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14335
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14313
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14329
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14323
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14339
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14284
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 14343
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14347
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 14386
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 14379
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14420
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14413
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14390
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 14789
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 14779
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14909
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14925
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14941
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14957
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14867
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14883
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14912
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14928
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14944
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14960
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14906
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14922
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14938
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14954
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14871
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14887
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14916
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14900
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14932
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14948
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14964
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14861
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14877
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14893
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14793
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 14542
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14548
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_index Dashboard#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14554
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 14600
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 14593
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14639
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14655
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14659
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14643
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14633
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14649
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14604
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 21949
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 21941
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21956
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21942
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 15664
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15670
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15682
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15688
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15694
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15676
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 14988
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 14994
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15000
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15006
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 15059
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 15052
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15117
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15133
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15105
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15121
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15137
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15098
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15111
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15127
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15063
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 15291
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15297
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15303
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15309
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 15468
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 15460
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15475
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15461
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 15365
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 15355
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15448
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15419
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15435
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15451
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15445
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15423
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15439
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15455
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15413
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15429
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15369
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 15141
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15147
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15159
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15153
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 15212
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 15205
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15270
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15258
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15274
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15287
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15251
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15264
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15280
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15216
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 15479
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15485
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15491
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15497
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 15653
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 15645
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15660
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15646
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 15553
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 15543
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15620
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15636
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15608
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15624
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15640
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15601
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15614
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15630
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15557
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 15761
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 15754
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15844
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15860
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15876
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15847
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15863
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15879
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15831
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15841
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15857
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15873
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15851
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15867
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15819
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15883
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15835
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15812
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15825
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15765
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 21670
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 21660
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21801
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21817
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21833
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21849
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21865
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21881
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21897
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21913
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21929
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21772
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21804
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21820
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21836
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21852
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21868
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21884
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21788
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21900
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21916
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21932
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21798
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21814
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21830
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21846
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21862
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21878
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21894
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21910
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21926
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21776
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21808
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21824
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21840
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21856
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21872
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21888
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21792
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21904
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21920
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21936
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21766
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21782
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21674
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 15887
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15905
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15893
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15899
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15911
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 15971
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 15964
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16022
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16038
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16067
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16026
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16042
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16055
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16071
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16016
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16032
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16048
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16061
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 15975
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 19366
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19372
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19378
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19384
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19390
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19396
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19402
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19408
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 16075
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16087
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16093
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16105
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16111
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16129
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16135
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16141
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16081
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16099
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16117
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16123
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 16250
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 16243
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16343
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16385
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16427
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16443
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16347
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16360
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16373
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16389
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16402
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16415
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16431
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16447
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16460
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16473
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16486
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16337
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16353
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16366
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16379
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16395
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16408
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16421
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16437
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16453
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16466
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16479
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16254
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 16490
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16502
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16508
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16520
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16550
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16556
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16496
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16514
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16526
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16532
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16538
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16544
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 16665
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 16658
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16758
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16800
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16829
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16845
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16861
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16877
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16762
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16775
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16788
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16804
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16817
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16833
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16849
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16865
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16881
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16894
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16907
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16752
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16768
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16781
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16794
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16810
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16823
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16839
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16855
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16871
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16887
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16900
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16669
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 16911
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16929
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16935
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16941
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16917
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 16923
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 17008
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 17001
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17065
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17081
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17069
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17085
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17098
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17111
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17124
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17059
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17075
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17091
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17104
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17117
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17012
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 18040
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18076
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18052
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18064
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18046
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18082
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18088
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18058
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18094
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18070
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 17128
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17134
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17140
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17146
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 17302
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 17294
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17309
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17295
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 17202
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 17192
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17269
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17285
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17257
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17273
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17289
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17250
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17263
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17279
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17206
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 17466
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17472
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17478
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17484
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 17804
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17810
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17816
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17822
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 17875
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 17868
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17946
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17933
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17949
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17943
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17921
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17937
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17953
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17914
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17927
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17879
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 17651
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17657
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17663
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17669
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 17722
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 17715
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17780
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17796
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17768
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17784
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17800
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17761
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17774
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17790
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17726
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 17640
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 17632
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17647
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17633
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 17540
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 17530
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17620
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17607
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17623
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17617
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17595
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17611
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17627
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17588
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17601
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17544
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 17313
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17319
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17325
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17331
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 17384
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 17377
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17442
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17458
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17430
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17446
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17462
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17423
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17436
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17452
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17388
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 18189
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 18182
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18341
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18354
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18370
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18386
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18270
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18357
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18373
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18299
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18389
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18328
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18338
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18351
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18367
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18383
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18345
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18274
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18287
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18377
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18361
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18303
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18316
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18393
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18332
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18264
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18280
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18293
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18309
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18322
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18193
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 17957
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 17963
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 18002
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 17995
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18036
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18029
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18006
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 19683
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 19675
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19690
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19676
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 18397
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18421
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18427
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18403
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18409
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18415
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18433
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 18507
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 18500
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18570
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18586
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18602
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18644
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18574
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18590
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18606
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18619
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18632
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18648
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18564
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18580
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18596
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18612
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18625
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18638
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18511
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 19492
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 19482
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19567
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19583
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19599
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19615
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19631
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19647
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19663
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19570
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19586
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19602
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19618
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19634
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19650
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19666
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19564
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19580
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19596
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19612
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19628
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19644
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19660
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19574
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19590
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19606
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19622
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19638
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19654
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19670
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19496
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 18652
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18670
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18688
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18694
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18658
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18664
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18676
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18682
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18700
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18706
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18712
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 18814
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 18807
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18901
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18917
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18946
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18962
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19004
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19020
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19036
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18905
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18921
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18934
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18950
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18966
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18979
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18992
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19008
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19024
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19040
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18895
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18911
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18927
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18940
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18956
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18972
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18985
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18998
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19014
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19030
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 18818
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 19044
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19062
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19074
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19086
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19050
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19056
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19068
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19080
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19092
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 19180
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 19173
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19255
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19271
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19300
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19329
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19358
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19259
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19275
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19288
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19304
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19317
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19333
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19346
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19362
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19249
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19265
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19281
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19294
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19310
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19323
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19339
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19352
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19184
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 20370
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20376
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20388
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20394
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20400
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20382
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 19694
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19700
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19706
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19712
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 19765
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 19758
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19823
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19839
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19811
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19827
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19843
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19804
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19817
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19833
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19769
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 19997
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20003
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20009
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20015
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 20174
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 20166
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20181
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20167
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 20071
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 20061
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20154
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20125
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20141
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20157
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20151
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20129
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20145
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20161
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20119
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20135
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20075
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 19847
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19853
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19865
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19859
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 19918
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 19911
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19976
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19964
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19980
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19993
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19957
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19970
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19986
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 19922
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 20185
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20191
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20197
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20203
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 20359
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 20351
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20366
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20352
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 20259
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 20249
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20326
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20342
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20314
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20330
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20346
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20307
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20320
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20336
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20263
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 20467
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 20460
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20550
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20566
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20582
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20553
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20569
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20585
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20537
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20547
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20563
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20579
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20557
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20573
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20525
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20589
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20541
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20518
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20531
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20471
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 21269
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21275
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21287
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21293
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21299
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21281
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 20593
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20599
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20605
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20611
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 20664
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 20657
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20722
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20738
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20710
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20726
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20742
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20703
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20716
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20732
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20668
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 20896
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20902
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20908
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20914
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 21073
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 21065
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21080
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21066
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 20970
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 20960
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21053
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21024
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21040
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21056
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21050
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21028
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21044
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21060
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21018
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21034
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20974
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 20746
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20752
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20764
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20758
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 20817
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 20810
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20875
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20863
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20879
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20892
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20856
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20869
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20885
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 20821
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 21084
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21090
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21096
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21102
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 21258
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 21250
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21265
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21251
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 21158
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 21148
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21225
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21241
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21213
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21229
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21245
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21206
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21219
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21235
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21162
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 21366
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 21359
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21449
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21465
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21481
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21452
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21468
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21484
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21436
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21446
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21462
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21478
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21456
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21472
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21424
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21488
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21440
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21417
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21430
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21370
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 22186
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#type Dashboard#type}",
            "stability": "stable",
            "summary": "Whether the Timeseries is made using an area or bars. Valid values are `bars`, `area`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22192
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#yaxis Dashboard#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22198
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 22244
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 22237
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22293
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22296
          },
          "name": "resetYaxis"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22290
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22284
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22300
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22277
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22248
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 21960
      },
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#include_zero Dashboard#include_zero}",
            "stability": "stable",
            "summary": "Always include zero or fit the axis to the data range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21966
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21972
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21978
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21984
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 21990
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 22057
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 22050
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22114
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22130
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22146
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22162
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22178
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22118
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22134
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22150
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22166
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22182
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22108
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22124
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22140
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22156
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22172
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22061
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 23180
      },
      "name": "DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#workflow_id Dashboard#workflow_id}",
            "stability": "stable",
            "summary": "Workflow ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23222
          },
          "name": "workflowId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23228
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23186
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23192
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#input Dashboard#input}",
            "stability": "stable",
            "summary": "input block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23234
          },
          "name": "input",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInput"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23198
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23204
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23210
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23216
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 22810
      },
      "name": "DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22816
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22822
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22828
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22834
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 23022
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 23014
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23029
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23015
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 22897
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 22887
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22957
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22973
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22989
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23005
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22961
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22977
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22993
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23009
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22951
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22967
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22983
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22999
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 22901
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInput": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInput",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 23033
      },
      "name": "DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInput",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "Name of the workflow input."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23039
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "Dashboard template variable. Can be suffixed with `.value` or `.key`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23045
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInput"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInputList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInputList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 23169
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 23161
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23176
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInputOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInputList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23162
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInput"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInputList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInputOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInputOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 23094
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 23084
      },
      "name": "DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInputOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23143
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23156
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23136
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23149
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23098
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInput"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInputOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 23329
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 23322
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23516
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23532
          },
          "name": "putInput",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInput"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23519
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23410
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23426
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23535
          },
          "name": "resetInput"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23442
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23458
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23474
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23490
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23513
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23529
          },
          "name": "input",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInputList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23523
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23414
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23430
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23539
          },
          "name": "inputInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionInput"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23446
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23478
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23462
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23494
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23507
          },
          "name": "workflowIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23404
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23420
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23436
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23452
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23468
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23484
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23500
          },
          "name": "workflowId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23333
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetRunWorkflowDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 10761
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#color_by_groups Dashboard#color_by_groups}",
            "stability": "stable",
            "summary": "List of groups used for colors."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10767
          },
          "name": "colorByGroups",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10809
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10773
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10779
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10785
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10815
          },
          "name": "request",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequest"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10791
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10797
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10803
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#xaxis Dashboard#xaxis}",
            "stability": "stable",
            "summary": "xaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10821
          },
          "name": "xaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxis"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#yaxis Dashboard#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10827
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 23543
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23549
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23555
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23561
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23567
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 23755
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 23747
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23762
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23748
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 23630
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 23620
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23690
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23706
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23722
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23738
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23694
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23710
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23726
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23742
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23684
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23700
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23716
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23732
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23634
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 10936
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 10929
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11138
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11154
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequest"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11170
          },
          "name": "putXaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11186
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11029
          },
          "name": "resetColorByGroups"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11141
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11045
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11061
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11077
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11157
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11093
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11109
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11125
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11173
          },
          "name": "resetXaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11189
          },
          "name": "resetYaxis"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11135
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11151
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11167
          },
          "name": "xaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11183
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11033
          },
          "name": "colorByGroupsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11145
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11049
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11065
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11081
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11161
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequest"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11113
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11097
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11129
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11177
          },
          "name": "xaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11193
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11023
          },
          "name": "colorByGroups",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11039
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11055
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11071
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11087
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11103
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11119
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10940
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 10153
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scatterplot_table Dashboard#scatterplot_table}",
            "stability": "stable",
            "summary": "scatterplot_table block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10159
          },
          "name": "scatterplotTable",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#x Dashboard#x}",
            "stability": "stable",
            "summary": "x block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10165
          },
          "name": "x",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestX"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#y Dashboard#y}",
            "stability": "stable",
            "summary": "y block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10171
          },
          "name": "y",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestY"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 10224
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 10217
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10266
          },
          "name": "putScatterplotTable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10282
          },
          "name": "putX",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestX"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10298
          },
          "name": "putY",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestY"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10269
          },
          "name": "resetScatterplotTable"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10285
          },
          "name": "resetX"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10301
          },
          "name": "resetY"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10263
          },
          "name": "scatterplotTable",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10279
          },
          "name": "x",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10295
          },
          "name": "y",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10273
          },
          "name": "scatterplotTableInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10289
          },
          "name": "xInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestX"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10305
          },
          "name": "yInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestY"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10228
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequest"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 1776
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1782
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1788
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 23766
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#dimension Dashboard#dimension}",
            "stability": "stable",
            "summary": "Dimension of the Scatterplot. Valid values are `x`, `y`, `radius`, `color`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23778
          },
          "name": "dimension",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23784
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23772
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 23937
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 23929
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23944
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23930
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 23840
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 23830
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23894
          },
          "name": "resetAlias"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23898
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23911
          },
          "name": "dimensionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23924
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23888
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23904
          },
          "name": "dimension",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23917
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23844
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 1918
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 1910
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1925
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1911
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 1837
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 1827
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1882
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1898
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1885
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1901
          },
          "name": "resetQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1879
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1895
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1889
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1905
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1841
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 1448
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1454
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1460
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1466
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1472
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1478
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1484
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1490
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 23948
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23960
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23966
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23978
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23984
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24002
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24008
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24014
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23954
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23972
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23990
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 23996
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 24123
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 24116
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24216
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24258
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24300
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24316
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24220
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24233
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24246
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24262
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24275
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24288
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24304
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24320
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24333
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24346
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24359
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24210
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24226
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24239
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24252
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24268
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24281
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24294
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24310
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24326
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24339
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24352
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24127
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 24363
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24375
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24381
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24393
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24423
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24429
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24369
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24387
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24399
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24405
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24411
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24417
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 24538
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 24531
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24631
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24673
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24702
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24718
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24734
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24750
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24635
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24648
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24661
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24677
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24690
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24706
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24722
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24738
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24754
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24767
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24780
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24625
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24641
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24654
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24667
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24683
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24696
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24712
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24728
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24744
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24760
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24773
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24542
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 24784
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24802
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24808
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24814
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24790
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24796
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 24881
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 24874
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24938
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24954
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24942
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24958
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24971
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24984
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24997
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24932
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24948
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24964
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24977
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24990
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 24885
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 122
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 158
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 134
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 146
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 128
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 164
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 170
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 140
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 176
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 152
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 25001
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25007
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25013
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25019
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 25175
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 25167
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25182
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25168
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 25075
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 25065
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25142
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25158
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25130
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25146
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25162
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25123
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25136
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25152
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25079
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 25339
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25345
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25351
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25357
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 25677
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25683
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25689
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25695
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 25748
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 25741
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25819
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25806
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25822
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25816
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25794
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25810
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25826
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25787
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25800
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25752
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 25524
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25530
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25536
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25542
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 25595
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 25588
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25653
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25669
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25641
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25657
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25673
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25634
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25647
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25663
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25599
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 25513
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 25505
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25520
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25506
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 25413
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 25403
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25493
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25480
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25496
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25490
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25468
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25484
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25500
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25461
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25474
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25417
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 25186
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25192
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25198
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25204
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1200.ts",
          "line": 25257
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1200.ts",
        "line": 25250
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25315
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25331
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25303
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25319
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25335
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25296
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25309
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25325
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1200.ts",
            "line": 25261
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1200:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 271
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 264
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 423
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 436
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 452
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 468
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 352
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 439
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 455
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 381
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 471
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 410
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 420
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 433
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 449
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 465
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 427
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 356
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 369
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 459
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 443
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 385
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 398
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 475
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 414
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 346
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 362
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 375
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 391
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 404
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 275
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 39
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 45
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 84
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 77
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 118
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 111
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 88
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 1765
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 1757
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1772
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1758
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 479
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 503
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 509
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 485
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 491
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 497
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 515
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 589
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 582
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 652
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 668
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 684
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 726
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 656
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 672
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 688
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 701
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 714
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 730
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 646
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 662
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 678
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 694
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 707
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 720
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 593
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 1574
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 1564
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1649
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1665
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1681
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1697
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1713
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1729
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1745
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1652
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1668
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1684
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1700
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1716
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1732
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1748
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1646
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1662
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1678
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1694
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1710
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1726
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1742
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1656
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1672
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1688
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1704
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1720
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1736
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1752
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1578
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 734
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 752
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 770
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 776
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 740
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 746
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 758
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 764
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 782
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 788
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 794
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 896
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 889
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 983
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 999
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1028
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1044
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1086
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1102
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1118
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 987
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1003
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1016
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1032
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1048
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1061
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1074
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1090
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1106
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1122
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 977
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 993
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1009
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1022
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1038
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1054
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1067
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1080
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1096
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1112
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 900
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 1126
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1144
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1156
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1168
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1132
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1138
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1150
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1162
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1174
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 1262
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 1255
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1337
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1353
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1382
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1411
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1440
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1341
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1357
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1370
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1386
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1399
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1415
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1428
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1444
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1331
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1347
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1363
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1376
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1392
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1405
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1421
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1434
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1266
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestX": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestX",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 5713
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestX",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "Aggregator used for the request. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5719
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5731
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5737
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5743
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5725
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5749
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5755
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestX"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 2605
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2611
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2623
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2629
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2635
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2617
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 1929
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1935
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1941
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 1947
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 2000
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 1993
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2058
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2074
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2046
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2062
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2078
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2039
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2052
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2068
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2004
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 2232
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2238
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2244
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2250
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 2409
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 2401
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2416
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2402
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 2306
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 2296
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2389
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2360
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2376
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2392
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2386
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2364
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2380
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2396
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2354
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2370
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2310
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 2082
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2088
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2100
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2094
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 2153
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 2146
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2211
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2199
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2215
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2228
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2192
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2205
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2221
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2157
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 2420
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2426
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2432
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2438
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 2594
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 2586
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2601
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2587
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 2494
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 2484
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2561
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2577
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2549
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2565
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2581
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2542
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2555
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2571
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2498
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 2702
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 2695
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2785
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2801
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2817
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2788
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2804
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2820
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2772
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2782
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2798
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2814
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2792
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2808
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2760
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2824
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2776
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2753
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2766
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2706
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 6030
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 6022
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6037
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6023
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestX"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 3504
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3510
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3522
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3528
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3534
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3516
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 2828
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2834
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2840
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2846
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 2899
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 2892
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2957
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2973
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2945
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2961
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2977
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2938
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2951
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2967
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2903
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 3131
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3137
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3143
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3149
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 3308
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 3300
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3315
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3301
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 3205
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 3195
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3288
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3259
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3275
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3291
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3285
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3263
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3279
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3295
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3253
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3269
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3209
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 2981
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2987
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2999
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 2993
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 3052
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 3045
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3110
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3098
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3114
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3127
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3091
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3104
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3120
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3056
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 3319
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3325
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3331
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3337
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 3493
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 3485
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3500
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3486
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 3393
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 3383
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3460
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3476
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3448
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3464
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3480
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3441
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3454
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3470
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3397
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 3601
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 3594
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3684
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3700
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3716
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3687
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3703
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3719
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3671
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3681
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3697
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3713
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3691
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3707
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3659
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3723
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3675
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3652
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3665
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3605
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 5839
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 5829
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5946
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5962
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5978
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5994
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6010
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5917
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5949
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5965
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5981
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5933
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5997
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6013
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5943
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5959
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5975
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5991
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6007
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5921
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5953
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5969
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5985
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5937
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6001
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6017
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5911
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5927
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5843
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestX"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 3727
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3745
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3733
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3739
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3751
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 3811
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 3804
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3862
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3878
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3907
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3866
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3882
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3895
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3911
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3856
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3872
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3888
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3901
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3815
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 4591
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4597
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4609
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4615
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4621
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4603
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 3915
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3921
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3927
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3933
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 3986
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 3979
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4044
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4060
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4032
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4048
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4064
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4025
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4038
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4054
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 3990
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 4218
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4224
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4230
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4236
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 4395
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 4387
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4402
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4388
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 4292
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 4282
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4375
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4346
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4362
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4378
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4372
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4350
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4366
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4382
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4340
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4356
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4296
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 4068
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4074
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4086
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4080
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 4139
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 4132
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4197
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4185
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4201
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4214
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4178
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4191
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4207
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4143
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 4406
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4412
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4418
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4424
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 4580
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 4572
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4587
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4573
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 4480
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 4470
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4547
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4563
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4535
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4551
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4567
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4528
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4541
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4557
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4484
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 4688
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 4681
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4771
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4787
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4803
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4774
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4790
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4806
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4758
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4768
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4784
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4800
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4778
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4794
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4746
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4810
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4762
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4739
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4752
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4692
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 5490
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5496
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5508
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5514
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5520
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5502
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 4814
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4820
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4826
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4832
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 4885
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 4878
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4943
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4959
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4931
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4947
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4963
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4924
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4937
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4953
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4889
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 5117
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5123
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5129
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5135
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 5294
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 5286
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5301
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5287
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 5191
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 5181
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5274
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5245
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5261
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5277
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5271
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5249
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5265
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5281
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5239
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5255
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5195
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 4967
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4973
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4985
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 4979
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 5038
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 5031
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5096
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5084
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5100
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5113
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5077
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5090
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5106
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5042
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 5305
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5311
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5317
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5323
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 5479
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 5471
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5486
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5472
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 5379
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 5369
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5446
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5462
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5434
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5450
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5466
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5427
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5440
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5456
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5383
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 5587
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 5580
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5670
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5686
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5702
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5673
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5689
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5705
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5657
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5667
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5683
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5699
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5677
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5693
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5645
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5709
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5661
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5638
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5651
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 5591
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestY": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestY",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 9825
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestY",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "Aggregator used for the request. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9831
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9843
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9849
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9855
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9837
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9861
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9867
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestY"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 6717
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6723
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6735
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6741
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6747
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6729
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 6041
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6047
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6053
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6059
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 6112
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 6105
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6170
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6186
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6158
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6174
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6190
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6151
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6164
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6180
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6116
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 6344
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6350
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6356
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6362
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 6521
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 6513
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6528
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6514
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 6418
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 6408
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6501
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6472
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6488
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6504
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6498
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6476
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6492
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6508
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6466
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6482
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6422
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 6194
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6200
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6212
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6206
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 6265
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 6258
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6323
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6311
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6327
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6340
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6304
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6317
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6333
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6269
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 6532
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6538
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6544
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6550
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 6706
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 6698
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6713
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6699
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 6606
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 6596
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6673
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6689
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6661
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6677
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6693
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6654
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6667
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6683
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6610
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 6814
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 6807
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6897
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6913
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6929
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6900
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6916
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6932
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6884
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6894
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6910
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6926
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6904
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6920
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6872
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6936
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6888
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6865
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6878
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6818
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 10142
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 10134
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10149
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10135
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestY"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 7616
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7622
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7634
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7640
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7646
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7628
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 6940
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6946
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6952
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 6958
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 7011
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 7004
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7069
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7085
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7057
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7073
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7089
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7050
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7063
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7079
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7015
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 7243
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7249
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7255
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7261
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 7420
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 7412
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7427
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7413
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 7317
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 7307
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7400
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7371
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7387
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7403
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7397
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7375
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7391
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7407
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7365
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7381
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7321
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 7093
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7099
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7111
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7105
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 7164
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 7157
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7222
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7210
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7226
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7239
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7203
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7216
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7232
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7168
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 7431
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7437
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7443
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7449
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 7605
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 7597
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7612
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7598
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 7505
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 7495
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7572
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7588
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7560
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7576
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7592
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7553
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7566
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7582
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7509
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 7713
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 7706
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7796
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7812
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7828
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7799
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7815
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7831
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7783
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7793
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7809
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7825
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7803
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7819
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7771
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7835
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7787
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7764
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7777
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7717
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 9951
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 9941
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10058
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10074
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10090
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10106
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10122
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10029
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10061
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10077
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10093
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10045
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10109
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10125
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10055
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10071
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10087
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10103
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10119
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10033
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10065
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10081
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10097
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10049
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10113
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10129
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10023
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10039
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9955
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestY"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 7839
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7857
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7845
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7851
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7863
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 7923
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 7916
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7974
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7990
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8019
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7978
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7994
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8007
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8023
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7968
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7984
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8000
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8013
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 7927
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 8703
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8709
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8721
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8727
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8733
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8715
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 8027
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8033
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8039
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8045
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 8098
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 8091
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8156
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8172
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8144
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8160
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8176
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8137
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8150
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8166
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8102
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 8330
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8336
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8342
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8348
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 8507
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 8499
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8514
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8500
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 8404
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 8394
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8487
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8458
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8474
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8490
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8484
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8462
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8478
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8494
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8452
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8468
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8408
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 8180
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8186
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8198
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8192
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 8251
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 8244
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8309
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8297
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8313
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8326
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8290
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8303
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8319
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8255
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 8518
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8524
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8530
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8536
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 8692
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 8684
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8699
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8685
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 8592
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 8582
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8659
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8675
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8647
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8663
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8679
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8640
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8653
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8669
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8596
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 8800
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 8793
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8883
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8899
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8915
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8886
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8902
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8918
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8870
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8880
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8896
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8912
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8890
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8906
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8858
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8922
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8874
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8851
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8864
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8804
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 9602
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9608
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9620
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9626
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9632
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9614
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 8926
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8932
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8938
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 8944
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 8997
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 8990
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9055
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9071
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9043
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9059
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9075
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9036
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9049
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9065
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9001
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 9229
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9235
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9241
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9247
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 9406
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 9398
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9413
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9399
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 9303
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 9293
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9386
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9357
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9373
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9389
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9383
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9361
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9377
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9393
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9351
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9367
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9307
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 9079
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9085
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9097
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9091
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 9150
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 9143
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9208
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9196
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9212
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9225
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9189
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9202
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9218
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9154
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 9417
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9423
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9429
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9435
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 9591
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 9583
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9598
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9584
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 9491
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 9481
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9558
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9574
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9546
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9562
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9578
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9539
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9552
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9568
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9495
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 9699
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 9692
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9782
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9798
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9814
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9785
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9801
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9817
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9769
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9779
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9795
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9811
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9789
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9805
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9757
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9821
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9773
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9750
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9763
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 9703
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 10309
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxis",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#include_zero Dashboard#include_zero}",
            "stability": "stable",
            "summary": "Always include zero or fit the axis to the data range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10315
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10321
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10327
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10333
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10339
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxis"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 10406
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 10399
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10463
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10479
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10495
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10511
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10527
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxisOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10467
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10483
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10499
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10515
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10531
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10457
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10473
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10489
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10505
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10521
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10410
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionXaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 10535
      },
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxis",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#include_zero Dashboard#include_zero}",
            "stability": "stable",
            "summary": "Always include zero or fit the axis to the data range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10541
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10547
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10553
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10559
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10565
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxis"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 10632
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 10625
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10689
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10705
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10721
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10737
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10753
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxisOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10693
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10709
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10725
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10741
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10757
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10683
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10699
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10715
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10731
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10747
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 10636
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetScatterplotDefinitionYaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 11197
      },
      "name": "DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "The ID of the service level objective used by the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11227
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `7d`, `30d`, `90d`, `week_to_date`, `previous_week`, `month_to_date`, `previous_month`, `global_time`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#time_windows Dashboard#time_windows}",
            "stability": "stable",
            "summary": "A list of time windows to display in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11233
          },
          "name": "timeWindows",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#view_mode Dashboard#view_mode}",
            "stability": "stable",
            "summary": "The view mode for the widget. Valid values are `overall`, `component`, `both`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11257
          },
          "name": "viewMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#view_type Dashboard#view_type}",
            "stability": "stable",
            "summary": "The type of view to use when displaying the widget. Only `detail` is supported."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11263
          },
          "name": "viewType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11203
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11209
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#global_time_target Dashboard#global_time_target}",
            "stability": "stable",
            "summary": "The global time target of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11215
          },
          "name": "globalTimeTarget",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_error_budget Dashboard#show_error_budget}",
            "stability": "stable",
            "summary": "Whether to show the error budget or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11221
          },
          "name": "showErrorBudget",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11239
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11245
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11251
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 11372
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 11365
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11465
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11481
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11497
          },
          "name": "resetGlobalTimeTarget"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11513
          },
          "name": "resetShowErrorBudget"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11555
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11571
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11587
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11469
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11485
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11501
          },
          "name": "globalTimeTargetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11517
          },
          "name": "showErrorBudgetInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11530
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11543
          },
          "name": "timeWindowsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11575
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11559
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11591
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11604
          },
          "name": "viewModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11617
          },
          "name": "viewTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11459
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11475
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11491
          },
          "name": "globalTimeTarget",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11507
          },
          "name": "showErrorBudget",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11523
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11536
          },
          "name": "timeWindows",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11549
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11565
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11581
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11597
          },
          "name": "viewMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11610
          },
          "name": "viewType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11376
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 11844
      },
      "name": "DashboardWidgetGroupDefinitionWidgetServicemapDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filters Dashboard#filters}",
            "stability": "stable",
            "summary": "Your environment and primary tag (or `*` if enabled for your account)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11856
          },
          "name": "filters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "The ID of the service to map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11862
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11886
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11850
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11868
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11874
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11880
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetServicemapDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 11621
      },
      "name": "DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11627
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11633
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11639
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11645
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 11833
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 11825
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11840
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11826
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 11708
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 11698
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11768
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11784
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11800
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11816
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11772
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11788
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11804
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11820
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11762
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11778
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11794
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11810
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11712
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 11967
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 11960
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12123
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12126
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12036
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12078
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12094
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12110
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetServicemapDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12120
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12130
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12040
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12053
          },
          "name": "filtersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12066
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12098
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12082
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12114
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12030
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12046
          },
          "name": "filters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12059
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12072
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12088
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12104
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 11971
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetServicemapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetServicemapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 12587
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSloListDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12611
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequest"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12593
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12599
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12605
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSloListDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 12671
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 12664
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12767
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequest"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12722
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12738
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12754
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSloListDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12764
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12771
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequest"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12742
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12726
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12758
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12716
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12732
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12748
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12675
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSloListDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 12437
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12455
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request_type Dashboard#request_type}",
            "stability": "stable",
            "summary": "The request type for the SLO List request. Valid values are `slo_list`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12449
          },
          "name": "requestType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12443
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 12508
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 12501
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12579
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12553
          },
          "name": "resetDescription"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12576
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12557
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12583
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12570
          },
          "name": "requestTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12547
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12563
          },
          "name": "requestType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12512
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequest"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 12284
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query_string Dashboard#query_string}",
            "stability": "stable",
            "summary": "Widget query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12296
          },
          "name": "queryString",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "Maximum number of results to display in the table. Defaults to `100`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12290
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12302
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 12355
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 12348
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12426
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12400
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12429
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12423
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12404
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12417
          },
          "name": "queryStringInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12433
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12394
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12410
          },
          "name": "queryString",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12359
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 12134
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#column Dashboard#column}",
            "stability": "stable",
            "summary": "The facet path for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12140
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12152
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12146
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 12205
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 12198
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12263
          },
          "name": "resetDescription"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12251
          },
          "name": "columnInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12267
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12280
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12244
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12257
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12273
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12209
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 11938
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#size Dashboard#size}",
            "stability": "stable",
            "summary": "Size of the individual graphs in the split."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11962
          },
          "name": "size",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#source_widget_definition Dashboard#source_widget_definition}",
            "stability": "stable",
            "summary": "source_widget_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11974
          },
          "name": "sourceWidgetDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#split_config Dashboard#split_config}",
            "stability": "stable",
            "summary": "split_config block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11980
          },
          "name": "splitConfig",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfig"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#has_uniform_y_axes Dashboard#has_uniform_y_axes}",
            "stability": "stable",
            "summary": "Normalize y axes across graphs."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11944
          },
          "name": "hasUniformYAxes",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11950
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11956
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11968
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 12061
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 12054
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12204
          },
          "name": "putSourceWidgetDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12217
          },
          "name": "putSplitConfig",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfig"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12130
          },
          "name": "resetHasUniformYAxes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12146
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12162
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12191
          },
          "name": "resetTitle"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12201
          },
          "name": "sourceWidgetDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12214
          },
          "name": "splitConfig",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12134
          },
          "name": "hasUniformYAxesInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12150
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12166
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12179
          },
          "name": "sizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12208
          },
          "name": "sourceWidgetDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12221
          },
          "name": "splitConfigInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfig"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12195
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12124
          },
          "name": "hasUniformYAxes",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12140
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12156
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12172
          },
          "name": "size",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12185
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12065
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 10810
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#change_definition Dashboard#change_definition}",
            "stability": "stable",
            "summary": "change_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10816
          },
          "name": "changeDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#geomap_definition Dashboard#geomap_definition}",
            "stability": "stable",
            "summary": "geomap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10822
          },
          "name": "geomapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query_table_definition Dashboard#query_table_definition}",
            "stability": "stable",
            "summary": "query_table_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10828
          },
          "name": "queryTableDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query_value_definition Dashboard#query_value_definition}",
            "stability": "stable",
            "summary": "query_value_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10834
          },
          "name": "queryValueDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scatterplot_definition Dashboard#scatterplot_definition}",
            "stability": "stable",
            "summary": "scatterplot_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10840
          },
          "name": "scatterplotDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sunburst_definition Dashboard#sunburst_definition}",
            "stability": "stable",
            "summary": "sunburst_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10846
          },
          "name": "sunburstDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeseries_definition Dashboard#timeseries_definition}",
            "stability": "stable",
            "summary": "timeseries_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10852
          },
          "name": "timeseriesDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#toplist_definition Dashboard#toplist_definition}",
            "stability": "stable",
            "summary": "toplist_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10858
          },
          "name": "toplistDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#treemap_definition Dashboard#treemap_definition}",
            "stability": "stable",
            "summary": "treemap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10864
          },
          "name": "treemapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 22451
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22493
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22457
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22463
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22469
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22499
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22475
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22481
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22487
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 12775
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12781
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12787
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12793
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12799
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 12987
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 12979
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12994
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12980
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 12862
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 12852
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12922
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12938
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12954
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12970
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12926
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12942
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12958
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12974
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12916
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12932
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12948
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12964
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 12866
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 22587
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 22580
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22755
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22771
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22758
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22662
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22678
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22694
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22774
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22710
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22726
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22742
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22752
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22768
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22762
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22666
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22682
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22698
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22778
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22730
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22714
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22746
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22656
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22672
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22688
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22704
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22720
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22736
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22591
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 21878
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21926
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#change_type Dashboard#change_type}",
            "stability": "stable",
            "summary": "Whether to show absolute or relative change. Valid values are `absolute`, `relative`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21884
          },
          "name": "changeType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compare_to Dashboard#compare_to}",
            "stability": "stable",
            "summary": "Choose from when to compare current data to. Valid values are `hour_before`, `day_before`, `week_before`, `month_before`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21890
          },
          "name": "compareTo",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21932
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#increase_good Dashboard#increase_good}",
            "stability": "stable",
            "summary": "A Boolean indicating whether an increase in the value is good (displayed in green) or not (displayed in red)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21896
          },
          "name": "increaseGood",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21938
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order_by Dashboard#order_by}",
            "stability": "stable",
            "summary": "What to order by. Valid values are `change`, `name`, `present`, `past`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21902
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order_dir Dashboard#order_dir}",
            "stability": "stable",
            "summary": "Widget sorting method. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21908
          },
          "name": "orderDir",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21944
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21914
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21950
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21956
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21962
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_present Dashboard#show_present}",
            "stability": "stable",
            "summary": "If set to `true`, displays the current value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21920
          },
          "name": "showPresent",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 13674
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13680
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13692
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13698
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13704
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13686
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 12998
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13004
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13010
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13016
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 13069
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 13062
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13127
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13143
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13115
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13131
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13147
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13108
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13121
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13137
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13073
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 13301
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13307
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13313
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13319
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 13478
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 13470
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13485
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13471
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 13375
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 13365
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13458
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13429
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13445
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13461
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13455
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13433
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13449
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13465
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13423
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13439
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13379
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 13151
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13157
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13169
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13163
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 13222
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 13215
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13280
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13268
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13284
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13297
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13261
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13274
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13290
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13226
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 13489
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13495
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13501
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13507
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 13663
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 13655
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13670
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13656
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 13563
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 13553
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13630
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13646
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13618
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13634
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13650
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13611
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13624
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13640
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13567
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 13771
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 13764
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13854
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13870
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13886
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13857
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13873
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13889
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13841
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13851
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13867
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13883
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13861
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13877
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13829
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13893
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13845
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13822
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13835
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13775
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 15049
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15067
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15055
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15061
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15073
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15079
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#number_format Dashboard#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15085
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15091
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 13897
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13903
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13939
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13951
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13909
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13915
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13921
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13927
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13933
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 13945
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 14275
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 14267
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14282
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14268
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 14049
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 14039
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14152
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14168
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14184
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14200
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14216
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14245
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14140
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14156
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14172
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14188
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14204
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14220
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14233
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14249
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14262
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14133
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14146
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14162
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14178
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14194
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14210
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14226
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14239
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14255
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14053
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 14286
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14292
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14298
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 14344
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 14337
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14383
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14399
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14387
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14403
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14377
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14393
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14348
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 15363
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 15355
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15370
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15356
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 14810
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14816
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14822
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 14868
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 14861
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14904
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14917
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14920
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14901
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14914
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14908
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14924
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14872
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 14608
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#canonical Dashboard#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14614
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom Dashboard#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14620
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 14407
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14419
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14413
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 14465
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 14458
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14504
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14508
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14521
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14498
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14514
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14469
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 14525
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14531
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 14570
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 14563
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14604
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14597
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14574
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 14666
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 14659
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14702
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14718
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14705
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14721
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14699
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14715
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14709
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14725
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14670
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 14729
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14733
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 14772
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 14765
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14806
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14799
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14776
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 15175
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 15165
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15295
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15311
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15327
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15343
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15253
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15269
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15298
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15314
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15330
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15346
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15292
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15308
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15324
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15340
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15257
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15273
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15302
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15286
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15318
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15334
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15350
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15247
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15263
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15279
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15179
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 14928
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14934
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_index Dashboard#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14940
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 14986
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 14979
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15025
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15041
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15045
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15029
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15019
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15035
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 14990
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 22440
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 22432
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22447
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22433
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 16050
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16056
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16068
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16074
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16080
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16062
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 15374
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15380
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15386
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15392
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 15445
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 15438
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15503
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15519
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15491
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15507
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15523
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15484
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15497
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15513
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15449
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 15677
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15683
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15689
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15695
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 15854
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 15846
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15861
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15847
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 15751
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 15741
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15834
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15805
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15821
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15837
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15831
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15809
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15825
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15841
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15799
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15815
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15755
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 15527
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15533
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15545
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15539
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 15598
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 15591
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15656
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15644
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15660
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15673
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15637
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15650
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15666
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15602
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 15865
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15871
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15877
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15883
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 16039
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 16031
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16046
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16032
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 15939
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 15929
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16006
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16022
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15994
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16010
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16026
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15987
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16000
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16016
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 15943
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 16147
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 16140
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16230
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16246
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16262
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16233
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16249
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16265
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16217
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16227
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16243
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16259
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16237
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16253
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16205
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16269
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16221
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16198
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16211
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16151
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 22095
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 22085
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22324
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22340
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22356
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22372
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22388
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22404
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22420
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22327
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22215
          },
          "name": "resetChangeType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22231
          },
          "name": "resetCompareTo"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22343
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22247
          },
          "name": "resetIncreaseGood"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22359
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22263
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22279
          },
          "name": "resetOrderDir"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22375
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22295
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22391
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22407
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22423
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22311
          },
          "name": "resetShowPresent"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22321
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22337
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22353
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22369
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22385
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22401
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22417
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22331
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22219
          },
          "name": "changeTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22235
          },
          "name": "compareToInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22347
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22251
          },
          "name": "increaseGoodInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22363
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22267
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22283
          },
          "name": "orderDirInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22379
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22299
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22395
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22411
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22427
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22315
          },
          "name": "showPresentInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22209
          },
          "name": "changeType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22225
          },
          "name": "compareTo",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22241
          },
          "name": "increaseGood",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22257
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22273
          },
          "name": "orderDir",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22289
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22305
          },
          "name": "showPresent",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22099
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 16273
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16291
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16279
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16285
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16297
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 16357
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 16350
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16408
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16424
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16453
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16412
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16428
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16441
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16457
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16402
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16418
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16434
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16447
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16361
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 19752
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19758
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19764
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19770
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19776
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19782
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19788
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19794
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 16461
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16473
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16479
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16491
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16497
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16515
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16521
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16527
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16467
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16485
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16503
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16509
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 16636
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 16629
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16729
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16771
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16813
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16829
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16733
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16746
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16759
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16775
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16788
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16801
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16817
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16833
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16846
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16859
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16872
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16723
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16739
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16752
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16765
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16781
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16794
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16807
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16823
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16839
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16852
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16865
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16640
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 16876
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16888
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16894
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16906
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16936
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16942
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16882
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16900
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16912
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16918
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16924
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 16930
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 17051
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 17044
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17144
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17186
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17215
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17231
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17247
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17263
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17148
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17161
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17174
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17190
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17203
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17219
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17235
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17251
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17267
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17280
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17293
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17138
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17154
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17167
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17180
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17196
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17209
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17225
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17241
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17257
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17273
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17286
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17055
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 17297
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17315
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17321
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17327
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17303
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17309
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 17394
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 17387
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17451
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17467
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17455
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17471
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17484
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17497
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17510
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17445
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17461
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17477
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17490
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17503
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17398
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 18426
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18462
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18438
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18450
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18432
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18468
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18474
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18444
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18480
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18456
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 17514
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17520
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17526
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17532
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 17688
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 17680
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17695
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17681
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 17588
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 17578
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17655
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17671
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17643
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17659
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17675
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17636
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17649
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17665
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17592
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 17852
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17858
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17864
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17870
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 18190
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18196
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18202
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18208
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 18261
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 18254
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18332
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18319
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18335
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18329
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18307
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18323
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18339
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18300
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18313
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18265
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 18037
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18043
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18049
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18055
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 18108
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 18101
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18166
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18182
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18154
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18170
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18186
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18147
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18160
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18176
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18112
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 18026
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 18018
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18033
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18019
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 17926
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 17916
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18006
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17993
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18009
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18003
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17981
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17997
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18013
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17974
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17987
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17930
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 17699
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17705
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17711
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17717
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 17770
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 17763
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17828
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17844
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17816
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17832
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17848
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17809
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17822
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17838
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 17774
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 18575
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 18568
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18727
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18740
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18756
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18772
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18656
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18743
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18759
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18685
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18775
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18714
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18724
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18737
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18753
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18769
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18731
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18660
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18673
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18763
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18747
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18689
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18702
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18779
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18718
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18650
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18666
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18679
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18695
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18708
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18579
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 18343
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18349
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 18388
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 18381
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18422
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18415
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18392
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 20069
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 20061
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20076
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20062
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 18783
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18807
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18813
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18789
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18795
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18801
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18819
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 18893
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 18886
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18956
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18972
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18988
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19030
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18960
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18976
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18992
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19005
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19018
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19034
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18950
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18966
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18982
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18998
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19011
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19024
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 18897
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 19878
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 19868
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19953
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19969
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19985
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20001
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20017
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20033
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20049
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19956
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19972
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19988
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20004
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20020
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20036
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20052
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19950
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19966
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19982
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19998
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20014
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20030
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20046
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19960
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19976
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19992
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20008
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20024
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20040
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20056
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19882
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 19038
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19056
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19074
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19080
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19044
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19050
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19062
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19068
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19086
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19092
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19098
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 19200
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 19193
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19287
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19303
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19332
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19348
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19390
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19406
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19422
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19291
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19307
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19320
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19336
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19352
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19365
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19378
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19394
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19410
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19426
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19281
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19297
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19313
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19326
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19342
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19358
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19371
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19384
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19400
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19416
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19204
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 19430
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19448
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19460
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19472
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19436
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19442
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19454
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19466
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19478
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 19566
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 19559
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19641
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19657
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19686
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19715
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19744
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19645
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19661
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19674
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19690
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19703
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19719
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19732
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19748
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19635
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19651
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19667
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19680
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19696
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19709
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19725
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19738
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 19570
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 20756
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20762
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20774
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20780
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20786
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20768
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 20080
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20086
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20092
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20098
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 20151
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 20144
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20209
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20225
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20197
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20213
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20229
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20190
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20203
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20219
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20155
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 20383
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20389
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20395
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20401
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 20560
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 20552
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20567
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20553
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 20457
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 20447
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20540
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20511
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20527
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20543
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20537
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20515
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20531
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20547
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20505
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20521
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20461
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 20233
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20239
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20251
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20245
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 20304
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 20297
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20362
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20350
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20366
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20379
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20343
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20356
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20372
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20308
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 20571
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20577
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20583
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20589
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 20745
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 20737
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20752
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20738
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 20645
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 20635
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20712
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20728
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20700
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20716
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20732
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20693
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20706
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20722
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20649
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 20853
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 20846
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20936
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20952
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20968
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20939
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20955
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20971
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20923
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20933
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20949
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20965
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20943
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20959
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20911
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20975
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20927
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20904
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20917
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20857
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 21655
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21661
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21673
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21679
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21685
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21667
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 20979
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20985
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20991
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 20997
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 21050
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 21043
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21108
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21124
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21096
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21112
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21128
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21089
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21102
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21118
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21054
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 21282
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21288
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21294
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21300
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 21459
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 21451
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21466
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21452
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 21356
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 21346
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21439
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21410
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21426
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21442
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21436
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21414
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21430
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21446
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21404
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21420
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21360
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 21132
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21138
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21150
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21144
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 21203
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 21196
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21261
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21249
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21265
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21278
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21242
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21255
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21271
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21207
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 21470
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21476
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21482
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21488
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 21644
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 21636
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21651
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21637
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 21544
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 21534
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21611
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21627
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21599
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21615
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21631
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21592
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21605
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21621
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21548
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 21752
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 21745
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21835
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21851
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21867
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21838
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21854
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21870
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21822
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21832
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21848
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21864
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21842
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21858
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21810
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21874
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21826
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21803
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21816
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 21756
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 5739
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#view Dashboard#view}",
            "stability": "stable",
            "summary": "view block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5799
          },
          "name": "view",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5781
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5745
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5751
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5757
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5787
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5793
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5763
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5769
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5775
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 22782
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22788
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22794
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22800
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22806
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 22994
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 22986
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23001
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22987
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 22869
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 22859
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22929
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22945
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22961
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22977
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22933
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22949
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22965
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22981
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22923
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22939
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22955
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22971
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 22873
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 5901
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 5894
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6081
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6097
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6113
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6129
          },
          "name": "putView",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6084
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5988
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6004
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6020
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6100
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6116
          },
          "name": "resetStyle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6036
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6052
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6068
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6078
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6094
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6110
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6126
          },
          "name": "view",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionViewOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6088
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5992
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6008
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6024
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6104
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6120
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6056
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6040
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6072
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6133
          },
          "name": "viewInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5982
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5998
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6014
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6030
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6046
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6062
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5905
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 5283
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5295
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5301
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5289
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5307
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5313
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 24157
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24175
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24163
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24169
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24181
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24187
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#number_format Dashboard#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24193
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24199
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 23005
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23011
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23047
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23059
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23017
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23023
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23029
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23035
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23041
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23053
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 23383
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 23375
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23390
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23376
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 23157
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 23147
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23260
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23276
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23292
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23308
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23324
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23353
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23248
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23264
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23280
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23296
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23312
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23328
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23341
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23357
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23370
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23241
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23254
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23270
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23286
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23302
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23318
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23334
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23347
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23363
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23161
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 23394
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23400
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23406
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 23452
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 23445
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23491
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23507
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23495
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23511
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23485
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23501
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23456
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 24471
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 24463
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24478
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24464
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 23918
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23924
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23930
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 23976
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 23969
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24012
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24025
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24028
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24009
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24022
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24016
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24032
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23980
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 23716
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#canonical Dashboard#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23722
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom Dashboard#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23728
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 23515
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23527
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23521
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 23573
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 23566
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23612
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23616
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23629
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23606
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23622
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23577
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 23633
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23639
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 23678
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 23671
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23712
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23705
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23682
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 23774
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 23767
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23810
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23826
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23813
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23829
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23807
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23823
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23817
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23833
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23778
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 23837
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23841
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 23880
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 23873
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23914
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23907
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 23884
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 24283
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 24273
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24403
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24419
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24435
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24451
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24361
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24377
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24406
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24422
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24438
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24454
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24400
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24416
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24432
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24448
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24365
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24381
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24410
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24394
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24426
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24442
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24458
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24355
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24371
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24387
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24287
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 24036
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24042
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_index Dashboard#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24048
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 24094
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 24087
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24133
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24149
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24153
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24137
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24127
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24143
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24098
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 5530
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 5522
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5537
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5523
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 542
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 548
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 560
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 566
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 572
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 554
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 24482
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24488
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24494
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24500
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs1600.ts",
          "line": 24553
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs1600.ts",
        "line": 24546
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24611
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24627
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24599
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24615
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24631
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24592
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24605
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24621
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs1600.ts",
            "line": 24557
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs1600:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 169
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 175
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 181
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 187
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 346
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 338
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 353
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 339
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 243
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 233
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 326
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 297
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 313
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 329
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 323
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 301
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 317
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 333
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 291
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 307
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 247
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 19
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 37
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 31
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 90
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 83
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 148
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 136
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 152
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 165
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 129
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 142
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 158
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 94
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 357
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 363
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 369
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 375
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 531
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 523
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 538
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 524
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 431
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 421
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 498
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 514
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 486
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 502
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 518
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 479
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 492
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 508
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 435
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 639
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 632
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 722
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 738
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 754
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 725
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 741
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 757
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 709
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 719
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 735
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 751
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 729
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 745
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 697
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 761
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 713
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 690
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 703
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 643
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 5383
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 5373
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5462
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5478
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5494
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5510
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5465
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5481
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5449
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5497
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5513
          },
          "name": "resetRumQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5459
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5475
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5491
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5507
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5469
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5485
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5453
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5501
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5517
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5443
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5387
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 4056
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4062
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4068
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4074
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4080
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4086
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4092
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4098
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 765
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 777
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 783
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 795
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 801
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 819
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 825
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 831
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 771
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 789
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 807
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 813
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 940
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 933
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1033
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1075
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1117
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1133
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1037
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1050
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1063
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1079
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1092
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1105
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1121
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1137
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1150
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1163
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1176
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1027
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1043
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1056
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1069
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1085
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1098
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1111
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1127
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1143
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1156
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1169
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 944
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 1180
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1192
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1198
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1210
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1240
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1246
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1186
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1204
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1216
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1222
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1228
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1234
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 1355
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 1348
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1448
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1490
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1519
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1535
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1551
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1567
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1452
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1465
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1478
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1494
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1507
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1523
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1539
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1555
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1571
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1584
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1597
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1442
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1458
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1471
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1484
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1500
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1513
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1529
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1545
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1561
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1577
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1590
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1359
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 1601
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1619
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1625
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1631
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1607
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1613
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 1698
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 1691
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1755
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1771
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1759
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1775
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1788
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1801
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1814
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1749
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1765
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1781
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1794
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1807
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1702
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 2730
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2766
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2742
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2754
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2736
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2772
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2778
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2748
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2784
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2760
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 1818
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1824
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1830
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1836
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 1992
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 1984
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1999
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1985
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 1892
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 1882
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1959
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1975
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1947
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1963
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1979
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1940
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1953
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1969
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 1896
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 2156
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2162
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2168
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2174
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 2494
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2500
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2506
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2512
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 2565
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 2558
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2636
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2623
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2639
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2633
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2611
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2627
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2643
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2604
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2617
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2569
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 2341
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2347
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2353
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2359
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 2412
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 2405
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2470
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2486
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2458
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2474
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2490
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2451
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2464
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2480
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2416
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 2330
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 2322
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2337
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2323
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 2230
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 2220
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2310
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2297
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2313
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2307
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2285
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2301
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2317
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2278
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2291
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2234
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 2003
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2009
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2015
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2021
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 2074
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 2067
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2132
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2148
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2120
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2136
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2152
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2113
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2126
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2142
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2078
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 2879
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 2872
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3031
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3044
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3060
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3076
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2960
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3047
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3063
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2989
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3079
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3018
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3028
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3041
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3057
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3073
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3035
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2964
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2977
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3067
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3051
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2993
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3006
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3083
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3022
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2954
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2970
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2983
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2999
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3012
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2883
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 2647
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2653
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 2692
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 2685
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2726
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2719
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 2696
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 4373
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 4365
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4380
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4366
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 3087
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3111
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3117
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3093
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3099
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3105
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3123
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 3197
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 3190
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3260
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3276
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3292
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3334
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3264
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3280
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3296
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3309
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3322
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3338
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3254
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3270
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3286
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3302
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3315
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3328
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3201
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 4182
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 4172
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4257
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4273
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4289
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4305
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4321
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4337
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4353
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4260
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4276
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4292
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4308
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4324
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4340
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4356
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4254
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4270
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4286
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4302
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4318
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4334
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4350
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4264
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4280
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4296
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4312
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4328
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4344
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4360
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4186
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 3342
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3360
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3378
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3384
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3348
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3354
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3366
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3372
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3390
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3396
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3402
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 3504
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 3497
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3591
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3607
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3636
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3652
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3694
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3710
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3726
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3595
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3611
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3624
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3640
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3656
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3669
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3682
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3698
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3714
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3730
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3585
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3601
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3617
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3630
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3646
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3662
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3675
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3688
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3704
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3720
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3508
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 3734
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3752
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3764
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3776
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3740
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3746
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3758
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3770
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3782
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 3870
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 3863
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3945
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3961
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3990
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4019
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4048
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3949
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3965
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3978
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3994
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4007
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4023
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4036
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4052
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3939
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3955
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3971
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3984
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4000
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4013
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4029
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4042
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 3874
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 5060
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5066
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5078
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5084
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5090
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5072
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 4384
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4390
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4396
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4402
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 4455
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 4448
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4513
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4529
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4501
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4517
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4533
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4494
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4507
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4523
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4459
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 4687
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4693
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4699
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4705
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 4864
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 4856
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4871
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4857
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 4761
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 4751
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4844
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4815
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4831
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4847
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4841
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4819
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4835
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4851
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4809
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4825
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4765
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 4537
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4543
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4555
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4549
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 4608
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 4601
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4666
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4654
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4670
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4683
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4647
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4660
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4676
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4612
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 4875
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4881
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4887
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4893
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 5049
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 5041
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5056
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5042
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 4949
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 4939
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5016
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5032
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5004
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5020
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5036
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4997
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5010
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5026
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 4953
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 5157
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 5150
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5240
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5256
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5272
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5243
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5259
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5275
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5227
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5237
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5253
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5269
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5247
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5263
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5215
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5279
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5231
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5208
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5221
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5161
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 5541
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply to the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5547
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_flip Dashboard#palette_flip}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to flip the palette tones."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5553
          },
          "name": "paletteFlip",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 5599
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 5592
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5652
          },
          "name": "paletteFlipInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5639
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5632
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5645
          },
          "name": "paletteFlip",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5603
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 5656
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#focus Dashboard#focus}",
            "stability": "stable",
            "summary": "The two-letter ISO code of a country to focus the map on (or `WORLD`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5662
          },
          "name": "focus",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionViewOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionViewOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 5701
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 5694
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionViewOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5735
          },
          "name": "focusInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5728
          },
          "name": "focus",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 5705
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionViewOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 10959
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 10952
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11037
          },
          "name": "putChangeDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11053
          },
          "name": "putGeomapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11069
          },
          "name": "putQueryTableDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11085
          },
          "name": "putQueryValueDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11101
          },
          "name": "putScatterplotDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11117
          },
          "name": "putSunburstDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11133
          },
          "name": "putTimeseriesDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11149
          },
          "name": "putToplistDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11165
          },
          "name": "putTreemapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11040
          },
          "name": "resetChangeDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11056
          },
          "name": "resetGeomapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11072
          },
          "name": "resetQueryTableDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11088
          },
          "name": "resetQueryValueDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11104
          },
          "name": "resetScatterplotDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11120
          },
          "name": "resetSunburstDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11136
          },
          "name": "resetTimeseriesDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11152
          },
          "name": "resetToplistDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11168
          },
          "name": "resetTreemapDefinition"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11034
          },
          "name": "changeDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11050
          },
          "name": "geomapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11066
          },
          "name": "queryTableDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11082
          },
          "name": "queryValueDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11098
          },
          "name": "scatterplotDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11114
          },
          "name": "sunburstDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11130
          },
          "name": "timeseriesDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11146
          },
          "name": "toplistDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11162
          },
          "name": "treemapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11044
          },
          "name": "changeDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11060
          },
          "name": "geomapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11076
          },
          "name": "queryTableDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11092
          },
          "name": "queryValueDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11108
          },
          "name": "scatterplotDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11124
          },
          "name": "sunburstDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11140
          },
          "name": "timeseriesDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11156
          },
          "name": "toplistDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11172
          },
          "name": "treemapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10963
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 17567
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17615
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17573
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#has_search_bar Dashboard#has_search_bar}",
            "stability": "stable",
            "summary": "Controls the display of the search bar. Valid values are `always`, `never`, `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17579
          },
          "name": "hasSearchBar",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17585
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17591
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17621
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17597
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17603
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17609
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 6137
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6143
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6149
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6155
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6161
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 6349
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 6341
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6356
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6342
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 6224
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 6214
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6284
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6300
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6316
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6332
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6288
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6304
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6320
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6336
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6278
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6294
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6310
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6326
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6228
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 17716
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 17709
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17906
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17922
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17909
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17797
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17813
          },
          "name": "resetHasSearchBar"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17829
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17845
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17925
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17861
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17877
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17893
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17903
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17919
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17913
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17801
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17817
          },
          "name": "hasSearchBarInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17833
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17849
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17929
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17881
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17865
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17897
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17791
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17807
          },
          "name": "hasSearchBar",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17823
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17839
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17855
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17871
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17887
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17720
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 16924
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregator to use for time aggregation. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16930
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "The alias for the column name (defaults to metric name)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16936
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16966
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_stats_query Dashboard#apm_stats_query}",
            "stability": "stable",
            "summary": "apm_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16972
          },
          "name": "apmStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16942
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16978
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16984
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of lines to show in the table."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16948
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16990
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The sort order for the rows. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16954
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16996
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16960
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17002
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17008
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17014
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_formats Dashboard#text_formats}",
            "stability": "stable",
            "summary": "text_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17020
          },
          "name": "textFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 7036
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7042
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7054
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7060
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7066
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7048
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 6360
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6366
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6372
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6378
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 6431
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 6424
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6489
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6505
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6477
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6493
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6509
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6470
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6483
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6499
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6435
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 6663
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6669
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6675
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6681
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 6840
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 6832
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6847
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6833
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 6737
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 6727
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6820
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6791
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6807
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6823
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6817
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6795
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6811
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6827
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6785
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6801
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6741
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 6513
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6519
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6531
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6525
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 6584
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 6577
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6642
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6630
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6646
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6659
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6623
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6636
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6652
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6588
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 6851
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6857
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6863
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6869
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 7025
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 7017
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7032
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7018
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 6925
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 6915
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6992
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7008
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6980
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6996
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7012
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6973
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6986
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7002
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 6929
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 7133
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 7126
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7216
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7232
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7248
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7219
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7235
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7251
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7203
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7213
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7229
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7245
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7223
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7239
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7191
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7255
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7207
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7184
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7197
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7137
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 7479
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "The environment name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7485
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The operation name associated with the service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7491
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag Dashboard#primary_tag}",
            "stability": "stable",
            "summary": "The organization's host group name and value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7497
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#row_type Dashboard#row_type}",
            "stability": "stable",
            "summary": "The level of detail for the request. Valid values are `service`, `resource`, `span`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7509
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "The service name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7515
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#columns Dashboard#columns}",
            "stability": "stable",
            "summary": "columns block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7521
          },
          "name": "columns",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource Dashboard#resource}",
            "stability": "stable",
            "summary": "The resource name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7503
          },
          "name": "resource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 7259
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The column name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7277
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "A user-assigned alias for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7265
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7271
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7283
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 7468
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 7460
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7475
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7461
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 7346
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 7336
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7406
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7422
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7451
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7410
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7426
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7439
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7455
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7400
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7416
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7432
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7445
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7350
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 7602
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 7595
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7749
          },
          "name": "putColumns",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7752
          },
          "name": "resetColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7710
          },
          "name": "resetResource"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7746
          },
          "name": "columns",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7756
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7672
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7685
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7698
          },
          "name": "primaryTagInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7714
          },
          "name": "resourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7727
          },
          "name": "rowTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7740
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7665
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7678
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7691
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7704
          },
          "name": "resource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7720
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7733
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7606
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 7760
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7766
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7802
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7814
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7772
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7778
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7784
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7790
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7796
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7808
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 8138
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 8130
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8145
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8131
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 7912
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 7902
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8015
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8031
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8047
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8063
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8079
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8108
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8003
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8019
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8035
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8051
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8067
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8083
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8096
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8112
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8125
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7996
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8009
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8025
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8041
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8057
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8073
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8089
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8102
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8118
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 7916
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 9422
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9440
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9428
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9434
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode_options Dashboard#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9446
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9452
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9458
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#number_format Dashboard#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9464
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9470
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 8149
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#trend_type Dashboard#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8155
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#y_scale Dashboard#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared`, `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8161
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 8207
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 8200
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8246
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8262
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8250
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8266
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8240
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8256
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8211
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 8270
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8276
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8312
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8324
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8282
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8288
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8294
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8300
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8306
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8318
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 8648
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 8640
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8655
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8641
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 8422
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 8412
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8525
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8541
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8557
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8573
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8589
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8618
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8513
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8529
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8545
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8561
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8577
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8593
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8606
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8622
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8635
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8506
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8519
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8535
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8551
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8567
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8583
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8599
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8612
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8628
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8426
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 8659
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8665
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8671
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 8717
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 8710
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8756
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8772
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8760
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8776
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8750
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8766
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8721
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 9771
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 9763
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9778
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9764
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 9183
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9189
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9195
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 9241
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 9234
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9277
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9290
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9293
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9274
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9287
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9281
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9297
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9245
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 8981
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#canonical Dashboard#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8987
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom Dashboard#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8993
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 8780
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8792
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8786
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 8838
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 8831
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8877
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8881
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8894
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8871
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8887
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8842
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 8898
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8904
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 8943
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 8936
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8977
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8970
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 8947
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 9039
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 9032
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9075
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9091
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9078
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9094
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9072
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9088
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9082
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9098
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9043
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 9102
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9106
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 9145
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 9138
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9179
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9172
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9149
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 9561
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 9551
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9687
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9703
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9719
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9735
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9751
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9645
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9661
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9690
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9706
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9722
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9738
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9754
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9684
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9700
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9716
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9732
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9748
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9649
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9665
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9694
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9710
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9678
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9726
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9742
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9758
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9639
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9655
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9671
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9565
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 9301
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9307
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_index Dashboard#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9313
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 9359
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 9352
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9398
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9414
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9418
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9402
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9392
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9408
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9363
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 17556
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 17548
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17563
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17549
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 10458
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10464
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10476
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10482
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10488
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10470
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 9782
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9788
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9794
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9800
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 9853
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 9846
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9911
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9927
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9899
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9915
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9931
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9892
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9905
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9921
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9857
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 10085
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10091
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10097
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10103
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 10262
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 10254
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10269
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10255
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 10159
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 10149
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10242
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10213
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10229
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10245
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10239
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10217
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10233
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10249
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10207
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10223
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10163
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 9935
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9941
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9953
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 9947
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 10006
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 9999
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10064
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10052
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10068
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10081
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10045
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10058
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10074
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10010
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 10273
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10279
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10285
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10291
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 10447
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 10439
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10454
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10440
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 10347
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 10337
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10414
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10430
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10402
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10418
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10434
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10395
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10408
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10424
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10351
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 10555
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 10548
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10638
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10654
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10670
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10641
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10657
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10673
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10625
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10635
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10651
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10667
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10645
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10661
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10613
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10677
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10629
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10606
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10619
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10559
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 17167
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 17157
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17392
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17408
          },
          "name": "putApmStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17424
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17440
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17456
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17472
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17488
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17504
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17520
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17536
          },
          "name": "putTextFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17299
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17315
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17395
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17411
          },
          "name": "resetApmStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17331
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17427
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17443
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17347
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17459
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17363
          },
          "name": "resetOrder"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17475
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17379
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17491
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17507
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17523
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17539
          },
          "name": "resetTextFormats"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17389
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17405
          },
          "name": "apmStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17421
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17437
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17453
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17469
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17485
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17501
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17517
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17533
          },
          "name": "textFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17303
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17319
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17399
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17415
          },
          "name": "apmStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17335
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17431
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17447
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17351
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17463
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17367
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17479
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17383
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17495
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17511
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17527
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17543
          },
          "name": "textFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17293
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17309
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17325
          },
          "name": "cellDisplayMode",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17341
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17357
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17373
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17171
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 10681
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10699
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10687
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10693
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10705
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 10765
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 10758
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10816
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10832
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10861
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10820
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10836
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10849
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10865
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10810
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10826
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10842
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10855
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10769
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 14160
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14166
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14172
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14178
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14184
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14190
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14196
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14202
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 10869
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10881
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10887
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10899
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10905
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10923
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10929
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10935
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10875
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10893
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10911
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 10917
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 11044
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 11037
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11137
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11179
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11221
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11237
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11141
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11154
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11167
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11183
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11196
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11209
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11225
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11241
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11254
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11267
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11280
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11131
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11147
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11160
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11173
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11189
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11202
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11215
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11231
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11247
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11260
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11273
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11048
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 11284
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11296
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11302
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11314
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11344
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11350
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11290
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11308
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11320
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11326
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11332
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11338
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 11459
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 11452
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11552
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11594
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11623
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11639
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11655
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11671
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11556
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11569
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11582
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11598
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11611
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11627
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11643
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11659
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11675
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11688
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11701
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11546
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11562
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11575
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11588
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11604
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11617
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11633
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11649
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11665
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11681
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11694
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11463
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 11705
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11723
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11729
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11735
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11711
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11717
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 11802
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 11795
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11859
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11875
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11863
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11879
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11892
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11905
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11918
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11853
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11869
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11885
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11898
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11911
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11806
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 12834
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12870
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12846
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12858
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12840
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12876
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12882
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12852
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12888
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12864
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 11922
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11928
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11934
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 11940
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 12096
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 12088
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12103
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12089
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 11996
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 11986
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12063
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12079
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12051
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12067
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12083
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12044
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12057
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12073
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12000
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 12260
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12266
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12272
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12278
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 12598
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12604
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12610
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12616
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 12669
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 12662
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12740
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12727
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12743
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12737
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12715
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12731
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12747
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12708
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12721
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12673
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 12445
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12451
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12457
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12463
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 12516
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 12509
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12574
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12590
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12562
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12578
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12594
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12555
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12568
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12584
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12520
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 12434
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 12426
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12441
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12427
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 12334
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 12324
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12414
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12401
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12417
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12411
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12389
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12405
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12421
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12382
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12395
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12338
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 12107
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12113
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12119
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12125
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 12178
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 12171
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12236
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12252
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12224
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12240
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12256
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12217
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12230
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12246
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12182
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 12983
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 12976
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13135
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13148
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13164
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13180
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13064
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13151
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13167
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13093
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13183
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13122
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13132
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13145
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13161
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13177
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13139
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13068
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13081
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13171
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13155
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13097
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13110
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13187
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13126
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13058
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13074
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13087
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13103
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13116
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12987
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 12751
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12757
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 12796
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 12789
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12830
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12823
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 12800
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 14477
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 14469
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14484
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14470
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 13191
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13215
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13221
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13197
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13203
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13209
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13227
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 13301
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 13294
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13364
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13380
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13396
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13438
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13368
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13384
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13400
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13413
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13426
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13442
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13358
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13374
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13390
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13406
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13419
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13432
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13305
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 14286
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 14276
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14361
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14377
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14393
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14409
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14425
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14441
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14457
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14364
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14380
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14396
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14412
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14428
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14444
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14460
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14358
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14374
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14390
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14406
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14422
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14438
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14454
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14368
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14384
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14400
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14416
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14432
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14448
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14464
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14290
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 13446
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13464
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13482
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13488
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13452
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13458
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13470
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13476
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13494
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13500
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13506
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 13608
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 13601
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13695
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13711
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13740
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13756
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13798
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13814
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13830
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13699
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13715
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13728
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13744
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13760
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13773
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13786
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13802
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13818
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13834
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13689
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13705
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13721
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13734
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13750
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13766
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13779
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13792
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13808
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13824
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13612
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 13838
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13856
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13868
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13880
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13844
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13850
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13862
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13874
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13886
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 13974
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 13967
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14049
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14065
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14094
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14123
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14152
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14053
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14069
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14082
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14098
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14111
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14127
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14140
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14156
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14043
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14059
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14075
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14088
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14104
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14117
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14133
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14146
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 13978
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 15164
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15170
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15182
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15188
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15194
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15176
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 14488
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14494
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14500
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14506
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 14559
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 14552
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14617
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14633
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14605
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14621
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14637
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14598
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14611
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14627
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14563
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 14791
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14797
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14803
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14809
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 14968
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 14960
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14975
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14961
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 14865
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 14855
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14948
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14919
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14935
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14951
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14945
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14923
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14939
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14955
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14913
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14929
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14869
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 14641
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14647
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14659
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14653
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 14712
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 14705
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14770
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14758
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14774
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14787
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14751
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14764
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14780
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14716
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 14979
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14985
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14991
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 14997
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 15153
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 15145
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15160
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15146
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 15053
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 15043
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15120
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15136
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15108
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15124
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15140
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15101
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15114
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15130
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15057
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 15261
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 15254
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15344
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15360
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15376
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15347
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15363
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15379
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15331
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15341
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15357
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15373
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15351
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15367
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15319
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15383
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15335
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15312
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15325
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15265
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 16063
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16069
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16081
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16087
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16093
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16075
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 15387
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15393
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15399
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15405
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 15458
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 15451
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15516
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15532
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15504
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15520
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15536
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15497
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15510
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15526
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15462
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 15690
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15696
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15702
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15708
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 15867
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 15859
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15874
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15860
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 15764
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 15754
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15847
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15818
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15834
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15850
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15844
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15822
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15838
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15854
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15812
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15828
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15768
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 15540
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15546
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15558
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15552
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 15611
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 15604
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15669
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15657
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15673
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15686
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15650
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15663
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15679
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15615
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 15878
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15884
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15890
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15896
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 16052
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 16044
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16059
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16045
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 15952
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 15942
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16019
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16035
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16007
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16023
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16039
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16000
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16013
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16029
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 15956
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 16160
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 16153
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16243
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16259
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16275
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16246
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16262
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16278
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16230
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16240
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16256
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16272
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16250
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16266
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16218
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16282
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16234
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16211
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16224
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16164
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 16806
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_format Dashboard#text_format}",
            "stability": "stable",
            "summary": "text_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16812
          },
          "name": "textFormat",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 16913
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 16905
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16920
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16906
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 16854
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 16844
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16893
          },
          "name": "putTextFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16896
          },
          "name": "resetTextFormat"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16890
          },
          "name": "textFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16900
          },
          "name": "textFormatInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16858
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 16551
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#match Dashboard#match}",
            "stability": "stable",
            "summary": "match block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16575
          },
          "name": "match",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The custom color palette to apply to the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16557
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The custom color palette to apply to the foreground text."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16563
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply. Valid values are `white_on_red`, `white_on_yellow`, `white_on_green`, `black_on_light_red`, `black_on_light_yellow`, `black_on_light_green`, `red_on_white`, `yellow_on_white`, `green_on_white`, `custom_bg`, `custom_text`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16569
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#replace Dashboard#replace}",
            "stability": "stable",
            "summary": "replace block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16581
          },
          "name": "replace",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 16795
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 16787
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16802
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16788
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 16286
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#type Dashboard#type}",
            "stability": "stable",
            "summary": "Match or compare option. Valid values are `is`, `is_not`, `contains`, `does_not_contain`, `starts_with`, `ends_with`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16292
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "Table Widget Match String."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16298
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 16344
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 16337
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16384
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16397
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16377
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16390
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16348
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 16651
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 16641
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16762
          },
          "name": "putMatch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16775
          },
          "name": "putReplace",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16717
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16733
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16749
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16778
          },
          "name": "resetReplace"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16759
          },
          "name": "match",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16772
          },
          "name": "replace",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16721
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16737
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16766
          },
          "name": "matchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16753
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16782
          },
          "name": "replaceInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16711
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16727
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16743
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16655
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 16401
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#type Dashboard#type}",
            "stability": "stable",
            "summary": "Table widget text format replace all type."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16413
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#with Dashboard#with}",
            "stability": "stable",
            "summary": "Table Widget Match String."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16419
          },
          "name": "with",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#substring Dashboard#substring}",
            "stability": "stable",
            "summary": "Text that will be replaced. Must be used with type `substring`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16407
          },
          "name": "substring",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 16472
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 16465
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16517
          },
          "name": "resetSubstring"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16521
          },
          "name": "substringInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16534
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16547
          },
          "name": "withInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16511
          },
          "name": "substring",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16527
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16540
          },
          "name": "with",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 16476
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 3707
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#autoscale Dashboard#autoscale}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to automatically scale the tile."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3713
          },
          "name": "autoscale",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3773
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_unit Dashboard#custom_unit}",
            "stability": "stable",
            "summary": "The unit for the value displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3719
          },
          "name": "customUnit",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3725
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3731
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3737
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#precision Dashboard#precision}",
            "stability": "stable",
            "summary": "The precision to use when displaying the tile."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3743
          },
          "name": "precision",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3779
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_align Dashboard#text_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's text. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3749
          },
          "name": "textAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeseries_background Dashboard#timeseries_background}",
            "stability": "stable",
            "summary": "timeseries_background block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3785
          },
          "name": "timeseriesBackground",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3755
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3761
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3767
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 17933
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17939
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17945
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17951
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 17957
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 18145
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 18137
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18152
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18138
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 18020
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 18010
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18080
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18096
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18112
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18128
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18084
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18100
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18116
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18132
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18074
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18090
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18106
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18122
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18024
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 3908
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 3901
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4170
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4186
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4202
          },
          "name": "putTimeseriesBackground",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4013
          },
          "name": "resetAutoscale"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4173
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4029
          },
          "name": "resetCustomUnit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4045
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4061
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4077
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4093
          },
          "name": "resetPrecision"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4189
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4109
          },
          "name": "resetTextAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4205
          },
          "name": "resetTimeseriesBackground"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4125
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4141
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4157
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4167
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4183
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4199
          },
          "name": "timeseriesBackground",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4017
          },
          "name": "autoscaleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4177
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4033
          },
          "name": "customUnitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4049
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4065
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4081
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4097
          },
          "name": "precisionInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4193
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4113
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4209
          },
          "name": "timeseriesBackgroundInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4145
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4129
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4161
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4007
          },
          "name": "autoscale",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4023
          },
          "name": "customUnit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4039
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4055
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4071
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4087
          },
          "name": "precision",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4103
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4119
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4135
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4151
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3912
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 2895
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregator to use for time aggregation. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2901
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2913
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#audit_query Dashboard#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2919
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2925
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2931
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2937
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2943
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2907
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2949
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2955
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2961
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 18832
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18838
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18850
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18856
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18862
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18844
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 18156
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18162
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18168
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18174
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 18227
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 18220
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18285
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18301
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18273
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18289
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18305
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18266
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18279
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18295
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18231
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 18459
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18465
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18471
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18477
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 18636
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 18628
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18643
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18629
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 18533
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 18523
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18616
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18587
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18603
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18619
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18613
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18591
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18607
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18623
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18581
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18597
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18537
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 18309
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18315
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18327
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18321
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 18380
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 18373
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18438
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18426
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18442
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18455
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18419
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18432
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18448
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18384
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 18647
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18653
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18659
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18665
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 18821
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 18813
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18828
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18814
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 18721
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 18711
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18788
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18804
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18776
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18792
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18808
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18769
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18782
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18798
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18725
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 18929
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 18922
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19012
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19028
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19044
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19015
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19031
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19047
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18999
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19009
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19025
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19041
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19019
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19035
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18987
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19051
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19003
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18980
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18993
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 18933
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 19731
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19737
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19749
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19755
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19761
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19743
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 19055
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19061
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19067
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19073
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 19126
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 19119
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19184
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19200
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19172
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19188
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19204
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19165
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19178
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19194
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19130
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 19358
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19364
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19370
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19376
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 19535
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 19527
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19542
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19528
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 19432
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 19422
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19515
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19486
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19502
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19518
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19512
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19490
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19506
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19522
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19480
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19496
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19436
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 19208
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19214
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19226
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19220
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 19279
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 19272
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19337
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19325
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19341
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19354
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19318
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19331
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19347
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19283
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 19546
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19552
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19558
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19564
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 19720
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 19712
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19727
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19713
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 19620
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 19610
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19687
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19703
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19675
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19691
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19707
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19668
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19681
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19697
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19624
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 19828
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 19821
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19911
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19927
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19943
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19914
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19930
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19946
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19898
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19908
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19924
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19940
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19918
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19934
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19886
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19950
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19902
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19879
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19892
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19832
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 19954
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19960
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19996
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20008
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19966
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19972
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19978
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19984
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 19990
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20002
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 20332
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 20324
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20339
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20325
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 20106
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 20096
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20209
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20225
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20241
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20257
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20273
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20302
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20197
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20213
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20229
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20245
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20261
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20277
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20290
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20306
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20319
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20190
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20203
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20219
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20235
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20251
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20267
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20283
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20296
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20312
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20110
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 21495
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21513
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21501
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21507
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21519
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21525
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#number_format Dashboard#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21531
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21537
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 20343
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20349
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20385
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20397
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20355
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20361
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20367
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20373
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20379
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20391
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 20721
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 20713
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20728
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20714
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 20495
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 20485
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20598
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20614
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20630
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20646
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20662
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20691
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20586
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20602
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20618
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20634
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20650
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20666
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20679
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20695
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20708
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20579
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20592
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20608
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20624
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20640
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20656
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20672
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20685
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20701
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20499
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 20732
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20738
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20744
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 20790
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 20783
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20829
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20845
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20833
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20849
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20823
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20839
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20794
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 21809
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 21801
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21816
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21802
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 21256
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21262
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21268
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 21314
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 21307
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21350
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21363
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21366
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21347
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21360
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21354
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21370
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21318
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 21054
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#canonical Dashboard#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21060
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom Dashboard#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21066
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 20853
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20865
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20859
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 20911
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 20904
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20950
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20954
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20967
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20944
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20960
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20915
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 20971
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 20977
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 21016
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 21009
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21050
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21043
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21020
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 21112
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 21105
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21148
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21164
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21151
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21167
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21145
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21161
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21155
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21171
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21116
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 21175
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21179
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 21218
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 21211
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21252
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21245
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21222
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 21621
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 21611
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21741
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21757
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21773
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21789
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21699
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21715
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21744
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21760
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21776
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21792
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21738
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21754
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21770
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21786
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21703
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21719
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21748
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21732
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21764
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21780
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21796
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21693
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21709
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21725
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21625
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 21374
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21380
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_index Dashboard#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21386
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 21432
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 21425
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21471
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21487
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21491
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21475
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21465
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21481
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21436
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 3352
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 3344
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3359
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3345
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 22496
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22502
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22514
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22520
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22526
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22508
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 21820
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21826
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21832
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21838
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 21891
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 21884
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21949
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21965
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21937
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21953
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21969
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21930
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21943
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21959
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21895
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 22123
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22129
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22135
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22141
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 22300
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 22292
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22307
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22293
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 22197
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 22187
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22280
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22251
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22267
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22283
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22277
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22255
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22271
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22287
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22245
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22261
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22201
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 21973
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21979
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21991
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 21985
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 22044
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 22037
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22102
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22090
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22106
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22119
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22083
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22096
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22112
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22048
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 22311
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22317
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22323
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22329
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 22485
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 22477
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22492
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22478
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 22385
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 22375
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22452
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22468
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22440
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22456
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22472
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22433
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22446
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22462
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22389
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 22593
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 22586
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22676
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22692
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22708
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22679
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22695
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22711
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22663
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22673
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22689
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22705
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22683
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22699
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22651
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22715
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22667
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22644
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22657
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22597
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 3073
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 3063
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3204
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3220
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3236
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3252
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3268
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3284
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3300
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3316
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3332
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3175
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3207
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3223
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3239
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3255
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3271
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3287
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3191
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3303
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3319
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3335
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3201
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3217
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3233
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3249
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3265
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3281
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3297
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3313
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3329
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3179
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3211
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3227
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3243
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3259
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3275
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3291
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3195
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3307
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3323
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3339
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3169
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3185
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3077
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 22719
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22737
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22725
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22731
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22743
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 22803
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 22796
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22854
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22870
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22899
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22858
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22874
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22887
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22903
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22848
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22864
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22880
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22893
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22807
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 769
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 775
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 781
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 787
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 793
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 799
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 805
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 811
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 22907
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22919
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22925
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22937
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22943
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22961
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22967
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22973
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22913
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22931
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22949
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 22955
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 23082
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 23075
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23175
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23217
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23259
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23275
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23179
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23192
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23205
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23221
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23234
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23247
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23263
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23279
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23292
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23305
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23318
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23169
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23185
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23198
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23211
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23227
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23240
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23253
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23269
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23285
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23298
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23311
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23086
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 23322
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23334
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23340
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23352
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23382
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23388
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23328
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23346
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23358
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23364
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23370
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23376
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 23497
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 23490
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23590
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23632
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23661
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23677
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23693
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23709
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23594
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23607
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23620
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23636
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23649
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23665
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23681
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23697
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23713
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23726
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23739
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23584
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23600
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23613
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23626
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23642
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23655
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23671
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23687
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23703
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23719
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23732
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23501
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 23743
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23761
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23767
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23773
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23749
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23755
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 23840
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 23833
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23897
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23913
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23901
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23917
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23930
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23943
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23956
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23891
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23907
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23923
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23936
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23949
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23844
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 24872
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24908
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24884
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24896
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24878
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24914
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24920
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24890
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24926
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24902
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 23960
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23966
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23972
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 23978
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 24134
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 24126
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24141
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24127
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 24034
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 24024
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24101
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24117
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24089
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24105
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24121
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24082
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24095
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24111
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24038
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 24298
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24304
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24310
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24316
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 24636
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24642
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24648
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24654
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 24707
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 24700
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24778
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24765
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24781
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24775
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24753
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24769
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24785
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24746
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24759
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24711
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 24483
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24489
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24495
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24501
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 24554
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 24547
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24612
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24628
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24600
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24616
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24632
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24593
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24606
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24622
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24558
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 24472
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 24464
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24479
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24465
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 24372
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 24362
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24452
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24439
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24455
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24449
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24427
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24443
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24459
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24420
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24433
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24376
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 24145
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24151
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24157
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24163
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 24216
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 24209
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24274
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24290
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24262
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24278
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24294
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24255
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24268
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24284
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24220
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 25021
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 25014
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25173
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25186
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25202
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25218
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25102
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25189
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25205
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25131
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25221
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25160
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25170
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25183
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25199
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25215
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25177
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25106
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25119
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25209
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25193
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25135
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25148
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25225
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25164
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25096
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25112
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25125
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25141
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25154
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25025
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 24789
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24795
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 24834
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 24827
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24868
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24861
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 24838
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 1086
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 1078
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1093
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1079
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 25229
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25253
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25259
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25235
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25241
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25247
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25265
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2000.ts",
          "line": 25339
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2000.ts",
        "line": 25332
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25402
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25418
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25434
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25476
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25406
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25422
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25438
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25451
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25464
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25480
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25396
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25412
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25428
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25444
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25457
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25470
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2000.ts",
            "line": 25343
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2000:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 895
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 885
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 970
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 986
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1002
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1018
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1034
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1050
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1066
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 973
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 989
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1005
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1021
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1037
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1053
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1069
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 967
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 983
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 999
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1015
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1031
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1047
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1063
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 977
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 993
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1009
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1025
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1041
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1057
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1073
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 899
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 55
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 73
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 91
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 97
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 61
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 67
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 79
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 85
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 103
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 109
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 115
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 217
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 210
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 304
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 320
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 349
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 365
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 407
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 423
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 439
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 308
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 324
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 337
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 353
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 369
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 382
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 395
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 411
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 427
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 443
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 298
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 314
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 330
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 343
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 359
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 375
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 388
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 401
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 417
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 433
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 221
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 447
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 465
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 477
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 489
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 453
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 459
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 471
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 483
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 495
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 583
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 576
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 658
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 674
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 703
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 732
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 761
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 662
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 678
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 691
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 707
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 720
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 736
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 749
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 765
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 652
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 668
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 684
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 697
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 713
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 726
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 742
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 755
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 587
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 1773
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1779
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1791
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1797
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1803
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1785
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 1097
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1103
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1109
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1115
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 1168
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 1161
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1226
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1242
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1214
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1230
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1246
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1207
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1220
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1236
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1172
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 1400
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1406
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1412
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1418
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 1577
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 1569
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1584
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1570
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 1474
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 1464
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1557
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1528
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1544
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1560
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1554
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1532
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1548
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1564
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1522
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1538
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1478
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 1250
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1256
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1268
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1262
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 1321
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 1314
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1379
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1367
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1383
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1396
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1360
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1373
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1389
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1325
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 1588
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1594
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1600
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1606
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 1762
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 1754
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1769
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1755
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 1662
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 1652
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1729
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1745
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1717
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1733
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1749
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1710
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1723
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1739
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1666
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 1870
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 1863
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1953
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1969
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1985
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1956
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1972
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1988
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1940
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1950
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1966
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1982
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1960
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1976
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1928
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1992
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1944
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1921
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1934
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 1874
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 2672
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2678
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2690
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2696
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2702
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2684
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 1996
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2002
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2008
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2014
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 2067
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 2060
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2125
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2141
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2113
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2129
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2145
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2106
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2119
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2135
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2071
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 2299
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2305
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2311
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2317
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 2476
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 2468
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2483
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2469
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 2373
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 2363
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2456
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2427
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2443
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2459
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2453
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2431
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2447
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2463
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2421
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2437
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2377
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 2149
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2155
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2167
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2161
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 2220
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 2213
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2278
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2266
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2282
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2295
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2259
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2272
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2288
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2224
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 2487
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2493
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2499
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2505
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 2661
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 2653
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2668
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2654
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 2561
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 2551
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2628
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2644
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2616
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2632
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2648
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2609
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2622
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2638
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2565
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 2769
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 2762
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2852
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2868
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2884
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2855
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2871
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2887
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2839
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2849
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2865
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2881
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2859
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2875
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2827
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2891
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2843
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2820
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2833
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 2773
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 3589
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#type Dashboard#type}",
            "stability": "stable",
            "summary": "Whether the Timeseries is made using an area or bars. Valid values are `bars`, `area`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3595
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#yaxis Dashboard#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3601
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 3647
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 3640
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3696
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3699
          },
          "name": "resetYaxis"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3693
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3687
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3703
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3680
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3651
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 3363
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#include_zero Dashboard#include_zero}",
            "stability": "stable",
            "summary": "Always include zero or fit the axis to the data range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3369
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3375
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3381
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3387
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3393
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 3460
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 3453
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3517
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3533
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3549
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3565
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3581
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3521
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3537
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3553
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3569
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3585
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3511
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3527
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3543
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3559
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3575
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 3464
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 17222
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#color_by_groups Dashboard#color_by_groups}",
            "stability": "stable",
            "summary": "List of groups used for colors."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17228
          },
          "name": "colorByGroups",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17270
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17234
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17240
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17246
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17276
          },
          "name": "request",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17252
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17258
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17264
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#xaxis Dashboard#xaxis}",
            "stability": "stable",
            "summary": "xaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17282
          },
          "name": "xaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#yaxis Dashboard#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17288
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 4213
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4219
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4225
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4231
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4237
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 4425
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 4417
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4432
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4418
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 4300
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 4290
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4360
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4376
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4392
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4408
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4364
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4380
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4396
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4412
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4354
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4370
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4386
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4402
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4304
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 17397
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 17390
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17599
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17615
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17631
          },
          "name": "putXaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17647
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17490
          },
          "name": "resetColorByGroups"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17602
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17506
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17522
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17538
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17618
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17554
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17570
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17586
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17634
          },
          "name": "resetXaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17650
          },
          "name": "resetYaxis"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17596
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17612
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17628
          },
          "name": "xaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17644
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17494
          },
          "name": "colorByGroupsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17606
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17510
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17526
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17542
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17622
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17574
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17558
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17590
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17638
          },
          "name": "xaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17654
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17484
          },
          "name": "colorByGroups",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17500
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17516
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17532
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17548
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17564
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17580
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17401
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 16614
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scatterplot_table Dashboard#scatterplot_table}",
            "stability": "stable",
            "summary": "scatterplot_table block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16620
          },
          "name": "scatterplotTable",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#x Dashboard#x}",
            "stability": "stable",
            "summary": "x block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16626
          },
          "name": "x",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#y Dashboard#y}",
            "stability": "stable",
            "summary": "y block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16632
          },
          "name": "y",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 16685
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 16678
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16727
          },
          "name": "putScatterplotTable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16743
          },
          "name": "putX",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16759
          },
          "name": "putY",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16730
          },
          "name": "resetScatterplotTable"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16746
          },
          "name": "resetX"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16762
          },
          "name": "resetY"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16724
          },
          "name": "scatterplotTable",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16740
          },
          "name": "x",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16756
          },
          "name": "y",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16734
          },
          "name": "scatterplotTableInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16750
          },
          "name": "xInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16766
          },
          "name": "yInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16689
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 8237
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8243
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8249
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 4436
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#dimension Dashboard#dimension}",
            "stability": "stable",
            "summary": "Dimension of the Scatterplot. Valid values are `x`, `y`, `radius`, `color`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4448
          },
          "name": "dimension",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4454
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4442
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 4607
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 4599
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4614
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4600
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 4510
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 4500
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4564
          },
          "name": "resetAlias"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4568
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4581
          },
          "name": "dimensionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4594
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4558
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4574
          },
          "name": "dimension",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4587
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4514
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 8379
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 8371
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8386
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8372
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 8298
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 8288
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8343
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8359
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8346
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8362
          },
          "name": "resetQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8340
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8356
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8350
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8366
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8302
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 7909
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7915
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7921
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7927
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7933
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7939
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7945
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7951
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 4618
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4630
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4636
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4648
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4654
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4672
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4678
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4684
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4624
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4642
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4660
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4666
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 4793
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 4786
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4886
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4928
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4970
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4986
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4890
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4903
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4916
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4932
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4945
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4958
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4974
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4990
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5003
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5016
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5029
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4880
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4896
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4909
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4922
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4938
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4951
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4964
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4980
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4996
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5009
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5022
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 4797
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 5033
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5045
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5051
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5063
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5093
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5099
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5039
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5057
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5069
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5075
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5081
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5087
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 5208
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 5201
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5301
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5343
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5372
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5388
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5404
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5420
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5305
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5318
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5331
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5347
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5360
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5376
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5392
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5408
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5424
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5437
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5450
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5295
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5311
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5324
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5337
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5353
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5366
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5382
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5398
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5414
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5430
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5443
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5212
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 5454
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5472
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5478
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5484
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5460
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5466
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 5551
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 5544
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5608
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5624
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5612
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5628
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5641
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5654
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5667
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5602
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5618
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5634
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5647
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5660
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5555
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 6583
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6619
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6595
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6607
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6589
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6625
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6631
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6601
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6637
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6613
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 5671
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5677
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5683
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5689
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 5845
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 5837
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5852
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5838
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 5745
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 5735
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5812
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5828
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5800
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5816
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5832
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5793
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5806
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5822
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5749
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 6009
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6015
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6021
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6027
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 6347
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6353
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6359
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6365
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 6418
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 6411
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6489
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6476
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6492
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6486
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6464
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6480
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6496
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6457
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6470
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6422
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 6194
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6200
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6206
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6212
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 6265
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 6258
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6323
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6339
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6311
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6327
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6343
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6304
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6317
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6333
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6269
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 6183
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 6175
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6190
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6176
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 6083
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 6073
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6163
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6150
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6166
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6160
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6138
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6154
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6170
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6131
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6144
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6087
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 5856
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5862
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5868
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5874
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 5927
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 5920
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5985
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6001
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5973
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5989
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6005
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5966
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5979
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5995
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 5931
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 6732
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 6725
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6884
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6897
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6913
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6929
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6813
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6900
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6916
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6842
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6932
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6871
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6881
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6894
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6910
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6926
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6888
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6817
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6830
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6920
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6904
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6846
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6859
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6936
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6875
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6807
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6823
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6836
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6852
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6865
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6736
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 6500
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6506
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 6545
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 6538
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6579
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6572
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6549
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 8226
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 8218
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8233
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8219
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 6940
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6964
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6970
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6946
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6952
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6958
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 6976
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 7050
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 7043
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7113
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7129
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7145
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7187
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7117
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7133
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7149
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7162
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7175
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7191
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7107
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7123
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7139
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7155
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7168
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7181
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7054
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 8035
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 8025
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8110
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8126
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8142
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8158
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8174
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8190
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8206
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8113
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8129
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8145
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8161
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8177
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8193
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8209
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8107
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8123
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8139
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8155
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8171
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8187
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8203
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8117
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8133
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8149
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8165
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8181
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8197
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8213
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8039
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 7195
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7213
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7231
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7237
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7201
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7207
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7219
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7225
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7243
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7249
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7255
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 7357
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 7350
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7444
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7460
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7489
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7505
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7547
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7563
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7579
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7448
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7464
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7477
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7493
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7509
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7522
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7535
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7551
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7567
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7583
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7438
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7454
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7470
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7483
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7499
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7515
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7528
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7541
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7557
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7573
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7361
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 7587
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7605
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7617
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7629
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7593
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7599
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7611
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7623
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7635
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 7723
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 7716
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7798
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7814
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7843
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7872
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7901
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7802
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7818
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7831
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7847
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7860
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7876
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7889
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7905
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7792
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7808
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7824
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7837
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7853
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7866
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7882
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7895
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 7727
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 12174
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "Aggregator used for the request. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12180
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12192
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12198
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12204
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12186
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12210
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12216
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 9066
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9072
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9084
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9090
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9096
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9078
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 8390
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8396
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8402
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8408
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 8461
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 8454
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8519
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8535
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8507
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8523
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8539
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8500
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8513
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8529
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8465
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 8693
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8699
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8705
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8711
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 8870
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 8862
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8877
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8863
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 8767
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 8757
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8850
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8821
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8837
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8853
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8847
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8825
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8841
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8857
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8815
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8831
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8771
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 8543
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8549
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8561
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8555
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 8614
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 8607
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8672
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8660
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8676
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8689
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8653
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8666
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8682
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8618
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 8881
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8887
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8893
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8899
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 9055
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 9047
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9062
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9048
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 8955
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 8945
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9022
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9038
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9010
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9026
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9042
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9003
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9016
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9032
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 8959
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 9163
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 9156
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9246
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9262
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9278
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9249
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9265
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9281
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9233
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9243
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9259
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9275
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9253
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9269
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9221
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9285
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9237
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9214
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9227
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9167
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 12491
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 12483
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12498
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12484
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 9965
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9971
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9983
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9989
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9995
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9977
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 9289
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9295
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9301
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9307
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 9360
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 9353
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9418
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9434
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9406
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9422
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9438
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9399
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9412
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9428
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9364
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 9592
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9598
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9604
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9610
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 9769
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 9761
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9776
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9762
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 9666
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 9656
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9749
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9720
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9736
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9752
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9746
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9724
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9740
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9756
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9714
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9730
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9670
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 9442
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9448
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9460
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9454
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 9513
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 9506
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9571
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9559
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9575
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9588
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9552
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9565
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9581
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9517
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 9780
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9786
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9792
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9798
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 9954
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 9946
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9961
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9947
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 9854
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 9844
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9921
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9937
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9909
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9925
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9941
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9902
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9915
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9931
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 9858
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 10062
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 10055
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10145
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10161
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10177
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10148
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10164
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10180
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10132
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10142
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10158
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10174
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10152
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10168
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10120
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10184
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10136
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10113
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10126
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10066
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 12300
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 12290
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12407
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12423
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12439
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12455
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12471
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12378
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12410
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12426
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12442
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12394
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12458
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12474
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12404
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12420
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12436
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12452
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12468
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12382
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12414
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12430
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12446
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12398
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12462
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12478
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12372
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12388
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12304
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 10188
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10206
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10194
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10200
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10212
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 10272
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 10265
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10323
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10339
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10368
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10327
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10343
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10356
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10372
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10317
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10333
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10349
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10362
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10276
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 11052
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11058
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11070
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11076
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11082
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11064
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 10376
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10382
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10388
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10394
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 10447
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 10440
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10505
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10521
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10493
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10509
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10525
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10486
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10499
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10515
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10451
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 10679
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10685
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10691
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10697
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 10856
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 10848
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10863
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10849
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 10753
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 10743
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10836
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10807
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10823
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10839
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10833
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10811
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10827
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10843
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10801
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10817
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10757
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 10529
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10535
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10547
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10541
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 10600
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 10593
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10658
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10646
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10662
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10675
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10639
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10652
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10668
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10604
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 10867
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10873
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10879
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10885
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 11041
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 11033
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11048
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11034
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 10941
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 10931
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11008
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11024
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10996
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11012
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11028
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10989
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11002
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11018
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 10945
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 11149
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 11142
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11232
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11248
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11264
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11235
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11251
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11267
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11219
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11229
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11245
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11261
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11239
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11255
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11207
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11271
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11223
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11200
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11213
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11153
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 11951
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11957
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11969
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11975
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11981
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11963
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 11275
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11281
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11287
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11293
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 11346
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 11339
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11404
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11420
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11392
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11408
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11424
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11385
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11398
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11414
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11350
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 11578
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11584
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11590
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11596
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 11755
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 11747
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11762
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11748
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 11652
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 11642
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11735
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11706
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11722
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11738
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11732
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11710
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11726
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11742
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11700
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11716
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11656
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 11428
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11434
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11446
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11440
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 11499
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 11492
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11557
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11545
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11561
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11574
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11538
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11551
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11567
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11503
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 11766
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11772
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11778
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11784
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 11940
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 11932
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11947
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11933
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 11840
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 11830
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11907
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11923
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11895
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11911
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11927
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11888
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11901
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11917
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 11844
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 12048
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 12041
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12131
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12147
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12163
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12134
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12150
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12166
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12118
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12128
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12144
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12160
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12138
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12154
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12106
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12170
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12122
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12099
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12112
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12052
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 16286
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "Aggregator used for the request. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16292
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16304
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16310
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16316
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16298
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16322
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16328
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 13178
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13184
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13196
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13202
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13208
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13190
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 12502
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12508
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12514
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12520
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 12573
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 12566
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12631
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12647
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12619
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12635
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12651
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12612
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12625
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12641
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12577
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 12805
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12811
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12817
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12823
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 12982
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 12974
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12989
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12975
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 12879
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 12869
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12962
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12933
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12949
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12965
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12959
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12937
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12953
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12969
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12927
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12943
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12883
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 12655
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12661
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12673
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12667
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 12726
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 12719
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12784
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12772
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12788
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12801
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12765
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12778
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12794
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12730
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 12993
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 12999
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13005
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13011
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 13167
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 13159
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13174
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13160
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 13067
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 13057
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13134
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13150
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13122
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13138
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13154
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13115
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13128
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13144
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13071
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 13275
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 13268
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13358
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13374
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13390
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13361
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13377
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13393
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13345
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13355
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13371
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13387
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13365
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13381
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13333
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13397
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13349
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13326
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13339
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13279
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 16603
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 16595
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16610
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16596
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 14077
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14083
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14095
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14101
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14107
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14089
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 13401
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13407
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13413
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13419
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 13472
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 13465
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13530
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13546
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13518
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13534
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13550
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13511
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13524
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13540
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13476
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 13704
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13710
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13716
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13722
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 13881
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 13873
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13888
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13874
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 13778
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 13768
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13861
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13832
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13848
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13864
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13858
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13836
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13852
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13868
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13826
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13842
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13782
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 13554
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13560
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13572
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13566
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 13625
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 13618
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13683
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13671
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13687
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13700
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13664
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13677
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13693
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13629
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 13892
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13898
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13904
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13910
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 14066
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 14058
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14073
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14059
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 13966
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 13956
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14033
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14049
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14021
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14037
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14053
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14014
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14027
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14043
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 13970
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 14174
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 14167
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14257
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14273
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14289
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14260
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14276
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14292
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14244
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14254
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14270
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14286
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14264
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14280
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14232
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14296
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14248
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14225
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14238
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14178
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 16412
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 16402
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16519
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16535
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16551
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16567
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16583
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16490
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16522
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16538
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16554
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16506
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16570
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16586
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16516
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16532
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16548
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16564
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16580
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16494
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16526
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16542
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16558
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16510
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16574
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16590
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16484
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16500
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16416
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 14300
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14318
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14306
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14312
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14324
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 14384
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 14377
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14435
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14451
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14480
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14439
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14455
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14468
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14484
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14429
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14445
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14461
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14474
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14388
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 15164
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15170
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15182
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15188
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15194
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15176
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 14488
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14494
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14500
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14506
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 14559
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 14552
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14617
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14633
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14605
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14621
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14637
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14598
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14611
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14627
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14563
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 14791
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14797
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14803
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14809
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 14968
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 14960
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14975
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14961
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 14865
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 14855
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14948
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14919
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14935
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14951
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14945
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14923
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14939
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14955
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14913
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14929
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14869
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 14641
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14647
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14659
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14653
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 14712
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 14705
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14770
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14758
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14774
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14787
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14751
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14764
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14780
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14716
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 14979
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14985
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14991
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 14997
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 15153
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 15145
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15160
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15146
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 15053
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 15043
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15120
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15136
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15108
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15124
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15140
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15101
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15114
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15130
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15057
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 15261
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 15254
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15344
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15360
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15376
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15347
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15363
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15379
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15331
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15341
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15357
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15373
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15351
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15367
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15319
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15383
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15335
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15312
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15325
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15265
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 16063
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16069
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16081
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16087
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16093
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16075
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 15387
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15393
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15399
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15405
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 15458
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 15451
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15516
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15532
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15504
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15520
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15536
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15497
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15510
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15526
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15462
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 15690
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15696
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15702
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15708
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 15867
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 15859
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15874
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15860
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 15764
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 15754
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15847
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15818
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15834
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15850
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15844
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15822
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15838
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15854
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15812
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15828
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15768
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 15540
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15546
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15558
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15552
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 15611
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 15604
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15669
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15657
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15673
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15686
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15650
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15663
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15679
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15615
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 15878
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15884
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15890
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15896
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 16052
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 16044
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16059
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16045
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 15952
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 15942
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16019
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16035
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16007
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16023
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16039
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16000
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16013
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16029
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 15956
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 16160
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 16153
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16243
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16259
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16275
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16246
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16262
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16278
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16230
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16240
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16256
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16272
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16250
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16266
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16218
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16282
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16234
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16211
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16224
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16164
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 16770
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#include_zero Dashboard#include_zero}",
            "stability": "stable",
            "summary": "Always include zero or fit the axis to the data range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16776
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16782
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16788
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16794
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16800
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 16867
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 16860
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16924
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16940
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16956
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16972
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16988
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxisOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16928
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16944
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16960
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16976
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16992
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16918
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16934
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16950
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16966
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16982
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 16871
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 16996
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#include_zero Dashboard#include_zero}",
            "stability": "stable",
            "summary": "Always include zero or fit the axis to the data range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17002
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17008
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17014
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17020
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17026
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 17093
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 17086
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17150
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17166
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17182
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17198
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17214
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxisOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17154
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17170
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17186
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17202
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17218
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17144
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17160
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17176
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17192
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17208
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17097
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 4792
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4840
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4798
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4804
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_total Dashboard#hide_total}",
            "stability": "stable",
            "summary": "Whether or not to show the total value in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4810
          },
          "name": "hideTotal",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#legend_inline Dashboard#legend_inline}",
            "stability": "stable",
            "summary": "legend_inline block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4846
          },
          "name": "legendInline",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#legend_table Dashboard#legend_table}",
            "stability": "stable",
            "summary": "legend_table block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4852
          },
          "name": "legendTable",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4816
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4858
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4822
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. One of `left`, `center`, or `right`. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4828
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title. Default is 16."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4834
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 17658
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17664
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17670
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17676
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17682
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 17870
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 17862
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17877
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17863
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 17745
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 17735
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17805
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17821
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17837
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17853
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17809
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17825
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17841
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17857
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17799
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17815
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17831
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17847
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17749
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 17881
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#type Dashboard#type}",
            "stability": "stable",
            "summary": "The type of legend (inline or automatic). Valid values are `inline`, `automatic`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17899
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_percent Dashboard#hide_percent}",
            "stability": "stable",
            "summary": "Whether to hide the percentages of the groups."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17887
          },
          "name": "hidePercent",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Whether to hide the values of the groups."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17893
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInlineOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInlineOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 17952
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 17945
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17997
          },
          "name": "resetHidePercent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18013
          },
          "name": "resetHideValue"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInlineOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18001
          },
          "name": "hidePercentInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18017
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18030
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17991
          },
          "name": "hidePercent",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18007
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18023
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 17956
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInlineOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 18034
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#type Dashboard#type}",
            "stability": "stable",
            "summary": "The type of legend (table or none). Valid values are `table`, `none`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18040
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTableOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 18079
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 18072
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTableOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18113
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18106
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18083
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTableOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 4967
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 4960
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5169
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5185
          },
          "name": "putLegendInline",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5201
          },
          "name": "putLegendTable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5217
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5172
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5060
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5076
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5092
          },
          "name": "resetHideTotal"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5188
          },
          "name": "resetLegendInline"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5204
          },
          "name": "resetLegendTable"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5108
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5220
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5124
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5140
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5156
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5166
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5182
          },
          "name": "legendInline",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInlineOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5198
          },
          "name": "legendTable",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTableOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5214
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5176
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5064
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5080
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5096
          },
          "name": "hideTotalInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5192
          },
          "name": "legendInlineInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5208
          },
          "name": "legendTableInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5112
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5224
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5144
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5128
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5160
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5054
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5070
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5086
          },
          "name": "hideTotal",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5102
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5118
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5134
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5150
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4971
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 4324
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4336
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#audit_query Dashboard#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4342
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4348
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4354
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#network_query Dashboard#network_query}",
            "stability": "stable",
            "summary": "network_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4360
          },
          "name": "networkQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4366
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4330
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4372
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4378
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4384
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4390
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 18793
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18799
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18811
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18817
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18823
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18805
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 18117
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18123
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18129
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18135
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 18188
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 18181
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18246
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18262
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18234
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18250
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18266
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18227
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18240
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18256
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18192
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 18420
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18426
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18432
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18438
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 18597
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 18589
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18604
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18590
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 18494
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 18484
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18577
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18548
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18564
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18580
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18574
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18552
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18568
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18584
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18542
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18558
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18498
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 18270
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18276
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18288
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18282
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 18341
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 18334
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18399
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18387
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18403
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18416
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18380
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18393
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18409
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18345
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 18608
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18614
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18620
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18626
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 18782
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 18774
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18789
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18775
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 18682
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 18672
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18749
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18765
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18737
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18753
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18769
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18730
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18743
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18759
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18686
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 18890
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 18883
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18973
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18989
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19005
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18976
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18992
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19008
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18960
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18970
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18986
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19002
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18980
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18996
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18948
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19012
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18964
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18941
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18954
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 18894
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 19692
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19698
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19710
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19716
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19722
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19704
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 19016
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19022
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19028
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19034
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 19087
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 19080
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19145
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19161
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19133
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19149
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19165
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19126
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19139
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19155
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19091
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 19319
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19325
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19331
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19337
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 19496
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 19488
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19503
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19489
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 19393
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 19383
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19476
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19447
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19463
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19479
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19473
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19451
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19467
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19483
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19441
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19457
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19397
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 19169
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19175
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19187
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19181
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 19240
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 19233
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19298
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19286
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19302
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19315
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19279
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19292
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19308
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19244
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 19507
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19513
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19519
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19525
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 19681
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 19673
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19688
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19674
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 19581
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 19571
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19648
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19664
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19636
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19652
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19668
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19629
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19642
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19658
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19585
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 19789
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 19782
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19872
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19888
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19904
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19875
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19891
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19907
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19859
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19869
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19885
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19901
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19879
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19895
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19847
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19911
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19863
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19840
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19853
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19793
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 21067
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21085
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21073
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21079
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21091
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21097
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#number_format Dashboard#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21103
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21109
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 19915
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19921
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19957
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19969
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19927
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19933
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19939
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19945
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19951
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 19963
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 20293
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 20285
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20300
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20286
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 20067
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 20057
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20170
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20186
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20202
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20218
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20234
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20263
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20158
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20174
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20190
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20206
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20222
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20238
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20251
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20267
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20280
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20151
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20164
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20180
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20196
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20212
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20228
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20244
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20257
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20273
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20071
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 20304
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20310
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20316
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 20362
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 20355
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20401
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20417
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20405
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20421
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20395
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20411
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20366
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 21381
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 21373
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21388
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21374
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 20828
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20834
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20840
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 20886
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 20879
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20922
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20935
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20938
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20919
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20932
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20926
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20942
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20890
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 20626
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#canonical Dashboard#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20632
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom Dashboard#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20638
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 20425
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20437
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20431
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 20483
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 20476
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20522
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20526
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20539
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20516
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20532
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20487
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 20543
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20549
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 20588
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 20581
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20622
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20615
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20592
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 20684
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 20677
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20720
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20736
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20723
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20739
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20717
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20733
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20727
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20743
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20688
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 20747
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20751
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 20790
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 20783
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20824
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20817
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20794
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 21193
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 21183
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21313
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21329
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21345
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21361
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21271
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21287
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21316
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21332
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21348
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21364
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21310
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21326
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21342
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21358
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21275
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21291
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21320
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21304
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21336
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21352
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21368
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21265
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21281
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21297
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21197
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 20946
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20952
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_index Dashboard#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 20958
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 21004
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 20997
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21043
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21059
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21063
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21047
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21037
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21053
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21008
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 4781
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 4773
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4788
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4774
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 22068
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22074
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22086
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22092
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22098
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22080
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 21392
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21398
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21404
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21410
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 21463
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 21456
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21521
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21537
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21509
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21525
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21541
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21502
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21515
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21531
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21467
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 21695
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21701
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21707
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21713
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 21872
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 21864
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21879
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21865
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 21769
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 21759
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21852
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21823
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21839
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21855
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21849
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21827
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21843
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21859
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21817
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21833
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21773
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 21545
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21551
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21563
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21557
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 21616
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 21609
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21674
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21662
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21678
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21691
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21655
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21668
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21684
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21620
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 21883
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21889
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21895
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21901
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 22057
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 22049
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22064
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22050
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 21957
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 21947
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22024
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22040
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22012
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22028
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22044
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22005
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22018
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22034
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 21961
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 22165
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 22158
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22248
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22264
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22280
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22251
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22267
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22283
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22235
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22245
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22261
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22277
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22255
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22271
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22223
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22287
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22239
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22216
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22229
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22169
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 22967
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22973
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22985
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22991
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22997
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22979
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 22291
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22297
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22303
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22309
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 22362
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 22355
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22420
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22436
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22408
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22424
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22440
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22401
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22414
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22430
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22366
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 22594
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22600
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22606
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22612
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 22771
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 22763
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22778
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22764
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 22668
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 22658
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22751
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22722
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22738
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22754
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22748
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22726
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22742
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22758
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22716
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22732
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22672
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 22444
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22450
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22462
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22456
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 22515
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 22508
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22573
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22561
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22577
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22590
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22554
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22567
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22583
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22519
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 22782
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22788
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22794
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22800
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 22956
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 22948
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22963
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22949
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 22856
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 22846
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22923
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22939
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22911
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22927
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22943
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22904
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22917
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22933
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 22860
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 23064
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 23057
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23147
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23163
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23179
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23150
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23166
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23182
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23134
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23144
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23160
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23176
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23154
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23170
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23122
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23186
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23138
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23115
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23128
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23068
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 4502
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 4492
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4617
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4633
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4649
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4665
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4681
          },
          "name": "putNetworkQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4697
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4713
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4729
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4745
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4761
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4620
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4636
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4652
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4668
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4684
          },
          "name": "resetNetworkQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4700
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4604
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4716
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4732
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4748
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4764
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4614
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4630
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4646
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4662
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4678
          },
          "name": "networkQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4694
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4710
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4726
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4742
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4758
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4624
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4640
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4656
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4672
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4688
          },
          "name": "networkQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4704
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4608
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4720
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4736
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4752
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4768
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4598
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4506
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 23190
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23208
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23196
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23202
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23214
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 23274
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 23267
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23325
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23341
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23370
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23329
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23345
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23358
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23374
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23319
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23335
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23351
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23364
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23278
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 2112
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2118
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2124
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2130
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2136
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2142
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2148
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2154
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 23378
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23390
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23396
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23408
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23414
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23432
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23438
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23444
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23384
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23402
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23420
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23426
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 23553
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 23546
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23646
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23688
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23730
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23746
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23650
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23663
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23676
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23692
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23705
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23718
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23734
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23750
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23763
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23776
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23789
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23640
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23656
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23669
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23682
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23698
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23711
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23724
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23740
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23756
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23769
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23782
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23557
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 23793
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23805
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23811
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23823
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23853
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23859
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23799
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23817
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23829
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23835
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23841
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23847
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 23968
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 23961
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24061
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24103
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24132
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24148
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24164
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24180
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24065
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24078
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24091
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24107
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24120
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24136
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24152
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24168
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24184
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24197
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24210
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24055
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24071
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24084
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24097
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24113
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24126
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24142
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24158
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24174
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24190
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24203
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 23972
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 24214
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24232
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24238
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24244
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24220
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24226
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 24311
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 24304
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24368
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24384
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24372
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24388
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24401
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24414
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24427
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24362
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24378
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24394
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24407
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24420
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24315
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 786
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 822
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 798
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 810
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 792
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 828
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 834
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 804
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 840
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 816
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 24431
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24437
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24443
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24449
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 24605
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 24597
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24612
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24598
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2400.ts",
          "line": 24505
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2400.ts",
        "line": 24495
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24572
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24588
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24560
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24576
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24592
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24553
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24566
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24582
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2400.ts",
            "line": 24509
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2400:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 212
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 218
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 224
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 230
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 550
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 556
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 562
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 568
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 621
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 614
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 692
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 679
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 695
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 689
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 667
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 683
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 699
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 660
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 673
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 625
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 397
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 403
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 409
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 415
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 468
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 461
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 526
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 542
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 514
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 530
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 546
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 507
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 520
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 536
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 472
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 386
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 378
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 393
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 379
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 286
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 276
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 366
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 353
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 369
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 363
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 341
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 357
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 373
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 334
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 347
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 290
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 59
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 65
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 71
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 77
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 130
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 123
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 188
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 204
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 176
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 192
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 208
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 169
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 182
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 198
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 134
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 935
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 928
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1087
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1100
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1116
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1132
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1016
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1103
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1119
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1045
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1135
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1074
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1084
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1097
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1113
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1129
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1091
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1020
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1033
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1123
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1107
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1049
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1062
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1139
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1078
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1010
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1026
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1039
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1055
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1068
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 939
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 703
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 709
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 748
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 741
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 782
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 775
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 752
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 2429
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 2421
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2436
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2422
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 1143
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1167
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1173
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1149
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1155
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1161
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1179
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 1253
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 1246
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1316
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1332
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1348
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1390
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1320
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1336
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1352
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1365
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1378
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1394
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1310
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1326
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1342
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1358
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1371
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1384
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1257
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 2238
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 2228
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2313
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2329
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2345
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2361
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2377
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2393
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2409
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2316
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2332
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2348
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2364
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2380
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2396
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2412
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2310
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2326
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2342
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2358
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2374
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2390
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2406
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2320
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2336
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2352
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2368
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2384
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2400
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2416
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2242
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 1398
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1416
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1434
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1440
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1404
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1410
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1422
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1428
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1446
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1452
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1458
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 1560
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 1553
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1647
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1663
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1692
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1708
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1750
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1766
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1782
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1651
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1667
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1680
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1696
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1712
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1725
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1738
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1754
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1770
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1786
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1641
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1657
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1673
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1686
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1702
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1718
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1731
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1744
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1760
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1776
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1564
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 1790
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1808
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1820
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1832
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1796
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1802
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1814
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1826
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1838
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 1926
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 1919
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2001
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2017
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2046
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2075
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2104
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2005
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2021
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2034
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2050
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2063
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2079
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2092
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2108
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1995
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2011
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2027
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2040
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2056
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2069
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2085
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2098
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 1930
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 3116
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3122
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3134
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3140
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3146
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3128
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 2440
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2446
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2452
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2458
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 2511
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 2504
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2569
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2585
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2557
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2573
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2589
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2550
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2563
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2579
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2515
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 2743
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2749
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2755
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2761
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 2920
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 2912
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2927
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2913
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 2817
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 2807
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2900
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2871
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2887
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2903
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2897
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2875
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2891
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2907
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2865
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2881
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2821
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 2593
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2599
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2611
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2605
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 2664
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 2657
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2722
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2710
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2726
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2739
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2703
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2716
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2732
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2668
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 2931
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2937
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2943
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 2949
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 3105
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 3097
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3112
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3098
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 3005
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 2995
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3072
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3088
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3060
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3076
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3092
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3053
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3066
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3082
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3009
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 3213
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 3206
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3296
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3312
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3328
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3299
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3315
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3331
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3283
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3293
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3309
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3325
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3303
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3319
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3271
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3335
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3287
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3264
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3277
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3217
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 4015
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4021
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4033
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4039
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4045
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4027
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 3339
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3345
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3351
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3357
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 3410
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 3403
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3468
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3484
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3456
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3472
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3488
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3449
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3462
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3478
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3414
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 3642
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3648
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3654
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3660
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 3819
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 3811
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3826
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3812
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 3716
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 3706
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3799
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3770
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3786
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3802
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3796
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3774
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3790
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3806
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3764
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3780
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3720
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 3492
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3498
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3510
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3504
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 3563
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 3556
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3621
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3609
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3625
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3638
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3602
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3615
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3631
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3567
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 3830
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3836
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3842
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3848
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 4004
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 3996
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4011
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3997
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 3904
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 3894
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3971
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3987
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3959
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3975
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3991
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3952
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3965
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3981
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 3908
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 4112
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 4105
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4195
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4211
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4227
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4198
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4214
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4230
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4182
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4192
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4208
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4224
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4202
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4218
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4170
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4234
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4186
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4163
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4176
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4116
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 4238
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4244
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 4283
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 4276
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4316
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4320
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4310
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 4287
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 17865
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17931
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17871
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event Dashboard#event}",
            "stability": "stable",
            "summary": "event block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17937
          },
          "name": "event",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17877
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#legend_columns Dashboard#legend_columns}",
            "stability": "stable",
            "summary": "A list of columns to display in the legend. Valid values are `value`, `avg`, `sum`, `min`, `max`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17883
          },
          "name": "legendColumns",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#legend_layout Dashboard#legend_layout}",
            "stability": "stable",
            "summary": "The layout of the legend displayed in the widget. Valid values are `auto`, `horizontal`, `vertical`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17889
          },
          "name": "legendLayout",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#legend_size Dashboard#legend_size}",
            "stability": "stable",
            "summary": "The size of the legend displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17895
          },
          "name": "legendSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17901
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#marker Dashboard#marker}",
            "stability": "stable",
            "summary": "marker block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17943
          },
          "name": "marker",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17949
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#right_yaxis Dashboard#right_yaxis}",
            "stability": "stable",
            "summary": "right_yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17955
          },
          "name": "rightYaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_legend Dashboard#show_legend}",
            "stability": "stable",
            "summary": "Whether or not to show the legend on this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17907
          },
          "name": "showLegend",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17913
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17919
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17925
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#yaxis Dashboard#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17961
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 5228
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5234
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5240
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5246
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5252
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 5440
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 5432
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5447
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5433
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 5315
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 5305
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5375
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5391
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5407
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5423
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5379
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5395
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5411
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5427
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5369
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5385
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5401
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5417
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5319
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 5451
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The event query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5457
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tags_execution Dashboard#tags_execution}",
            "stability": "stable",
            "summary": "The execution method for multi-value filters."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5463
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 5590
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 5582
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5597
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5583
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 5512
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 5502
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5573
          },
          "name": "resetTagsExecution"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5561
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5577
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5554
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5567
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5516
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 5601
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A mathematical expression describing the marker, for example: `y > 1`, `-5 < y < 0`, `y = 19`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5619
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Example: `error dashed`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#display_type Dashboard#display_type}",
            "stability": "stable",
            "summary": "How the marker lines are displayed, options are one of {`error`, `warning`, `info`, `ok`} combined with one of {`dashed`, `solid`, `bold`}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5607
          },
          "name": "displayType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "A label for the line or range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5613
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 5775
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 5767
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5782
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5768
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 5675
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 5665
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5729
          },
          "name": "resetDisplayType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5745
          },
          "name": "resetLabel"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5733
          },
          "name": "displayTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5749
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5762
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5723
          },
          "name": "displayType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5739
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5755
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5679
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 18105
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 18098
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18385
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18401
          },
          "name": "putEvent",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18417
          },
          "name": "putMarker",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18433
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18449
          },
          "name": "putRightYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18465
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18388
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18228
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18404
          },
          "name": "resetEvent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18244
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18260
          },
          "name": "resetLegendColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18276
          },
          "name": "resetLegendLayout"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18292
          },
          "name": "resetLegendSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18308
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18420
          },
          "name": "resetMarker"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18436
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18452
          },
          "name": "resetRightYaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18324
          },
          "name": "resetShowLegend"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18340
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18356
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18372
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18468
          },
          "name": "resetYaxis"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18382
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18398
          },
          "name": "event",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18414
          },
          "name": "marker",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18430
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18446
          },
          "name": "rightYaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18462
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18392
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18232
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18408
          },
          "name": "eventInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18248
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18264
          },
          "name": "legendColumnsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18280
          },
          "name": "legendLayoutInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18296
          },
          "name": "legendSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18312
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18424
          },
          "name": "markerInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18440
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18456
          },
          "name": "rightYaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18328
          },
          "name": "showLegendInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18360
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18344
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18376
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18472
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18222
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18238
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18254
          },
          "name": "legendColumns",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18270
          },
          "name": "legendLayout",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18286
          },
          "name": "legendSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18302
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18318
          },
          "name": "showLegend",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18334
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18350
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18366
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18109
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 16840
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16864
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#audit_query Dashboard#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16870
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#display_type Dashboard#display_type}",
            "stability": "stable",
            "summary": "How to display the marker lines. Valid values are `area`, `bars`, `line`, `overlay`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16846
          },
          "name": "displayType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16876
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16882
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metadata Dashboard#metadata}",
            "stability": "stable",
            "summary": "metadata block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16888
          },
          "name": "metadata",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#network_query Dashboard#network_query}",
            "stability": "stable",
            "summary": "network_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16894
          },
          "name": "networkQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#on_right_yaxis Dashboard#on_right_yaxis}",
            "stability": "stable",
            "summary": "A Boolean indicating whether the request uses the right or left Y-Axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16852
          },
          "name": "onRightYaxis",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16900
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16858
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16906
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16912
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16918
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16924
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 6462
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6468
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6480
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6486
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6492
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6474
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 5786
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5792
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5798
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5804
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 5857
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 5850
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5915
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5931
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5903
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5919
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5935
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5896
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5909
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5925
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5861
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 6089
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6095
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6101
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6107
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 6266
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 6258
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6273
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6259
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 6163
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 6153
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6246
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6217
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6233
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6249
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6243
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6221
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6237
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6253
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6211
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6227
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6167
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 5939
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5945
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5957
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 5951
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 6010
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 6003
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6068
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6056
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6072
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6085
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6049
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6062
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6078
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6014
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 6277
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6283
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6289
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6295
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 6451
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 6443
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6458
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6444
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 6351
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 6341
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6418
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6434
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6406
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6422
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6438
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6399
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6412
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6428
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6355
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 6559
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 6552
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6642
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6658
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6674
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6645
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6661
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6677
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6629
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6639
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6655
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6671
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6649
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6665
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6617
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6681
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6633
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6610
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6623
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6563
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 7361
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7367
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7379
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7385
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7391
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7373
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 6685
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6691
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6697
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6703
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 6756
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 6749
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6814
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6830
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6802
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6818
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6834
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6795
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6808
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6824
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6760
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 6988
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6994
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7000
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7006
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 7165
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 7157
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7172
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7158
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 7062
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 7052
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7145
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7116
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7132
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7148
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7142
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7120
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7136
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7152
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7110
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7126
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7066
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 6838
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6844
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6856
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6850
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 6909
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 6902
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6967
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6955
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6971
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6984
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6948
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6961
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6977
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 6913
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 7176
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7182
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7188
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7194
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 7350
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 7342
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7357
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7343
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 7250
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 7240
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7317
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7333
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7305
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7321
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7337
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7298
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7311
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7327
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7254
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 7458
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 7451
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7541
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7557
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7573
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7544
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7560
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7576
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7528
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7538
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7554
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7570
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7548
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7564
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7516
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7580
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7532
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7509
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7522
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7462
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 8736
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8754
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8742
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8748
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8760
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8766
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#number_format Dashboard#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8772
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8778
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 7584
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7590
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7626
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7638
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7596
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7602
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7608
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7614
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7620
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7632
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 7962
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 7954
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7969
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7955
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 7736
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 7726
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7839
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7855
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7871
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7887
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7903
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7932
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7827
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7843
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7859
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7875
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7891
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7907
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7920
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7936
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7949
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7820
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7833
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7849
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7865
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7881
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7897
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7913
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7926
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7942
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7740
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 7973
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7979
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 7985
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 8031
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 8024
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8070
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8086
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8074
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8090
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8064
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8080
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8035
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 9050
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 9042
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9057
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9043
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 8497
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8503
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8509
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 8555
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 8548
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8591
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8604
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8607
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8588
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8601
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8595
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8611
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8559
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 8295
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#canonical Dashboard#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8301
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom Dashboard#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8307
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 8094
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8106
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8100
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 8152
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 8145
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8191
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8195
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8208
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8185
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8201
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8156
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 8212
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8218
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 8257
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 8250
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8291
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8284
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8261
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 8353
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 8346
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8389
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8405
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8392
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8408
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8386
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8402
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8396
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8412
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8357
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 8416
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8420
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 8459
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 8452
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8493
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8486
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8463
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 8862
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 8852
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8982
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8998
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9014
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9030
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8940
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8956
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8985
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9001
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9017
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9033
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8979
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8995
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9011
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9027
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8944
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8960
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8989
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8973
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9005
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9021
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9037
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8934
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8950
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8966
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8866
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 8615
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8621
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_index Dashboard#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8627
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 8673
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 8666
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8712
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8728
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8732
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8716
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8706
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8722
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 8677
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 17402
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 17394
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17409
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17395
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 9737
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9743
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9755
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9761
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9767
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9749
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 9061
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9067
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9073
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9079
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 9132
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 9125
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9190
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9206
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9178
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9194
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9210
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9171
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9184
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9200
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9136
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 9364
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9370
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9376
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9382
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 9541
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 9533
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9548
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9534
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 9438
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 9428
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9521
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9492
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9508
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9524
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9518
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9496
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9512
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9528
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9486
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9502
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9442
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 9214
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9220
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9232
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9226
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 9285
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 9278
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9343
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9331
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9347
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9360
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9324
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9337
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9353
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9289
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 9552
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9558
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9564
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9570
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 9726
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 9718
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9733
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9719
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 9626
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 9616
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9693
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9709
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9681
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9697
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9713
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9674
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9687
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9703
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9630
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 9834
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 9827
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9917
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9933
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9949
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9920
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9936
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9952
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9904
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9914
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9930
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9946
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9924
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9940
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9892
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9956
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9908
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9885
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9898
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9838
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 9960
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#expression Dashboard#expression}",
            "stability": "stable",
            "summary": "The expression name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9972
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias_name Dashboard#alias_name}",
            "stability": "stable",
            "summary": "The expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 9966
          },
          "name": "aliasName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 10099
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 10091
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10106
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10092
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 10021
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 10011
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10069
          },
          "name": "resetAliasName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10073
          },
          "name": "aliasNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10086
          },
          "name": "expressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10063
          },
          "name": "aliasName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10079
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10025
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 10786
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10792
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10804
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10810
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10816
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10798
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 10110
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10116
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10122
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10128
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 10181
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 10174
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10239
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10255
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10227
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10243
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10259
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10220
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10233
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10249
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10185
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 10413
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10419
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10425
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10431
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 10590
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 10582
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10597
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10583
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 10487
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 10477
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10570
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10541
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10557
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10573
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10567
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10545
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10561
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10577
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10535
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10551
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10491
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 10263
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10269
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10281
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10275
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 10334
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 10327
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10392
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10380
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10396
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10409
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10373
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10386
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10402
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10338
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 10601
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10607
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10613
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10619
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 10775
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 10767
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10782
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10768
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 10675
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 10665
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10742
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10758
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10730
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10746
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10762
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10723
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10736
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10752
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10679
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 10883
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 10876
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10966
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10982
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10998
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10969
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10985
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11001
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10953
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10963
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10979
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10995
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10973
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10989
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10941
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11005
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10957
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10934
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10947
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 10887
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 17057
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 17047
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17222
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17238
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17254
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17270
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17286
          },
          "name": "putMetadata",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17302
          },
          "name": "putNetworkQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17318
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17334
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17350
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17366
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17382
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17225
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17241
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17177
          },
          "name": "resetDisplayType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17257
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17273
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17289
          },
          "name": "resetMetadata"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17305
          },
          "name": "resetNetworkQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17193
          },
          "name": "resetOnRightYaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17321
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17209
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17337
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17353
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17369
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17385
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17219
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17235
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17251
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17267
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17283
          },
          "name": "metadata",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17299
          },
          "name": "networkQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17315
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17331
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17347
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17363
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17379
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17229
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17245
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17181
          },
          "name": "displayTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17261
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17277
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17293
          },
          "name": "metadataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17309
          },
          "name": "networkQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17197
          },
          "name": "onRightYaxisInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17325
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17213
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17341
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17357
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17373
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17389
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17171
          },
          "name": "displayType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17187
          },
          "name": "onRightYaxis",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17203
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17061
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 11009
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11027
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11015
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11021
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11033
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 11093
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 11086
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11144
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11160
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11189
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11148
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11164
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11177
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11193
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11138
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11154
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11170
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11183
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11097
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 14488
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14494
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14500
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14506
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14512
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14518
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14524
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14530
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 11197
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11209
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11215
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11227
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11233
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11251
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11257
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11263
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11203
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11221
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11239
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11245
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 11372
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 11365
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11465
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11507
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11549
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11565
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11469
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11482
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11495
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11511
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11524
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11537
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11553
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11569
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11582
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11595
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11608
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11459
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11475
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11488
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11501
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11517
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11530
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11543
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11559
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11575
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11588
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11601
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11376
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 11612
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11624
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11630
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11642
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11672
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11678
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11618
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11636
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11648
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11654
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11660
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11666
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 11787
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 11780
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11880
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11922
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11951
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11967
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11983
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11999
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11884
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11897
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11910
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11926
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11939
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11955
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11971
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11987
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12003
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12016
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12029
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11874
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11890
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11903
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11916
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11932
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11945
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11961
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11977
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11993
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12009
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12022
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 11791
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 12033
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12051
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12057
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12063
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12039
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12045
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 12130
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 12123
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12187
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12203
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12191
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12207
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12220
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12233
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12246
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12181
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12197
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12213
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12226
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12239
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12134
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 13162
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13198
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13174
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13186
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13168
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13204
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13210
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13180
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13216
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13192
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 12250
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12256
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12262
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12268
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 12424
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 12416
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12431
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12417
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 12324
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 12314
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12391
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12407
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12379
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12395
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12411
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12372
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12385
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12401
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12328
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 12588
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12594
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12600
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12606
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 12926
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12932
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12938
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12944
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 12997
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 12990
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13068
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13055
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13071
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13065
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13043
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13059
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13075
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13036
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13049
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13001
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 12773
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12779
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12785
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12791
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 12844
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 12837
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12902
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12918
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12890
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12906
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12922
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12883
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12896
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12912
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12848
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 12762
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 12754
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12769
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12755
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 12662
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 12652
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12742
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12729
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12745
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12739
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12717
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12733
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12749
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12710
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12723
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12666
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 12435
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12441
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12447
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12453
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 12506
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 12499
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12564
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12580
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12552
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12568
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12584
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12545
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12558
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12574
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 12510
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 13311
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 13304
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13463
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13476
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13492
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13508
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13392
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13479
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13495
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13421
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13511
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13450
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13460
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13473
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13489
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13505
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13467
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13396
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13409
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13499
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13483
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13425
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13438
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13515
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13454
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13386
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13402
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13415
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13431
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13444
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13315
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 13079
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13085
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 13124
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 13117
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13158
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13151
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13128
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 14805
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 14797
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14812
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14798
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 13519
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13543
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13549
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13525
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13531
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13537
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13555
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 13629
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 13622
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13692
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13708
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13724
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13766
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13696
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13712
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13728
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13741
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13754
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13770
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13686
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13702
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13718
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13734
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13747
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13760
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13633
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 14614
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 14604
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14689
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14705
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14721
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14737
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14753
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14769
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14785
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14692
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14708
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14724
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14740
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14756
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14772
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14788
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14686
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14702
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14718
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14734
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14750
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14766
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14782
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14696
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14712
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14728
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14744
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14760
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14776
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14792
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14618
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 13774
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13792
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13810
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13816
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13780
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13786
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13798
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13804
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13822
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13828
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13834
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 13936
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 13929
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14023
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14039
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14068
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14084
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14126
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14142
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14158
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14027
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14043
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14056
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14072
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14088
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14101
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14114
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14130
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14146
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14162
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14017
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14033
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14049
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14062
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14078
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14094
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14107
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14120
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14136
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14152
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 13940
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 14166
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14184
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14196
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14208
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14172
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14178
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14190
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14202
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14214
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 14302
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 14295
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14377
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14393
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14422
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14451
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14480
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14381
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14397
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14410
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14426
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14439
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14455
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14468
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14484
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14371
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14387
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14403
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14416
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14432
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14445
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14461
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14474
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14306
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 15492
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15498
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15510
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15516
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15522
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15504
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 14816
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14822
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14828
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14834
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 14887
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 14880
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14945
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14961
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14933
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14949
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14965
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14926
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14939
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14955
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14891
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 15119
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15125
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15131
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15137
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 15296
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 15288
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15303
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15289
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 15193
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 15183
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15276
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15247
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15263
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15279
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15273
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15251
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15267
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15283
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15241
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15257
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15197
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 14969
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14975
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14987
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 14981
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 15040
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 15033
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15098
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15086
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15102
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15115
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15079
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15092
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15108
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15044
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 15307
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15313
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15319
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15325
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 15481
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 15473
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15488
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15474
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 15381
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 15371
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15448
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15464
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15436
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15452
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15468
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15429
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15442
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15458
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15385
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 15589
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 15582
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15672
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15688
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15704
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15675
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15691
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15707
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15659
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15669
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15685
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15701
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15679
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15695
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15647
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15711
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15663
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15640
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15653
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15593
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 16391
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16397
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16409
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16415
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16421
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16403
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 15715
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15721
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15727
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15733
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 15786
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 15779
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15844
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15860
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15832
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15848
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15864
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15825
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15838
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15854
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15790
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 16018
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16024
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16030
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16036
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 16195
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 16187
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16202
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16188
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 16092
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 16082
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16175
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16146
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16162
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16178
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16172
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16150
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16166
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16182
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16140
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16156
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16096
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 15868
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15874
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15886
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15880
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 15939
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 15932
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15997
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15985
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16001
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16014
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15978
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15991
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16007
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 15943
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 16206
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16212
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16218
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16224
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 16380
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 16372
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16387
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16373
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 16280
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 16270
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16347
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16363
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16335
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16351
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16367
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16328
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16341
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16357
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16284
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 16488
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 16481
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16571
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16587
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16603
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16574
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16590
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16606
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16558
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16568
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16584
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16600
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16578
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16594
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16546
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16610
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16562
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16539
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16552
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16492
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 16614
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#has_value_labels Dashboard#has_value_labels}",
            "stability": "stable",
            "summary": "If true, the value is displayed as a label relative to the data point."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16620
          },
          "name": "hasValueLabels",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#line_type Dashboard#line_type}",
            "stability": "stable",
            "summary": "The type of lines displayed. Valid values are `dashed`, `dotted`, `solid`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16626
          },
          "name": "lineType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#line_width Dashboard#line_width}",
            "stability": "stable",
            "summary": "The width of line displayed. Valid values are `normal`, `thick`, `thin`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16632
          },
          "name": "lineWidth",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order_by Dashboard#order_by}",
            "stability": "stable",
            "summary": "How to order series in timeseries visualizations. Valid values are `tags`, `values`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16638
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16644
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 16711
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 16704
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16768
          },
          "name": "resetHasValueLabels"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16784
          },
          "name": "resetLineType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16800
          },
          "name": "resetLineWidth"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16816
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16832
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16772
          },
          "name": "hasValueLabelsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16788
          },
          "name": "lineTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16804
          },
          "name": "lineWidthInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16820
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16836
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16762
          },
          "name": "hasValueLabels",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16778
          },
          "name": "lineType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16794
          },
          "name": "lineWidth",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16810
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16826
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 16715
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 17413
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#include_zero Dashboard#include_zero}",
            "stability": "stable",
            "summary": "Always include zero or fit the axis to the data range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17419
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17425
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17431
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17437
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17443
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 17510
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 17503
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17567
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17583
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17599
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17615
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17631
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxisOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17571
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17587
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17603
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17619
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17635
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17561
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17577
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17593
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17609
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17625
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17514
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 17639
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#include_zero Dashboard#include_zero}",
            "stability": "stable",
            "summary": "Always include zero or fit the axis to the data range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17645
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17651
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17657
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17663
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17669
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 17736
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 17729
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17793
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17809
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17825
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17841
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17857
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxisOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17797
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17813
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17829
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17845
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17861
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17787
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17803
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17819
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17835
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17851
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 17740
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 4781
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4823
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4787
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4793
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4799
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4829
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4835
          },
          "name": "style",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4805
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4811
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4817
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 18476
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18482
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18488
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18494
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18500
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 18688
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 18680
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18695
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18681
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 18563
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 18553
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18623
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18639
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18655
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18671
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18627
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18643
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18659
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18675
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18617
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18633
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18649
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18665
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18567
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 4930
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 4923
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5104
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5120
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5136
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5107
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5011
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5027
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5043
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5123
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5139
          },
          "name": "resetStyle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5059
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5075
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5091
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5101
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5117
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5133
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5111
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5015
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5031
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5047
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5127
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5143
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5079
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5063
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5095
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5005
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5021
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5037
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5053
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5069
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5085
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4934
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 4010
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4022
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#audit_query Dashboard#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4028
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4034
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4040
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4046
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4052
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4016
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4058
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4064
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4070
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4076
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 19375
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19381
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19393
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19399
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19405
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19387
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 18699
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18705
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18711
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18717
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 18770
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 18763
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18828
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18844
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18816
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18832
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18848
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18809
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18822
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18838
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18774
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 19002
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19008
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19014
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19020
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 19179
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 19171
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19186
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19172
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 19076
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 19066
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19159
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19130
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19146
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19162
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19156
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19134
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19150
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19166
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19124
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19140
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19080
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 18852
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18858
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18870
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18864
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 18923
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 18916
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18981
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18969
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18985
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18998
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18962
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18975
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18991
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 18927
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 19190
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19196
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19202
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19208
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 19364
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 19356
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19371
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19357
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 19264
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 19254
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19331
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19347
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19319
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19335
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19351
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19312
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19325
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19341
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19268
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 19472
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 19465
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19555
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19571
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19587
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19558
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19574
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19590
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19542
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19552
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19568
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19584
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19562
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19578
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19530
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19594
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19546
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19523
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19536
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19476
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 20274
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20280
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20292
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20298
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20304
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20286
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 19598
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19604
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19610
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19616
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 19669
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 19662
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19727
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19743
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19715
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19731
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19747
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19708
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19721
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19737
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19673
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 19901
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19907
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19913
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19919
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 20078
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 20070
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20085
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20071
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 19975
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 19965
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20058
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20029
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20045
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20061
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20055
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20033
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20049
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20065
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20023
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20039
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19979
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 19751
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19757
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19769
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19763
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 19822
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 19815
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19880
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19868
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19884
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19897
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19861
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19874
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19890
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 19826
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 20089
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20095
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20101
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20107
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 20263
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 20255
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20270
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20256
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 20163
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 20153
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20230
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20246
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20218
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20234
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20250
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20211
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20224
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20240
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20167
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 20371
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 20364
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20454
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20470
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20486
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20457
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20473
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20489
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20441
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20451
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20467
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20483
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20461
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20477
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20429
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20493
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20445
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20422
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20435
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20375
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 20497
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20503
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20539
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20551
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20509
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20515
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20521
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20527
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20533
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20545
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 20875
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 20867
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20882
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20868
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 20649
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 20639
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20752
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20768
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20784
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20800
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20816
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20845
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20740
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20756
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20772
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20788
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20804
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20820
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20833
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20849
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20862
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20733
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20746
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20762
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20778
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20794
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20810
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20826
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20839
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20855
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20653
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 22038
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22056
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22044
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22050
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22062
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22068
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#number_format Dashboard#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22074
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22080
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 20886
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20892
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20928
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20940
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20898
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20904
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20910
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20916
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20922
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 20934
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 21264
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 21256
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21271
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21257
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 21038
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 21028
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21141
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21157
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21173
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21189
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21205
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21234
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21129
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21145
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21161
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21177
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21193
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21209
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21222
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21238
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21251
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21122
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21135
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21151
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21167
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21183
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21199
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21215
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21228
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21244
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21042
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 21275
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21281
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21287
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 21333
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 21326
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21372
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21388
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21376
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21392
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21366
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21382
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21337
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 22352
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 22344
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22359
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22345
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 21799
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21805
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21811
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 21857
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 21850
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21893
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21906
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21909
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21890
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21903
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21897
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21913
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21861
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 21597
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#canonical Dashboard#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21603
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom Dashboard#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21609
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 21396
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21408
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21402
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 21454
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 21447
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21493
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21497
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21510
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21487
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21503
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21458
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 21514
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21520
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 21559
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 21552
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21593
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21586
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21563
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 21655
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 21648
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21691
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21707
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21694
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21710
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21688
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21704
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21698
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21714
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21659
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 21718
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21722
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 21761
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 21754
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21795
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21788
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21765
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 22164
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 22154
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22284
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22300
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22316
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22332
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22242
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22258
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22287
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22303
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22319
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22335
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22281
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22297
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22313
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22329
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22246
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22262
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22291
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22275
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22307
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22323
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22339
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22236
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22252
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22268
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22168
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 21917
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21923
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_index Dashboard#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21929
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 21975
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 21968
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22014
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22030
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22034
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22018
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22008
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22024
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 21979
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 4467
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 4459
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4474
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4460
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 23039
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23045
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23057
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23063
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23069
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23051
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 22363
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22369
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22375
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22381
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 22434
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 22427
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22492
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22508
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22480
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22496
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22512
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22473
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22486
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22502
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22438
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 22666
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22672
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22678
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22684
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 22843
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 22835
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22850
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22836
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 22740
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 22730
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22823
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22794
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22810
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22826
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22820
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22798
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22814
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22830
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22788
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22804
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22744
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 22516
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22522
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22534
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22528
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 22587
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 22580
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22645
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22633
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22649
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22662
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22626
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22639
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22655
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22591
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 22854
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22860
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22866
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22872
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 23028
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 23020
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23035
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23021
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 22928
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 22918
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22995
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23011
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22983
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22999
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23015
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22976
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22989
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23005
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 22932
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 23136
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 23129
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23219
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23235
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23251
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23222
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23238
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23254
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23206
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23216
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23232
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23248
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23226
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23242
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23194
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23258
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23210
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23187
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23200
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23140
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 4188
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 4178
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4303
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4319
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4335
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4351
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4367
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4383
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4399
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4415
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4431
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4447
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4306
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4322
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4338
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4354
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4370
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4386
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4290
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4402
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4418
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4434
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4450
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4300
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4316
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4332
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4348
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4364
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4380
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4396
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4412
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4428
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4444
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4310
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4326
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4342
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4358
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4374
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4390
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4294
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4406
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4422
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4438
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4454
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4284
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4192
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 23262
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23280
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23268
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23274
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23286
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 23346
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 23339
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23397
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23413
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23442
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23401
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23417
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23430
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23446
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23391
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23407
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23423
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23436
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23350
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 1798
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1804
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1810
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1816
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1822
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1828
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1834
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1840
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 23450
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23462
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23468
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23480
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23486
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23504
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23510
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23516
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23456
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23474
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23492
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23498
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 23625
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 23618
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23718
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23760
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23802
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23818
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23722
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23735
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23748
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23764
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23777
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23790
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23806
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23822
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23835
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23848
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23861
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23712
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23728
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23741
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23754
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23770
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23783
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23796
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23812
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23828
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23841
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23854
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23629
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 23865
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23877
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23883
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23895
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23925
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23931
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23871
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23889
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23901
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23907
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23913
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 23919
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 24040
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 24033
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24133
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24175
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24204
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24220
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24236
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24252
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24137
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24150
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24163
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24179
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24192
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24208
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24224
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24240
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24256
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24269
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24282
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24127
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24143
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24156
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24169
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24185
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24198
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24214
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24230
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24246
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24262
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24275
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24044
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 24286
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24304
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24310
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24316
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24292
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24298
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 24383
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 24376
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24440
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24456
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24444
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24460
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24473
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24486
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24499
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24434
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24450
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24466
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24479
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24492
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24387
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 472
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 508
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 484
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 496
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 478
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 514
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 520
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 490
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 526
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 502
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 24503
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24509
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24515
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24521
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 24677
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 24669
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24684
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24670
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 24577
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 24567
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24644
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24660
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24632
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24648
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24664
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24625
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24638
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24654
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24581
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 24841
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24847
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24853
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24859
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 236
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 242
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 248
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 254
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 307
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 300
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 378
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 365
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 381
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 375
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 353
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 369
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 385
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 346
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 359
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 311
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 83
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 89
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 95
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 101
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 154
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 147
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 212
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 228
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 200
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 216
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 232
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 193
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 206
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 222
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 158
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 25015
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 25007
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 25022
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 25008
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 24915
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 24905
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24995
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24982
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24998
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24992
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24970
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24986
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 25002
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24963
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24976
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24919
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 24688
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24694
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24700
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24706
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs2800.ts",
          "line": 24759
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs2800.ts",
        "line": 24752
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24817
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24833
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24805
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24821
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24837
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24798
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24811
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24827
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs2800.ts",
            "line": 24763
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs2800:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 621
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 614
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 773
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 786
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 802
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 818
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 702
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 789
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 805
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 731
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 821
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 760
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 770
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 783
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 799
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 815
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 777
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 706
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 719
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 809
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 793
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 735
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 748
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 825
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 764
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 696
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 712
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 725
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 741
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 754
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 625
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 389
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 395
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 434
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 427
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 468
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 461
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 438
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 2115
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 2107
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2122
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2108
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 829
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 853
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 859
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 835
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 841
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 847
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 865
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 939
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 932
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1002
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1018
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1034
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1076
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1006
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1022
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1038
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1051
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1064
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1080
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 996
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1012
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1028
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1044
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1057
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1070
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 943
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 1924
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 1914
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1999
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2015
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2031
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2047
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2063
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2079
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2095
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2002
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2018
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2034
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2050
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2066
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2082
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2098
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1996
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2012
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2028
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2044
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2060
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2076
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2092
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2006
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2022
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2038
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2054
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2070
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2086
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2102
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1928
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 1084
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1102
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1120
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1126
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1090
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1096
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1108
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1114
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1132
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1138
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1144
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 1246
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 1239
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1333
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1349
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1378
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1394
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1436
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1452
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1468
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1337
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1353
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1366
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1382
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1398
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1411
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1424
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1440
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1456
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1472
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1327
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1343
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1359
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1372
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1388
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1404
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1417
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1430
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1446
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1462
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1250
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 1476
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1494
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1506
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1518
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1482
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1488
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1500
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1512
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1524
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 1612
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 1605
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1687
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1703
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1732
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1761
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1790
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1691
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1707
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1720
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1736
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1749
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1765
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1778
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1794
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1681
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1697
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1713
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1726
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1742
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1755
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1771
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1784
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 1616
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 2802
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2808
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2820
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2826
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2832
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2814
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 2126
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2132
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2138
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2144
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 2197
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 2190
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2255
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2271
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2243
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2259
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2275
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2236
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2249
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2265
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2201
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 2429
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2435
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2441
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2447
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 2606
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 2598
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2613
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2599
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 2503
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 2493
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2586
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2557
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2573
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2589
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2583
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2561
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2577
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2593
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2551
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2567
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2507
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 2279
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2285
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2297
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2291
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 2350
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 2343
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2408
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2396
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2412
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2425
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2389
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2402
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2418
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2354
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 2617
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2623
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2629
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2635
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 2791
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 2783
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2798
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2784
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 2691
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 2681
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2758
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2774
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2746
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2762
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2778
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2739
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2752
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2768
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2695
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 2899
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 2892
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2982
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2998
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3014
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2985
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3001
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3017
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2969
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2979
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2995
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3011
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2989
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3005
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2957
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3021
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2973
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2950
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2963
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 2903
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 3701
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3707
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3719
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3725
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3731
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3713
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 3025
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3031
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3037
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3043
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 3096
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 3089
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3154
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3170
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3142
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3158
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3174
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3135
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3148
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3164
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3100
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 3328
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3334
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3340
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3346
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 3505
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 3497
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3512
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3498
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 3402
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 3392
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3485
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3456
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3472
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3488
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3482
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3460
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3476
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3492
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3450
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3466
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3406
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 3178
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3184
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3196
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3190
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 3249
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 3242
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3307
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3295
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3311
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3324
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3288
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3301
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3317
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3253
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 3516
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3522
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3528
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3534
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 3690
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 3682
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3697
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3683
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 3590
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 3580
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3657
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3673
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3645
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3661
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3677
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3638
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3651
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3667
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3594
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 3798
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 3791
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3881
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3897
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3913
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3884
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3900
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3916
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3868
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3878
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3894
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3910
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3888
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3904
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3856
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3920
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3872
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3849
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3862
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3802
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 3924
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3930
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 3969
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 3962
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4002
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4006
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3996
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 3973
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 4593
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#display Dashboard#display}",
            "stability": "stable",
            "summary": "display block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4611
          },
          "name": "display",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette for the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4599
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scaling Dashboard#scaling}",
            "stability": "stable",
            "summary": "The scaling mode for the widget. Valid values are `absolute`, `relative`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4605
          },
          "name": "scaling",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 4478
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#type Dashboard#type}",
            "stability": "stable",
            "summary": "The display type for the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4484
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 4582
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 4574
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4589
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4575
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 4526
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 4516
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4569
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4562
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4530
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 4770
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 4762
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4777
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4763
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 4667
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 4657
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4750
          },
          "name": "putDisplay",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4753
          },
          "name": "resetDisplay"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4721
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4737
          },
          "name": "resetScaling"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4747
          },
          "name": "display",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4757
          },
          "name": "displayInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4725
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4741
          },
          "name": "scalingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4715
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4731
          },
          "name": "scaling",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 4671
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 10619
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_links Dashboard#custom_links}",
            "stability": "stable",
            "summary": "custom_links block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10637
          },
          "name": "customLinks",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10625
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10643
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10631
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 5147
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5153
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5159
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5165
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5171
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 5359
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 5351
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5366
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5352
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 5234
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 5224
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5294
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5310
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5326
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5342
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5298
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5314
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5330
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5346
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5288
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5304
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5320
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5336
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5238
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 10703
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 10696
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10783
          },
          "name": "putCustomLinks",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10799
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10786
          },
          "name": "resetCustomLinks"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10754
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10802
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10770
          },
          "name": "resetTitle"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10780
          },
          "name": "customLinks",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10796
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10790
          },
          "name": "customLinksInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10758
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10806
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10774
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10748
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10764
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10707
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 10466
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10472
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10478
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 6522
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6540
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6528
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6534
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6546
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6552
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#number_format Dashboard#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6558
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6564
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 5370
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5376
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5412
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5424
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5382
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5388
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5394
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5400
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5406
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5418
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 5748
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 5740
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5755
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5741
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 5522
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 5512
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5625
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5641
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5657
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5673
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5689
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5718
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5613
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5629
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5645
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5661
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5677
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5693
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5706
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5722
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5735
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5606
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5619
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5635
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5651
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5667
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5683
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5699
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5712
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5728
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5526
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 5759
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5765
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5771
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 5817
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 5810
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5856
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5872
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5860
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5876
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5850
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5866
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5821
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 6836
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 6828
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6843
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6829
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 6283
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6289
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6295
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 6341
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 6334
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6377
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6390
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6393
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6374
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6387
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6381
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6397
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6345
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 6081
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#canonical Dashboard#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6087
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom Dashboard#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6093
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 5880
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5892
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5886
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 5938
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 5931
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5977
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5981
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5994
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5971
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5987
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 5942
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 5998
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6004
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 6043
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 6036
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6077
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6070
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6047
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 6139
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 6132
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6175
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6191
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6178
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6194
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6172
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6188
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6182
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6198
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6143
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 6202
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6206
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 6245
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 6238
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6279
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6272
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6249
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 6648
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 6638
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6768
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6784
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6800
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6816
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6726
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6742
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6771
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6787
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6803
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6819
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6765
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6781
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6797
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6813
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6730
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6746
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6775
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6759
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6791
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6807
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6823
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6720
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6736
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6752
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6652
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 6401
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6407
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_index Dashboard#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6413
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 6459
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 6452
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6498
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6514
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6518
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6502
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6492
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6508
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6463
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 10608
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 10600
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10615
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10601
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 10527
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 10517
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10572
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10588
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10575
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10591
          },
          "name": "resetQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10569
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10585
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10579
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10595
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10531
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 10138
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10144
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10150
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10156
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10162
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10168
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10174
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10180
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 6847
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6859
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6865
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6877
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6883
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6901
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6907
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6913
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6853
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6871
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6889
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 6895
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 7022
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 7015
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7115
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7157
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7199
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7215
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7119
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7132
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7145
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7161
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7174
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7187
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7203
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7219
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7232
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7245
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7258
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7109
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7125
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7138
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7151
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7167
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7180
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7193
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7209
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7225
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7238
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7251
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7026
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 7262
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7274
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7280
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7292
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7322
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7328
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7268
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7286
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7298
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7304
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7310
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7316
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 7437
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 7430
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7530
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7572
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7601
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7617
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7633
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7649
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7534
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7547
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7560
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7576
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7589
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7605
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7621
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7637
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7653
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7666
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7679
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7524
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7540
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7553
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7566
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7582
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7595
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7611
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7627
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7643
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7659
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7672
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7441
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 7683
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7701
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7707
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7713
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7689
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7695
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 7780
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 7773
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7837
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7853
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7841
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7857
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7870
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7883
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7896
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7831
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7847
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7863
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7876
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7889
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7784
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 8812
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8848
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8824
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8836
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8818
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8854
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8860
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8830
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8866
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8842
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 7900
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7906
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7912
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7918
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 8074
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 8066
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8081
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8067
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 7974
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 7964
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8041
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8057
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8029
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8045
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8061
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8022
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8035
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8051
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 7978
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 8238
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8244
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8250
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8256
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 8576
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8582
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8588
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8594
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 8647
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 8640
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8718
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8705
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8721
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8715
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8693
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8709
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8725
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8686
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8699
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8651
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 8423
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8429
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8435
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8441
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 8494
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 8487
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8552
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8568
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8540
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8556
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8572
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8533
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8546
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8562
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8498
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 8412
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 8404
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8419
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8405
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 8312
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 8302
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8392
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8379
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8395
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8389
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8367
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8383
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8399
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8360
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8373
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8316
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 8085
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8091
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8097
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8103
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 8156
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 8149
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8214
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8230
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8202
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8218
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8234
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8195
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8208
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8224
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8160
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 8961
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 8954
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9113
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9126
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9142
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9158
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9042
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9129
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9145
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9071
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9161
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9100
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9110
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9123
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9139
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9155
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9117
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9046
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9059
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9149
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9133
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9075
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9088
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9165
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9104
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9036
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9052
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9065
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9081
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9094
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8965
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 8729
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8735
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 8774
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 8767
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8808
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8801
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 8778
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 10455
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 10447
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10462
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10448
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 9169
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9193
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9199
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9175
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9181
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9187
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9205
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 9279
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 9272
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9342
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9358
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9374
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9416
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9346
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9362
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9378
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9391
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9404
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9420
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9336
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9352
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9368
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9384
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9397
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9410
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9283
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 10264
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 10254
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10339
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10355
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10371
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10387
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10403
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10419
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10435
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10342
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10358
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10374
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10390
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10406
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10422
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10438
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10336
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10352
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10368
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10384
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10400
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10416
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10432
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10346
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10362
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10378
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10394
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10410
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10426
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10442
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10268
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 9424
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9442
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9460
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9466
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9430
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9436
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9448
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9454
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9472
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9478
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9484
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 9586
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 9579
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9673
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9689
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9718
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9734
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9776
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9792
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9808
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9677
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9693
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9706
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9722
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9738
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9751
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9764
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9780
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9796
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9812
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9667
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9683
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9699
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9712
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9728
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9744
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9757
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9770
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9786
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9802
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9590
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 9816
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9834
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9846
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9858
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9822
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9828
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9840
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9852
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9864
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 9952
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 9945
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10027
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10043
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10072
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10101
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10130
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10031
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10047
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10060
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10076
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10089
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10105
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10118
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10134
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10021
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10037
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10053
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10066
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10082
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10095
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10111
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 10124
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 9956
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfig",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 11753
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfig",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11765
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#split_dimensions Dashboard#split_dimensions}",
            "stability": "stable",
            "summary": "split_dimensions block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11771
          },
          "name": "splitDimensions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSplitDimensions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "Maximum number of graphs to display in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11759
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#static_splits Dashboard#static_splits}",
            "stability": "stable",
            "summary": "static_splits block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11777
          },
          "name": "staticSplits",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplits"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfig"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 11837
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 11830
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11901
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11914
          },
          "name": "putSplitDimensions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSplitDimensions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11927
          },
          "name": "putStaticSplits",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplits"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11888
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11930
          },
          "name": "resetStaticSplits"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11898
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11911
          },
          "name": "splitDimensions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSplitDimensionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11924
          },
          "name": "staticSplits",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11892
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11905
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11918
          },
          "name": "splitDimensionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSplitDimensions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11934
          },
          "name": "staticSplitsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplits"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11882
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11841
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfig"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 11294
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11300
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11306
          },
          "name": "compute",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSortCompute"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSortCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSortCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 11176
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSortCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric to use for sorting graphs."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11188
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "How to aggregate the sort metric for the purposes of ordering."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11182
          },
          "name": "aggregation",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSortCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSortComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSortComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 11234
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 11227
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11273
          },
          "name": "resetAggregation"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSortComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11277
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11290
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11267
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11283
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11238
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSortCompute"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSortComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 11352
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 11345
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11401
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSortCompute"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11404
          },
          "name": "resetCompute"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11398
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSortComputeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11408
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSortCompute"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11392
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11385
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11356
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSplitDimensions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSplitDimensions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 11412
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSplitDimensions",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "For metrics, it's a tag. For the events platform, it's an attribute or tag.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#one_graph_per Dashboard#one_graph_per}",
            "stability": "stable",
            "summary": "The system interprets this attribute differently depending on the data source of the query being split."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11418
          },
          "name": "oneGraphPer",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSplitDimensions"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSplitDimensionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSplitDimensionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 11457
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 11450
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSplitDimensionsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11491
          },
          "name": "oneGraphPerInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11484
          },
          "name": "oneGraphPer",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11461
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSplitDimensions"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigSplitDimensionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplits": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplits",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 11638
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplits",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#split_vector Dashboard#split_vector}",
            "stability": "stable",
            "summary": "split_vector block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11644
          },
          "name": "splitVector",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplits"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 11742
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 11734
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11749
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11735
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplits"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 11686
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 11676
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11725
          },
          "name": "putSplitVector",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11722
          },
          "name": "splitVector",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11729
          },
          "name": "splitVectorInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11690
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplits"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 11495
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_key Dashboard#tag_key}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11499
          },
          "name": "tagKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_values Dashboard#tag_values}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11503
          },
          "name": "tagValues",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 11627
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 11619
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11634
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11620
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 11552
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 11542
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11601
          },
          "name": "tagKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11614
          },
          "name": "tagValuesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11594
          },
          "name": "tagKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11607
          },
          "name": "tagValues",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 11556
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 23916
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23964
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23922
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23928
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_total Dashboard#hide_total}",
            "stability": "stable",
            "summary": "Whether or not to show the total value in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23934
          },
          "name": "hideTotal",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#legend_inline Dashboard#legend_inline}",
            "stability": "stable",
            "summary": "legend_inline block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23970
          },
          "name": "legendInline",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInline"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#legend_table Dashboard#legend_table}",
            "stability": "stable",
            "summary": "legend_table block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23976
          },
          "name": "legendTable",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTable"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23940
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23982
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23946
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. One of `left`, `center`, or `right`. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23952
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title. Default is 16."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23958
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 12225
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12231
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12237
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12243
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12249
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 12437
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 12429
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12444
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12430
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 12312
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 12302
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12372
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12388
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12404
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12420
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12376
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12392
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12408
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12424
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12366
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12382
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12398
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12414
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12316
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInline": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInline",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 12448
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInline",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#type Dashboard#type}",
            "stability": "stable",
            "summary": "The type of legend (inline or automatic). Valid values are `inline`, `automatic`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12466
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_percent Dashboard#hide_percent}",
            "stability": "stable",
            "summary": "Whether to hide the percentages of the groups."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12454
          },
          "name": "hidePercent",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Whether to hide the values of the groups."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12460
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInline"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInlineOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInlineOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 12519
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 12512
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12564
          },
          "name": "resetHidePercent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12580
          },
          "name": "resetHideValue"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInlineOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12568
          },
          "name": "hidePercentInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12584
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12597
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12558
          },
          "name": "hidePercent",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12574
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12590
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12523
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInline"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInlineOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTable": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 12601
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTable",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#type Dashboard#type}",
            "stability": "stable",
            "summary": "The type of legend (table or none). Valid values are `table`, `none`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12607
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTable"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTableOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 12646
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 12639
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTableOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12680
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12673
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12650
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTable"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTableOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 24091
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 24084
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24293
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24309
          },
          "name": "putLegendInline",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInline"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24325
          },
          "name": "putLegendTable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTable"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24341
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24296
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24184
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24200
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24216
          },
          "name": "resetHideTotal"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24312
          },
          "name": "resetLegendInline"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24328
          },
          "name": "resetLegendTable"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24232
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24344
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24248
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24264
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24280
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24290
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24306
          },
          "name": "legendInline",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInlineOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24322
          },
          "name": "legendTable",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTableOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24338
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24300
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24188
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24204
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24220
          },
          "name": "hideTotalInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24316
          },
          "name": "legendInlineInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendInline"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24332
          },
          "name": "legendTableInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionLegendTable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24236
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24348
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24268
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24252
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24284
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24178
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24194
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24210
          },
          "name": "hideTotal",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24226
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24242
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24258
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24274
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24095
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 23448
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23460
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#audit_query Dashboard#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23466
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23472
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23478
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#network_query Dashboard#network_query}",
            "stability": "stable",
            "summary": "network_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23484
          },
          "name": "networkQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23490
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23454
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23496
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23502
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23508
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23514
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 13360
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13366
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13378
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13384
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13390
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13372
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 12684
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12690
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12696
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12702
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 12755
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 12748
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12813
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12829
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12801
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12817
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12833
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12794
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12807
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12823
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12759
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 12987
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12993
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12999
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13005
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 13164
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 13156
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13171
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13157
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 13061
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 13051
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13144
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13115
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13131
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13147
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13141
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13119
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13135
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13151
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13109
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13125
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13065
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 12837
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12843
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12855
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12849
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 12908
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 12901
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12966
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12954
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12970
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12983
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12947
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12960
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12976
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 12912
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 13175
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13181
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13187
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13193
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 13349
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 13341
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13356
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13342
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 13249
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 13239
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13316
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13332
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13304
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13320
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13336
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13297
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13310
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13326
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13253
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 13457
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 13450
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13540
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13556
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13572
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13543
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13559
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13575
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13527
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13537
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13553
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13569
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13547
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13563
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13515
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13579
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13531
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13508
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13521
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13461
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 14259
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14265
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14277
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14283
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14289
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14271
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 13583
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13589
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13595
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13601
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 13654
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 13647
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13712
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13728
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13700
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13716
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13732
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13693
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13706
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13722
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13658
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 13886
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13892
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13898
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13904
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 14063
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 14055
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14070
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14056
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 13960
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 13950
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14043
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14014
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14030
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14046
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14040
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14018
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14034
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14050
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14008
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14024
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13964
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 13736
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13742
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13754
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13748
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 13807
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 13800
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13865
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13853
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13869
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13882
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13846
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13859
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13875
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 13811
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 14074
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14080
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14086
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14092
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 14248
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 14240
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14255
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14241
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 14148
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 14138
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14215
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14231
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14203
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14219
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14235
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14196
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14209
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14225
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14152
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 14356
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 14349
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14439
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14455
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14471
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14442
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14458
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14474
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14426
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14436
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14452
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14468
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14446
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14462
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14414
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14478
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14430
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14407
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14420
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14360
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 15634
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15652
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15640
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15646
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15658
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15664
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#number_format Dashboard#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15670
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15676
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 14482
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14488
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14524
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14536
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14494
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14500
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14506
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14512
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14518
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14530
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 14860
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 14852
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14867
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14853
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 14634
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 14624
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14737
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14753
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14769
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14785
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14801
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14830
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14725
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14741
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14757
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14773
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14789
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14805
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14818
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14834
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14847
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14718
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14731
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14747
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14763
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14779
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14795
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14811
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14824
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14840
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14638
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 14871
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14877
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14883
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 14929
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 14922
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14968
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14984
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14972
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14988
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14962
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14978
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14933
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 15948
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 15940
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15955
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15941
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 15395
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15401
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15407
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 15453
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 15446
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15489
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15502
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15505
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15486
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15499
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15493
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15509
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15457
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 15193
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#canonical Dashboard#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15199
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom Dashboard#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15205
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 14992
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15004
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 14998
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 15050
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 15043
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15089
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15093
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15106
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15083
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15099
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15054
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 15110
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15116
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 15155
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 15148
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15189
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15182
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15159
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 15251
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 15244
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15287
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15303
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15290
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15306
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15284
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15300
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15294
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15310
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15255
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 15314
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15318
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 15357
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 15350
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15391
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15384
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15361
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 15760
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 15750
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15880
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15896
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15912
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15928
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15838
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15854
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15883
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15899
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15915
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15931
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15877
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15893
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15909
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15925
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15842
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15858
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15887
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15871
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15903
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15919
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15935
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15832
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15848
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15864
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15764
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 15513
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15519
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_index Dashboard#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15525
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 15571
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 15564
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15610
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15626
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15630
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15614
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15604
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15620
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15575
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 23905
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 23897
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23912
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23898
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 16635
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16641
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16653
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16659
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16665
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16647
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 15959
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15965
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15971
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 15977
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 16030
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 16023
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16088
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16104
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16076
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16092
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16108
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16069
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16082
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16098
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16034
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 16262
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16268
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16274
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16280
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 16439
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 16431
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16446
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16432
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 16336
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 16326
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16419
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16390
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16406
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16422
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16416
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16394
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16410
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16426
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16384
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16400
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16340
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 16112
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16118
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16130
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16124
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 16183
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 16176
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16241
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16229
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16245
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16258
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16222
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16235
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16251
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16187
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 16450
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16456
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16462
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16468
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 16624
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 16616
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16631
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16617
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 16524
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 16514
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16591
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16607
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16579
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16595
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16611
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16572
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16585
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16601
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16528
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 16732
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 16725
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16815
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16831
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16847
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16818
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16834
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16850
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16802
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16812
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16828
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16844
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16822
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16838
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16790
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16854
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16806
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16783
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16796
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16736
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 17534
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17540
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17552
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17558
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17564
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17546
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 16858
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16864
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16870
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16876
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 16929
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 16922
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16987
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17003
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16975
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16991
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17007
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16968
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16981
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16997
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 16933
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 17161
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17167
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17173
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17179
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 17338
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 17330
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17345
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17331
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 17235
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 17225
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17318
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17289
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17305
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17321
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17315
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17293
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17309
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17325
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17283
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17299
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17239
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 17011
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17017
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17029
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17023
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 17082
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 17075
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17140
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17128
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17144
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17157
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17121
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17134
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17150
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17086
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 17349
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17355
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17361
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17367
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 17523
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 17515
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17530
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17516
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 17423
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 17413
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17490
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17506
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17478
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17494
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17510
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17471
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17484
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17500
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17427
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 17631
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 17624
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17714
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17730
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17746
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17717
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17733
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17749
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17701
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17711
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17727
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17743
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17721
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17737
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17689
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17753
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17705
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17682
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17695
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17635
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 23626
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 23616
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23741
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23757
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23773
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23789
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23805
          },
          "name": "putNetworkQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23821
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23837
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23853
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23869
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23885
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23744
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23760
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23776
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23792
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23808
          },
          "name": "resetNetworkQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23824
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23728
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23840
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23856
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23872
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23888
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23738
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23754
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23770
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23786
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23802
          },
          "name": "networkQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23818
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23834
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23850
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23866
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23882
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23748
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23764
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23780
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23796
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23812
          },
          "name": "networkQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23828
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23732
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23844
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23860
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23876
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23892
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23722
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23630
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 17757
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17775
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17763
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17769
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17781
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 17841
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 17834
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17892
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17908
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17937
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17896
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17912
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17925
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17941
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17886
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17902
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17918
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17931
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17845
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 21236
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21242
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21248
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21254
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21260
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21266
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21272
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21278
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 17945
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17957
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17963
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17975
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17981
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17999
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18005
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18011
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17951
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17969
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17987
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 17993
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 18120
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 18113
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18213
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18255
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18297
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18313
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18217
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18230
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18243
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18259
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18272
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18285
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18301
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18317
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18330
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18343
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18356
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18207
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18223
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18236
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18249
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18265
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18278
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18291
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18307
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18323
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18336
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18349
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18124
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 18360
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18372
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18378
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18390
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18420
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18426
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18366
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18384
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18396
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18402
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18408
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18414
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 18535
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 18528
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18628
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18670
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18699
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18715
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18731
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18747
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18632
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18645
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18658
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18674
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18687
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18703
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18719
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18735
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18751
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18764
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18777
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18622
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18638
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18651
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18664
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18680
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18693
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18709
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18725
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18741
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18757
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18770
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18539
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 18781
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18799
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18805
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18811
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18787
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18793
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 18878
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 18871
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18935
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18951
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18939
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18955
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18968
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18981
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18994
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18929
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18945
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18961
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18974
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18987
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 18882
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 19910
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19946
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19922
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19934
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19916
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19952
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19958
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19928
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19964
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19940
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 18998
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19004
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19010
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19016
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 19172
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 19164
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19179
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19165
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 19072
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 19062
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19139
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19155
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19127
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19143
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19159
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19120
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19133
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19149
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19076
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 19336
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19342
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19348
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19354
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 19674
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19680
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19686
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19692
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 19745
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 19738
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19816
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19803
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19819
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19813
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19791
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19807
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19823
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19784
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19797
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19749
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 19521
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19527
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19533
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19539
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 19592
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 19585
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19650
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19666
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19638
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19654
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19670
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19631
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19644
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19660
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19596
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 19510
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 19502
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19517
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19503
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 19410
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 19400
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19490
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19477
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19493
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19487
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19465
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19481
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19497
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19458
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19471
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19414
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 19183
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19189
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19195
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19201
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 19254
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 19247
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19312
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19328
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19300
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19316
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19332
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19293
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19306
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19322
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19258
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 20059
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 20052
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20211
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20224
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20240
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20256
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20140
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20227
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20243
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20169
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20259
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20198
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20208
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20221
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20237
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20253
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20215
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20144
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20157
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20247
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20231
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20173
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20186
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20263
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20202
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20134
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20150
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20163
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20179
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20192
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20063
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 19827
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19833
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 19872
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 19865
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19906
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19899
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 19876
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 21553
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 21545
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21560
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21546
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 20267
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20291
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20297
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20273
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20279
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20285
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20303
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 20377
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 20370
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20440
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20456
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20472
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20514
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20444
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20460
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20476
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20489
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20502
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20518
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20434
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20450
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20466
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20482
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20495
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20508
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20381
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 21362
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 21352
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21437
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21453
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21469
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21485
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21501
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21517
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21533
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21440
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21456
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21472
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21488
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21504
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21520
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21536
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21434
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21450
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21466
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21482
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21498
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21514
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21530
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21444
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21460
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21476
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21492
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21508
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21524
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21540
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21366
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 20522
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20540
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20558
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20564
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20528
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20534
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20546
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20552
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20570
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20576
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20582
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 20684
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 20677
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20771
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20787
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20816
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20832
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20874
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20890
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20906
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20775
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20791
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20804
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20820
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20836
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20849
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20862
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20878
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20894
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20910
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20765
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20781
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20797
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20810
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20826
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20842
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20855
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20868
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20884
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20900
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20688
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 20914
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20932
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20944
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20956
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20920
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20926
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20938
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20950
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 20962
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 21050
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 21043
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21125
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21141
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21170
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21199
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21228
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21129
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21145
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21158
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21174
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21187
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21203
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21216
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21232
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21119
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21135
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21151
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21164
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21180
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21193
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21209
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21222
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21054
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 22240
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22246
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22258
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22264
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22270
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22252
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 21564
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21570
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21576
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21582
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 21635
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 21628
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21693
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21709
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21681
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21697
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21713
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21674
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21687
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21703
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21639
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 21867
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21873
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21879
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21885
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 22044
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 22036
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22051
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22037
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 21941
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 21931
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22024
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21995
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22011
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22027
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22021
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21999
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22015
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22031
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21989
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22005
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21945
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 21717
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21723
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21735
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21729
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 21788
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 21781
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21846
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21834
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21850
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21863
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21827
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21840
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21856
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 21792
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 22055
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22061
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22067
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22073
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 22229
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 22221
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22236
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22222
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 22129
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 22119
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22196
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22212
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22184
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22200
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22216
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22177
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22190
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22206
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22133
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 22337
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 22330
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22420
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22436
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22452
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22423
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22439
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22455
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22407
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22417
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22433
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22449
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22427
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22443
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22395
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22459
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22411
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22388
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22401
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22341
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 23139
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23145
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23157
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23163
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23169
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23151
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 22463
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22469
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22475
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22481
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 22534
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 22527
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22592
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22608
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22580
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22596
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22612
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22573
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22586
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22602
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22538
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 22766
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22772
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22778
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22784
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 22943
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 22935
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22950
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22936
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 22840
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 22830
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22923
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22894
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22910
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22926
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22920
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22898
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22914
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22930
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22888
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22904
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22844
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 22616
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22622
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22634
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22628
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 22687
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 22680
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22745
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22733
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22749
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22762
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22726
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22739
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22755
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22691
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 22954
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22960
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22966
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 22972
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 23128
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 23120
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23135
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23121
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 23028
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 23018
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23095
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23111
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23083
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23099
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23115
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23076
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23089
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23105
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23032
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 23236
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 23229
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23319
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23335
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23351
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23322
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23338
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23354
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23306
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23316
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23332
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23348
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23326
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23342
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23294
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23358
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23310
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23287
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23300
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23240
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 23362
      },
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23368
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 23407
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 23400
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23440
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23444
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23434
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 23411
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetSunburstDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 12098
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12164
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12104
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event Dashboard#event}",
            "stability": "stable",
            "summary": "event block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12170
          },
          "name": "event",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12110
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#legend_columns Dashboard#legend_columns}",
            "stability": "stable",
            "summary": "A list of columns to display in the legend. Valid values are `value`, `avg`, `sum`, `min`, `max`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12116
          },
          "name": "legendColumns",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#legend_layout Dashboard#legend_layout}",
            "stability": "stable",
            "summary": "The layout of the legend displayed in the widget. Valid values are `auto`, `horizontal`, `vertical`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12122
          },
          "name": "legendLayout",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#legend_size Dashboard#legend_size}",
            "stability": "stable",
            "summary": "The size of the legend displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12128
          },
          "name": "legendSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12134
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#marker Dashboard#marker}",
            "stability": "stable",
            "summary": "marker block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12176
          },
          "name": "marker",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12182
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#right_yaxis Dashboard#right_yaxis}",
            "stability": "stable",
            "summary": "right_yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12188
          },
          "name": "rightYaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_legend Dashboard#show_legend}",
            "stability": "stable",
            "summary": "Whether or not to show the legend on this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12140
          },
          "name": "showLegend",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12146
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12152
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12158
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#yaxis Dashboard#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12194
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 24352
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24358
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24364
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24370
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24376
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 24564
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 24556
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24571
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24557
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 24439
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 24429
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24499
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24515
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24531
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24547
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24503
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24519
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24535
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24551
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24493
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24509
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24525
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24541
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24443
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEvent": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEvent",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 24575
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEvent",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The event query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24581
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tags_execution Dashboard#tags_execution}",
            "stability": "stable",
            "summary": "The execution method for multi-value filters."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24587
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEvent"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEventList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEventList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 24714
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 24706
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24721
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEventOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEventList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24707
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEventList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEventOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEventOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 24636
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 24626
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24697
          },
          "name": "resetTagsExecution"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEventOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24685
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24701
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24678
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24691
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24640
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEvent"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEventOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarker": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarker",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 24725
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarker",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A mathematical expression describing the marker, for example: `y > 1`, `-5 < y < 0`, `y = 19`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24743
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Example: `error dashed`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#display_type Dashboard#display_type}",
            "stability": "stable",
            "summary": "How the marker lines are displayed, options are one of {`error`, `warning`, `info`, `ok`} combined with one of {`dashed`, `solid`, `bold`}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24731
          },
          "name": "displayType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "A label for the line or range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24737
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarker"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 24899
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 24891
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24906
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24892
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3200.ts",
          "line": 24799
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3200.ts",
        "line": 24789
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24853
          },
          "name": "resetDisplayType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24869
          },
          "name": "resetLabel"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24857
          },
          "name": "displayTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24873
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24886
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24847
          },
          "name": "displayType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24863
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24879
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3200.ts",
            "line": 24803
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarker"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3200:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 12338
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 12331
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12618
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12634
          },
          "name": "putEvent",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEvent"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12650
          },
          "name": "putMarker",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarker"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12666
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12682
          },
          "name": "putRightYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12698
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12621
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12461
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12637
          },
          "name": "resetEvent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12477
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12493
          },
          "name": "resetLegendColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12509
          },
          "name": "resetLegendLayout"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12525
          },
          "name": "resetLegendSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12541
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12653
          },
          "name": "resetMarker"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12669
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12685
          },
          "name": "resetRightYaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12557
          },
          "name": "resetShowLegend"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12573
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12589
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12605
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12701
          },
          "name": "resetYaxis"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12615
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12631
          },
          "name": "event",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEventList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12647
          },
          "name": "marker",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12663
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12679
          },
          "name": "rightYaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12695
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12625
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12465
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12641
          },
          "name": "eventInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12481
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12497
          },
          "name": "legendColumnsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12513
          },
          "name": "legendLayoutInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12529
          },
          "name": "legendSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12545
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12657
          },
          "name": "markerInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12673
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12689
          },
          "name": "rightYaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12561
          },
          "name": "showLegendInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12593
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12577
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12609
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12705
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12455
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12471
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12487
          },
          "name": "legendColumns",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12503
          },
          "name": "legendLayout",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12519
          },
          "name": "legendSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12535
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12551
          },
          "name": "showLegend",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12567
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12583
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12599
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12342
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 11073
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11097
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#audit_query Dashboard#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11103
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#display_type Dashboard#display_type}",
            "stability": "stable",
            "summary": "How to display the marker lines. Valid values are `area`, `bars`, `line`, `overlay`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11079
          },
          "name": "displayType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11109
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11115
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metadata Dashboard#metadata}",
            "stability": "stable",
            "summary": "metadata block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11121
          },
          "name": "metadata",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#network_query Dashboard#network_query}",
            "stability": "stable",
            "summary": "network_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11127
          },
          "name": "networkQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#on_right_yaxis Dashboard#on_right_yaxis}",
            "stability": "stable",
            "summary": "A Boolean indicating whether the request uses the right or left Y-Axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11085
          },
          "name": "onRightYaxis",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11133
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11091
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11139
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11145
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11151
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11157
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 695
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 701
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 713
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 719
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 725
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 707
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 19
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 25
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 31
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 37
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 90
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 83
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 148
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 164
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 136
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 152
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 168
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 129
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 142
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 158
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 94
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 322
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 328
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 334
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 340
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 499
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 491
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 506
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 492
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 396
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 386
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 479
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 450
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 466
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 482
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 476
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 454
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 470
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 486
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 444
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 460
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 400
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 172
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 178
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 190
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 184
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 243
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 236
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 301
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 289
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 305
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 318
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 282
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 295
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 311
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 247
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 510
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 516
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 522
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 528
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 684
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 676
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 691
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 677
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 584
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 574
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 651
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 667
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 639
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 655
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 671
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 632
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 645
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 661
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 588
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 792
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 785
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 875
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 891
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 907
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 878
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 894
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 910
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 862
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 872
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 888
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 904
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 882
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 898
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 850
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 914
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 866
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 843
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 856
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 796
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 1594
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1600
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1612
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1618
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1624
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1606
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 918
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 924
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 930
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 936
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 989
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 982
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1047
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1063
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1035
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1051
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1067
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1028
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1041
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1057
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 993
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 1221
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1227
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1233
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1239
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 1398
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 1390
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1405
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1391
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 1295
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 1285
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1378
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1349
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1365
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1381
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1375
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1353
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1369
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1385
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1343
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1359
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1299
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 1071
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1077
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1089
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1083
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 1142
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 1135
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1200
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1188
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1204
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1217
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1181
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1194
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1210
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1146
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 1409
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1415
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1421
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1427
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 1583
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 1575
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1590
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1576
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 1483
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 1473
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1550
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1566
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1538
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1554
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1570
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1531
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1544
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1560
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1487
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 1691
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 1684
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1774
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1790
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1806
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1777
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1793
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1809
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1761
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1771
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1787
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1803
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1781
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1797
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1749
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1813
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1765
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1742
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1755
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1695
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 2969
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2987
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2975
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2981
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2993
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2999
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#number_format Dashboard#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3005
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3011
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 1817
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1823
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1859
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1871
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1829
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1835
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1841
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1847
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1853
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1865
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 2195
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 2187
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2202
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2188
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 1969
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 1959
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2072
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2088
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2104
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2120
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2136
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2165
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2060
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2076
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2092
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2108
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2124
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2140
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2153
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2169
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2182
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2053
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2066
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2082
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2098
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2114
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2130
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2146
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2159
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2175
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 1973
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 2206
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2212
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2218
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 2264
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 2257
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2303
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2319
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2307
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2323
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2297
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2313
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2268
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 3283
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 3275
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3290
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3276
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 2730
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2736
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2742
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 2788
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 2781
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2824
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2837
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2840
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2821
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2834
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2828
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2844
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2792
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 2528
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#canonical Dashboard#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2534
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom Dashboard#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2540
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 2327
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2339
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2333
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 2385
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 2378
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2424
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2428
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2441
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2418
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2434
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2389
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 2445
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2451
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 2490
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 2483
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2524
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2517
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2494
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 2586
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 2579
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2622
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2638
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2625
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2641
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2619
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2635
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2629
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2645
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2590
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 2649
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2653
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 2692
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 2685
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2726
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2719
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2696
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 3095
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 3085
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3215
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3231
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3247
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3263
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3173
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3189
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3218
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3234
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3250
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3266
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3212
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3228
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3244
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3260
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3177
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3193
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3222
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3206
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3238
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3254
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3270
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3167
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3183
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3199
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3099
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 2848
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2854
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_index Dashboard#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2860
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 2906
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 2899
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2945
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2961
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2965
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2949
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2939
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2955
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 2910
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 11635
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 11627
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11642
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11628
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 3970
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3976
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3988
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3994
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4000
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3982
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 3294
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3300
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3306
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3312
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 3365
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 3358
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3423
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3439
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3411
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3427
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3443
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3404
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3417
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3433
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3369
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 3597
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3603
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3609
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3615
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 3774
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 3766
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3781
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3767
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 3671
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 3661
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3754
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3725
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3741
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3757
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3751
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3729
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3745
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3761
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3719
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3735
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3675
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 3447
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3453
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3465
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3459
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 3518
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 3511
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3576
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3564
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3580
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3593
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3557
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3570
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3586
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3522
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 3785
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3791
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3797
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3803
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 3959
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 3951
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3966
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3952
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 3859
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 3849
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3926
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3942
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3914
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3930
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3946
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3907
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3920
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3936
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 3863
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 4067
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 4060
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4150
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4166
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4182
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4153
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4169
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4185
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4137
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4147
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4163
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4179
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4157
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4173
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4125
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4189
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4141
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4118
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4131
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4071
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 4193
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#expression Dashboard#expression}",
            "stability": "stable",
            "summary": "The expression name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4205
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias_name Dashboard#alias_name}",
            "stability": "stable",
            "summary": "The expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4199
          },
          "name": "aliasName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 4332
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 4324
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4339
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4325
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 4254
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 4244
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4302
          },
          "name": "resetAliasName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4306
          },
          "name": "aliasNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4319
          },
          "name": "expressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4296
          },
          "name": "aliasName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4312
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4258
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 5019
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5025
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5037
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5043
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5049
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5031
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 4343
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4349
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4355
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4361
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 4414
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 4407
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4472
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4488
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4460
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4476
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4492
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4453
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4466
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4482
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4418
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 4646
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4652
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4658
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4664
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 4823
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 4815
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4830
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4816
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 4720
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 4710
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4803
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4774
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4790
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4806
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4800
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4778
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4794
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4810
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4768
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4784
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4724
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 4496
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4502
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4514
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4508
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 4567
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 4560
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4625
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4613
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4629
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4642
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4606
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4619
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4635
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4571
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 4834
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4840
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4846
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4852
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 5008
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 5000
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5015
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5001
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 4908
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 4898
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4975
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4991
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4963
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4979
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4995
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4956
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4969
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4985
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 4912
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 5116
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 5109
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5199
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5215
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5231
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5202
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5218
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5234
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5186
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5196
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5212
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5228
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5206
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5222
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5174
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5238
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5190
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5167
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5180
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5120
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 11290
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 11280
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11455
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11471
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11487
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11503
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11519
          },
          "name": "putMetadata",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11535
          },
          "name": "putNetworkQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11551
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11567
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11583
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11599
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11615
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11458
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11474
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11410
          },
          "name": "resetDisplayType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11490
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11506
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11522
          },
          "name": "resetMetadata"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11538
          },
          "name": "resetNetworkQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11426
          },
          "name": "resetOnRightYaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11554
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11442
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11570
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11586
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11602
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11618
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11452
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11468
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11484
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11500
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11516
          },
          "name": "metadata",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11532
          },
          "name": "networkQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11548
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11564
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11580
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11596
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11612
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11462
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11478
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11414
          },
          "name": "displayTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11494
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11510
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11526
          },
          "name": "metadataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11542
          },
          "name": "networkQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11430
          },
          "name": "onRightYaxisInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11558
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11446
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11574
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11590
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11606
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11622
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11404
          },
          "name": "displayType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11420
          },
          "name": "onRightYaxis",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11436
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11294
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 5242
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5260
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5248
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5254
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5266
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 5326
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 5319
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5377
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5393
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5422
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5381
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5397
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5410
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5426
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5371
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5387
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5403
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5416
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5330
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 8721
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8727
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8733
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8739
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8745
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8751
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8757
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8763
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 5430
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5442
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5448
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5460
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5466
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5484
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5490
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5496
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5436
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5454
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5472
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5478
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 5605
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 5598
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5698
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5740
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5782
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5798
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5702
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5715
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5728
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5744
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5757
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5770
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5786
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5802
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5815
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5828
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5841
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5692
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5708
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5721
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5734
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5750
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5763
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5776
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5792
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5808
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5821
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5834
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5609
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 5845
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5857
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5863
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5875
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5905
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5911
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5851
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5869
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5881
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5887
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5893
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 5899
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 6020
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 6013
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6113
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6155
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6184
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6200
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6216
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6232
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6117
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6130
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6143
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6159
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6172
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6188
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6204
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6220
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6236
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6249
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6262
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6107
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6123
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6136
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6149
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6165
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6178
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6194
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6210
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6226
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6242
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6255
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6024
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 6266
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6284
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6290
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6296
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6272
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6278
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 6363
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 6356
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6420
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6436
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6424
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6440
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6453
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6466
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6479
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6414
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6430
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6446
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6459
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6472
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6367
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 7395
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7431
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7407
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7419
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7401
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7437
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7443
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7413
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7449
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7425
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 6483
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6489
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6495
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6501
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 6657
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 6649
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6664
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6650
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 6557
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 6547
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6624
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6640
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6612
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6628
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6644
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6605
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6618
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6634
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6561
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 6821
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6827
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6833
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6839
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 7159
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7165
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7171
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7177
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 7230
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 7223
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7301
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7288
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7304
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7298
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7276
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7292
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7308
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7269
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7282
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7234
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 7006
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7012
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7018
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7024
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 7077
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 7070
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7135
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7151
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7123
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7139
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7155
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7116
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7129
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7145
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7081
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 6995
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 6987
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7002
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6988
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 6895
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 6885
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6975
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6962
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6978
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6972
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6950
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6966
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6982
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6943
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6956
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6899
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 6668
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6674
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6680
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6686
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 6739
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 6732
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6797
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6813
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6785
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6801
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6817
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6778
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6791
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6807
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 6743
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 7544
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 7537
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7696
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7709
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7725
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7741
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7625
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7712
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7728
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7654
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7744
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7683
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7693
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7706
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7722
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7738
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7700
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7629
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7642
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7732
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7716
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7658
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7671
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7748
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7687
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7619
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7635
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7648
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7664
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7677
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7548
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 7312
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7318
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 7357
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 7350
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7391
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7384
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7361
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 9038
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 9030
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9045
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9031
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 7752
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7776
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7782
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7758
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7764
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7770
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7788
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 7862
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 7855
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7925
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7941
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7957
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7999
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7929
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7945
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7961
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7974
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7987
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8003
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7919
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7935
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7951
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7967
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7980
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7993
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 7866
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 8847
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 8837
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8922
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8938
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8954
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8970
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8986
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9002
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9018
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8925
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8941
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8957
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8973
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8989
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9005
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9021
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8919
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8935
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8951
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8967
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8983
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8999
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9015
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8929
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8945
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8961
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8977
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8993
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9009
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9025
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8851
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 8007
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8025
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8043
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8049
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8013
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8019
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8031
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8037
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8055
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8061
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8067
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 8169
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 8162
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8256
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8272
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8301
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8317
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8359
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8375
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8391
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8260
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8276
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8289
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8305
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8321
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8334
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8347
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8363
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8379
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8395
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8250
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8266
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8282
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8295
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8311
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8327
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8340
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8353
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8369
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8385
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8173
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 8399
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8417
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8429
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8441
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8405
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8411
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8423
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8435
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8447
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 8535
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 8528
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8610
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8626
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8655
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8684
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8713
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8614
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8630
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8643
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8659
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8672
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8688
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8701
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8717
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8604
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8620
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8636
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8649
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8665
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8678
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8694
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8707
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 8539
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 9725
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9731
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9743
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9749
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9755
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9737
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 9049
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9055
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9061
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9067
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 9120
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 9113
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9178
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9194
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9166
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9182
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9198
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9159
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9172
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9188
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9124
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 9352
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9358
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9364
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9370
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 9529
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 9521
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9536
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9522
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 9426
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 9416
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9509
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9480
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9496
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9512
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9506
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9484
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9500
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9516
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9474
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9490
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9430
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 9202
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9208
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9220
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9214
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 9273
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 9266
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9331
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9319
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9335
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9348
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9312
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9325
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9341
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9277
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 9540
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9546
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9552
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9558
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 9714
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 9706
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9721
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9707
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 9614
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 9604
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9681
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9697
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9669
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9685
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9701
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9662
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9675
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9691
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9618
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 9822
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 9815
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9905
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9921
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9937
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9908
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9924
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9940
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9892
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9902
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9918
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9934
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9912
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9928
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9880
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9944
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9896
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9873
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9886
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9826
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 10624
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10630
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10642
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10648
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10654
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10636
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 9948
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9954
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9960
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 9966
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 10019
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 10012
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10077
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10093
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10065
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10081
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10097
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10058
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10071
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10087
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10023
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 10251
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10257
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10263
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10269
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 10428
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 10420
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10435
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10421
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 10325
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 10315
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10408
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10379
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10395
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10411
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10405
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10383
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10399
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10415
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10373
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10389
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10329
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 10101
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10107
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10119
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10113
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 10172
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 10165
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10230
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10218
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10234
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10247
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10211
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10224
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10240
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10176
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 10439
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10445
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10451
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10457
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 10613
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 10605
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10620
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10606
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 10513
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 10503
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10580
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10596
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10568
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10584
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10600
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10561
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10574
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10590
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10517
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 10721
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 10714
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10804
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10820
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10836
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10807
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10823
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10839
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10791
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10801
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10817
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10833
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10811
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10827
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10779
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10843
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10795
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10772
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10785
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10725
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 10847
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#has_value_labels Dashboard#has_value_labels}",
            "stability": "stable",
            "summary": "If true, the value is displayed as a label relative to the data point."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10853
          },
          "name": "hasValueLabels",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#line_type Dashboard#line_type}",
            "stability": "stable",
            "summary": "The type of lines displayed. Valid values are `dashed`, `dotted`, `solid`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10859
          },
          "name": "lineType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#line_width Dashboard#line_width}",
            "stability": "stable",
            "summary": "The width of line displayed. Valid values are `normal`, `thick`, `thin`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10865
          },
          "name": "lineWidth",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order_by Dashboard#order_by}",
            "stability": "stable",
            "summary": "How to order series in timeseries visualizations. Valid values are `tags`, `values`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10871
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10877
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 10944
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 10937
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11001
          },
          "name": "resetHasValueLabels"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11017
          },
          "name": "resetLineType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11033
          },
          "name": "resetLineWidth"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11049
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11065
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11005
          },
          "name": "hasValueLabelsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11021
          },
          "name": "lineTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11037
          },
          "name": "lineWidthInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11053
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11069
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10995
          },
          "name": "hasValueLabels",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11011
          },
          "name": "lineType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11027
          },
          "name": "lineWidth",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11043
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11059
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 10948
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 11646
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#include_zero Dashboard#include_zero}",
            "stability": "stable",
            "summary": "Always include zero or fit the axis to the data range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11652
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11658
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11664
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11670
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11676
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 11743
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 11736
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11800
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11816
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11832
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11848
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11864
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxisOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11804
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11820
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11836
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11852
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11868
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11794
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11810
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11826
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11842
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11858
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11747
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 11872
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#include_zero Dashboard#include_zero}",
            "stability": "stable",
            "summary": "Always include zero or fit the axis to the data range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11878
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11884
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11890
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11896
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11902
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 11969
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 11962
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12026
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12042
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12058
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12074
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12090
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxisOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12030
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12046
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12062
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12078
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12094
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12020
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12036
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12052
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12068
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12084
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 11973
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTimeseriesDefinitionYaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 23957
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23999
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23963
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23969
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23975
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24005
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24011
          },
          "name": "style",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyle"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23981
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23987
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23993
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 12709
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12715
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12721
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12727
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12733
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 12921
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 12913
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12928
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12914
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 12796
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 12786
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12856
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12872
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12888
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12904
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12860
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12876
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12892
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12908
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12850
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12866
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12882
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12898
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12800
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 24106
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 24099
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24280
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24296
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24312
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyle"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24283
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24187
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24203
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24219
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24299
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24315
          },
          "name": "resetStyle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24235
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24251
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24267
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24277
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24293
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24309
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24287
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24191
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24207
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24223
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24303
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24319
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyle"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24255
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24239
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24271
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24181
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24197
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24213
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24229
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24245
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24261
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24110
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 23186
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23198
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#audit_query Dashboard#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23204
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23210
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23216
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23222
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23228
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23192
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23234
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23240
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23246
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23252
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 13608
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13614
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13626
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13632
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13638
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13620
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 12932
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12938
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12944
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 12950
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 13003
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 12996
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13061
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13077
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13049
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13065
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13081
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13042
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13055
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13071
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13007
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 13235
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13241
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13247
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13253
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 13412
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 13404
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13419
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13405
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 13309
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 13299
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13392
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13363
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13379
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13395
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13389
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13367
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13383
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13399
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13357
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13373
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13313
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 13085
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13091
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13103
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13097
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 13156
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 13149
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13214
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13202
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13218
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13231
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13195
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13208
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13224
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13160
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 13423
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13429
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13435
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13441
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 13597
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 13589
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13604
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13590
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 13497
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 13487
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13564
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13580
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13552
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13568
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13584
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13545
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13558
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13574
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13501
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 13705
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 13698
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13788
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13804
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13820
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13791
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13807
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13823
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13775
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13785
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13801
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13817
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13795
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13811
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13763
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13827
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13779
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13756
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13769
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13709
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 14507
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14513
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14525
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14531
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14537
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14519
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 13831
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13837
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13843
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13849
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 13902
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 13895
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13960
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13976
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13948
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13964
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13980
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13941
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13954
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13970
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13906
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 14134
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14140
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14146
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14152
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 14311
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 14303
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14318
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14304
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 14208
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 14198
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14291
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14262
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14278
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14294
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14288
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14266
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14282
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14298
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14256
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14272
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14212
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 13984
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13990
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14002
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 13996
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 14055
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 14048
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14113
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14101
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14117
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14130
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14094
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14107
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14123
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14059
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 14322
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14328
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14334
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14340
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 14496
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 14488
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14503
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14489
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 14396
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 14386
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14463
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14479
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14451
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14467
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14483
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14444
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14457
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14473
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14400
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 14604
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 14597
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14687
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14703
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14719
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14690
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14706
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14722
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14674
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14684
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14700
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14716
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14694
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14710
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14662
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14726
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14678
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14655
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14668
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14608
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 14730
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14736
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14772
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14784
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14742
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14748
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14754
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14760
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14766
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14778
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 15108
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 15100
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15115
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15101
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 14882
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 14872
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14985
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15001
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15017
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15033
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15049
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15078
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14973
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14989
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15005
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15021
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15037
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15053
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15066
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15082
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15095
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14966
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14979
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14995
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15011
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15027
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15043
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15059
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15072
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15088
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 14886
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 16271
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16289
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16277
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16283
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16295
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16301
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#number_format Dashboard#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16307
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16313
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 15119
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15125
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15161
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15173
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15131
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15137
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15143
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15149
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15155
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15167
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 15497
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 15489
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15504
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15490
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 15271
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 15261
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15374
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15390
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15406
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15422
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15438
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15467
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15362
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15378
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15394
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15410
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15426
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15442
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15455
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15471
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15484
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15355
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15368
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15384
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15400
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15416
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15432
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15448
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15461
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15477
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15275
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 15508
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15514
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15520
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 15566
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 15559
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15605
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15621
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15609
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15625
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15599
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15615
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15570
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 16585
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 16577
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16592
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16578
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 16032
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16038
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16044
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 16090
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 16083
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16126
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16139
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16142
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16123
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16136
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16130
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16146
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16094
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 15830
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#canonical Dashboard#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15836
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom Dashboard#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15842
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 15629
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15641
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15635
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 15687
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 15680
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15726
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15730
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15743
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15720
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15736
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15691
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 15747
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15753
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 15792
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 15785
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15826
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15819
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15796
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 15888
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 15881
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15924
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15940
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15927
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15943
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15921
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15937
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15931
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15947
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15892
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 15951
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15955
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 15994
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 15987
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16028
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16021
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 15998
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 16397
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 16387
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16517
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16533
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16549
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16565
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16475
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16491
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16520
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16536
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16552
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16568
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16514
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16530
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16546
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16562
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16479
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16495
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16524
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16508
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16540
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16556
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16572
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16469
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16485
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16501
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16401
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 16150
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16156
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_index Dashboard#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16162
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 16208
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 16201
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16247
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16263
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16267
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16251
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16241
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16257
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16212
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 23643
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 23635
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23650
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23636
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 17272
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17278
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17290
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17296
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17302
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17284
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 16596
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16602
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16608
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16614
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 16667
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 16660
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16725
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16741
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16713
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16729
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16745
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16706
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16719
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16735
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16671
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 16899
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16905
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16911
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16917
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 17076
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 17068
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17083
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17069
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 16973
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 16963
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17056
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17027
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17043
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17059
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17053
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17031
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17047
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17063
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17021
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17037
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16977
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 16749
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16755
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16767
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16761
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 16820
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 16813
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16878
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16866
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16882
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16895
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16859
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16872
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16888
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 16824
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 17087
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17093
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17099
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17105
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 17261
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 17253
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17268
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17254
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 17161
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 17151
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17228
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17244
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17216
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17232
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17248
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17209
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17222
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17238
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17165
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 17369
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 17362
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17452
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17468
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17484
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17455
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17471
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17487
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17439
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17449
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17465
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17481
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17459
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17475
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17427
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17491
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17443
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17420
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17433
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17373
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 23364
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 23354
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23479
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23495
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23511
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23527
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23543
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23559
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23575
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23591
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23607
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23623
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23482
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23498
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23514
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23530
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23546
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23562
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23466
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23578
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23594
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23610
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23626
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23476
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23492
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23508
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23524
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23540
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23556
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23572
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23588
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23604
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23620
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23486
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23502
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23518
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23534
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23550
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23566
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23470
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23582
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23598
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23614
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23630
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23460
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23368
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 17495
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17513
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17501
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17507
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17519
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 17579
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 17572
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17630
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17646
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17675
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17634
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17650
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17663
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17679
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17624
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17640
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17656
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17669
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17583
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 20974
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20980
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20986
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20992
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20998
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21004
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21010
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21016
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 17683
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17695
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17701
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17713
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17719
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17737
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17743
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17749
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17689
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17707
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17725
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17731
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 17858
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 17851
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17951
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17993
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18035
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18051
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17955
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17968
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17981
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17997
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18010
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18023
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18039
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18055
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18068
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18081
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18094
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17945
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17961
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17974
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17987
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18003
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18016
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18029
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18045
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18061
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18074
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18087
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 17862
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 18098
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18110
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18116
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18128
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18158
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18164
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18104
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18122
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18134
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18140
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18146
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18152
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 18273
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 18266
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18366
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18408
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18437
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18453
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18469
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18485
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18370
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18383
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18396
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18412
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18425
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18441
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18457
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18473
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18489
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18502
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18515
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18360
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18376
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18389
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18402
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18418
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18431
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18447
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18463
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18479
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18495
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18508
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18277
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 18519
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18537
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18543
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18549
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18525
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18531
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 18616
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 18609
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18673
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18689
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18677
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18693
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18706
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18719
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18732
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18667
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18683
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18699
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18712
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18725
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18620
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 19648
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19684
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19660
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19672
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19654
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19690
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19696
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19666
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19702
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19678
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 18736
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18742
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18748
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18754
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 18910
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 18902
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18917
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18903
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 18810
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 18800
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18877
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18893
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18865
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18881
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18897
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18858
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18871
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18887
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18814
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 19074
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19080
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19086
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19092
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 19412
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19418
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19424
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19430
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 19483
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 19476
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19554
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19541
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19557
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19551
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19529
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19545
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19561
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19522
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19535
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19487
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 19259
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19265
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19271
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19277
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 19330
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 19323
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19388
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19404
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19376
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19392
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19408
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19369
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19382
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19398
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19334
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 19248
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 19240
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19255
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19241
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 19148
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 19138
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19228
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19215
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19231
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19225
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19203
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19219
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19235
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19196
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19209
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19152
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 18921
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18927
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18933
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18939
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 18992
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 18985
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19050
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19066
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19038
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19054
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19070
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19031
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19044
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19060
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 18996
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 19797
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 19790
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19949
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19962
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19978
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19994
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19878
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19965
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19981
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19907
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19997
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19936
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19946
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19959
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19975
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19991
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19953
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19882
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19895
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19985
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19969
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19911
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19924
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20001
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19940
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19872
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19888
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19901
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19917
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19930
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19801
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 19565
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19571
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 19610
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 19603
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19644
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19637
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 19614
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 21291
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 21283
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21298
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21284
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 20005
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20029
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20035
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20011
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20017
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20023
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20041
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 20115
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 20108
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20178
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20194
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20210
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20252
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20182
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20198
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20214
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20227
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20240
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20256
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20172
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20188
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20204
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20220
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20233
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20246
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20119
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 21100
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 21090
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21175
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21191
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21207
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21223
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21239
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21255
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21271
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21178
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21194
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21210
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21226
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21242
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21258
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21274
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21172
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21188
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21204
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21220
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21236
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21252
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21268
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21182
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21198
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21214
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21230
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21246
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21262
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21278
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21104
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 20260
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20278
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20296
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20302
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20266
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20272
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20284
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20290
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20308
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20314
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20320
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 20422
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 20415
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20509
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20525
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20554
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20570
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20612
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20628
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20644
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20513
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20529
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20542
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20558
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20574
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20587
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20600
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20616
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20632
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20648
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20503
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20519
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20535
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20548
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20564
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20580
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20593
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20606
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20622
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20638
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20426
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 20652
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20670
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20682
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20694
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20658
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20664
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20676
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20688
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20700
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 20788
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 20781
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20863
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20879
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20908
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20937
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20966
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20867
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20883
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20896
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20912
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20925
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20941
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20954
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20970
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20857
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20873
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20889
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20902
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20918
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20931
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20947
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20960
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 20792
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 21978
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21984
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21996
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22002
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22008
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21990
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 21302
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21308
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21314
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21320
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 21373
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 21366
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21431
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21447
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21419
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21435
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21451
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21412
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21425
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21441
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21377
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 21605
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21611
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21617
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21623
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 21782
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 21774
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21789
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21775
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 21679
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 21669
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21762
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21733
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21749
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21765
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21759
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21737
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21753
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21769
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21727
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21743
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21683
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 21455
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21461
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21473
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21467
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 21526
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 21519
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21584
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21572
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21588
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21601
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21565
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21578
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21594
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21530
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 21793
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21799
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21805
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21811
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 21967
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 21959
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21974
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21960
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 21867
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 21857
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21934
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21950
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21922
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21938
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21954
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21915
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21928
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21944
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 21871
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 22075
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 22068
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22158
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22174
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22190
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22161
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22177
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22193
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22145
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22155
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22171
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22187
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22165
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22181
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22133
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22197
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22149
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22126
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22139
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22079
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 22877
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22883
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22895
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22901
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22907
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22889
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 22201
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22207
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22213
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22219
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 22272
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 22265
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22330
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22346
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22318
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22334
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22350
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22311
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22324
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22340
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22276
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 22504
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22510
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22516
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22522
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 22681
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 22673
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22688
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22674
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 22578
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 22568
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22661
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22632
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22648
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22664
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22658
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22636
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22652
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22668
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22626
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22642
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22582
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 22354
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22360
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22372
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22366
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 22425
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 22418
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22483
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22471
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22487
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22500
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22464
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22477
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22493
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22429
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 22692
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22698
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22704
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22710
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 22866
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 22858
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22873
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22859
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 22766
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 22756
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22833
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22849
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22821
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22837
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22853
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22814
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22827
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22843
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22770
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 22974
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 22967
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23057
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23073
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23089
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23060
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23076
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23092
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23044
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23054
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23070
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23086
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23064
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23080
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23032
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23096
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23048
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23025
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23038
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 22978
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 23100
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23106
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 23145
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 23138
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23178
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23182
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23172
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23149
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 23769
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#display Dashboard#display}",
            "stability": "stable",
            "summary": "display block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23787
          },
          "name": "display",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplay"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette for the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23775
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scaling Dashboard#scaling}",
            "stability": "stable",
            "summary": "The scaling mode for the widget. Valid values are `absolute`, `relative`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23781
          },
          "name": "scaling",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplay": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplay",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 23654
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplay",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#type Dashboard#type}",
            "stability": "stable",
            "summary": "The display type for the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23660
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplay"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 23758
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 23750
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23765
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23751
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplay"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 23702
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 23692
      },
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23745
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23738
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23706
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplay"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 23946
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 23938
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23953
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23939
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyle"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 23843
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 23833
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23926
          },
          "name": "putDisplay",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplay"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23929
          },
          "name": "resetDisplay"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23897
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23913
          },
          "name": "resetScaling"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23923
          },
          "name": "display",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23933
          },
          "name": "displayInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleDisplay"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23901
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23917
          },
          "name": "scalingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23891
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23907
          },
          "name": "scaling",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 23847
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyle"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetToplistDefinitionStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 131
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTopologyMapDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 161
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 137
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 167
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 143
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 149
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 155
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTopologyMapDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 24323
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24329
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24335
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24341
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24347
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 24535
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 24527
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24542
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24528
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 24410
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 24400
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24470
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24486
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24502
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24518
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24474
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24490
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24506
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24522
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24464
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24480
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24496
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24512
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24414
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 241
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 234
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 365
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 381
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 368
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 304
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 384
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 320
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 336
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 352
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 362
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 378
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 372
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 308
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 388
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 340
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 324
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 356
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 298
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 314
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 330
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 346
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 245
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 24725
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24737
          },
          "name": "query",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request_type Dashboard#request_type}",
            "stability": "stable",
            "summary": "The request type for the Topology request ('topology'). Valid values are `topology`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24731
          },
          "name": "requestType",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 24861
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 24853
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24868
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24854
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 24786
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 24776
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24844
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24841
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24848
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24835
          },
          "name": "requestTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24828
          },
          "name": "requestType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24790
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 24546
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for the Topology request ('service_map' or 'data_streams'). Valid values are `data_streams`, `service_map`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24552
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filters Dashboard#filters}",
            "stability": "stable",
            "summary": "Your environment and primary tag (or `*` if enabled for your account)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24558
          },
          "name": "filters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "The ID of the service to map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24564
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 24714
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 24706
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24721
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24707
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs3600.ts",
          "line": 24620
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs3600.ts",
        "line": 24610
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24675
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24688
          },
          "name": "filtersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24701
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24668
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24681
          },
          "name": "filters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24694
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs3600.ts",
            "line": 24624
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs3600:DashboardWidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTraceServiceDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTraceServiceDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 392
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTraceServiceDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 404
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 422
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#span_name Dashboard#span_name}",
            "stability": "stable",
            "summary": "APM span name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 470
          },
          "name": "spanName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#display_format Dashboard#display_format}",
            "stability": "stable",
            "summary": "The number of columns to display. Valid values are `one_column`, `two_column`, `three_column`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 398
          },
          "name": "displayFormat",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 410
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 416
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_breakdown Dashboard#show_breakdown}",
            "stability": "stable",
            "summary": "Whether to show the latency breakdown or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 428
          },
          "name": "showBreakdown",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_distribution Dashboard#show_distribution}",
            "stability": "stable",
            "summary": "Whether to show the latency distribution or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 434
          },
          "name": "showDistribution",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_errors Dashboard#show_errors}",
            "stability": "stable",
            "summary": "Whether to show the error metrics or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 440
          },
          "name": "showErrors",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_hits Dashboard#show_hits}",
            "stability": "stable",
            "summary": "Whether to show the hits metrics or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 446
          },
          "name": "showHits",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_latency Dashboard#show_latency}",
            "stability": "stable",
            "summary": "Whether to show the latency metrics or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 452
          },
          "name": "showLatency",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_resource_list Dashboard#show_resource_list}",
            "stability": "stable",
            "summary": "Whether to show the resource list or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 458
          },
          "name": "showResourceList",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#size_format Dashboard#size_format}",
            "stability": "stable",
            "summary": "The size of the widget. Valid values are `small`, `medium`, `large`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 464
          },
          "name": "sizeFormat",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 476
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 482
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 488
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTraceServiceDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTraceServiceDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTraceServiceDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 632
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 625
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 755
          },
          "name": "resetDisplayFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 784
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 800
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 829
          },
          "name": "resetShowBreakdown"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 845
          },
          "name": "resetShowDistribution"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 861
          },
          "name": "resetShowErrors"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 877
          },
          "name": "resetShowHits"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 893
          },
          "name": "resetShowLatency"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 909
          },
          "name": "resetShowResourceList"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 925
          },
          "name": "resetSizeFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 954
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 970
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 986
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTraceServiceDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 759
          },
          "name": "displayFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 772
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 788
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 804
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 817
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 833
          },
          "name": "showBreakdownInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 849
          },
          "name": "showDistributionInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 865
          },
          "name": "showErrorsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 881
          },
          "name": "showHitsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 897
          },
          "name": "showLatencyInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 913
          },
          "name": "showResourceListInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 929
          },
          "name": "sizeFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 942
          },
          "name": "spanNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 974
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 958
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 990
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 749
          },
          "name": "displayFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 765
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 778
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 794
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 810
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 823
          },
          "name": "showBreakdown",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 839
          },
          "name": "showDistribution",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 855
          },
          "name": "showErrors",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 871
          },
          "name": "showHits",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 887
          },
          "name": "showLatency",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 903
          },
          "name": "showResourceList",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 919
          },
          "name": "sizeFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 935
          },
          "name": "spanName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 948
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 964
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 980
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 636
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTraceServiceDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTraceServiceDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 6466
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_links Dashboard#custom_links}",
            "stability": "stable",
            "summary": "custom_links block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6484
          },
          "name": "customLinks",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinks"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6472
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6490
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6478
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinks": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinks",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 994
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinks",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1000
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1006
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1012
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1018
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinks"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 1206
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 1198
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1213
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1199
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinks"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 1081
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 1071
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1141
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1157
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1173
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1189
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1145
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1161
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1177
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1193
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1135
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1151
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1167
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1183
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1085
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinks"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 6550
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 6543
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6630
          },
          "name": "putCustomLinks",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinks"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6646
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6633
          },
          "name": "resetCustomLinks"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6601
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6649
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6617
          },
          "name": "resetTitle"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6627
          },
          "name": "customLinks",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6643
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6637
          },
          "name": "customLinksInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionCustomLinks"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6605
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6653
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6621
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6595
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6611
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6554
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 6313
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6319
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6325
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 2369
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2387
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2375
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2381
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2393
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2399
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#number_format Dashboard#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2405
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2411
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 1217
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1223
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1259
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1271
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1229
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1235
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1241
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1247
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1253
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1265
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 1595
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 1587
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1602
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1588
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 1369
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 1359
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1472
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1488
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1504
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1520
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1536
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1565
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1460
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1476
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1492
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1508
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1524
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1540
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1553
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1569
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1582
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1453
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1466
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1482
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1498
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1514
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1530
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1546
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1559
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1575
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1373
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 1606
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1612
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1618
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 1664
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 1657
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1703
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1719
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1707
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1723
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1697
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1713
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1668
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 2683
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 2675
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2690
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2676
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 2130
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2136
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2142
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 2188
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 2181
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2224
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2237
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2240
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2221
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2234
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2228
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2244
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2192
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 1928
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#canonical Dashboard#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1934
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom Dashboard#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1940
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 1727
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1739
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1733
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 1785
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 1778
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1824
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1828
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1841
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1818
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1834
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1789
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 1845
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1851
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 1890
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 1883
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1924
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1917
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1894
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 1986
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 1979
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2022
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2038
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2025
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2041
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2019
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2035
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2029
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2045
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 1990
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 2049
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2053
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 2092
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 2085
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2126
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2119
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2096
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 2495
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 2485
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2615
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2631
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2647
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2663
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2573
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2589
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2618
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2634
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2650
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2666
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2612
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2628
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2644
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2660
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2577
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2593
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2622
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2606
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2638
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2654
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2670
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2567
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2583
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2599
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2499
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 2248
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2254
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_index Dashboard#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2260
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 2306
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 2299
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2345
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2361
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2365
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2349
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2339
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2355
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2310
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 6455
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 6447
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6462
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6448
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 6374
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 6364
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6419
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6435
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6422
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6438
          },
          "name": "resetQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6416
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6432
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6426
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6442
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6378
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 5985
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5991
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5997
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6003
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6009
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6015
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6021
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6027
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 2694
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2706
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2712
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2724
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2730
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2748
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2754
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2760
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2700
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2718
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2736
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2742
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 2869
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 2862
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2962
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3004
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3046
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3062
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2966
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2979
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2992
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3008
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3021
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3034
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3050
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3066
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3079
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3092
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3105
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2956
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2972
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2985
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2998
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3014
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3027
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3040
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3056
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3072
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3085
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3098
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 2873
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 3109
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3121
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3127
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3139
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3169
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3175
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3115
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3133
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3145
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3151
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3157
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3163
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 3284
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 3277
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3377
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3419
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3448
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3464
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3480
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3496
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3381
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3394
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3407
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3423
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3436
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3452
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3468
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3484
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3500
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3513
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3526
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3371
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3387
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3400
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3413
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3429
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3442
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3458
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3474
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3490
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3506
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3519
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3288
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 3530
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3548
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3554
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3560
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3536
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3542
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 3627
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 3620
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3684
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3700
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3688
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3704
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3717
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3730
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3743
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3678
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3694
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3710
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3723
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3736
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3631
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 4659
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4695
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4671
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4683
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4665
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4701
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4707
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4677
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4713
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4689
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 3747
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3753
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3759
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3765
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 3921
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 3913
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3928
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3914
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 3821
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 3811
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3888
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3904
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3876
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3892
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3908
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3869
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3882
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3898
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3825
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 4085
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4091
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4097
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4103
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 4423
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4429
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4435
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4441
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 4494
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 4487
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4565
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4552
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4568
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4562
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4540
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4556
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4572
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4533
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4546
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4498
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 4270
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4276
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4282
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4288
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 4341
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 4334
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4399
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4415
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4387
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4403
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4419
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4380
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4393
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4409
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4345
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 4259
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 4251
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4266
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4252
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 4159
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 4149
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4239
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4226
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4242
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4236
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4214
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4230
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4246
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4207
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4220
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4163
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 3932
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3938
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3944
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 3950
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 4003
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 3996
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4061
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4077
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4049
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4065
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4081
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4042
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4055
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4071
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4007
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 4808
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 4801
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4960
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4973
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4989
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5005
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4889
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4976
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4992
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4918
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5008
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4947
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4957
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4970
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4986
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5002
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4964
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4893
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4906
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4996
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4980
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4922
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4935
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5012
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4951
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4883
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4899
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4912
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4928
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4941
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4812
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 4576
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4582
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 4621
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 4614
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4655
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4648
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 4625
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 6302
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 6294
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6309
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6295
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 5016
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5040
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5046
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5022
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5028
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5034
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5052
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 5126
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 5119
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5189
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5205
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5221
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5263
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5193
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5209
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5225
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5238
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5251
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5267
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5183
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5199
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5215
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5231
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5244
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5257
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5130
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 6111
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 6101
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6186
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6202
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6218
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6234
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6250
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6266
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6282
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6189
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6205
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6221
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6237
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6253
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6269
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6285
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6183
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6199
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6215
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6231
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6247
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6263
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6279
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6193
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6209
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6225
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6241
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6257
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6273
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6289
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6115
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 5271
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5289
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5307
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5313
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5277
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5283
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5295
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5301
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5319
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5325
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5331
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 5433
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 5426
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5520
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5536
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5565
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5581
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5623
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5639
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5655
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5524
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5540
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5553
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5569
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5585
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5598
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5611
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5627
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5643
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5659
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5514
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5530
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5546
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5559
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5575
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5591
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5604
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5617
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5633
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5649
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5437
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 5663
      },
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5681
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5693
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5705
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5669
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5675
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5687
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5699
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5711
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 5799
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 5792
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5874
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5890
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5919
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5948
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5977
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5878
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5894
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5907
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5923
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5936
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5952
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5965
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5981
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5868
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5884
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5900
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5913
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5929
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5942
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5958
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5971
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 5803
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetWidgetLayout": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetWidgetLayout",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 6657
      },
      "name": "DashboardWidgetGroupDefinitionWidgetWidgetLayout",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#height Dashboard#height}",
            "stability": "stable",
            "summary": "The height of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6663
          },
          "name": "height",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#width Dashboard#width}",
            "stability": "stable",
            "summary": "The width of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6675
          },
          "name": "width",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#x Dashboard#x}",
            "stability": "stable",
            "summary": "The position of the widget on the x (horizontal) axis. Must be greater than or equal to 0."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6681
          },
          "name": "x",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#y Dashboard#y}",
            "stability": "stable",
            "summary": "The position of the widget on the y (vertical) axis. Must be greater than or equal to 0."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6687
          },
          "name": "y",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Only one widget in the dashboard should have this property set to `true`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_column_break Dashboard#is_column_break}",
            "stability": "stable",
            "summary": "Whether the widget should be the first one on the second column in high density or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6669
          },
          "name": "isColumnBreak",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetWidgetLayout"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetWidgetLayoutOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetWidgetLayoutOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 6754
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 6747
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6824
          },
          "name": "resetIsColumnBreak"
        }
      ],
      "name": "DashboardWidgetGroupDefinitionWidgetWidgetLayoutOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6812
          },
          "name": "heightInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6828
          },
          "name": "isColumnBreakInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6841
          },
          "name": "widthInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6854
          },
          "name": "xInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6867
          },
          "name": "yInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6805
          },
          "name": "height",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6818
          },
          "name": "isColumnBreak",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6834
          },
          "name": "width",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6847
          },
          "name": "x",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6860
          },
          "name": "y",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 6758
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionWidgetWidgetLayout"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetGroupDefinitionWidgetWidgetLayoutOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 18335
      },
      "name": "DashboardWidgetHeatmapDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18389
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18341
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event Dashboard#event}",
            "stability": "stable",
            "summary": "event block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18395
          },
          "name": "event",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18347
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#legend_size Dashboard#legend_size}",
            "stability": "stable",
            "summary": "The size of the legend displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18353
          },
          "name": "legendSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18359
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18401
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_legend Dashboard#show_legend}",
            "stability": "stable",
            "summary": "Whether or not to show the legend on this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18365
          },
          "name": "showLegend",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18371
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18377
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18383
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#yaxis Dashboard#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18407
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 8372
      },
      "name": "DashboardWidgetHeatmapDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8378
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8384
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8390
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8396
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 8584
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 8576
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8591
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8577
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 8459
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 8449
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8519
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8535
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8551
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8567
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8523
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8539
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8555
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8571
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8513
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8529
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8545
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8561
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8463
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionEvent": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionEvent",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 8595
      },
      "name": "DashboardWidgetHeatmapDefinitionEvent",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The event query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8601
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tags_execution Dashboard#tags_execution}",
            "stability": "stable",
            "summary": "The execution method for multi-value filters."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8607
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionEvent"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionEventList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionEventList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 8734
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 8726
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8741
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionEventOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionEventList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8727
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionEventList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionEventOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionEventOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 8656
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 8646
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8717
          },
          "name": "resetTagsExecution"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionEventOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8705
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8721
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8698
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8711
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8660
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionEvent"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionEventOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 18523
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 18516
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18747
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18763
          },
          "name": "putEvent",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionEvent"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18779
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18795
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18750
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18622
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18766
          },
          "name": "resetEvent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18638
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18654
          },
          "name": "resetLegendSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18670
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18782
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18686
          },
          "name": "resetShowLegend"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18702
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18718
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18734
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18798
          },
          "name": "resetYaxis"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18744
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18760
          },
          "name": "event",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionEventList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18776
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18792
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18754
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18626
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18770
          },
          "name": "eventInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18642
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18658
          },
          "name": "legendSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18674
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18786
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18690
          },
          "name": "showLegendInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18722
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18706
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18738
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18802
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18616
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18632
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18648
          },
          "name": "legendSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18664
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18680
          },
          "name": "showLegend",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18696
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18712
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18728
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18527
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 17711
      },
      "name": "DashboardWidgetHeatmapDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17723
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17729
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17735
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17741
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17717
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17747
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17753
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17759
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17765
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 9421
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9427
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9439
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9445
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9451
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9433
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 8745
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8751
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8757
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8763
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 8816
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 8809
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8874
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8890
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8862
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8878
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8894
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8855
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8868
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8884
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8820
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 9048
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9054
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9060
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9066
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 9225
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 9217
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9232
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9218
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 9122
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 9112
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9205
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9176
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9192
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9208
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9202
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9180
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9196
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9212
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9170
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9186
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9126
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 8898
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8904
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8916
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8910
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 8969
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 8962
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9027
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9015
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9031
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9044
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9008
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9021
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9037
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 8973
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 9236
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9242
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9248
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9254
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 9410
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 9402
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9417
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9403
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 9310
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 9300
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9377
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9393
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9365
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9381
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9397
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9358
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9371
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9387
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9314
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 9518
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 9511
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9601
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9617
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9633
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9604
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9620
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9636
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9588
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9598
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9614
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9630
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9608
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9624
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9576
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9640
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9592
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9569
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9582
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9522
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 10796
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10814
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10802
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10808
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10820
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10826
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#number_format Dashboard#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10832
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10838
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 9644
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9650
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9686
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9698
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9656
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9662
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9668
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9674
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9680
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9692
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 10022
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 10014
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10029
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10015
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 9796
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 9786
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9899
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9915
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9931
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9947
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9963
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9992
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9887
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9903
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9919
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9935
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9951
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9967
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9980
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9996
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10009
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9880
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9893
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9909
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9925
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9941
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9957
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9973
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9986
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10002
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 9800
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 10033
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestFormulaLimit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10039
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10045
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 10091
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 10084
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10130
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10146
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10134
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10150
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10124
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10140
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10095
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 11110
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 11102
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11117
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11103
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 10557
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10563
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10569
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 10615
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 10608
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10651
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10664
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10667
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10648
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10661
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10655
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10671
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10619
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 10355
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#canonical Dashboard#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10361
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom Dashboard#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10367
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 10154
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10166
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10160
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 10212
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 10205
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10251
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10255
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10268
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10245
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10261
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10216
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 10272
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10278
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 10317
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 10310
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10351
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10344
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10321
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 10413
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 10406
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10449
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10465
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10452
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10468
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10446
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10462
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10456
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10472
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10417
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 10476
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10480
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 10519
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 10512
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10553
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10546
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10523
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 10922
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 10912
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11042
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11058
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11074
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11090
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11000
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11016
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11045
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11061
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11077
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11093
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11039
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11055
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11071
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11087
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11004
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11020
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11049
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11033
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11065
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11081
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11097
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10994
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11010
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11026
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10926
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 10675
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestFormulaStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10681
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_index Dashboard#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10687
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 10733
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 10726
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10772
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10788
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10792
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10776
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10766
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10782
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 10737
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 18098
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 18090
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18105
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18091
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 11797
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11803
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11815
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11821
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11827
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11809
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 11121
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11127
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11133
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11139
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 11192
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 11185
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11250
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11266
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11238
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11254
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11270
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11231
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11244
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11260
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11196
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 11424
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11430
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11436
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11442
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 11601
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 11593
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11608
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11594
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 11498
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 11488
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11581
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11552
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11568
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11584
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11578
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11556
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11572
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11588
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11546
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11562
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11502
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 11274
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11280
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11292
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11286
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 11345
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 11338
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11403
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11391
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11407
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11420
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11384
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11397
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11413
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11349
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 11612
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11618
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11624
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11630
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 11786
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 11778
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11793
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11779
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 11686
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 11676
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11753
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11769
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11741
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11757
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11773
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11734
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11747
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11763
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11690
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 11894
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 11887
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11977
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11993
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12009
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11980
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11996
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12012
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11964
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11974
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11990
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12006
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11984
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12000
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11952
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12016
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11968
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11945
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11958
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 11898
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 17863
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 17853
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17966
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17982
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17998
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18014
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18030
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18046
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18062
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18078
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17969
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17985
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18001
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18017
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17953
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18033
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18049
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18065
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18081
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17963
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17979
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17995
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18011
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18027
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18043
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18059
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18075
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17973
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17989
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18005
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18021
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17957
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18037
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18053
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18069
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18085
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17947
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17867
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 12020
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12038
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12026
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12032
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12044
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 12104
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 12097
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12155
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12171
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12200
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12159
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12175
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12188
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12204
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12149
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12165
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12181
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12194
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12108
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 15499
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15505
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15511
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15517
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15523
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15529
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15535
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15541
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 12208
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12220
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12226
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12238
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12244
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12262
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12268
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12274
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12214
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12232
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12250
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12256
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 12383
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 12376
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12476
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12518
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12560
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12576
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12480
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12493
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12506
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12522
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12535
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12548
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12564
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12580
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12593
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12606
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12619
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12470
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12486
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12499
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12512
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12528
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12541
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12554
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12570
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12586
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12599
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12612
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12387
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 12623
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12635
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12641
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12653
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12683
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12689
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12629
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12647
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12659
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12665
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12671
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12677
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 12798
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 12791
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12891
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12933
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12962
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12978
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12994
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13010
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12895
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12908
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12921
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12937
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12950
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12966
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12982
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12998
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13014
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13027
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13040
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12885
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12901
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12914
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12927
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12943
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12956
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12972
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12988
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13004
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13020
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13033
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 12802
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 13044
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13062
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13068
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13074
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13050
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13056
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 13141
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 13134
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13198
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13214
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13202
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13218
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13231
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13244
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13257
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13192
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13208
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13224
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13237
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13250
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13145
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 14173
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14209
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14185
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14197
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14179
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14215
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14221
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14191
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14227
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14203
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 13261
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13267
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13273
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13279
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 13435
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 13427
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13442
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13428
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 13335
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 13325
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13402
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13418
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13390
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13406
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13422
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13383
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13396
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13412
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13339
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 13599
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13605
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13611
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13617
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 13937
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13943
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13949
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13955
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 14008
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 14001
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14079
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14066
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14082
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14076
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14054
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14070
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14086
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14047
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14060
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14012
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 13784
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13790
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13796
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13802
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 13855
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 13848
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13913
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13929
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13901
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13917
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13933
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13894
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13907
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13923
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13859
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 13773
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 13765
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13780
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13766
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 13673
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 13663
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13753
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13740
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13756
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13750
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13728
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13744
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13760
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13721
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13734
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13677
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 13446
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13452
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13458
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13464
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 13517
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 13510
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13575
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13591
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13563
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13579
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13595
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13556
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13569
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13585
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 13521
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 14322
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 14315
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14474
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14487
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14503
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14519
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14403
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14490
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14506
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14432
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14522
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14461
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14471
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14484
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14500
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14516
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14478
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14407
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14420
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14510
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14494
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14436
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14449
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14526
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14465
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14397
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14413
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14426
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14442
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14455
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14326
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 14090
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14096
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 14135
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 14128
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14169
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14162
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14139
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 15816
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 15808
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15823
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15809
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 14530
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14554
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14560
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14536
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14542
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14548
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14566
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 14640
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 14633
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14703
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14719
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14735
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14777
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14707
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14723
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14739
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14752
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14765
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14781
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14697
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14713
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14729
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14745
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14758
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14771
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14644
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 15625
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 15615
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15700
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15716
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15732
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15748
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15764
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15780
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15796
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15703
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15719
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15735
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15751
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15767
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15783
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15799
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15697
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15713
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15729
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15745
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15761
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15777
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15793
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15707
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15723
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15739
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15755
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15771
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15787
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15803
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15629
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 14785
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14803
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14821
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14827
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14791
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14797
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14809
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14815
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14833
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14839
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14845
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 14947
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 14940
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15034
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15050
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15079
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15095
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15137
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15153
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15169
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15038
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15054
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15067
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15083
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15099
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15112
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15125
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15141
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15157
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15173
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15028
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15044
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15060
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15073
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15089
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15105
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15118
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15131
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15147
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15163
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 14951
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 15177
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15195
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15207
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15219
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15183
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15189
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15201
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15213
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15225
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 15313
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 15306
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15388
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15404
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15433
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15462
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15491
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15392
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15408
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15421
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15437
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15450
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15466
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15479
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15495
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15382
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15398
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15414
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15427
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15443
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15456
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15472
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15485
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15317
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 16503
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16509
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16521
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16527
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16533
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16515
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 15827
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15833
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15839
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15845
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 15898
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 15891
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15956
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15972
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15944
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15960
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15976
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15937
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15950
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15966
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15902
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 16130
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16136
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16142
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16148
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 16307
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 16299
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16314
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16300
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 16204
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 16194
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16287
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16258
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16274
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16290
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16284
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16262
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16278
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16294
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16252
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16268
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16208
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 15980
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15986
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15998
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 15992
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 16051
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 16044
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16109
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16097
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16113
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16126
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16090
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16103
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16119
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16055
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 16318
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16324
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16330
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16336
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 16492
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 16484
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16499
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16485
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 16392
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 16382
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16459
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16475
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16447
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16463
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16479
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16440
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16453
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16469
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16396
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 16600
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 16593
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16683
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16699
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16715
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16686
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16702
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16718
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16670
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16680
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16696
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16712
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16690
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16706
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16658
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16722
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16674
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16651
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16664
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16604
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 17402
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17408
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17420
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17426
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17432
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17414
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 16726
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16732
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16738
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16744
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 16797
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 16790
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16855
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16871
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16843
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16859
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16875
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16836
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16849
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16865
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16801
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 17029
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17035
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17041
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17047
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 17206
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 17198
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17213
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17199
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 17103
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 17093
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17186
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17157
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17173
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17189
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17183
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17161
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17177
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17193
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17151
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17167
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17107
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 16879
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16885
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16897
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16891
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 16950
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 16943
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17008
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16996
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17012
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17025
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16989
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17002
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17018
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 16954
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 17217
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17223
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17229
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17235
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 17391
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 17383
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17398
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17384
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 17291
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 17281
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17358
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17374
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17346
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17362
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17378
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17339
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17352
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17368
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17295
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 17499
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 17492
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17582
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17598
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17614
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17585
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17601
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17617
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17569
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17579
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17595
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17611
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17589
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17605
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17557
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17621
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17573
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17550
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17563
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17503
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 17625
      },
      "name": "DashboardWidgetHeatmapDefinitionRequestStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17631
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 17670
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 17663
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17703
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionRequestStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17707
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17697
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 17674
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 18109
      },
      "name": "DashboardWidgetHeatmapDefinitionYaxis",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#include_zero Dashboard#include_zero}",
            "stability": "stable",
            "summary": "Always include zero or fit the axis to the data range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18115
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18121
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18127
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18133
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18139
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionYaxis"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 18206
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 18199
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18263
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18279
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18295
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18311
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18327
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetHeatmapDefinitionYaxisOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18267
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18283
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18299
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18315
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18331
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18257
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18273
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18289
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18305
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18321
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18210
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHeatmapDefinitionYaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 1535
      },
      "name": "DashboardWidgetHostmapDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1595
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1541
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group Dashboard#group}",
            "stability": "stable",
            "summary": "The list of tags to group nodes by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1547
          },
          "name": "group",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#node_type Dashboard#node_type}",
            "stability": "stable",
            "summary": "The type of node used. Valid values are `host`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1565
          },
          "name": "nodeType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#no_group_hosts Dashboard#no_group_hosts}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to show ungrouped nodes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1553
          },
          "name": "noGroupHosts",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#no_metric_hosts Dashboard#no_metric_hosts}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to show nodes with no metrics."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1559
          },
          "name": "noMetricHosts",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1601
          },
          "name": "request",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequest"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scope Dashboard#scope}",
            "stability": "stable",
            "summary": "The list of tags to filter nodes by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1571
          },
          "name": "scope",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1607
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionStyle"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1577
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1583
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1589
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetHostmapDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 18806
      },
      "name": "DashboardWidgetHostmapDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18812
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18818
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18824
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18830
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 19018
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 19010
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19025
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19011
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 18893
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 18883
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18953
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18969
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18985
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19001
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18957
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18973
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18989
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19005
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18947
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18963
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18979
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18995
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 18897
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 1723
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 1716
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1963
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1979
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequest"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1995
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1966
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1822
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1838
          },
          "name": "resetGroup"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1886
          },
          "name": "resetNodeType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1854
          },
          "name": "resetNoGroupHosts"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1870
          },
          "name": "resetNoMetricHosts"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1982
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1902
          },
          "name": "resetScope"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1998
          },
          "name": "resetStyle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1918
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1934
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1950
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1960
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1976
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1992
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1970
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1826
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1842
          },
          "name": "groupInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1890
          },
          "name": "nodeTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1858
          },
          "name": "noGroupHostsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1874
          },
          "name": "noMetricHostsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1986
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequest"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1906
          },
          "name": "scopeInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2002
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1938
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1922
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1954
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1816
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1832
          },
          "name": "group",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1880
          },
          "name": "nodeType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1848
          },
          "name": "noGroupHosts",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1864
          },
          "name": "noMetricHosts",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1896
          },
          "name": "scope",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1912
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1928
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1944
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1727
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetHostmapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 1223
      },
      "name": "DashboardWidgetHostmapDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fill Dashboard#fill}",
            "stability": "stable",
            "summary": "fill block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1229
          },
          "name": "fill",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFill"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#size Dashboard#size}",
            "stability": "stable",
            "summary": "size block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1235
          },
          "name": "size",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSize"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetHostmapDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFill": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFill",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 22813
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFill",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22825
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22831
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22837
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22819
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22843
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22849
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFill"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 19705
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19711
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19723
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19729
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19735
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19717
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 19029
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19035
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19041
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19047
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 19100
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 19093
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19158
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19174
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19146
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19162
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19178
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19139
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19152
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19168
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19104
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 19332
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19338
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19344
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19350
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 19509
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 19501
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19516
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19502
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 19406
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 19396
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19489
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19460
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19476
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19492
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19486
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19464
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19480
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19496
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19454
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19470
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19410
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 19182
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19188
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19200
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19194
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 19253
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 19246
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19311
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19299
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19315
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19328
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19292
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19305
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19321
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19257
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 19520
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19526
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19532
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19538
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 19694
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 19686
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19701
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19687
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 19594
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 19584
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19661
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19677
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19649
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19665
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19681
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19642
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19655
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19671
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19598
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 19802
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 19795
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19885
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19901
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19917
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19888
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19904
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19920
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19872
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19882
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19898
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19914
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19892
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19908
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19860
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19924
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19876
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19853
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19866
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19806
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 23095
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 23087
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23102
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23088
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFill"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 20604
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20610
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20622
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20628
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20634
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20616
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 19928
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19934
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19940
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 19946
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 19999
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 19992
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20057
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20073
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20045
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20061
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20077
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20038
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20051
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20067
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20003
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 20231
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20237
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20243
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20249
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 20408
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 20400
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20415
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20401
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 20305
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 20295
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20388
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20359
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20375
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20391
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20385
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20363
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20379
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20395
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20353
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20369
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20309
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 20081
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20087
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20099
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20093
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 20152
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 20145
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20210
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20198
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20214
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20227
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20191
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20204
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20220
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20156
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 20419
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20425
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20431
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20437
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 20593
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 20585
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20600
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20586
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 20493
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 20483
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20560
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20576
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20548
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20564
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20580
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20541
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20554
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20570
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20497
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 20701
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 20694
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20784
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20800
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20816
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20787
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20803
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20819
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20771
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20781
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20797
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20813
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20791
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20807
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20759
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20823
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20775
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20752
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20765
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20705
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 22926
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 22916
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23011
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23027
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23043
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23059
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23075
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23014
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23030
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23046
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22998
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23062
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23078
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23008
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23024
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23040
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23056
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23072
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23018
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23034
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23050
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23002
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23066
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23082
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22992
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22930
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFill"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 20827
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20845
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20833
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20839
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20851
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 20911
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 20904
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20962
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20978
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21007
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20966
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20982
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20995
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21011
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20956
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20972
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20988
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21001
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 20915
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 21691
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21697
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21709
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21715
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21721
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21703
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 21015
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21021
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21027
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21033
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 21086
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 21079
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21144
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21160
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21132
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21148
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21164
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21125
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21138
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21154
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21090
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 21318
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21324
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21330
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21336
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 21495
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 21487
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21502
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21488
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 21392
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 21382
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21475
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21446
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21462
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21478
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21472
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21450
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21466
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21482
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21440
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21456
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21396
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 21168
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21174
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21186
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21180
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 21239
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 21232
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21297
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21285
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21301
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21314
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21278
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21291
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21307
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21243
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 21506
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21512
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21518
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21524
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 21680
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 21672
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21687
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21673
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 21580
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 21570
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21647
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21663
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21635
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21651
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21667
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21628
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21641
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21657
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21584
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 21788
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 21781
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21871
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21887
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21903
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21874
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21890
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21906
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21858
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21868
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21884
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21900
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21878
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21894
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21846
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21910
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21862
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21839
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21852
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21792
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 22590
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22596
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22608
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22614
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22620
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22602
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 21914
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21920
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21926
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21932
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 21985
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 21978
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22043
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22059
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22031
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22047
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22063
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22024
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22037
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22053
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 21989
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 22217
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22223
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22229
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22235
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 22394
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 22386
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22401
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22387
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 22291
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 22281
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22374
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22345
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22361
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22377
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22371
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22349
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22365
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22381
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22339
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22355
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22295
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 22067
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22073
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22085
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22079
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 22138
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 22131
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22196
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22184
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22200
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22213
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22177
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22190
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22206
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22142
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 22405
      },
      "name": "DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22411
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22417
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22423
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 22579
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 22571
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22586
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22572
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 22479
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 22469
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22546
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22562
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22534
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22550
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22566
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22527
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22540
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22556
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22483
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 22687
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 22680
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22770
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22786
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22802
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22773
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22789
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22805
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22757
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22767
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22783
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22799
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22777
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22793
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22745
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22809
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22761
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22738
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22751
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 22691
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 1281
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 1274
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1317
          },
          "name": "putFill",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFill"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1333
          },
          "name": "putSize",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSize"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1320
          },
          "name": "resetFill"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1336
          },
          "name": "resetSize"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1314
          },
          "name": "fill",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFillList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1330
          },
          "name": "size",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1324
          },
          "name": "fillInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestFill"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1340
          },
          "name": "sizeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSize"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1285
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequest"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetHostmapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSize": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSize",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 930
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSize",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 942
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 948
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 954
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 936
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 960
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 966
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetHostmapDefinitionRequestSize"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 23782
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23788
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23800
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23806
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23812
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23794
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 23106
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23112
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23118
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23124
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 23177
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 23170
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23235
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23251
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23223
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23239
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23255
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23216
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23229
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23245
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23181
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 23409
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23415
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23421
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23427
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 23586
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 23578
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23593
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23579
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 23483
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 23473
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23566
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23537
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23553
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23569
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23563
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23541
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23557
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23573
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23531
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23547
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23487
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 23259
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23265
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23277
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23271
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 23330
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 23323
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23388
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23376
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23392
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23405
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23369
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23382
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23398
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23334
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 23597
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23603
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23609
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23615
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 23771
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 23763
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23778
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23764
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 23671
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 23661
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23738
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23754
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23726
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23742
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23758
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23719
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23732
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23748
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23675
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 23879
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 23872
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23962
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23978
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23994
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23965
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23981
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23997
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23949
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23959
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23975
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23991
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23969
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23985
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23937
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24001
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23953
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23930
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23943
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 23883
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 1212
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 1204
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1219
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1205
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSize"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetHostmapDefinitionRequestSizeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 24681
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24687
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24699
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24705
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24711
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24693
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 24005
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24011
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24017
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24023
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 24076
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 24069
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24134
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24150
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24122
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24138
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24154
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24115
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24128
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24144
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24080
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 24308
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24314
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24320
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24326
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 24485
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 24477
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24492
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24478
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 24382
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 24372
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24465
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24436
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24452
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24468
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24462
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24440
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24456
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24472
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24430
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24446
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24386
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 24158
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24164
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24176
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24170
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 24229
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 24222
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24287
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24275
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24291
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24304
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24268
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24281
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24297
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24233
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 24496
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24502
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24508
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24514
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 24670
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 24662
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24677
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24663
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 24570
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 24560
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24637
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24653
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24625
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24641
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24657
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24618
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24631
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24647
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24574
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 24778
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 24771
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24861
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24877
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24893
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24864
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24880
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24896
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24848
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24858
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24874
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24890
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24868
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24884
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24836
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24900
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24852
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24829
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24842
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24782
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 1043
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 1033
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1128
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1144
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1160
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1176
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1192
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1131
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1147
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1163
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1115
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1179
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1195
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1125
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1141
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1157
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1173
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1189
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1135
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1151
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1167
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1119
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1183
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1199
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1109
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1047
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSize"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetHostmapDefinitionRequestSizeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 24904
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24922
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24910
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24916
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24928
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 24988
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 24981
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25039
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25055
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25084
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25043
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25059
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25072
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25088
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25033
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25049
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25065
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25078
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 24992
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 25768
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25774
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25786
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25792
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25798
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25780
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 25092
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25098
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25104
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25110
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 25163
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 25156
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25221
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25237
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25209
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25225
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25241
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25202
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25215
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25231
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25167
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 25395
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25401
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25407
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25413
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 25572
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 25564
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25579
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25565
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 25469
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 25459
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25552
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25523
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25539
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25555
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25549
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25527
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25543
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25559
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25517
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25533
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25473
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 25245
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25251
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25263
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25257
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 25316
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 25309
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25374
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25362
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25378
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25391
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25355
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25368
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25384
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25320
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 25583
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25589
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25595
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25601
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 25757
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 25749
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25764
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25750
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 25657
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 25647
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25724
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25740
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25712
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25728
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25744
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25705
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25718
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25734
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25661
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4000.ts",
          "line": 25865
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4000.ts",
        "line": 25858
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25948
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25964
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25980
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25951
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25967
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25983
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25935
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25945
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25961
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25977
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25955
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25971
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25923
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25987
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25939
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25916
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25929
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4000.ts",
            "line": 25869
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4000:DashboardWidgetHostmapDefinitionRequestSizeRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 707
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 713
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 725
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 731
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 737
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 719
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetHostmapDefinitionRequestSizeSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 31
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 37
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 43
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 49
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 102
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 95
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 160
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 176
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 148
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 164
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 180
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 141
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 154
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 170
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 106
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 334
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 340
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 346
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 352
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 511
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 503
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 518
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 504
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 408
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 398
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 491
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 462
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 478
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 494
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 488
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 466
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 482
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 498
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 456
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 472
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 412
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 184
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 190
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 202
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 196
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 255
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 248
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 313
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 301
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 317
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 330
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 294
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 307
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 323
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 259
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 522
      },
      "name": "DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 528
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 534
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 540
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 696
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 688
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 703
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 689
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 596
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 586
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 663
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 679
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 651
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 667
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 683
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 644
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 657
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 673
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 600
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 804
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 797
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 887
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 903
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 919
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 890
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 906
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 922
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 874
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 884
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 900
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 916
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 894
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 910
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 862
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 926
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 878
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 855
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 868
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 808
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionRequestSizeSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 1344
      },
      "name": "DashboardWidgetHostmapDefinitionStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fill_max Dashboard#fill_max}",
            "stability": "stable",
            "summary": "The max value to use to color the map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1350
          },
          "name": "fillMax",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fill_min Dashboard#fill_min}",
            "stability": "stable",
            "summary": "The min value to use to color the map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1356
          },
          "name": "fillMin",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1362
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_flip Dashboard#palette_flip}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to flip the palette tones."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1368
          },
          "name": "paletteFlip",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetHostmapDefinitionStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 1428
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 1421
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1479
          },
          "name": "resetFillMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1495
          },
          "name": "resetFillMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1511
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1527
          },
          "name": "resetPaletteFlip"
        }
      ],
      "name": "DashboardWidgetHostmapDefinitionStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1483
          },
          "name": "fillMaxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1499
          },
          "name": "fillMinInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1531
          },
          "name": "paletteFlipInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1515
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1473
          },
          "name": "fillMax",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1489
          },
          "name": "fillMin",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1505
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1521
          },
          "name": "paletteFlip",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 1432
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetHostmapDefinitionStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetIframeDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetIframeDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 2006
      },
      "name": "DashboardWidgetIframeDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#url Dashboard#url}",
            "stability": "stable",
            "summary": "The URL to use as a data source for the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2012
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetIframeDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetIframeDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetIframeDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 2051
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 2044
      },
      "name": "DashboardWidgetIframeDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2085
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2078
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2055
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetIframeDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetIframeDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetImageDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetImageDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 2089
      },
      "name": "DashboardWidgetImageDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#url Dashboard#url}",
            "stability": "stable",
            "summary": "The URL to use as a data source for the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2125
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#has_background Dashboard#has_background}",
            "stability": "stable",
            "summary": "Whether to display a background or not. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2095
          },
          "name": "hasBackground",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#has_border Dashboard#has_border}",
            "stability": "stable",
            "summary": "Whether to display a border or not. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2101
          },
          "name": "hasBorder",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#horizontal_align Dashboard#horizontal_align}",
            "stability": "stable",
            "summary": "The horizontal alignment for the widget. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2107
          },
          "name": "horizontalAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Note: `small` and `large` values are deprecated. Valid values are `sm`, `md`, `lg`, `small`, `large`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#margin Dashboard#margin}",
            "stability": "stable",
            "summary": "The margins to use around the image."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2113
          },
          "name": "margin",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "The values are based on the image `object-fit` CSS properties. Note: `zoom`, `fit` and `center` values are deprecated. Valid values are `fill`, `contain`, `cover`, `none`, `scale-down`, `zoom`, `fit`, `center`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sizing Dashboard#sizing}",
            "stability": "stable",
            "summary": "The preferred method to adapt the dimensions of the image."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2119
          },
          "name": "sizing",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#url_dark_theme Dashboard#url_dark_theme}",
            "stability": "stable",
            "summary": "The URL in dark mode to use as a data source for the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2131
          },
          "name": "urlDarkTheme",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#vertical_align Dashboard#vertical_align}",
            "stability": "stable",
            "summary": "The vertical alignment for the widget. Valid values are `center`, `top`, `bottom`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2137
          },
          "name": "verticalAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetImageDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetImageDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetImageDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 2225
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 2218
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2300
          },
          "name": "resetHasBackground"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2316
          },
          "name": "resetHasBorder"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2332
          },
          "name": "resetHorizontalAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2348
          },
          "name": "resetMargin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2364
          },
          "name": "resetSizing"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2393
          },
          "name": "resetUrlDarkTheme"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2409
          },
          "name": "resetVerticalAlign"
        }
      ],
      "name": "DashboardWidgetImageDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2304
          },
          "name": "hasBackgroundInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2320
          },
          "name": "hasBorderInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2336
          },
          "name": "horizontalAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2352
          },
          "name": "marginInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2368
          },
          "name": "sizingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2397
          },
          "name": "urlDarkThemeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2381
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2413
          },
          "name": "verticalAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2294
          },
          "name": "hasBackground",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2310
          },
          "name": "hasBorder",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2326
          },
          "name": "horizontalAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2342
          },
          "name": "margin",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2358
          },
          "name": "sizing",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2374
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2387
          },
          "name": "urlDarkTheme",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2403
          },
          "name": "verticalAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2229
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetImageDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetImageDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 14306
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 14298
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14313
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14299
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidget"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 3377
      },
      "name": "DashboardWidgetListStreamDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3401
          },
          "name": "request",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3383
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3389
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title. Default is 16."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3395
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetListStreamDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 3461
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 3454
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3557
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3512
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3528
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3544
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetListStreamDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3554
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3561
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3532
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3516
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3548
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3506
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3522
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3538
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3465
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetListStreamDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 3163
      },
      "name": "DashboardWidgetListStreamDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#columns Dashboard#columns}",
            "stability": "stable",
            "summary": "columns block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3181
          },
          "name": "columns",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3187
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#response_format Dashboard#response_format}",
            "stability": "stable",
            "summary": "Widget response format. Valid values are `event_list`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3175
          },
          "name": "responseFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3169
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetListStreamDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestColumns": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestColumns",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 2417
      },
      "name": "DashboardWidgetListStreamDefinitionRequestColumns",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#field Dashboard#field}",
            "stability": "stable",
            "summary": "Widget column field."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2423
          },
          "name": "field",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#width Dashboard#width}",
            "stability": "stable",
            "summary": "Widget column width. Valid values are `auto`, `compact`, `full`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2429
          },
          "name": "width",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetListStreamDefinitionRequestColumns"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestColumnsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestColumnsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 2559
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 2551
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2566
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestColumnsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetListStreamDefinitionRequestColumnsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2552
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetListStreamDefinitionRequestColumnsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestColumnsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestColumnsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 2478
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 2468
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2526
          },
          "name": "resetField"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2542
          },
          "name": "resetWidth"
        }
      ],
      "name": "DashboardWidgetListStreamDefinitionRequestColumnsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2530
          },
          "name": "fieldInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2546
          },
          "name": "widthInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2520
          },
          "name": "field",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2536
          },
          "name": "width",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2482
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestColumns"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetListStreamDefinitionRequestColumnsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 3366
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 3358
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3373
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetListStreamDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3359
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetListStreamDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 3250
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 3240
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3336
          },
          "name": "putColumns",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestColumns"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3349
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3310
          },
          "name": "resetDescription"
        }
      ],
      "name": "DashboardWidgetListStreamDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3333
          },
          "name": "columns",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestColumnsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3346
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3340
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3314
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3353
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3327
          },
          "name": "responseFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3304
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3320
          },
          "name": "responseFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3254
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetListStreamDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 2835
      },
      "name": "DashboardWidgetListStreamDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs_stream`, `audit_stream`, `ci_pipeline_stream`, `ci_test_stream`, `rum_issue_stream`, `apm_issue_stream`, `trace_stream`, `logs_issue_stream`, `logs_pattern_stream`, `logs_transaction_stream`, `event_stream`, `rum_stream`, `llm_observability_stream`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "Source from which to query items to display in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2847
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#clustering_pattern_field_path Dashboard#clustering_pattern_field_path}",
            "stability": "stable",
            "summary": "Specifies the field for logs pattern clustering. Can only be used with `logs_pattern_stream`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2841
          },
          "name": "clusteringPatternFieldPath",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_size Dashboard#event_size}",
            "stability": "stable",
            "summary": "Size of events displayed in widget. Required if `data_source` is `event_stream`. Valid values are `s`, `l`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2853
          },
          "name": "eventSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2877
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "List of indexes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2859
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query_string Dashboard#query_string}",
            "stability": "stable",
            "summary": "Widget query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2865
          },
          "name": "queryString",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2883
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQuerySort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2871
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetListStreamDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 2570
      },
      "name": "DashboardWidgetListStreamDefinitionRequestQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "Facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2576
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetListStreamDefinitionRequestQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 2674
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 2666
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2681
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetListStreamDefinitionRequestQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2667
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetListStreamDefinitionRequestQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 2618
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 2608
      },
      "name": "DashboardWidgetListStreamDefinitionRequestQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2661
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2654
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2622
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetListStreamDefinitionRequestQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 2971
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 2964
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3136
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3152
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQuerySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3046
          },
          "name": "resetClusteringPatternFieldPath"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3075
          },
          "name": "resetEventSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3139
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3091
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3107
          },
          "name": "resetQueryString"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3155
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3123
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetListStreamDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3133
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3149
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQuerySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3050
          },
          "name": "clusteringPatternFieldPathInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3063
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3079
          },
          "name": "eventSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3143
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3095
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3111
          },
          "name": "queryStringInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3159
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQuerySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3127
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3040
          },
          "name": "clusteringPatternFieldPath",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3056
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3069
          },
          "name": "eventSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3085
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3101
          },
          "name": "queryString",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3117
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2975
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetListStreamDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQuerySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQuerySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 2685
      },
      "name": "DashboardWidgetListStreamDefinitionRequestQuerySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#column Dashboard#column}",
            "stability": "stable",
            "summary": "The facet path for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2691
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2703
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2697
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetListStreamDefinitionRequestQuerySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQuerySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQuerySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 2756
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 2749
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2814
          },
          "name": "resetDescription"
        }
      ],
      "name": "DashboardWidgetListStreamDefinitionRequestQuerySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2802
          },
          "name": "columnInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2818
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2831
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2795
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2808
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2824
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 2760
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionRequestQuerySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetListStreamDefinitionRequestQuerySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetLogStreamDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetLogStreamDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 3715
      },
      "name": "DashboardWidgetLogStreamDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#columns Dashboard#columns}",
            "stability": "stable",
            "summary": "Stringified list of columns to use, for example: `[\"column1\",\"column2\",\"column3\"]`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3721
          },
          "name": "columns",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3727
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3733
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3739
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#message_display Dashboard#message_display}",
            "stability": "stable",
            "summary": "The number of log lines to display. Valid values are `inline`, `expanded-md`, `expanded-lg`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3745
          },
          "name": "messageDisplay",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3751
          },
          "name": "query",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_date_column Dashboard#show_date_column}",
            "stability": "stable",
            "summary": "If the date column should be displayed."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3757
          },
          "name": "showDateColumn",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_message_column Dashboard#show_message_column}",
            "stability": "stable",
            "summary": "If the message column should be displayed."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3763
          },
          "name": "showMessageColumn",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3787
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetLogStreamDefinitionSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3769
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3775
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3781
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetLogStreamDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetLogStreamDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetLogStreamDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 3903
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 3896
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4175
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetLogStreamDefinitionSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4002
          },
          "name": "resetColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4018
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4034
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4050
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4066
          },
          "name": "resetMessageDisplay"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4082
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4098
          },
          "name": "resetShowDateColumn"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4114
          },
          "name": "resetShowMessageColumn"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4178
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4130
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4146
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4162
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetLogStreamDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4172
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetLogStreamDefinitionSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4006
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4022
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4038
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4054
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4070
          },
          "name": "messageDisplayInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4086
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4102
          },
          "name": "showDateColumnInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4118
          },
          "name": "showMessageColumnInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4182
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetLogStreamDefinitionSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4150
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4134
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4166
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3996
          },
          "name": "columns",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4012
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4028
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4044
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4060
          },
          "name": "messageDisplay",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4076
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4092
          },
          "name": "showDateColumn",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4108
          },
          "name": "showMessageColumn",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4124
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4140
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4156
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3907
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetLogStreamDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetLogStreamDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetLogStreamDefinitionSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetLogStreamDefinitionSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 3565
      },
      "name": "DashboardWidgetLogStreamDefinitionSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#column Dashboard#column}",
            "stability": "stable",
            "summary": "The facet path for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3571
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3583
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3577
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetLogStreamDefinitionSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetLogStreamDefinitionSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetLogStreamDefinitionSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 3636
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 3629
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3694
          },
          "name": "resetDescription"
        }
      ],
      "name": "DashboardWidgetLogStreamDefinitionSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3682
          },
          "name": "columnInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3698
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3711
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3675
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3688
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3704
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 3640
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetLogStreamDefinitionSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetLogStreamDefinitionSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetManageStatusDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetManageStatusDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 4186
      },
      "name": "DashboardWidgetManageStatusDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4210
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#color_preference Dashboard#color_preference}",
            "stability": "stable",
            "summary": "Whether to colorize text or background. Valid values are `background`, `text`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4192
          },
          "name": "colorPreference",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#display_format Dashboard#display_format}",
            "stability": "stable",
            "summary": "The display setting to use. Valid values are `counts`, `countsAndList`, `list`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4198
          },
          "name": "displayFormat",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_zero_counts Dashboard#hide_zero_counts}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to hide empty categories."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4204
          },
          "name": "hideZeroCounts",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_last_triggered Dashboard#show_last_triggered}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to show when monitors/groups last triggered."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4216
          },
          "name": "showLastTriggered",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_priority Dashboard#show_priority}",
            "stability": "stable",
            "summary": "Whether to show the priorities column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4222
          },
          "name": "showPriority",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `name`, `group`, `status`, `tags`, `triggered`, `group,asc`, `group,desc`, `name,asc`, `name,desc`, `status,asc`, `status,desc`, `tags,asc`, `tags,desc`, `triggered,asc`, `triggered,desc`, `priority,asc`, `priority,desc`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The method to sort the monitors."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4228
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#summary_type Dashboard#summary_type}",
            "stability": "stable",
            "summary": "The summary type to use. Valid values are `monitors`, `groups`, `combined`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4234
          },
          "name": "summaryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4240
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4246
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4252
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetManageStatusDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetManageStatusDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetManageStatusDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 4361
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 4354
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4454
          },
          "name": "resetColorPreference"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4470
          },
          "name": "resetDisplayFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4486
          },
          "name": "resetHideZeroCounts"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4515
          },
          "name": "resetShowLastTriggered"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4531
          },
          "name": "resetShowPriority"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4547
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4563
          },
          "name": "resetSummaryType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4579
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4595
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4611
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetManageStatusDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4458
          },
          "name": "colorPreferenceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4474
          },
          "name": "displayFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4490
          },
          "name": "hideZeroCountsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4503
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4519
          },
          "name": "showLastTriggeredInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4535
          },
          "name": "showPriorityInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4551
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4567
          },
          "name": "summaryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4599
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4583
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4615
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4448
          },
          "name": "colorPreference",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4464
          },
          "name": "displayFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4480
          },
          "name": "hideZeroCounts",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4496
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4509
          },
          "name": "showLastTriggered",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4525
          },
          "name": "showPriority",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4541
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4557
          },
          "name": "summaryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4573
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4589
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4605
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4365
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetManageStatusDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetManageStatusDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetNoteDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetNoteDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 4619
      },
      "name": "DashboardWidgetNoteDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#content Dashboard#content}",
            "stability": "stable",
            "summary": "The content of the note."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4631
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#background_color Dashboard#background_color}",
            "stability": "stable",
            "summary": "The background color of the note."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4625
          },
          "name": "backgroundColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4637
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#font_size Dashboard#font_size}",
            "stability": "stable",
            "summary": "The size of the text."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4643
          },
          "name": "fontSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#has_padding Dashboard#has_padding}",
            "stability": "stable",
            "summary": "Whether to add padding or not. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4649
          },
          "name": "hasPadding",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_tick Dashboard#show_tick}",
            "stability": "stable",
            "summary": "Whether to show a tick or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4655
          },
          "name": "showTick",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_align Dashboard#text_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's text. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4661
          },
          "name": "textAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `bottom`, `left`, `right`, `top`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tick_edge Dashboard#tick_edge}",
            "stability": "stable",
            "summary": "When `tick = true`, a string indicating on which side of the widget the tick should be displayed."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4667
          },
          "name": "tickEdge",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tick_pos Dashboard#tick_pos}",
            "stability": "stable",
            "summary": "When `tick = true`, a string with a percent sign indicating the position of the tick, for example: `tick_pos = \"50%\"` is centered alignment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4673
          },
          "name": "tickPos",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#vertical_align Dashboard#vertical_align}",
            "stability": "stable",
            "summary": "The vertical alignment for the widget. Valid values are `center`, `top`, `bottom`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4679
          },
          "name": "verticalAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetNoteDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetNoteDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetNoteDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 4781
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 4774
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4868
          },
          "name": "resetBackgroundColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4897
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4913
          },
          "name": "resetFontSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4929
          },
          "name": "resetHasPadding"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4945
          },
          "name": "resetShowTick"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4961
          },
          "name": "resetTextAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4977
          },
          "name": "resetTickEdge"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4993
          },
          "name": "resetTickPos"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5009
          },
          "name": "resetVerticalAlign"
        }
      ],
      "name": "DashboardWidgetNoteDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4872
          },
          "name": "backgroundColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4885
          },
          "name": "contentInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4901
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4917
          },
          "name": "fontSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4933
          },
          "name": "hasPaddingInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4949
          },
          "name": "showTickInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4965
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4981
          },
          "name": "tickEdgeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4997
          },
          "name": "tickPosInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5013
          },
          "name": "verticalAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4862
          },
          "name": "backgroundColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4878
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4891
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4907
          },
          "name": "fontSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4923
          },
          "name": "hasPadding",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4939
          },
          "name": "showTick",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4955
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4971
          },
          "name": "tickEdge",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4987
          },
          "name": "tickPos",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5003
          },
          "name": "verticalAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 4785
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetNoteDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetNoteDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 13516
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 13506
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13758
          },
          "name": "putAlertGraphDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetAlertGraphDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13774
          },
          "name": "putAlertValueDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetAlertValueDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13790
          },
          "name": "putChangeDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13806
          },
          "name": "putCheckStatusDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetCheckStatusDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13822
          },
          "name": "putDistributionDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13838
          },
          "name": "putEventStreamDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetEventStreamDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13854
          },
          "name": "putEventTimelineDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetEventTimelineDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13870
          },
          "name": "putFreeTextDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetFreeTextDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13886
          },
          "name": "putGeomapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13902
          },
          "name": "putGroupDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13918
          },
          "name": "putHeatmapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13934
          },
          "name": "putHostmapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13950
          },
          "name": "putIframeDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetIframeDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13966
          },
          "name": "putImageDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetImageDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13982
          },
          "name": "putListStreamDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13998
          },
          "name": "putLogStreamDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetLogStreamDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14014
          },
          "name": "putManageStatusDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetManageStatusDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14030
          },
          "name": "putNoteDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetNoteDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14046
          },
          "name": "putPowerpackDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14062
          },
          "name": "putQueryTableDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14078
          },
          "name": "putQueryValueDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14094
          },
          "name": "putRunWorkflowDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14110
          },
          "name": "putScatterplotDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14126
          },
          "name": "putServiceLevelObjectiveDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetServiceLevelObjectiveDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14142
          },
          "name": "putServicemapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetServicemapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14158
          },
          "name": "putSloListDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSloListDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14174
          },
          "name": "putSplitGraphDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14190
          },
          "name": "putSunburstDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14206
          },
          "name": "putTimeseriesDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14222
          },
          "name": "putToplistDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14238
          },
          "name": "putTopologyMapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14254
          },
          "name": "putTraceServiceDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTraceServiceDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14270
          },
          "name": "putTreemapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14286
          },
          "name": "putWidgetLayout",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetWidgetLayout"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13761
          },
          "name": "resetAlertGraphDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13777
          },
          "name": "resetAlertValueDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13793
          },
          "name": "resetChangeDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13809
          },
          "name": "resetCheckStatusDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13825
          },
          "name": "resetDistributionDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13841
          },
          "name": "resetEventStreamDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13857
          },
          "name": "resetEventTimelineDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13873
          },
          "name": "resetFreeTextDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13889
          },
          "name": "resetGeomapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13905
          },
          "name": "resetGroupDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13921
          },
          "name": "resetHeatmapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13937
          },
          "name": "resetHostmapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13953
          },
          "name": "resetIframeDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13969
          },
          "name": "resetImageDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13985
          },
          "name": "resetListStreamDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14001
          },
          "name": "resetLogStreamDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14017
          },
          "name": "resetManageStatusDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14033
          },
          "name": "resetNoteDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14049
          },
          "name": "resetPowerpackDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14065
          },
          "name": "resetQueryTableDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14081
          },
          "name": "resetQueryValueDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14097
          },
          "name": "resetRunWorkflowDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14113
          },
          "name": "resetScatterplotDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14129
          },
          "name": "resetServiceLevelObjectiveDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14145
          },
          "name": "resetServicemapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14161
          },
          "name": "resetSloListDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14177
          },
          "name": "resetSplitGraphDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14193
          },
          "name": "resetSunburstDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14209
          },
          "name": "resetTimeseriesDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14225
          },
          "name": "resetToplistDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14241
          },
          "name": "resetTopologyMapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14257
          },
          "name": "resetTraceServiceDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14273
          },
          "name": "resetTreemapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14289
          },
          "name": "resetWidgetLayout"
        }
      ],
      "name": "DashboardWidgetOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13755
          },
          "name": "alertGraphDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetAlertGraphDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13771
          },
          "name": "alertValueDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetAlertValueDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13787
          },
          "name": "changeDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13803
          },
          "name": "checkStatusDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetCheckStatusDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13819
          },
          "name": "distributionDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13835
          },
          "name": "eventStreamDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetEventStreamDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13851
          },
          "name": "eventTimelineDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetEventTimelineDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13867
          },
          "name": "freeTextDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetFreeTextDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13883
          },
          "name": "geomapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13899
          },
          "name": "groupDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13915
          },
          "name": "heatmapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13931
          },
          "name": "hostmapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13749
          },
          "name": "id",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13947
          },
          "name": "iframeDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetIframeDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13963
          },
          "name": "imageDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetImageDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13979
          },
          "name": "listStreamDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13995
          },
          "name": "logStreamDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetLogStreamDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14011
          },
          "name": "manageStatusDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetManageStatusDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14027
          },
          "name": "noteDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetNoteDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14043
          },
          "name": "powerpackDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14059
          },
          "name": "queryTableDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14075
          },
          "name": "queryValueDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14091
          },
          "name": "runWorkflowDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14107
          },
          "name": "scatterplotDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14123
          },
          "name": "serviceLevelObjectiveDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetServiceLevelObjectiveDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14139
          },
          "name": "servicemapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetServicemapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14155
          },
          "name": "sloListDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSloListDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14171
          },
          "name": "splitGraphDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14187
          },
          "name": "sunburstDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14203
          },
          "name": "timeseriesDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14219
          },
          "name": "toplistDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14235
          },
          "name": "topologyMapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14251
          },
          "name": "traceServiceDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTraceServiceDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14267
          },
          "name": "treemapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14283
          },
          "name": "widgetLayout",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetWidgetLayoutOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13765
          },
          "name": "alertGraphDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetAlertGraphDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13781
          },
          "name": "alertValueDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetAlertValueDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13797
          },
          "name": "changeDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetChangeDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13813
          },
          "name": "checkStatusDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetCheckStatusDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13829
          },
          "name": "distributionDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetDistributionDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13845
          },
          "name": "eventStreamDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetEventStreamDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13861
          },
          "name": "eventTimelineDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetEventTimelineDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13877
          },
          "name": "freeTextDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetFreeTextDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13893
          },
          "name": "geomapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGeomapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13909
          },
          "name": "groupDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetGroupDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13925
          },
          "name": "heatmapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHeatmapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13941
          },
          "name": "hostmapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetHostmapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13957
          },
          "name": "iframeDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetIframeDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13973
          },
          "name": "imageDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetImageDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13989
          },
          "name": "listStreamDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetListStreamDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14005
          },
          "name": "logStreamDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetLogStreamDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14021
          },
          "name": "manageStatusDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetManageStatusDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14037
          },
          "name": "noteDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetNoteDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14053
          },
          "name": "powerpackDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14069
          },
          "name": "queryTableDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14085
          },
          "name": "queryValueDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14101
          },
          "name": "runWorkflowDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14117
          },
          "name": "scatterplotDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14133
          },
          "name": "serviceLevelObjectiveDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetServiceLevelObjectiveDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14149
          },
          "name": "servicemapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetServicemapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14165
          },
          "name": "sloListDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSloListDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14181
          },
          "name": "splitGraphDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14197
          },
          "name": "sunburstDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14213
          },
          "name": "timeseriesDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14229
          },
          "name": "toplistDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14245
          },
          "name": "topologyMapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14261
          },
          "name": "traceServiceDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTraceServiceDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14277
          },
          "name": "treemapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 14293
          },
          "name": "widgetLayoutInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetWidgetLayout"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13520
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidget"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 5502
      },
      "name": "DashboardWidgetPowerpackDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#powerpack_id Dashboard#powerpack_id}",
            "stability": "stable",
            "summary": "UUID of the associated powerpack."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5526
          },
          "name": "powerpackId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#background_color Dashboard#background_color}",
            "stability": "stable",
            "summary": "The background color of the powerpack title."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5508
          },
          "name": "backgroundColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#banner_img Dashboard#banner_img}",
            "stability": "stable",
            "summary": "URL of image to display as a banner for the powerpack."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5514
          },
          "name": "bannerImg",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5520
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_title Dashboard#show_title}",
            "stability": "stable",
            "summary": "Whether to show the title of the powerpack."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5532
          },
          "name": "showTitle",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#template_variables Dashboard#template_variables}",
            "stability": "stable",
            "summary": "template_variables block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5544
          },
          "name": "templateVariables",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariables"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "Title of the powerpack."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5538
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetPowerpackDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 5625
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 5618
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5784
          },
          "name": "putTemplateVariables",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariables"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5694
          },
          "name": "resetBackgroundColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5710
          },
          "name": "resetBannerImg"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5726
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5755
          },
          "name": "resetShowTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5787
          },
          "name": "resetTemplateVariables"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5771
          },
          "name": "resetTitle"
        }
      ],
      "name": "DashboardWidgetPowerpackDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5781
          },
          "name": "templateVariables",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5698
          },
          "name": "backgroundColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5714
          },
          "name": "bannerImgInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5730
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5743
          },
          "name": "powerpackIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5759
          },
          "name": "showTitleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5791
          },
          "name": "templateVariablesInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariables"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5775
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5688
          },
          "name": "backgroundColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5704
          },
          "name": "bannerImg",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5720
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5736
          },
          "name": "powerpackId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5749
          },
          "name": "showTitle",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5765
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5629
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetPowerpackDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariables": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariables",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 5381
      },
      "name": "DashboardWidgetPowerpackDefinitionTemplateVariables",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#controlled_by_powerpack Dashboard#controlled_by_powerpack}",
            "stability": "stable",
            "summary": "controlled_by_powerpack block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5387
          },
          "name": "controlledByPowerpack",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#controlled_externally Dashboard#controlled_externally}",
            "stability": "stable",
            "summary": "controlled_externally block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5393
          },
          "name": "controlledExternally",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternally"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetPowerpackDefinitionTemplateVariables"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 5017
      },
      "name": "DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5023
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#values Dashboard#values}",
            "stability": "stable",
            "summary": "One or many template variable values within the saved view, which will be unioned together using `OR` if more than one is specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5035
          },
          "name": "values",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#prefix Dashboard#prefix}",
            "stability": "stable",
            "summary": "The tag prefix associated with the variable. Only tags with this prefix appear in the variable dropdown."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5029
          },
          "name": "prefix",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 5188
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 5180
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5195
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5181
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 5091
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 5081
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5158
          },
          "name": "resetPrefix"
        }
      ],
      "name": "DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5146
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5162
          },
          "name": "prefixInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5175
          },
          "name": "valuesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5139
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5152
          },
          "name": "prefix",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5168
          },
          "name": "values",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5095
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternally": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternally",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 5199
      },
      "name": "DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternally",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5205
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#values Dashboard#values}",
            "stability": "stable",
            "summary": "One or many template variable values within the saved view, which will be unioned together using `OR` if more than one is specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5217
          },
          "name": "values",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#prefix Dashboard#prefix}",
            "stability": "stable",
            "summary": "The tag prefix associated with the variable. Only tags with this prefix appear in the variable dropdown."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5211
          },
          "name": "prefix",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternally"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternallyList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternallyList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 5370
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 5362
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5377
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternallyOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternallyList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5363
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternally"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternallyList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternallyOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternallyOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 5273
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 5263
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5340
          },
          "name": "resetPrefix"
        }
      ],
      "name": "DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternallyOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5328
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5344
          },
          "name": "prefixInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5357
          },
          "name": "valuesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5321
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5334
          },
          "name": "prefix",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5350
          },
          "name": "values",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5277
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternally"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternallyOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 5439
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 5432
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5475
          },
          "name": "putControlledByPowerpack",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5491
          },
          "name": "putControlledExternally",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternally"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5478
          },
          "name": "resetControlledByPowerpack"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5494
          },
          "name": "resetControlledExternally"
        }
      ],
      "name": "DashboardWidgetPowerpackDefinitionTemplateVariablesOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5472
          },
          "name": "controlledByPowerpack",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5488
          },
          "name": "controlledExternally",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternallyList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5482
          },
          "name": "controlledByPowerpackInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5498
          },
          "name": "controlledExternallyInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariablesControlledExternally"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5443
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetPowerpackDefinitionTemplateVariables"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetPowerpackDefinitionTemplateVariablesOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 17225
      },
      "name": "DashboardWidgetQueryTableDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17273
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17231
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#has_search_bar Dashboard#has_search_bar}",
            "stability": "stable",
            "summary": "Controls the display of the search bar. Valid values are `always`, `never`, `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17237
          },
          "name": "hasSearchBar",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17243
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17249
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17279
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17255
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17261
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17267
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 5795
      },
      "name": "DashboardWidgetQueryTableDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5801
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5807
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5813
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5819
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 6007
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 5999
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6014
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6000
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 5882
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 5872
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5942
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5958
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5974
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5990
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5946
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5962
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5978
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5994
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5936
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5952
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5968
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5984
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 5886
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 17374
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 17367
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17564
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17580
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17567
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17455
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17471
          },
          "name": "resetHasSearchBar"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17487
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17503
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17583
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17519
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17535
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17551
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17561
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17577
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17571
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17459
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17475
          },
          "name": "hasSearchBarInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17491
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17507
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17587
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17539
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17523
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17555
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17449
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17465
          },
          "name": "hasSearchBar",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17481
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17497
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17513
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17529
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17545
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17378
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 16582
      },
      "name": "DashboardWidgetQueryTableDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregator to use for time aggregation. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16588
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "The alias for the column name (defaults to metric name)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16594
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16624
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_stats_query Dashboard#apm_stats_query}",
            "stability": "stable",
            "summary": "apm_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16630
          },
          "name": "apmStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16600
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16636
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16642
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of lines to show in the table."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16606
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16648
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The sort order for the rows. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16612
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16654
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16618
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16660
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16666
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16672
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_formats Dashboard#text_formats}",
            "stability": "stable",
            "summary": "text_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16678
          },
          "name": "textFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 6694
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6700
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6712
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6718
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6724
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6706
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 6018
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6024
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6030
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6036
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 6089
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 6082
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6147
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6163
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6135
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6151
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6167
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6128
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6141
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6157
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6093
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 6321
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6327
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6333
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6339
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 6498
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 6490
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6505
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6491
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 6395
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 6385
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6478
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6449
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6465
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6481
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6475
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6453
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6469
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6485
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6443
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6459
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6399
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 6171
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6177
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6189
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6183
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 6242
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 6235
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6300
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6288
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6304
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6317
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6281
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6294
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6310
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6246
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 6509
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6515
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6521
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6527
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 6683
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 6675
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6690
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6676
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 6583
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 6573
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6650
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6666
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6638
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6654
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6670
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6631
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6644
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6660
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6587
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 6791
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 6784
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6874
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6890
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6906
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6877
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6893
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6909
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6861
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6871
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6887
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6903
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6881
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6897
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6849
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6913
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6865
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6842
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6855
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6795
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 7137
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestApmStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "The environment name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7143
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The operation name associated with the service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7149
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag Dashboard#primary_tag}",
            "stability": "stable",
            "summary": "The organization's host group name and value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7155
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#row_type Dashboard#row_type}",
            "stability": "stable",
            "summary": "The level of detail for the request. Valid values are `service`, `resource`, `span`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7167
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "The service name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7173
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#columns Dashboard#columns}",
            "stability": "stable",
            "summary": "columns block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7179
          },
          "name": "columns",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource Dashboard#resource}",
            "stability": "stable",
            "summary": "The resource name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7161
          },
          "name": "resource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestApmStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumns": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumns",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 6917
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumns",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The column name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6935
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "A user-assigned alias for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6923
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6929
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 6941
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 7126
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 7118
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7133
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7119
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 7004
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 6994
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7064
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7080
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7109
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7068
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7084
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7097
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7113
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7058
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7074
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7090
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7103
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7008
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 7260
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 7253
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7407
          },
          "name": "putColumns",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7410
          },
          "name": "resetColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7368
          },
          "name": "resetResource"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7404
          },
          "name": "columns",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7414
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7330
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7343
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7356
          },
          "name": "primaryTagInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7372
          },
          "name": "resourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7385
          },
          "name": "rowTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7398
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7323
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7336
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7349
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7362
          },
          "name": "resource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7378
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7391
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7264
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 7418
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7424
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7460
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7472
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7430
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7436
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7442
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7448
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7454
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7466
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 7796
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 7788
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7803
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7789
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 7570
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 7560
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7673
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7689
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7705
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7721
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7737
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7766
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7661
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7677
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7693
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7709
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7725
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7741
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7754
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7770
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7783
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7654
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7667
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7683
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7699
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7715
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7731
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7747
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7760
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7776
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7574
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 9080
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9098
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9086
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9092
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode_options Dashboard#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9104
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9110
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9116
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#number_format Dashboard#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9122
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9128
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 7807
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#trend_type Dashboard#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7813
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#y_scale Dashboard#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared`, `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7819
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 7865
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 7858
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7904
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7920
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7908
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7924
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7898
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7914
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7869
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 7928
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7934
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7970
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7982
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7940
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7946
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7952
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7958
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7964
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 7976
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 8306
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 8298
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8313
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8299
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 8080
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 8070
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8183
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8199
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8215
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8231
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8247
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8276
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8171
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8187
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8203
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8219
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8235
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8251
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8264
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8280
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8293
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8164
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8177
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8193
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8209
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8225
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8241
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8257
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8270
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8286
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8084
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 8317
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestFormulaLimit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8323
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8329
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 8375
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 8368
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8414
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8430
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8418
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8434
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8408
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8424
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8379
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 9429
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 9421
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9436
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9422
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 8841
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8847
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8853
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 8899
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 8892
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8935
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8948
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8951
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8932
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8945
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8939
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8955
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8903
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 8639
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#canonical Dashboard#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8645
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom Dashboard#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8651
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 8438
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8450
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8444
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 8496
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 8489
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8535
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8539
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8552
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8529
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8545
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8500
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 8556
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8562
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 8601
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 8594
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8635
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8628
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8605
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 8697
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 8690
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8733
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8749
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8736
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8752
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8730
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8746
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8740
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8756
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8701
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 8760
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8764
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 8803
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 8796
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8837
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8830
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8807
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 9219
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 9209
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9345
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9361
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9377
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9393
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9409
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9303
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9319
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9348
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9364
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9380
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9396
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9412
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9342
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9358
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9374
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9390
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9406
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9307
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9323
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9352
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9368
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9336
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9384
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9400
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9416
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9297
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9313
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9329
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9223
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 8959
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestFormulaStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8965
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_index Dashboard#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 8971
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 9017
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 9010
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9056
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9072
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9076
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9060
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9050
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9066
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9021
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 17214
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 17206
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17221
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17207
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 10116
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10122
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10134
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10140
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10146
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10128
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 9440
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9446
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9452
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9458
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 9511
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 9504
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9569
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9585
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9557
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9573
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9589
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9550
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9563
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9579
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9515
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 9743
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9749
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9755
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9761
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 9920
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 9912
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9927
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9913
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 9817
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 9807
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9900
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9871
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9887
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9903
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9897
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9875
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9891
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9907
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9865
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9881
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9821
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 9593
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9599
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9611
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9605
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 9664
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 9657
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9722
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9710
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9726
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9739
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9703
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9716
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9732
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9668
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 9931
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9937
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9943
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 9949
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 10105
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 10097
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10112
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10098
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 10005
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 9995
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10072
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10088
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10060
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10076
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10092
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10053
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10066
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10082
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10009
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 10213
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 10206
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10296
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10312
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10328
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10299
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10315
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10331
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10283
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10293
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10309
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10325
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10303
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10319
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10271
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10335
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10287
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10264
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10277
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10217
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 16825
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 16815
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17050
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17066
          },
          "name": "putApmStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17082
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17098
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17114
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17130
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17146
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17162
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17178
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17194
          },
          "name": "putTextFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16957
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16973
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17053
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17069
          },
          "name": "resetApmStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16989
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17085
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17101
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17005
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17117
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17021
          },
          "name": "resetOrder"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17133
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17037
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17149
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17165
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17181
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17197
          },
          "name": "resetTextFormats"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17047
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17063
          },
          "name": "apmStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17079
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17095
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17111
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17127
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17143
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17159
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17175
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17191
          },
          "name": "textFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16961
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16977
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17057
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17073
          },
          "name": "apmStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestApmStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16993
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17089
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17105
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17009
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17121
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17025
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17137
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17041
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17153
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17169
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17185
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17201
          },
          "name": "textFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16951
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16967
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16983
          },
          "name": "cellDisplayMode",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16999
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17015
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17031
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16829
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 10339
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10357
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10345
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10351
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10363
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 10423
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 10416
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10474
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10490
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10519
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10478
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10494
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10507
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10523
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10468
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10484
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10500
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10513
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10427
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 13818
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13824
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13830
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13836
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13842
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13848
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13854
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13860
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 10527
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10539
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10545
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10557
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10563
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10581
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10587
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10593
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10533
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10551
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10569
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10575
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 10702
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 10695
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10795
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10837
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10879
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10895
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10799
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10812
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10825
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10841
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10854
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10867
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10883
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10899
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10912
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10925
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10938
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10789
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10805
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10818
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10831
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10847
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10860
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10873
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10889
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10905
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10918
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10931
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10706
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 10942
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10954
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10960
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10972
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11002
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11008
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10948
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10966
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10978
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10984
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10990
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 10996
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 11117
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 11110
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11210
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11252
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11281
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11297
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11313
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11329
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11214
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11227
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11240
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11256
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11269
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11285
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11301
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11317
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11333
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11346
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11359
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11204
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11220
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11233
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11246
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11262
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11275
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11291
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11307
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11323
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11339
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11352
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11121
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 11363
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11381
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11387
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11393
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11369
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11375
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 11460
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 11453
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11517
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11533
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11521
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11537
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11550
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11563
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11576
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11511
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11527
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11543
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11556
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11569
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11464
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 12492
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12528
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12504
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12516
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12498
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12534
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12540
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12510
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12546
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12522
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 11580
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11586
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11592
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11598
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 11754
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 11746
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11761
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11747
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 11654
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 11644
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11721
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11737
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11709
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11725
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11741
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11702
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11715
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11731
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11658
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 11918
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11924
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11930
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11936
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 12256
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12262
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12268
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12274
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 12327
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 12320
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12398
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12385
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12401
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12395
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12373
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12389
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12405
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12366
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12379
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12331
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 12103
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12109
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12115
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12121
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 12174
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 12167
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12232
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12248
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12220
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12236
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12252
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12213
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12226
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12242
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12178
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 12092
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 12084
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12099
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12085
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 11992
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 11982
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12072
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12059
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12075
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12069
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12047
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12063
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12079
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12040
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12053
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11996
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 11765
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11771
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11777
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11783
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 11836
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 11829
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11894
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11910
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11882
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11898
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11914
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11875
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11888
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11904
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 11840
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 12641
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 12634
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12793
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12806
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12822
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12838
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12722
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12809
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12825
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12751
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12841
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12780
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12790
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12803
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12819
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12835
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12797
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12726
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12739
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12829
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12813
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12755
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12768
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12845
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12784
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12716
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12732
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12745
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12761
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12774
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12645
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 12409
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12415
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 12454
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 12447
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12488
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12481
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12458
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 14135
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 14127
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14142
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14128
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 12849
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12873
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12879
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12855
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12861
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12867
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12885
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 12959
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 12952
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13022
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13038
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13054
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13096
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13026
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13042
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13058
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13071
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13084
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13100
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13016
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13032
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13048
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13064
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13077
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13090
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 12963
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 13944
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 13934
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14019
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14035
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14051
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14067
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14083
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14099
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14115
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14022
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14038
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14054
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14070
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14086
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14102
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14118
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14016
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14032
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14048
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14064
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14080
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14096
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14112
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14026
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14042
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14058
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14074
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14090
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14106
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14122
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13948
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 13104
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13122
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13140
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13146
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13110
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13116
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13128
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13134
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13152
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13158
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13164
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 13266
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 13259
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13353
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13369
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13398
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13414
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13456
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13472
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13488
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13357
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13373
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13386
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13402
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13418
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13431
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13444
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13460
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13476
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13492
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13347
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13363
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13379
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13392
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13408
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13424
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13437
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13450
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13466
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13482
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13270
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 13496
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13514
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13526
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13538
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13502
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13508
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13520
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13532
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13544
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 13632
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 13625
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13707
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13723
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13752
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13781
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13810
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13711
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13727
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13740
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13756
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13769
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13785
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13798
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13814
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13701
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13717
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13733
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13746
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13762
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13775
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13791
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13804
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 13636
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 14822
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14828
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14840
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14846
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14852
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14834
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 14146
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14152
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14158
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14164
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 14217
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 14210
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14275
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14291
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14263
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14279
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14295
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14256
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14269
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14285
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14221
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 14449
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14455
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14461
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14467
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 14626
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 14618
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14633
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14619
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 14523
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 14513
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14606
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14577
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14593
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14609
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14603
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14581
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14597
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14613
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14571
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14587
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14527
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 14299
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14305
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14317
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14311
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 14370
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 14363
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14428
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14416
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14432
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14445
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14409
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14422
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14438
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14374
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 14637
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14643
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14649
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14655
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 14811
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 14803
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14818
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14804
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 14711
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 14701
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14778
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14794
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14766
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14782
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14798
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14759
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14772
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14788
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14715
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 14919
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 14912
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15002
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15018
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15034
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15005
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15021
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15037
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14989
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14999
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15015
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15031
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15009
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15025
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14977
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15041
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14993
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14970
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14983
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 14923
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 15721
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15727
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15739
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15745
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15751
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15733
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 15045
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15051
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15057
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15063
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 15116
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 15109
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15174
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15190
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15162
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15178
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15194
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15155
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15168
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15184
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15120
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 15348
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15354
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15360
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15366
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 15525
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 15517
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15532
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15518
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 15422
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 15412
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15505
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15476
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15492
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15508
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15502
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15480
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15496
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15512
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15470
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15486
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15426
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 15198
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15204
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15216
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15210
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 15269
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 15262
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15327
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15315
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15331
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15344
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15308
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15321
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15337
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15273
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 15536
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15542
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15548
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15554
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 15710
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 15702
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15717
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15703
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 15610
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 15600
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15677
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15693
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15665
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15681
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15697
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15658
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15671
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15687
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15614
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 15818
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 15811
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15901
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15917
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15933
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15904
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15920
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15936
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15888
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15898
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15914
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15930
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15908
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15924
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15876
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15940
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15892
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15869
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15882
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15822
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 16464
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestTextFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_format Dashboard#text_format}",
            "stability": "stable",
            "summary": "text_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16470
          },
          "name": "textFormat",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormat"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestTextFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 16571
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 16563
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16578
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestTextFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16564
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestTextFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 16512
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 16502
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16551
          },
          "name": "putTextFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormat"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16554
          },
          "name": "resetTextFormat"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestTextFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16548
          },
          "name": "textFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16558
          },
          "name": "textFormatInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormat"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16516
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestTextFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 16209
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#match Dashboard#match}",
            "stability": "stable",
            "summary": "match block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16233
          },
          "name": "match",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The custom color palette to apply to the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16215
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The custom color palette to apply to the foreground text."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16221
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply. Valid values are `white_on_red`, `white_on_yellow`, `white_on_green`, `black_on_light_red`, `black_on_light_yellow`, `black_on_light_green`, `red_on_white`, `yellow_on_white`, `green_on_white`, `custom_bg`, `custom_text`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16227
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#replace Dashboard#replace}",
            "stability": "stable",
            "summary": "replace block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16239
          },
          "name": "replace",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 16453
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 16445
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16460
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16446
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormat"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 15944
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#type Dashboard#type}",
            "stability": "stable",
            "summary": "Match or compare option. Valid values are `is`, `is_not`, `contains`, `does_not_contain`, `starts_with`, `ends_with`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15950
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "Table Widget Match String."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 15956
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 16002
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 15995
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16042
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16055
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16035
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16048
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16006
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 16309
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 16299
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16420
          },
          "name": "putMatch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16433
          },
          "name": "putReplace",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16375
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16391
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16407
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16436
          },
          "name": "resetReplace"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16417
          },
          "name": "match",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16430
          },
          "name": "replace",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16379
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16395
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16424
          },
          "name": "matchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16411
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16440
          },
          "name": "replaceInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16369
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16385
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16401
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16313
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormat"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 16059
      },
      "name": "DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#type Dashboard#type}",
            "stability": "stable",
            "summary": "Table widget text format replace all type."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16071
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#with Dashboard#with}",
            "stability": "stable",
            "summary": "Table Widget Match String."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16077
          },
          "name": "with",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#substring Dashboard#substring}",
            "stability": "stable",
            "summary": "Text that will be replaced. Must be used with type `substring`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16065
          },
          "name": "substring",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 16130
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 16123
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16175
          },
          "name": "resetSubstring"
        }
      ],
      "name": "DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16179
          },
          "name": "substringInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16192
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16205
          },
          "name": "withInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16169
          },
          "name": "substring",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16185
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16198
          },
          "name": "with",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 16134
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 3001
      },
      "name": "DashboardWidgetQueryValueDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#autoscale Dashboard#autoscale}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to automatically scale the tile."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3007
          },
          "name": "autoscale",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3067
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_unit Dashboard#custom_unit}",
            "stability": "stable",
            "summary": "The unit for the value displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3013
          },
          "name": "customUnit",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3019
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3025
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3031
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#precision Dashboard#precision}",
            "stability": "stable",
            "summary": "The precision to use when displaying the tile."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3037
          },
          "name": "precision",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3073
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_align Dashboard#text_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's text. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3043
          },
          "name": "textAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeseries_background Dashboard#timeseries_background}",
            "stability": "stable",
            "summary": "timeseries_background block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3079
          },
          "name": "timeseriesBackground",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionTimeseriesBackground"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3049
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3055
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3061
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetQueryValueDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 17591
      },
      "name": "DashboardWidgetQueryValueDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17597
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17603
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17609
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17615
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 17803
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 17795
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17810
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17796
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 17678
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 17668
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17738
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17754
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17770
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17786
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17742
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17758
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17774
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17790
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17732
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17748
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17764
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17780
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17682
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 3202
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 3195
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3464
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3480
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3496
          },
          "name": "putTimeseriesBackground",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionTimeseriesBackground"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3307
          },
          "name": "resetAutoscale"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3467
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3323
          },
          "name": "resetCustomUnit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3339
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3355
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3371
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3387
          },
          "name": "resetPrecision"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3483
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3403
          },
          "name": "resetTextAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3499
          },
          "name": "resetTimeseriesBackground"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3419
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3435
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3451
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3461
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3477
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3493
          },
          "name": "timeseriesBackground",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3311
          },
          "name": "autoscaleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3471
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3327
          },
          "name": "customUnitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3343
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3359
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3375
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3391
          },
          "name": "precisionInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3487
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3407
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3503
          },
          "name": "timeseriesBackgroundInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionTimeseriesBackground"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3439
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3423
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3455
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3301
          },
          "name": "autoscale",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3317
          },
          "name": "customUnit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3333
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3349
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3365
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3381
          },
          "name": "precision",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3397
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3413
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3429
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3445
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3206
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetQueryValueDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 2189
      },
      "name": "DashboardWidgetQueryValueDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregator to use for time aggregation. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2195
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2207
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#audit_query Dashboard#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2213
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2219
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2225
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2231
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2237
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2201
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2243
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2249
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2255
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetQueryValueDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 18490
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18496
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18508
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18514
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18520
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18502
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 17814
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17820
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17826
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17832
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 17885
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 17878
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17943
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17959
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17931
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17947
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17963
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17924
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17937
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17953
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17889
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 18117
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18123
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18129
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18135
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 18294
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 18286
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18301
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18287
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 18191
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 18181
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18274
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18245
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18261
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18277
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18271
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18249
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18265
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18281
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18239
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18255
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18195
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 17967
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17973
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17985
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 17979
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 18038
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 18031
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18096
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18084
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18100
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18113
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18077
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18090
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18106
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18042
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 18305
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18311
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18317
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18323
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 18479
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 18471
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18486
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18472
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 18379
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 18369
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18446
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18462
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18434
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18450
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18466
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18427
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18440
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18456
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18383
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 18587
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 18580
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18670
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18686
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18702
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18673
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18689
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18705
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18657
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18667
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18683
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18699
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18677
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18693
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18645
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18709
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18661
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18638
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18651
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18591
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 19389
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestAuditQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19395
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19407
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19413
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19419
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19401
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 18713
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18719
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18725
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18731
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 18784
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 18777
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18842
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18858
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18830
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18846
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18862
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18823
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18836
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18852
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18788
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 19016
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19022
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19028
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19034
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 19193
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 19185
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19200
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19186
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 19090
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 19080
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19173
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19144
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19160
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19176
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19170
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19148
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19164
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19180
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19138
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19154
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19094
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 18866
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18872
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18884
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18878
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 18937
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 18930
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18995
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18983
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18999
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19012
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18976
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18989
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19005
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 18941
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 19204
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19210
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19216
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19222
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 19378
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 19370
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19385
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19371
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 19278
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 19268
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19345
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19361
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19333
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19349
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19365
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19326
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19339
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19355
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19282
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 19486
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 19479
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19569
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19585
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19601
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19572
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19588
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19604
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19556
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestAuditQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19566
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19582
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19598
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19576
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19592
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19544
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19608
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19560
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19537
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19550
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19490
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 19612
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19618
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19654
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19666
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19624
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19630
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19636
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19642
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19648
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19660
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 19990
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 19982
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19997
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19983
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 19764
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 19754
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19867
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19883
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19899
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19915
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19931
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19960
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19855
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19871
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19887
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19903
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19919
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19935
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19948
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19964
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19977
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19848
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19861
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19877
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19893
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19909
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19925
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19941
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19954
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19970
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 19768
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 21153
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21171
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21159
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21165
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21177
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21183
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#number_format Dashboard#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21189
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21195
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 20001
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20007
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20043
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20055
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20013
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20019
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20025
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20031
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20037
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20049
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 20379
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 20371
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20386
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20372
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 20153
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 20143
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20256
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20272
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20288
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20304
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20320
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20349
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20244
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20260
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20276
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20292
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20308
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20324
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20337
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20353
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20366
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20237
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20250
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20266
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20282
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20298
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20314
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20330
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20343
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20359
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20157
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 20390
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestFormulaLimit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20396
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20402
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 20448
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 20441
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20487
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20503
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20491
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20507
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20481
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20497
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20452
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 21467
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 21459
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21474
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21460
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 20914
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20920
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20926
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 20972
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 20965
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21008
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21021
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21024
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21005
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21018
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21012
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21028
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20976
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 20712
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#canonical Dashboard#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20718
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom Dashboard#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20724
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 20511
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20523
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20517
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 20569
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 20562
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20608
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20612
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20625
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20602
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20618
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20573
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 20629
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20635
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 20674
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 20667
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20708
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20701
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20678
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 20770
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 20763
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20806
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20822
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20809
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20825
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20803
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20819
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20813
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20829
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20774
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 20833
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20837
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 20876
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 20869
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20910
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20903
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 20880
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 21279
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 21269
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21399
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21415
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21431
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21447
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21357
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21373
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21402
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21418
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21434
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21450
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21396
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21412
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21428
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21444
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21361
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21377
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21406
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21390
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21422
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21438
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21454
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21351
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21367
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21383
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21283
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 21032
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestFormulaStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21038
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_index Dashboard#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21044
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 21090
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 21083
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21129
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21145
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21149
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21133
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21123
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21139
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21094
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 2646
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 2638
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2653
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2639
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetQueryValueDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 22154
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22160
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22172
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22178
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22184
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22166
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 21478
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21484
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21490
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21496
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 21549
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 21542
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21607
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21623
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21595
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21611
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21627
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21588
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21601
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21617
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21553
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 21781
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21787
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21793
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21799
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 21958
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 21950
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21965
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21951
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 21855
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 21845
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21938
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21909
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21925
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21941
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21935
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21913
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21929
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21945
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21903
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21919
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21859
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 21631
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21637
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21649
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21643
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 21702
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 21695
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21760
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21748
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21764
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21777
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21741
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21754
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21770
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21706
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 21969
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21975
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21981
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 21987
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 22143
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 22135
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22150
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22136
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 22043
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 22033
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22110
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22126
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22098
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22114
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22130
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22091
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22104
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22120
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22047
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 22251
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 22244
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22334
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22350
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22366
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22337
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22353
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22369
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22321
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22331
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22347
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22363
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22341
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22357
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22309
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22373
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22325
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22302
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22315
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22255
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 2367
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 2357
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2498
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2514
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2530
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2546
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2562
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2578
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2594
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2610
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2626
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2469
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2501
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2517
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2533
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2549
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2565
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2581
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2485
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2597
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2613
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2629
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2495
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2511
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2527
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2543
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2559
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2575
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2591
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2607
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2623
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2473
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2505
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2521
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2537
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2553
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2569
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2585
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2489
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2601
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2617
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2633
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2463
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2479
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2371
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetQueryValueDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 22377
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22395
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22383
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22389
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22401
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 22461
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 22454
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22512
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22528
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22557
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22516
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22532
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22545
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22561
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22506
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22522
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22538
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22551
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22465
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 63
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 69
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 75
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 81
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 87
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 93
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 99
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 105
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetQueryValueDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 22565
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22577
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22583
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22595
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22601
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22619
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22625
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22631
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22571
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22589
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22607
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22613
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 22740
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 22733
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22833
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22875
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22917
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22933
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22837
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22850
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22863
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22879
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22892
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22905
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22921
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22937
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22950
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22963
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22976
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22827
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22843
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22856
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22869
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22885
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22898
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22911
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22927
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22943
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22956
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22969
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22744
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 22980
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22992
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22998
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23010
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23040
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23046
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 22986
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23004
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23016
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23022
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23028
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23034
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 23155
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 23148
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23248
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23290
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23319
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23335
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23351
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23367
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23252
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23265
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23278
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23294
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23307
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23323
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23339
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23355
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23371
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23384
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23397
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23242
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23258
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23271
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23284
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23300
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23313
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23329
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23345
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23361
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23377
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23390
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23159
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 23401
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23419
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23425
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23431
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23407
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23413
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 23498
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 23491
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23555
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23571
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23559
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23575
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23588
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23601
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23614
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23549
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23565
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23581
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23594
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23607
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23502
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 24530
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24566
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24542
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24554
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24536
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24572
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24578
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24548
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24584
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24560
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 23618
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23624
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23630
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23636
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 23792
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 23784
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23799
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23785
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 23692
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 23682
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23759
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23775
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23747
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23763
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23779
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23740
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23753
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23769
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23696
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 23956
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23962
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23968
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23974
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 24294
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24300
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24306
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24312
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 24365
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 24358
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24436
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24423
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24439
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24433
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24411
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24427
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24443
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24404
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24417
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24369
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 24141
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24147
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24153
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24159
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 24212
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 24205
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24270
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24286
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24258
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24274
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24290
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24251
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24264
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24280
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24216
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 24130
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 24122
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24137
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24123
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 24030
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 24020
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24110
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24097
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24113
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24107
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24085
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24101
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24117
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24078
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24091
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24034
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 23803
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23809
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23815
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23821
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 23874
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 23867
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23932
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23948
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23920
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23936
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23952
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23913
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23926
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23942
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 23878
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 24679
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 24672
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24831
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24844
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24860
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24876
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24760
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24847
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24863
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24789
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24879
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24818
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24828
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24841
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24857
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24873
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24835
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24764
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24777
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24867
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24851
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24793
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24806
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24883
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24822
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24754
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24770
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24783
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24799
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24812
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24683
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 24447
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24453
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 24492
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 24485
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24526
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24519
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24496
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 380
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 372
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 387
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 373
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetQueryValueDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 24887
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24911
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24917
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24893
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24899
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24905
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 24923
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 24997
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 24990
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25060
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25076
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25092
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25134
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25064
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25080
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25096
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25109
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25122
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25138
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25054
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25070
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25086
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25102
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25115
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25128
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25001
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 189
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 179
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 264
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 280
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 296
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 312
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 328
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 344
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 360
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 267
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 283
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 299
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 315
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 331
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 347
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 363
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 261
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 277
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 293
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 309
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 325
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 341
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 357
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 271
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 287
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 303
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 319
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 335
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 351
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 367
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 193
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetQueryValueDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 25142
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25160
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25178
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25184
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25148
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25154
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25166
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25172
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25190
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25196
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25202
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 25304
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 25297
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25391
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25407
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25436
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25452
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25494
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25510
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25526
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25395
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25411
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25424
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25440
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25456
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25469
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25482
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25498
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25514
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25530
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25385
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25401
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25417
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25430
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25446
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25462
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25475
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25488
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25504
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25520
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25308
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 25534
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25552
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25564
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25576
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25540
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25546
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25558
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25570
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25582
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4400.ts",
          "line": 25670
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4400.ts",
        "line": 25663
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25745
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25761
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25790
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25819
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25848
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25749
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25765
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25778
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25794
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25807
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25823
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25836
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25852
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25739
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25755
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25771
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25784
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25800
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25813
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25829
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25842
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4400.ts",
            "line": 25674
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4400:DashboardWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 1067
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1073
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1085
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1091
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1097
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1079
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetQueryValueDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 391
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 397
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 403
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 409
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 462
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 455
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 520
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 536
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 508
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 524
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 540
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 501
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 514
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 530
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 466
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 694
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 700
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 706
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 712
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 871
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 863
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 878
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 864
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetQueryValueDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 768
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 758
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 851
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 822
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 838
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 854
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 848
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 826
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 842
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 858
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 816
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 832
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 772
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 544
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 550
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 562
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 556
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 615
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 608
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 673
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 661
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 677
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 690
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 654
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 667
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 683
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 619
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 882
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 888
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 894
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 900
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 1056
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 1048
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1063
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1049
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetQueryValueDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 956
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 946
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1023
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1039
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1011
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1027
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1043
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1004
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1017
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1033
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 960
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 1164
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 1157
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1247
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1263
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1279
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1250
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1266
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1282
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1234
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1244
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1260
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1276
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1254
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1270
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1222
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1286
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1238
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1215
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1228
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1168
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetQueryValueDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 1966
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1972
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1984
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1990
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1996
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1978
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetQueryValueDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 1290
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1296
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1302
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1308
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 1361
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 1354
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1419
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1435
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1407
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1423
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1439
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1400
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1413
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1429
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1365
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 1593
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1599
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1605
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1611
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 1770
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 1762
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1777
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1763
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 1667
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 1657
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1750
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1721
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1737
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1753
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1747
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1725
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1741
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1757
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1715
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1731
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1671
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 1443
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1449
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1461
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1455
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 1514
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 1507
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1572
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1560
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1576
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1589
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1553
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1566
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1582
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1518
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 1781
      },
      "name": "DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1787
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1793
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1799
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 1955
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 1947
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1962
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1948
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 1855
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 1845
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1922
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1938
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1910
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1926
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1942
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1903
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1916
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1932
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 1859
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 2063
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 2056
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2146
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2162
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2178
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2149
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2165
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2181
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2133
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2143
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2159
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2175
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2153
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2169
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2121
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2185
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2137
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2114
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2127
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2067
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetQueryValueDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionTimeseriesBackground": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionTimeseriesBackground",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 2883
      },
      "name": "DashboardWidgetQueryValueDefinitionTimeseriesBackground",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#type Dashboard#type}",
            "stability": "stable",
            "summary": "Whether the Timeseries is made using an area or bars. Valid values are `bars`, `area`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2889
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#yaxis Dashboard#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2895
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetQueryValueDefinitionTimeseriesBackground"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 2941
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 2934
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2990
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2993
          },
          "name": "resetYaxis"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2987
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2981
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2997
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2974
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2945
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionTimeseriesBackground"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 2657
      },
      "name": "DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxis",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#include_zero Dashboard#include_zero}",
            "stability": "stable",
            "summary": "Always include zero or fit the axis to the data range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2663
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2669
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2675
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2681
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2687
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 2754
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 2747
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2811
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2827
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2843
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2859
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2875
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2815
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2831
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2847
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2863
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2879
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2805
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2821
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2837
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2853
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2869
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 2758
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 3877
      },
      "name": "DashboardWidgetRunWorkflowDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#workflow_id Dashboard#workflow_id}",
            "stability": "stable",
            "summary": "Workflow ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3919
          },
          "name": "workflowId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3925
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3883
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3889
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#input Dashboard#input}",
            "stability": "stable",
            "summary": "input block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3931
          },
          "name": "input",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionInput"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3895
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3901
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3907
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3913
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetRunWorkflowDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 3507
      },
      "name": "DashboardWidgetRunWorkflowDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3513
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3519
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3525
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3531
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetRunWorkflowDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 3719
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 3711
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3726
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetRunWorkflowDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3712
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetRunWorkflowDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 3594
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 3584
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3654
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3670
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3686
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3702
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetRunWorkflowDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3658
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3674
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3690
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3706
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3648
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3664
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3680
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3696
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3598
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetRunWorkflowDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionInput": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionInput",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 3730
      },
      "name": "DashboardWidgetRunWorkflowDefinitionInput",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "Name of the workflow input."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3736
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "Dashboard template variable. Can be suffixed with `.value` or `.key`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3742
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetRunWorkflowDefinitionInput"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionInputList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionInputList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 3866
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 3858
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3873
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionInputOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetRunWorkflowDefinitionInputList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3859
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionInput"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetRunWorkflowDefinitionInputList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionInputOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionInputOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 3791
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 3781
      },
      "name": "DashboardWidgetRunWorkflowDefinitionInputOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3840
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3853
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3833
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3846
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 3795
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionInput"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetRunWorkflowDefinitionInputOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 4026
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 4019
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4213
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4229
          },
          "name": "putInput",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionInput"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4216
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4107
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4123
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4232
          },
          "name": "resetInput"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4139
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4155
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4171
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4187
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetRunWorkflowDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4210
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4226
          },
          "name": "input",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionInputList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4220
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4111
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4127
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4236
          },
          "name": "inputInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinitionInput"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4143
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4175
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4159
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4191
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4204
          },
          "name": "workflowIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4101
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4117
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4133
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4149
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4165
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4181
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4197
          },
          "name": "workflowId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4030
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetRunWorkflowDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetRunWorkflowDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 17249
      },
      "name": "DashboardWidgetScatterplotDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#color_by_groups Dashboard#color_by_groups}",
            "stability": "stable",
            "summary": "List of groups used for colors."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17255
          },
          "name": "colorByGroups",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17297
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17261
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17267
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17273
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17303
          },
          "name": "request",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequest"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17279
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17285
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17291
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#xaxis Dashboard#xaxis}",
            "stability": "stable",
            "summary": "xaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17309
          },
          "name": "xaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionXaxis"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#yaxis Dashboard#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17315
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 4240
      },
      "name": "DashboardWidgetScatterplotDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4246
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4252
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4258
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4264
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 4452
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 4444
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4459
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4445
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 4327
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 4317
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4387
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4403
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4419
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4435
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4391
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4407
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4423
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4439
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4381
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4397
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4413
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4429
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4331
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 17424
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 17417
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17626
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17642
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequest"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17658
          },
          "name": "putXaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionXaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17674
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17517
          },
          "name": "resetColorByGroups"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17629
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17533
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17549
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17565
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17645
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17581
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17597
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17613
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17661
          },
          "name": "resetXaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17677
          },
          "name": "resetYaxis"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17623
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17639
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17655
          },
          "name": "xaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionXaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17671
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17521
          },
          "name": "colorByGroupsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17633
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17537
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17553
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17569
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17649
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequest"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17601
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17585
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17617
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17665
          },
          "name": "xaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionXaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17681
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17511
          },
          "name": "colorByGroups",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17527
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17543
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17559
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17575
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17591
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17607
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17428
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 16641
      },
      "name": "DashboardWidgetScatterplotDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scatterplot_table Dashboard#scatterplot_table}",
            "stability": "stable",
            "summary": "scatterplot_table block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16647
          },
          "name": "scatterplotTable",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#x Dashboard#x}",
            "stability": "stable",
            "summary": "x block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16653
          },
          "name": "x",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestX"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#y Dashboard#y}",
            "stability": "stable",
            "summary": "y block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16659
          },
          "name": "y",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestY"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 16712
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 16705
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16754
          },
          "name": "putScatterplotTable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTable"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16770
          },
          "name": "putX",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestX"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16786
          },
          "name": "putY",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestY"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16757
          },
          "name": "resetScatterplotTable"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16773
          },
          "name": "resetX"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16789
          },
          "name": "resetY"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16751
          },
          "name": "scatterplotTable",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16767
          },
          "name": "x",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16783
          },
          "name": "y",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16761
          },
          "name": "scatterplotTableInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16777
          },
          "name": "xInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestX"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16793
          },
          "name": "yInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestY"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16716
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequest"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTable": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 8264
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTable",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8270
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8276
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestScatterplotTable"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 4463
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#dimension Dashboard#dimension}",
            "stability": "stable",
            "summary": "Dimension of the Scatterplot. Valid values are `x`, `y`, `radius`, `color`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4475
          },
          "name": "dimension",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4481
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4469
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 4634
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 4626
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4641
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4627
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 4537
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 4527
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4591
          },
          "name": "resetAlias"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4595
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4608
          },
          "name": "dimensionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4621
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4585
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4601
          },
          "name": "dimension",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4614
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4541
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 8406
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 8398
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8413
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8399
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestScatterplotTableList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 8325
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 8315
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8370
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8386
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8373
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8389
          },
          "name": "resetQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8367
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8383
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8377
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8393
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8329
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestScatterplotTableOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 7936
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7942
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7948
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7954
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7960
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7966
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7972
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7978
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 4645
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4657
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4663
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4675
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4681
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4699
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4705
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4711
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4651
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4669
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4687
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4693
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 4820
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 4813
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4913
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4955
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4997
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5013
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4917
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4930
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4943
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4959
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4972
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4985
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5001
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5017
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5030
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5043
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5056
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4907
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4923
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4936
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4949
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4965
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4978
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4991
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5007
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5023
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5036
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5049
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 4824
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 5060
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5072
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5078
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5090
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5120
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5126
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5066
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5084
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5096
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5102
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5108
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5114
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 5235
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 5228
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5328
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5370
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5399
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5415
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5431
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5447
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5332
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5345
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5358
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5374
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5387
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5403
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5419
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5435
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5451
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5464
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5477
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5322
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5338
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5351
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5364
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5380
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5393
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5409
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5425
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5441
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5457
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5470
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5239
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 5481
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5499
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5505
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5511
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5487
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5493
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 5578
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 5571
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5635
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5651
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5639
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5655
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5668
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5681
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5694
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5629
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5645
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5661
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5674
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5687
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5582
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 6610
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6646
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6622
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6634
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6616
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6652
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6658
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6628
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6664
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6640
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 5698
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5704
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5710
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5716
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 5872
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 5864
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5879
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5865
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 5772
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 5762
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5839
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5855
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5827
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5843
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5859
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5820
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5833
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5849
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5776
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 6036
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6042
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6048
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6054
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 6374
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6380
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6386
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6392
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 6445
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 6438
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6516
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6503
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6519
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6513
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6491
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6507
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6523
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6484
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6497
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6449
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 6221
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6227
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6233
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6239
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 6292
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 6285
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6350
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6366
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6338
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6354
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6370
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6331
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6344
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6360
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6296
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 6210
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 6202
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6217
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6203
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 6110
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 6100
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6190
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6177
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6193
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6187
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6165
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6181
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6197
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6158
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6171
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6114
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 5883
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5889
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5895
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5901
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 5954
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 5947
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6012
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6028
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6000
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6016
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6032
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5993
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6006
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6022
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 5958
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 6759
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 6752
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6911
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6924
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6940
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6956
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6840
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6927
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6943
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6869
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6959
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6898
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6908
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6921
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6937
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6953
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6915
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6844
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6857
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6947
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6931
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6873
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6886
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6963
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6902
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6834
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6850
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6863
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6879
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6892
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6763
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 6527
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6533
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 6572
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 6565
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6606
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6599
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6576
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 8253
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 8245
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8260
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8246
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 6967
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6991
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6997
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6973
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6979
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 6985
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7003
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 7077
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 7070
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7140
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7156
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7172
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7214
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7144
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7160
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7176
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7189
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7202
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7218
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7134
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7150
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7166
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7182
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7195
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7208
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7081
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 8062
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 8052
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8137
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8153
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8169
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8185
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8201
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8217
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8233
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8140
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8156
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8172
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8188
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8204
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8220
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8236
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8134
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8150
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8166
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8182
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8198
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8214
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8230
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8144
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8160
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8176
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8192
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8208
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8224
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8240
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8066
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 7222
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7240
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7258
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7264
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7228
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7234
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7246
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7252
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7270
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7276
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7282
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 7384
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 7377
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7471
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7487
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7516
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7532
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7574
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7590
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7606
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7475
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7491
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7504
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7520
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7536
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7549
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7562
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7578
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7594
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7610
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7465
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7481
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7497
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7510
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7526
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7542
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7555
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7568
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7584
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7600
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7388
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 7614
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7632
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7644
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7656
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7620
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7626
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7638
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7650
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7662
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 7750
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 7743
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7825
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7841
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7870
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7899
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7928
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7829
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7845
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7858
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7874
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7887
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7903
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7916
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7932
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7819
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7835
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7851
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7864
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7880
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7893
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7909
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7922
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 7754
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestX": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestX",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 12201
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestX",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "Aggregator used for the request. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12207
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12219
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12225
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12231
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12213
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12237
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12243
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestX"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 9093
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9099
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9111
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9117
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9123
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9105
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 8417
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8423
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8429
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8435
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 8488
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 8481
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8546
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8562
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8534
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8550
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8566
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8527
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8540
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8556
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8492
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 8720
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8726
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8732
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8738
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 8897
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 8889
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8904
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8890
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 8794
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 8784
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8877
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8848
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8864
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8880
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8874
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8852
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8868
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8884
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8842
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8858
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8798
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 8570
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8576
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8588
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8582
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 8641
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 8634
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8699
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8687
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8703
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8716
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8680
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8693
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8709
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8645
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 8908
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8914
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8920
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8926
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 9082
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 9074
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9089
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9075
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 8982
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 8972
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9049
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9065
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9037
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9053
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9069
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9030
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9043
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9059
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 8986
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 9190
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 9183
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9273
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9289
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9305
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9276
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9292
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9308
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9260
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9270
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9286
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9302
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9280
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9296
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9248
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9312
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9264
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9241
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9254
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9194
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 12518
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 12510
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12525
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12511
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestX"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 9992
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9998
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10010
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10016
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10022
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10004
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 9316
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9322
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9328
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9334
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 9387
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 9380
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9445
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9461
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9433
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9449
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9465
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9426
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9439
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9455
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9391
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 9619
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9625
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9631
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9637
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 9796
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 9788
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9803
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9789
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 9693
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 9683
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9776
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9747
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9763
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9779
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9773
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9751
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9767
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9783
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9741
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9757
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9697
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 9469
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9475
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9487
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9481
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 9540
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 9533
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9598
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9586
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9602
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9615
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9579
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9592
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9608
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9544
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 9807
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9813
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9819
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9825
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 9981
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 9973
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9988
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9974
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 9881
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 9871
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9948
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9964
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9936
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9952
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9968
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9929
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9942
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9958
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 9885
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 10089
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 10082
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10172
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10188
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10204
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10175
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10191
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10207
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10159
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10169
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10185
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10201
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10179
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10195
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10147
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10211
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10163
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10140
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10153
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10093
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 12327
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 12317
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12434
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12450
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12466
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12482
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12498
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12405
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12437
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12453
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12469
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12421
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12485
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12501
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12431
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12447
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12463
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12479
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12495
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12409
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12441
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12457
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12473
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12425
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12489
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12505
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12399
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12415
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12331
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestX"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 10215
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10233
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10221
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10227
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10239
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 10299
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 10292
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10350
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10366
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10395
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10354
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10370
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10383
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10399
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10344
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10360
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10376
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10389
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10303
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 11079
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11085
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11097
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11103
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11109
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11091
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 10403
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10409
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10415
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10421
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 10474
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 10467
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10532
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10548
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10520
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10536
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10552
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10513
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10526
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10542
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10478
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 10706
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10712
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10718
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10724
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 10883
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 10875
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10890
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10876
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 10780
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 10770
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10863
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10834
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10850
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10866
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10860
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10838
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10854
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10870
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10828
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10844
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10784
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 10556
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10562
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10574
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10568
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 10627
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 10620
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10685
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10673
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10689
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10702
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10666
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10679
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10695
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10631
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 10894
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10900
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10906
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10912
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 11068
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 11060
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11075
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11061
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 10968
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 10958
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11035
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11051
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11023
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11039
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11055
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11016
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11029
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11045
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 10972
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 11176
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 11169
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11259
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11275
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11291
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11262
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11278
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11294
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11246
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11256
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11272
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11288
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11266
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11282
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11234
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11298
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11250
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11227
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11240
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11180
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 11978
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11984
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11996
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12002
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12008
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11990
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 11302
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11308
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11314
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11320
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 11373
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 11366
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11431
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11447
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11419
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11435
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11451
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11412
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11425
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11441
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11377
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 11605
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11611
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11617
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11623
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 11782
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 11774
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11789
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11775
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 11679
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 11669
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11762
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11733
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11749
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11765
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11759
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11737
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11753
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11769
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11727
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11743
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11683
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 11455
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11461
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11473
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11467
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 11526
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 11519
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11584
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11572
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11588
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11601
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11565
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11578
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11594
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11530
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 11793
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11799
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11805
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11811
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 11967
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 11959
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11974
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11960
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 11867
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 11857
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11934
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11950
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11922
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11938
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11954
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11915
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11928
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11944
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 11871
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 12075
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 12068
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12158
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12174
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12190
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12161
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12177
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12193
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12145
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12155
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12171
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12187
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12165
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12181
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12133
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12197
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12149
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12126
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12139
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12079
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestXSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestY": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestY",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 16313
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestY",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "Aggregator used for the request. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16319
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16331
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16337
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16343
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16325
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16349
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16355
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestY"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 13205
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13211
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13223
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13229
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13235
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13217
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 12529
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12535
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12541
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12547
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 12600
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 12593
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12658
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12674
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12646
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12662
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12678
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12639
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12652
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12668
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12604
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 12832
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12838
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12844
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12850
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 13009
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 13001
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13016
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13002
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 12906
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 12896
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12989
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12960
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12976
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12992
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12986
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12964
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12980
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12996
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12954
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12970
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12910
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 12682
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12688
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12700
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12694
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 12753
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 12746
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12811
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12799
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12815
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12828
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12792
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12805
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12821
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 12757
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 13020
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13026
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13032
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13038
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 13194
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 13186
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13201
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13187
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 13094
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 13084
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13161
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13177
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13149
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13165
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13181
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13142
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13155
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13171
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13098
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 13302
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 13295
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13385
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13401
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13417
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13388
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13404
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13420
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13372
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13382
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13398
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13414
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13392
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13408
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13360
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13424
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13376
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13353
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13366
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13306
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 16630
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 16622
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16637
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16623
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestY"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 14104
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14110
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14122
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14128
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14134
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14116
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 13428
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13434
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13440
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13446
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 13499
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 13492
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13557
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13573
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13545
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13561
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13577
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13538
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13551
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13567
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13503
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 13731
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13737
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13743
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13749
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 13908
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 13900
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13915
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13901
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 13805
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 13795
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13888
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13859
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13875
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13891
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13885
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13863
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13879
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13895
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13853
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13869
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13809
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 13581
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13587
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13599
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13593
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 13652
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 13645
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13710
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13698
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13714
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13727
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13691
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13704
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13720
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13656
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 13919
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13925
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13931
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13937
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 14093
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 14085
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14100
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14086
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 13993
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 13983
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14060
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14076
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14048
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14064
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14080
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14041
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14054
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14070
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 13997
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 14201
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 14194
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14284
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14300
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14316
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14287
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14303
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14319
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14271
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14281
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14297
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14313
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14291
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14307
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14259
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14323
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14275
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14252
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14265
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14205
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 16439
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 16429
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16546
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16562
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16578
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16594
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16610
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16517
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16549
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16565
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16581
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16533
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16597
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16613
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16543
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16559
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16575
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16591
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16607
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16521
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16553
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16569
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16585
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16537
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16601
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16617
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16511
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16527
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16443
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestY"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 14327
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14345
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14333
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14339
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14351
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 14411
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 14404
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14462
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14478
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14507
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14466
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14482
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14495
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14511
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14456
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14472
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14488
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14501
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14415
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 15191
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15197
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15209
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15215
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15221
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15203
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 14515
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14521
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14527
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14533
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 14586
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 14579
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14644
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14660
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14632
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14648
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14664
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14625
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14638
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14654
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14590
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 14818
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14824
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14830
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14836
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 14995
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 14987
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15002
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14988
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 14892
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 14882
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14975
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14946
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14962
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14978
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14972
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14950
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14966
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14982
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14940
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14956
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14896
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 14668
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14674
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14686
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14680
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 14739
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 14732
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14797
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14785
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14801
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14814
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14778
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14791
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14807
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 14743
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 15006
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15012
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15018
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15024
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 15180
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 15172
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15187
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15173
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 15080
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 15070
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15147
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15163
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15135
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15151
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15167
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15128
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15141
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15157
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15084
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 15288
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 15281
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15371
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15387
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15403
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15374
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15390
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15406
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15358
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15368
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15384
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15400
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15378
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15394
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15346
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15410
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15362
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15339
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15352
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15292
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 16090
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16096
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16108
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16114
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16120
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16102
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 15414
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15420
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15426
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15432
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 15485
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 15478
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15543
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15559
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15531
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15547
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15563
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15524
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15537
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15553
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15489
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 15717
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15723
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15729
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15735
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 15894
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 15886
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15901
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15887
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 15791
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 15781
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15874
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15845
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15861
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15877
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15871
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15849
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15865
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15881
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15839
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15855
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15795
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 15567
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15573
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15585
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15579
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 15638
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 15631
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15696
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15684
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15700
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15713
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15677
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15690
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15706
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15642
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 15905
      },
      "name": "DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15911
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15917
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15923
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 16079
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 16071
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16086
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16072
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 15979
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 15969
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16046
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16062
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16034
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16050
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16066
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16027
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16040
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16056
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 15983
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 16187
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 16180
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16270
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16286
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16302
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16273
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16289
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16305
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16257
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16267
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16283
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16299
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16277
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16293
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16245
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16309
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16261
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16238
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16251
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16191
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionRequestYSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionXaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionXaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 16797
      },
      "name": "DashboardWidgetScatterplotDefinitionXaxis",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#include_zero Dashboard#include_zero}",
            "stability": "stable",
            "summary": "Always include zero or fit the axis to the data range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16803
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16809
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16815
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16821
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16827
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionXaxis"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionXaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionXaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 16894
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 16887
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16951
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16967
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16983
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16999
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17015
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionXaxisOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16955
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16971
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16987
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17003
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17019
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16945
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16961
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16977
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16993
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17009
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 16898
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionXaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionXaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 17023
      },
      "name": "DashboardWidgetScatterplotDefinitionYaxis",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#include_zero Dashboard#include_zero}",
            "stability": "stable",
            "summary": "Always include zero or fit the axis to the data range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17029
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17035
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17041
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17047
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17053
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionYaxis"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 17120
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 17113
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17177
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17193
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17209
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17225
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17241
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetScatterplotDefinitionYaxisOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17181
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17197
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17213
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17229
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17245
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17171
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17187
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17203
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17219
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17235
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17124
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetScatterplotDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetScatterplotDefinitionYaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetServiceLevelObjectiveDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetServiceLevelObjectiveDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 17685
      },
      "name": "DashboardWidgetServiceLevelObjectiveDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "The ID of the service level objective used by the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17715
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `7d`, `30d`, `90d`, `week_to_date`, `previous_week`, `month_to_date`, `previous_month`, `global_time`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#time_windows Dashboard#time_windows}",
            "stability": "stable",
            "summary": "A list of time windows to display in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17721
          },
          "name": "timeWindows",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#view_mode Dashboard#view_mode}",
            "stability": "stable",
            "summary": "The view mode for the widget. Valid values are `overall`, `component`, `both`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17745
          },
          "name": "viewMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#view_type Dashboard#view_type}",
            "stability": "stable",
            "summary": "The type of view to use when displaying the widget. Only `detail` is supported."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17751
          },
          "name": "viewType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17691
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17697
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#global_time_target Dashboard#global_time_target}",
            "stability": "stable",
            "summary": "The global time target of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17703
          },
          "name": "globalTimeTarget",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_error_budget Dashboard#show_error_budget}",
            "stability": "stable",
            "summary": "Whether to show the error budget or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17709
          },
          "name": "showErrorBudget",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17727
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17733
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17739
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetServiceLevelObjectiveDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetServiceLevelObjectiveDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetServiceLevelObjectiveDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 17860
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 17853
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17953
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17969
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17985
          },
          "name": "resetGlobalTimeTarget"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18001
          },
          "name": "resetShowErrorBudget"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18043
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18059
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18075
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetServiceLevelObjectiveDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17957
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17973
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17989
          },
          "name": "globalTimeTargetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18005
          },
          "name": "showErrorBudgetInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18018
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18031
          },
          "name": "timeWindowsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18063
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18047
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18079
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18092
          },
          "name": "viewModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18105
          },
          "name": "viewTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17947
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17963
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17979
          },
          "name": "globalTimeTarget",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17995
          },
          "name": "showErrorBudget",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18011
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18024
          },
          "name": "timeWindows",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18037
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18053
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18069
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18085
          },
          "name": "viewMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18098
          },
          "name": "viewType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 17864
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetServiceLevelObjectiveDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetServiceLevelObjectiveDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetServicemapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetServicemapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 18332
      },
      "name": "DashboardWidgetServicemapDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filters Dashboard#filters}",
            "stability": "stable",
            "summary": "Your environment and primary tag (or `*` if enabled for your account)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18344
          },
          "name": "filters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "The ID of the service to map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18350
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18374
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetServicemapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18338
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18356
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18362
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18368
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetServicemapDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetServicemapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetServicemapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 18109
      },
      "name": "DashboardWidgetServicemapDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18115
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18121
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18127
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18133
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetServicemapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetServicemapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetServicemapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 18321
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 18313
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18328
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetServicemapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetServicemapDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18314
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetServicemapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetServicemapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetServicemapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetServicemapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 18196
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 18186
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18256
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18272
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18288
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18304
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetServicemapDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18260
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18276
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18292
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18308
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18250
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18266
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18282
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18298
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18200
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetServicemapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetServicemapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetServicemapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetServicemapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 18455
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 18448
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18611
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetServicemapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18614
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18524
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18566
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18582
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18598
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetServicemapDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18608
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetServicemapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18618
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetServicemapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18528
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18541
          },
          "name": "filtersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18554
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18586
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18570
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18602
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18518
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18534
          },
          "name": "filters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18547
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18560
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18576
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18592
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18459
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetServicemapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetServicemapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSloListDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSloListDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 19075
      },
      "name": "DashboardWidgetSloListDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19099
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequest"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19081
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19087
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19093
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSloListDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSloListDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSloListDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 19159
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 19152
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19255
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequest"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19210
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19226
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19242
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetSloListDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19252
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19259
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequest"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19230
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19214
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19246
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19204
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19220
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19236
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19163
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSloListDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSloListDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 18925
      },
      "name": "DashboardWidgetSloListDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18943
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request_type Dashboard#request_type}",
            "stability": "stable",
            "summary": "The request type for the SLO List request. Valid values are `slo_list`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18937
          },
          "name": "requestType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18931
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSloListDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 18996
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 18989
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19067
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19041
          },
          "name": "resetDescription"
        }
      ],
      "name": "DashboardWidgetSloListDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19064
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19045
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19071
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19058
          },
          "name": "requestTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19035
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19051
          },
          "name": "requestType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19000
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequest"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSloListDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 18772
      },
      "name": "DashboardWidgetSloListDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query_string Dashboard#query_string}",
            "stability": "stable",
            "summary": "Widget query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18784
          },
          "name": "queryString",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "Maximum number of results to display in the table. Defaults to `100`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18778
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18790
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestQuerySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSloListDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 18843
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 18836
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18914
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestQuerySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18888
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18917
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetSloListDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18911
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestQuerySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18892
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18905
          },
          "name": "queryStringInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18921
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestQuerySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18882
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18898
          },
          "name": "queryString",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18847
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSloListDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestQuerySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestQuerySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 18622
      },
      "name": "DashboardWidgetSloListDefinitionRequestQuerySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#column Dashboard#column}",
            "stability": "stable",
            "summary": "The facet path for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18628
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18640
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18634
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSloListDefinitionRequestQuerySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestQuerySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestQuerySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 18693
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 18686
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18751
          },
          "name": "resetDescription"
        }
      ],
      "name": "DashboardWidgetSloListDefinitionRequestQuerySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18739
          },
          "name": "columnInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18755
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18768
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18732
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18745
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18761
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 18697
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSloListDefinitionRequestQuerySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSloListDefinitionRequestQuerySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 17738
      },
      "name": "DashboardWidgetSplitGraphDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#size Dashboard#size}",
            "stability": "stable",
            "summary": "Size of the individual graphs in the split."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17762
          },
          "name": "size",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#source_widget_definition Dashboard#source_widget_definition}",
            "stability": "stable",
            "summary": "source_widget_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17774
          },
          "name": "sourceWidgetDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#split_config Dashboard#split_config}",
            "stability": "stable",
            "summary": "split_config block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17780
          },
          "name": "splitConfig",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfig"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#has_uniform_y_axes Dashboard#has_uniform_y_axes}",
            "stability": "stable",
            "summary": "Normalize y axes across graphs."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17744
          },
          "name": "hasUniformYAxes",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17750
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17756
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17768
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 17861
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 17854
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18004
          },
          "name": "putSourceWidgetDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18017
          },
          "name": "putSplitConfig",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfig"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17930
          },
          "name": "resetHasUniformYAxes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17946
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17962
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17991
          },
          "name": "resetTitle"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18001
          },
          "name": "sourceWidgetDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18014
          },
          "name": "splitConfig",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17934
          },
          "name": "hasUniformYAxesInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17950
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17966
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17979
          },
          "name": "sizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18008
          },
          "name": "sourceWidgetDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18021
          },
          "name": "splitConfigInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfig"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17995
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17924
          },
          "name": "hasUniformYAxes",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17940
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17956
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17972
          },
          "name": "size",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17985
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17865
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 16610
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#change_definition Dashboard#change_definition}",
            "stability": "stable",
            "summary": "change_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16616
          },
          "name": "changeDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#geomap_definition Dashboard#geomap_definition}",
            "stability": "stable",
            "summary": "geomap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16622
          },
          "name": "geomapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query_table_definition Dashboard#query_table_definition}",
            "stability": "stable",
            "summary": "query_table_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16628
          },
          "name": "queryTableDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query_value_definition Dashboard#query_value_definition}",
            "stability": "stable",
            "summary": "query_value_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16634
          },
          "name": "queryValueDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scatterplot_definition Dashboard#scatterplot_definition}",
            "stability": "stable",
            "summary": "scatterplot_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16640
          },
          "name": "scatterplotDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sunburst_definition Dashboard#sunburst_definition}",
            "stability": "stable",
            "summary": "sunburst_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16646
          },
          "name": "sunburstDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeseries_definition Dashboard#timeseries_definition}",
            "stability": "stable",
            "summary": "timeseries_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16652
          },
          "name": "timeseriesDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#toplist_definition Dashboard#toplist_definition}",
            "stability": "stable",
            "summary": "toplist_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16658
          },
          "name": "toplistDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#treemap_definition Dashboard#treemap_definition}",
            "stability": "stable",
            "summary": "treemap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16664
          },
          "name": "treemapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 4159
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4201
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4165
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4171
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4177
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4207
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4183
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4189
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4195
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 19263
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19269
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19275
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19281
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19287
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 19475
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 19467
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19482
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19468
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 19350
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 19340
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19410
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19426
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19442
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19458
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19414
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19430
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19446
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19462
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19404
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19420
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19436
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19452
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19354
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 4295
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 4288
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4463
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4479
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4466
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4370
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4386
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4402
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4482
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4418
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4434
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4450
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4460
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4476
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4470
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4374
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4390
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4406
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4486
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4438
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4422
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4454
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4364
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4380
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4396
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4412
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4428
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4444
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4299
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 3586
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3634
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#change_type Dashboard#change_type}",
            "stability": "stable",
            "summary": "Whether to show absolute or relative change. Valid values are `absolute`, `relative`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3592
          },
          "name": "changeType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compare_to Dashboard#compare_to}",
            "stability": "stable",
            "summary": "Choose from when to compare current data to. Valid values are `hour_before`, `day_before`, `week_before`, `month_before`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3598
          },
          "name": "compareTo",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3640
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#increase_good Dashboard#increase_good}",
            "stability": "stable",
            "summary": "A Boolean indicating whether an increase in the value is good (displayed in green) or not (displayed in red)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3604
          },
          "name": "increaseGood",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3646
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order_by Dashboard#order_by}",
            "stability": "stable",
            "summary": "What to order by. Valid values are `change`, `name`, `present`, `past`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3610
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order_dir Dashboard#order_dir}",
            "stability": "stable",
            "summary": "Widget sorting method. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3616
          },
          "name": "orderDir",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3652
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3622
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3658
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3664
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3670
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_present Dashboard#show_present}",
            "stability": "stable",
            "summary": "If set to `true`, displays the current value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3628
          },
          "name": "showPresent",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 20162
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20168
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20180
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20186
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20192
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20174
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 19486
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19492
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19498
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19504
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 19557
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 19550
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19615
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19631
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19603
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19619
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19635
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19596
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19609
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19625
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19561
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 19789
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19795
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19801
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19807
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 19966
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 19958
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19973
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19959
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 19863
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 19853
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19946
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19917
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19933
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19949
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19943
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19921
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19937
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19953
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19911
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19927
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19867
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 19639
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19645
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19657
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19651
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 19710
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 19703
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19768
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19756
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19772
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19785
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19749
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19762
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19778
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19714
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 19977
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19983
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19989
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 19995
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 20151
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 20143
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20158
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20144
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 20051
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 20041
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20118
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20134
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20106
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20122
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20138
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20099
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20112
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20128
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20055
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 20259
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 20252
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20342
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20358
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20374
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20345
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20361
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20377
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20329
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20339
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20355
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20371
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20349
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20365
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20317
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20381
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20333
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20310
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20323
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20263
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 21537
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21555
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21543
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21549
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21561
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21567
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#number_format Dashboard#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21573
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21579
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 20385
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20391
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20427
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20439
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20397
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20403
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20409
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20415
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20421
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20433
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 20763
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 20755
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20770
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20756
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 20537
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 20527
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20640
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20656
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20672
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20688
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20704
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20733
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20628
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20644
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20660
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20676
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20692
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20708
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20721
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20737
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20750
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20621
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20634
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20650
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20666
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20682
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20698
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20714
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20727
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20743
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20541
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 20774
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20780
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20786
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 20832
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 20825
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20871
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20887
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20875
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20891
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20865
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20881
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20836
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 21851
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 21843
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21858
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21844
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 21298
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21304
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21310
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 21356
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 21349
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21392
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21405
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21408
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21389
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21402
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21396
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21412
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21360
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 21096
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#canonical Dashboard#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21102
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom Dashboard#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21108
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 20895
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20907
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20901
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 20953
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 20946
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20992
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20996
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21009
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20986
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21002
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 20957
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 21013
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21019
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 21058
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 21051
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21092
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21085
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21062
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 21154
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 21147
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21190
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21206
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21193
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21209
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21187
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21203
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21197
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21213
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21158
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 21217
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21221
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 21260
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 21253
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21294
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21287
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21264
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 21663
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 21653
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21783
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21799
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21815
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21831
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21741
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21757
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21786
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21802
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21818
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21834
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21780
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21796
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21812
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21828
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21745
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21761
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21790
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21774
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21806
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21822
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21838
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21735
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21751
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21767
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21667
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 21416
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21422
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_index Dashboard#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21428
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 21474
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 21467
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21513
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21529
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21533
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21517
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21507
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21523
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21478
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 4148
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 4140
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4155
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4141
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 22538
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22544
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22556
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22562
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22568
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22550
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 21862
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21868
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21874
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21880
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 21933
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 21926
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21991
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22007
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21979
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21995
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22011
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21972
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21985
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22001
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 21937
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 22165
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22171
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22177
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22183
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 22342
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 22334
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22349
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22335
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 22239
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 22229
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22322
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22293
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22309
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22325
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22319
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22297
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22313
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22329
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22287
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22303
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22243
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 22015
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22021
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22033
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22027
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 22086
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 22079
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22144
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22132
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22148
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22161
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22125
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22138
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22154
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22090
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 22353
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22359
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22365
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22371
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 22527
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 22519
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22534
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22520
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 22427
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 22417
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22494
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22510
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22482
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22498
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22514
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22475
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22488
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22504
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22431
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 22635
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 22628
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22718
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22734
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22750
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22721
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22737
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22753
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22705
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22715
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22731
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22747
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22725
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22741
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22693
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22757
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22709
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22686
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22699
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22639
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 3803
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 3793
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4032
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4048
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4064
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4080
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4096
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4112
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4128
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4035
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3923
          },
          "name": "resetChangeType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3939
          },
          "name": "resetCompareTo"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4051
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3955
          },
          "name": "resetIncreaseGood"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4067
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3971
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3987
          },
          "name": "resetOrderDir"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4083
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4003
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4099
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4115
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4131
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4019
          },
          "name": "resetShowPresent"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4029
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4045
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4061
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4077
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4093
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4109
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4125
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4039
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3927
          },
          "name": "changeTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3943
          },
          "name": "compareToInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4055
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3959
          },
          "name": "increaseGoodInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4071
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3975
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3991
          },
          "name": "orderDirInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4087
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4007
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4103
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4119
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4135
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4023
          },
          "name": "showPresentInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3917
          },
          "name": "changeType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3933
          },
          "name": "compareTo",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3949
          },
          "name": "increaseGood",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3965
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3981
          },
          "name": "orderDir",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3997
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4013
          },
          "name": "showPresent",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3807
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 22761
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22779
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22767
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22773
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22785
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 22845
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 22838
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22896
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22912
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22941
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22900
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22916
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22929
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22945
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22890
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22906
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22922
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22935
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22849
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 1460
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1466
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1472
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1478
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1484
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1490
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1496
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1502
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 22949
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22961
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22967
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22979
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22985
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23003
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23009
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23015
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22955
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22973
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22991
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 22997
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 23124
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 23117
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23217
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23259
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23301
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23317
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23221
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23234
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23247
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23263
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23276
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23289
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23305
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23321
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23334
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23347
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23360
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23211
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23227
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23240
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23253
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23269
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23282
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23295
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23311
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23327
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23340
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23353
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23128
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 23364
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23376
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23382
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23394
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23424
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23430
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23370
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23388
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23400
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23406
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23412
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23418
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 23539
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 23532
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23632
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23674
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23703
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23719
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23735
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23751
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23636
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23649
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23662
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23678
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23691
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23707
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23723
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23739
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23755
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23768
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23781
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23626
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23642
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23655
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23668
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23684
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23697
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23713
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23729
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23745
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23761
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23774
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23543
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 23785
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23803
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23809
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23815
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23791
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23797
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 23882
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 23875
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23939
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23955
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23943
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23959
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23972
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23985
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23998
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23933
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23949
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23965
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23978
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23991
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 23886
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 134
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 170
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 146
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 158
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 140
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 176
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 182
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 152
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 188
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 164
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 24002
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24008
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24014
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24020
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 24176
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 24168
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24183
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24169
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 24076
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 24066
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24143
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24159
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24131
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24147
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24163
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24124
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24137
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24153
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24080
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 24340
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24346
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24352
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24358
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 24678
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24684
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24690
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24696
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 24749
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 24742
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24820
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24807
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24823
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24817
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24795
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24811
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24827
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24788
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24801
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24753
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 24525
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24531
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24537
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24543
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 24596
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 24589
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24654
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24670
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24642
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24658
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24674
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24635
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24648
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24664
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24600
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 24514
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 24506
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24521
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24507
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 24414
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 24404
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24494
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24481
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24497
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24491
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24469
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24485
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24501
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24462
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24475
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24418
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 24187
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24193
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24199
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24205
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs4800.ts",
          "line": 24258
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs4800.ts",
        "line": 24251
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24316
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24332
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24304
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24320
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24336
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24297
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24310
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24326
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs4800.ts",
            "line": 24262
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs4800:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 283
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 276
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 435
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 448
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 464
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 480
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 364
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 451
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 467
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 393
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 483
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 422
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 432
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 445
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 461
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 477
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 439
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 368
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 381
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 471
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 455
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 397
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 410
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 487
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 426
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 358
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 374
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 387
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 403
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 416
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 287
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 51
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 57
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 96
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 89
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 130
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 123
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 100
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 1777
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 1769
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1784
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1770
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 491
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 515
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 521
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 497
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 503
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 509
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 527
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 601
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 594
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 664
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 680
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 696
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 738
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 668
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 684
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 700
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 713
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 726
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 742
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 658
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 674
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 690
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 706
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 719
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 732
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 605
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 1586
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 1576
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1661
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1677
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1693
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1709
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1725
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1741
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1757
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1664
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1680
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1696
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1712
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1728
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1744
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1760
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1658
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1674
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1690
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1706
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1722
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1738
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1754
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1668
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1684
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1700
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1716
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1732
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1748
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1764
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1590
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 746
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 764
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 782
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 788
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 752
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 758
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 770
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 776
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 794
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 800
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 806
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 908
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 901
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 995
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1011
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1040
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1056
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1098
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1114
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1130
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 999
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1015
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1028
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1044
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1060
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1073
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1086
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1102
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1118
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1134
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 989
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1005
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1021
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1034
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1050
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1066
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1079
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1092
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1108
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1124
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 912
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 1138
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1156
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1168
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1180
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1144
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1150
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1162
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1174
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1186
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 1274
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 1267
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1349
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1365
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1394
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1423
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1452
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1353
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1369
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1382
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1398
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1411
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1427
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1440
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1456
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1343
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1359
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1375
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1388
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1404
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1417
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1433
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1446
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1278
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 2464
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2470
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2482
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2488
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2494
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2476
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 1788
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1794
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1800
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1806
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 1859
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 1852
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1917
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1933
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1905
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1921
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1937
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1898
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1911
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1927
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1863
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 2091
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2097
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2103
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2109
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 2268
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 2260
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2275
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2261
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 2165
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 2155
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2248
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2219
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2235
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2251
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2245
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2223
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2239
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2255
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2213
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2229
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2169
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 1941
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1947
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1959
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 1953
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 2012
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 2005
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2070
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2058
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2074
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2087
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2051
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2064
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2080
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2016
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 2279
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2285
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2291
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2297
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 2453
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 2445
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2460
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2446
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 2353
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 2343
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2420
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2436
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2408
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2424
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2440
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2401
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2414
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2430
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2357
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 2561
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 2554
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2644
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2660
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2676
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2647
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2663
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2679
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2631
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2641
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2657
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2673
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2651
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2667
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2619
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2683
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2635
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2612
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2625
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2565
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 3363
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3369
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3381
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3387
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3393
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3375
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 2687
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2693
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2699
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2705
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 2758
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 2751
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2816
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2832
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2804
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2820
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2836
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2797
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2810
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2826
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2762
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 2990
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2996
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3002
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3008
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 3167
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 3159
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3174
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3160
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 3064
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 3054
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3147
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3118
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3134
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3150
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3144
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3122
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3138
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3154
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3112
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3128
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3068
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 2840
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2846
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2858
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2852
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 2911
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 2904
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2969
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2957
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2973
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2986
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2950
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2963
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2979
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 2915
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 3178
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3184
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3190
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3196
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 3352
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 3344
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3359
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3345
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 3252
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 3242
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3319
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3335
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3307
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3323
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3339
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3300
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3313
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3329
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3256
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 3460
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 3453
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3543
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3559
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3575
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3546
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3562
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3578
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3530
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3540
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3556
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3572
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3550
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3566
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3518
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3582
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3534
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3511
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3524
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 3464
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 12063
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#view Dashboard#view}",
            "stability": "stable",
            "summary": "view block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12123
          },
          "name": "view",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12105
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12069
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12075
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12081
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12111
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12117
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12087
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12093
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12099
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 4490
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4496
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4502
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4508
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4514
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 4702
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 4694
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4709
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4695
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 4577
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 4567
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4637
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4653
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4669
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4685
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4641
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4657
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4673
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4689
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4631
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4647
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4663
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4679
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4581
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 12225
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 12218
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12405
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12421
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12437
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12453
          },
          "name": "putView",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12408
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12312
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12328
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12344
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12424
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12440
          },
          "name": "resetStyle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12360
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12376
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12392
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12402
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12418
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12434
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12450
          },
          "name": "view",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionViewOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12412
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12316
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12332
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12348
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12428
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12444
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12380
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12364
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12396
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12457
          },
          "name": "viewInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12306
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12322
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12338
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12354
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12370
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12386
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12229
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 11607
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11619
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11625
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11613
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11631
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11637
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 5865
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5883
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5871
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5877
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5889
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5895
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#number_format Dashboard#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5901
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5907
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 4713
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4719
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4755
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4767
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4725
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4731
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4737
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4743
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4749
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4761
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 5091
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 5083
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5098
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5084
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 4865
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 4855
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4968
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4984
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5000
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5016
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5032
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5061
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4956
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4972
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4988
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5004
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5020
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5036
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5049
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5065
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5078
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4949
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4962
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4978
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4994
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5010
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5026
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5042
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5055
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5071
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 4869
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 5102
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5108
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5114
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 5160
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 5153
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5199
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5215
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5203
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5219
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5193
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5209
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5164
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 6179
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 6171
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6186
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6172
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 5626
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5632
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5638
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 5684
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 5677
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5720
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5733
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5736
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5717
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5730
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5724
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5740
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5688
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 5424
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#canonical Dashboard#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5430
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom Dashboard#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5436
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 5223
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5235
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5229
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 5281
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 5274
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5320
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5324
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5337
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5314
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5330
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5285
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 5341
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5347
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 5386
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 5379
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5420
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5413
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5390
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 5482
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 5475
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5518
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5534
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5521
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5537
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5515
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5531
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5525
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5541
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5486
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 5545
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5549
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 5588
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 5581
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5622
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5615
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5592
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 5991
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 5981
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6111
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6127
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6143
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6159
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6069
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6085
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6114
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6130
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6146
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6162
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6108
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6124
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6140
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6156
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6073
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6089
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6118
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6102
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6134
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6150
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6166
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6063
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6079
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6095
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5995
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 5744
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5750
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_index Dashboard#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5756
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 5802
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 5795
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5841
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5857
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5861
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5845
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5835
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5851
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 5806
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 11854
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 11846
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11861
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11847
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 6866
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6872
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6884
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6890
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6896
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6878
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 6190
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6196
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6202
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6208
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 6261
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 6254
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6319
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6335
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6307
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6323
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6339
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6300
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6313
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6329
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6265
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 6493
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6499
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6505
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6511
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 6670
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 6662
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6677
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6663
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 6567
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 6557
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6650
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6621
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6637
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6653
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6647
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6625
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6641
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6657
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6615
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6631
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6571
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 6343
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6349
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6361
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6355
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 6414
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 6407
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6472
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6460
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6476
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6489
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6453
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6466
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6482
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6418
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 6681
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6687
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6693
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6699
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 6855
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 6847
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6862
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6848
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 6755
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 6745
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6822
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6838
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6810
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6826
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6842
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6803
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6816
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6832
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6759
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 6963
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 6956
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7046
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7062
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7078
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7049
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7065
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7081
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7033
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7043
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7059
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7075
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7053
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7069
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7021
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7085
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7037
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7014
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7027
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 6967
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 11707
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 11697
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11786
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11802
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11818
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11834
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11789
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11805
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11773
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11821
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11837
          },
          "name": "resetRumQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11783
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11799
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11815
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11831
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11793
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11809
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11777
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11825
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11841
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11767
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11711
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 10380
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10386
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10392
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10398
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10404
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10410
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10416
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10422
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 7089
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7101
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7107
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7119
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7125
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7143
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7149
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7155
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7095
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7113
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7131
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7137
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 7264
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 7257
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7357
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7399
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7441
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7457
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7361
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7374
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7387
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7403
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7416
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7429
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7445
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7461
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7474
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7487
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7500
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7351
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7367
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7380
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7393
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7409
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7422
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7435
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7451
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7467
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7480
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7493
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7268
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 7504
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7516
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7522
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7534
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7564
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7570
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7510
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7528
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7540
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7546
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7552
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7558
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 7679
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 7672
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7772
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7814
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7843
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7859
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7875
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7891
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7776
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7789
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7802
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7818
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7831
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7847
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7863
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7879
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7895
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7908
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7921
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7766
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7782
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7795
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7808
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7824
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7837
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7853
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7869
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7885
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7901
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7914
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7683
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 7925
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7943
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7949
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7955
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7931
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 7937
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 8022
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 8015
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8079
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8095
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8083
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8099
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8112
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8125
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8138
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8073
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8089
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8105
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8118
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8131
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8026
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 9054
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9090
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9066
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9078
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9060
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9096
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9102
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9072
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9108
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9084
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 8142
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8148
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8154
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8160
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 8316
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 8308
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8323
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8309
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 8216
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 8206
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8283
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8299
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8271
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8287
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8303
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8264
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8277
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8293
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8220
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 8480
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8486
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8492
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8498
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 8818
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8824
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8830
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8836
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 8889
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 8882
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8960
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8947
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8963
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8957
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8935
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8951
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8967
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8928
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8941
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8893
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 8665
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8671
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8677
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8683
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 8736
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 8729
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8794
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8810
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8782
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8798
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8814
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8775
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8788
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8804
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8740
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 8654
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 8646
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8661
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8647
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 8554
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 8544
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8634
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8621
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8637
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8631
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8609
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8625
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8641
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8602
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8615
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8558
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 8327
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8333
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8339
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8345
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 8398
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 8391
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8456
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8472
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8444
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8460
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8476
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8437
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8450
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8466
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8402
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 9203
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 9196
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9355
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9368
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9384
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9400
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9284
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9371
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9387
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9313
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9403
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9342
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9352
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9365
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9381
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9397
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9359
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9288
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9301
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9391
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9375
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9317
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9330
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9407
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9346
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9278
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9294
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9307
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9323
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9336
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9207
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 8971
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 8977
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 9016
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 9009
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9050
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9043
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9020
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 10697
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 10689
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10704
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10690
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 9411
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9435
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9441
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9417
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9423
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9429
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9447
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 9521
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 9514
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9584
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9600
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9616
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9658
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9588
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9604
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9620
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9633
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9646
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9662
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9578
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9594
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9610
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9626
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9639
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9652
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9525
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 10506
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 10496
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10581
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10597
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10613
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10629
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10645
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10661
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10677
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10584
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10600
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10616
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10632
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10648
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10664
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10680
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10578
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10594
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10610
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10626
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10642
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10658
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10674
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10588
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10604
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10620
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10636
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10652
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10668
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10684
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10510
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 9666
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9684
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9702
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9708
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9672
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9678
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9690
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9696
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9714
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9720
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9726
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 9828
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 9821
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9915
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9931
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9960
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9976
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10018
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10034
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10050
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9919
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9935
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9948
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9964
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9980
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9993
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10006
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10022
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10038
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10054
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9909
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9925
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9941
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9954
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9970
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9986
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9999
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10012
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10028
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10044
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 9832
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 10058
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10076
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10088
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10100
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10064
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10070
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10082
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10094
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10106
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 10194
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 10187
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10269
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10285
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10314
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10343
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10372
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10273
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10289
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10302
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10318
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10331
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10347
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10360
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10376
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10263
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10279
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10295
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10308
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10324
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10337
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10353
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10366
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10198
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 11384
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11390
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11402
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11408
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11414
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11396
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 10708
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10714
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10720
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10726
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 10779
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 10772
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10837
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10853
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10825
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10841
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10857
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10818
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10831
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10847
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10783
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 11011
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11017
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11023
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11029
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 11188
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 11180
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11195
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11181
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 11085
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 11075
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11168
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11139
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11155
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11171
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11165
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11143
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11159
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11175
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11133
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11149
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11089
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 10861
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10867
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10879
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10873
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 10932
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 10925
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10990
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10978
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10994
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11007
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10971
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10984
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11000
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 10936
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 11199
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11205
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11211
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11217
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 11373
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 11365
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11380
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11366
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 11273
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 11263
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11340
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11356
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11328
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11344
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11360
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11321
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11334
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11350
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11277
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 11481
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 11474
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11564
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11580
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11596
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11567
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11583
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11599
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11551
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11561
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11577
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11593
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11571
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11587
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11539
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11603
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11555
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11532
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11545
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11485
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 11865
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply to the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11871
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_flip Dashboard#palette_flip}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to flip the palette tones."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11877
          },
          "name": "paletteFlip",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 11923
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 11916
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11976
          },
          "name": "paletteFlipInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11963
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11956
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11969
          },
          "name": "paletteFlip",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11927
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 11980
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#focus Dashboard#focus}",
            "stability": "stable",
            "summary": "The two-letter ISO code of a country to focus the map on (or `WORLD`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 11986
          },
          "name": "focus",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionViewOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionViewOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 12025
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 12018
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionViewOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12059
          },
          "name": "focusInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12052
          },
          "name": "focus",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12029
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionViewOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 16759
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 16752
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16837
          },
          "name": "putChangeDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16853
          },
          "name": "putGeomapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16869
          },
          "name": "putQueryTableDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16885
          },
          "name": "putQueryValueDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16901
          },
          "name": "putScatterplotDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16917
          },
          "name": "putSunburstDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16933
          },
          "name": "putTimeseriesDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16949
          },
          "name": "putToplistDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16965
          },
          "name": "putTreemapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16840
          },
          "name": "resetChangeDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16856
          },
          "name": "resetGeomapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16872
          },
          "name": "resetQueryTableDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16888
          },
          "name": "resetQueryValueDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16904
          },
          "name": "resetScatterplotDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16920
          },
          "name": "resetSunburstDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16936
          },
          "name": "resetTimeseriesDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16952
          },
          "name": "resetToplistDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16968
          },
          "name": "resetTreemapDefinition"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16834
          },
          "name": "changeDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16850
          },
          "name": "geomapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16866
          },
          "name": "queryTableDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16882
          },
          "name": "queryValueDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16898
          },
          "name": "scatterplotDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16914
          },
          "name": "sunburstDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16930
          },
          "name": "timeseriesDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16946
          },
          "name": "toplistDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16962
          },
          "name": "treemapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16844
          },
          "name": "changeDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16860
          },
          "name": "geomapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16876
          },
          "name": "queryTableDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16892
          },
          "name": "queryValueDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16908
          },
          "name": "scatterplotDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16924
          },
          "name": "sunburstDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16940
          },
          "name": "timeseriesDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16956
          },
          "name": "toplistDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16972
          },
          "name": "treemapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16763
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 23891
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23939
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23897
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#has_search_bar Dashboard#has_search_bar}",
            "stability": "stable",
            "summary": "Controls the display of the search bar. Valid values are `always`, `never`, `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23903
          },
          "name": "hasSearchBar",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23909
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23915
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23945
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23921
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23927
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23933
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 12461
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12467
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12473
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12479
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12485
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 12673
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 12665
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12680
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12666
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 12548
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 12538
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12608
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12624
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12640
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12656
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12612
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12628
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12644
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12660
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12602
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12618
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12634
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12650
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12552
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 24040
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 24033
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24230
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24246
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24233
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24121
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24137
          },
          "name": "resetHasSearchBar"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24153
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24169
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24249
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24185
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24201
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24217
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24227
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24243
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24237
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24125
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24141
          },
          "name": "hasSearchBarInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24157
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24173
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24253
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24205
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24189
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24221
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24115
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24131
          },
          "name": "hasSearchBar",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24147
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24163
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24179
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24195
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24211
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24044
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 23248
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregator to use for time aggregation. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23254
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "The alias for the column name (defaults to metric name)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23260
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23290
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_stats_query Dashboard#apm_stats_query}",
            "stability": "stable",
            "summary": "apm_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23296
          },
          "name": "apmStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23266
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23302
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23308
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of lines to show in the table."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23272
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23314
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The sort order for the rows. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23278
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23320
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23284
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23326
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23332
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23338
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_formats Dashboard#text_formats}",
            "stability": "stable",
            "summary": "text_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23344
          },
          "name": "textFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 13360
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13366
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13378
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13384
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13390
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13372
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 12684
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12690
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12696
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12702
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 12755
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 12748
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12813
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12829
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12801
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12817
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12833
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12794
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12807
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12823
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12759
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 12987
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12993
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12999
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13005
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 13164
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 13156
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13171
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13157
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 13061
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 13051
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13144
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13115
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13131
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13147
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13141
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13119
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13135
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13151
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13109
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13125
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13065
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 12837
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12843
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12855
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12849
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 12908
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 12901
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12966
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12954
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12970
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12983
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12947
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12960
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12976
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 12912
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 13175
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13181
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13187
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13193
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 13349
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 13341
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13356
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13342
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 13249
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 13239
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13316
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13332
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13304
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13320
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13336
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13297
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13310
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13326
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13253
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 13457
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 13450
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13540
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13556
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13572
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13543
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13559
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13575
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13527
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13537
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13553
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13569
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13547
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13563
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13515
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13579
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13531
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13508
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13521
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13461
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 13803
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "The environment name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13809
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The operation name associated with the service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13815
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag Dashboard#primary_tag}",
            "stability": "stable",
            "summary": "The organization's host group name and value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13821
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#row_type Dashboard#row_type}",
            "stability": "stable",
            "summary": "The level of detail for the request. Valid values are `service`, `resource`, `span`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13833
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "The service name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13839
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#columns Dashboard#columns}",
            "stability": "stable",
            "summary": "columns block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13845
          },
          "name": "columns",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource Dashboard#resource}",
            "stability": "stable",
            "summary": "The resource name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13827
          },
          "name": "resource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 13583
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The column name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13601
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "A user-assigned alias for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13589
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13595
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13607
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 13792
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 13784
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13799
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13785
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 13670
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 13660
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13730
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13746
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13775
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13734
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13750
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13763
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13779
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13724
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13740
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13756
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13769
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13674
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 13926
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 13919
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14073
          },
          "name": "putColumns",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14076
          },
          "name": "resetColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14034
          },
          "name": "resetResource"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14070
          },
          "name": "columns",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14080
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13996
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14009
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14022
          },
          "name": "primaryTagInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14038
          },
          "name": "resourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14051
          },
          "name": "rowTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14064
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13989
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14002
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14015
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14028
          },
          "name": "resource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14044
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14057
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 13930
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 14084
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14090
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14126
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14138
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14096
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14102
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14108
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14114
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14120
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14132
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 14462
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 14454
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14469
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14455
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 14236
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 14226
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14339
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14355
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14371
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14387
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14403
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14432
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14327
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14343
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14359
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14375
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14391
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14407
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14420
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14436
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14449
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14320
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14333
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14349
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14365
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14381
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14397
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14413
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14426
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14442
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14240
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 15746
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15764
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15752
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15758
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode_options Dashboard#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15770
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15776
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15782
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#number_format Dashboard#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15788
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15794
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 14473
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#trend_type Dashboard#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14479
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#y_scale Dashboard#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared`, `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14485
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 14531
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 14524
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14570
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14586
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14574
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14590
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14564
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14580
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14535
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 14594
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14600
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14636
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14648
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14606
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14612
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14618
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14624
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14630
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14642
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 14972
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 14964
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14979
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14965
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 14746
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 14736
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14849
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14865
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14881
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14897
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14913
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14942
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14837
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14853
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14869
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14885
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14901
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14917
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14930
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14946
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14959
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14830
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14843
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14859
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14875
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14891
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14907
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14923
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14936
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14952
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14750
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 14983
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14989
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 14995
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 15041
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 15034
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15080
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15096
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15084
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15100
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15074
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15090
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15045
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 16095
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 16087
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16102
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16088
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 15507
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15513
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15519
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 15565
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 15558
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15601
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15614
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15617
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15598
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15611
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15605
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15621
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15569
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 15305
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#canonical Dashboard#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15311
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom Dashboard#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15317
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 15104
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15116
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15110
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 15162
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 15155
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15201
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15205
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15218
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15195
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15211
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15166
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 15222
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15228
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 15267
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 15260
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15301
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15294
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15271
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 15363
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 15356
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15399
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15415
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15402
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15418
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15396
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15412
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15406
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15422
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15367
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 15426
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15430
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 15469
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 15462
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15503
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15496
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15473
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 15885
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 15875
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16011
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16027
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16043
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16059
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16075
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15969
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15985
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16014
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16030
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16046
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16062
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16078
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16008
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16024
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16040
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16056
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16072
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15973
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15989
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16018
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16034
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16002
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16050
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16066
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16082
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15963
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15979
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15995
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15889
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 15625
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15631
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_index Dashboard#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15637
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 15683
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 15676
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15722
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15738
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15742
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15726
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15716
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15732
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 15687
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 23880
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 23872
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23887
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23873
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 16782
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16788
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16800
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16806
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16812
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16794
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 16106
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16112
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16118
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16124
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 16177
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 16170
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16235
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16251
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16223
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16239
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16255
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16216
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16229
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16245
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16181
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 16409
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16415
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16421
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16427
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 16586
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 16578
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16593
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16579
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 16483
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 16473
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16566
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16537
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16553
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16569
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16563
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16541
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16557
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16573
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16531
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16547
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16487
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 16259
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16265
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16277
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16271
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 16330
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 16323
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16388
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16376
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16392
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16405
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16369
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16382
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16398
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16334
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 16597
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16603
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16609
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16615
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 16771
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 16763
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16778
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16764
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 16671
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 16661
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16738
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16754
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16726
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16742
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16758
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16719
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16732
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16748
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16675
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 16879
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 16872
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16962
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16978
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16994
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16965
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16981
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16997
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16949
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16959
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16975
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16991
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16969
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16985
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16937
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17001
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16953
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16930
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16943
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 16883
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 23491
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 23481
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23716
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23732
          },
          "name": "putApmStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23748
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23764
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23780
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23796
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23812
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23828
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23844
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23860
          },
          "name": "putTextFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23623
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23639
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23719
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23735
          },
          "name": "resetApmStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23655
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23751
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23767
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23671
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23783
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23687
          },
          "name": "resetOrder"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23799
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23703
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23815
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23831
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23847
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23863
          },
          "name": "resetTextFormats"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23713
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23729
          },
          "name": "apmStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23745
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23761
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23777
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23793
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23809
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23825
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23841
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23857
          },
          "name": "textFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23627
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23643
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23723
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23739
          },
          "name": "apmStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23659
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23755
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23771
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23675
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23787
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23691
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23803
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23707
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23819
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23835
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23851
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23867
          },
          "name": "textFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23617
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23633
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23649
          },
          "name": "cellDisplayMode",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23665
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23681
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23697
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23495
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 17005
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17023
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17011
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17017
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17029
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 17089
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 17082
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17140
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17156
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17185
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17144
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17160
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17173
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17189
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17134
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17150
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17166
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17179
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17093
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 20484
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20490
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20496
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20502
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20508
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20514
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20520
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20526
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 17193
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17205
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17211
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17223
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17229
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17247
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17253
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17259
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17199
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17217
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17235
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17241
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 17368
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 17361
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17461
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17503
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17545
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17561
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17465
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17478
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17491
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17507
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17520
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17533
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17549
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17565
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17578
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17591
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17604
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17455
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17471
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17484
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17497
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17513
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17526
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17539
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17555
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17571
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17584
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17597
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17372
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 17608
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17620
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17626
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17638
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17668
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17674
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17614
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17632
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17644
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17650
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17656
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17662
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 17783
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 17776
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17876
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17918
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17947
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17963
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17979
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17995
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17880
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17893
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17906
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17922
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17935
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17951
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17967
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17983
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17999
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18012
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18025
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17870
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17886
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17899
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17912
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17928
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17941
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17957
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17973
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17989
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18005
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18018
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 17787
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 18029
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18047
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18053
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18059
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18035
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18041
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 18126
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 18119
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18183
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18199
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18187
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18203
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18216
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18229
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18242
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18177
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18193
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18209
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18222
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18235
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18130
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 19158
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19194
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19170
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19182
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19164
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19200
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19206
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19176
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19212
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19188
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 18246
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18252
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18258
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18264
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 18420
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 18412
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18427
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18413
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 18320
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 18310
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18387
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18403
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18375
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18391
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18407
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18368
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18381
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18397
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18324
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 18584
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18590
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18596
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18602
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 18922
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18928
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18934
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18940
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 18993
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 18986
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19064
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19051
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19067
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19061
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19039
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19055
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19071
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19032
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19045
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18997
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 18769
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18775
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18781
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18787
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 18840
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 18833
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18898
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18914
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18886
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18902
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18918
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18879
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18892
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18908
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18844
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 18758
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 18750
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18765
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18751
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 18658
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 18648
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18738
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18725
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18741
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18735
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18713
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18729
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18745
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18706
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18719
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18662
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 18431
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18437
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18443
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18449
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 18502
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 18495
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18560
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18576
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18548
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18564
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18580
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18541
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18554
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18570
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 18506
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 19307
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 19300
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19459
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19472
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19488
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19504
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19388
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19475
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19491
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19417
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19507
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19446
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19456
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19469
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19485
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19501
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19463
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19392
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19405
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19495
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19479
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19421
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19434
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19511
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19450
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19382
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19398
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19411
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19427
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19440
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19311
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 19075
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19081
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 19120
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 19113
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19154
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19147
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19124
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 20801
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 20793
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20808
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20794
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 19515
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19539
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19545
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19521
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19527
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19533
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19551
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 19625
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 19618
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19688
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19704
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19720
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19762
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19692
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19708
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19724
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19737
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19750
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19766
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19682
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19698
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19714
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19730
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19743
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19756
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19629
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 20610
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 20600
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20685
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20701
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20717
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20733
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20749
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20765
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20781
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20688
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20704
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20720
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20736
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20752
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20768
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20784
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20682
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20698
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20714
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20730
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20746
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20762
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20778
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20692
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20708
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20724
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20740
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20756
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20772
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20788
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20614
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 19770
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19788
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19806
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19812
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19776
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19782
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19794
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19800
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19818
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19824
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19830
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 19932
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 19925
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20019
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20035
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20064
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20080
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20122
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20138
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20154
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20023
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20039
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20052
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20068
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20084
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20097
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20110
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20126
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20142
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20158
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20013
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20029
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20045
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20058
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20074
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20090
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20103
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20116
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20132
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20148
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 19936
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 20162
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20180
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20192
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20204
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20168
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20174
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20186
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20198
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20210
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 20298
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 20291
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20373
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20389
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20418
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20447
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20476
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20377
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20393
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20406
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20422
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20435
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20451
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20464
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20480
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20367
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20383
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20399
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20412
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20428
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20441
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20457
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20470
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20302
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 21488
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21494
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21506
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21512
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21518
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21500
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 20812
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20818
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20824
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20830
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 20883
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 20876
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20941
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20957
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20929
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20945
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20961
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20922
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20935
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20951
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20887
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 21115
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21121
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21127
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21133
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 21292
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 21284
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21299
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21285
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 21189
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 21179
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21272
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21243
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21259
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21275
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21269
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21247
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21263
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21279
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21237
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21253
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21193
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 20965
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20971
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20983
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 20977
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 21036
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 21029
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21094
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21082
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21098
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21111
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21075
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21088
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21104
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21040
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 21303
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21309
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21315
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21321
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 21477
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 21469
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21484
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21470
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 21377
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 21367
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21444
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21460
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21432
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21448
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21464
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21425
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21438
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21454
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21381
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 21585
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 21578
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21668
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21684
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21700
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21671
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21687
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21703
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21655
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21665
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21681
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21697
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21675
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21691
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21643
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21707
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21659
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21636
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21649
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21589
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 22387
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22393
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22405
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22411
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22417
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22399
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 21711
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21717
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21723
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21729
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 21782
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 21775
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21840
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21856
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21828
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21844
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21860
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21821
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21834
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21850
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21786
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 22014
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22020
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22026
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22032
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 22191
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 22183
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22198
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22184
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 22088
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 22078
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22171
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22142
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22158
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22174
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22168
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22146
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22162
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22178
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22136
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22152
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22092
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 21864
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21870
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21882
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21876
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 21935
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 21928
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21993
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21981
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21997
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22010
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21974
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21987
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22003
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 21939
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 22202
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22208
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22214
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22220
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 22376
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 22368
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22383
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22369
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 22276
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 22266
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22343
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22359
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22331
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22347
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22363
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22324
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22337
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22353
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22280
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 22484
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 22477
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22567
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22583
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22599
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22570
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22586
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22602
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22554
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22564
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22580
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22596
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22574
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22590
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22542
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22606
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22558
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22535
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22548
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22488
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 23130
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_format Dashboard#text_format}",
            "stability": "stable",
            "summary": "text_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23136
          },
          "name": "textFormat",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 23237
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 23229
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23244
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23230
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 23178
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 23168
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23217
          },
          "name": "putTextFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23220
          },
          "name": "resetTextFormat"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23214
          },
          "name": "textFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23224
          },
          "name": "textFormatInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23182
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 22875
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#match Dashboard#match}",
            "stability": "stable",
            "summary": "match block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22899
          },
          "name": "match",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The custom color palette to apply to the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22881
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The custom color palette to apply to the foreground text."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22887
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply. Valid values are `white_on_red`, `white_on_yellow`, `white_on_green`, `black_on_light_red`, `black_on_light_yellow`, `black_on_light_green`, `red_on_white`, `yellow_on_white`, `green_on_white`, `custom_bg`, `custom_text`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22893
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#replace Dashboard#replace}",
            "stability": "stable",
            "summary": "replace block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22905
          },
          "name": "replace",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 23119
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 23111
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23126
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23112
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 22610
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#type Dashboard#type}",
            "stability": "stable",
            "summary": "Match or compare option. Valid values are `is`, `is_not`, `contains`, `does_not_contain`, `starts_with`, `ends_with`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22616
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "Table Widget Match String."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22622
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 22668
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 22661
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22708
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22721
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22701
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22714
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22672
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 22975
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 22965
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23086
          },
          "name": "putMatch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23099
          },
          "name": "putReplace",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23041
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23057
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23073
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23102
          },
          "name": "resetReplace"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23083
          },
          "name": "match",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23096
          },
          "name": "replace",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23045
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23061
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23090
          },
          "name": "matchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23077
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23106
          },
          "name": "replaceInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23035
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23051
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 23067
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22979
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 22725
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#type Dashboard#type}",
            "stability": "stable",
            "summary": "Table widget text format replace all type."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22737
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#with Dashboard#with}",
            "stability": "stable",
            "summary": "Table Widget Match String."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22743
          },
          "name": "with",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#substring Dashboard#substring}",
            "stability": "stable",
            "summary": "Text that will be replaced. Must be used with type `substring`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22731
          },
          "name": "substring",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 22796
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 22789
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22841
          },
          "name": "resetSubstring"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22845
          },
          "name": "substringInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22858
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22871
          },
          "name": "withInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22835
          },
          "name": "substring",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22851
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22864
          },
          "name": "with",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 22800
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 9613
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#autoscale Dashboard#autoscale}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to automatically scale the tile."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9619
          },
          "name": "autoscale",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9679
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_unit Dashboard#custom_unit}",
            "stability": "stable",
            "summary": "The unit for the value displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9625
          },
          "name": "customUnit",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9631
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9637
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9643
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#precision Dashboard#precision}",
            "stability": "stable",
            "summary": "The precision to use when displaying the tile."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9649
          },
          "name": "precision",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9685
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_align Dashboard#text_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's text. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9655
          },
          "name": "textAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeseries_background Dashboard#timeseries_background}",
            "stability": "stable",
            "summary": "timeseries_background block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9691
          },
          "name": "timeseriesBackground",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9661
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9667
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9673
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 24257
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24263
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24269
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24275
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24281
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 24469
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 24461
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24476
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24462
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 24344
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 24334
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24404
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24420
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24436
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24452
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24408
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24424
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24440
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24456
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24398
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24414
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24430
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24446
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24348
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 9814
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 9807
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10076
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10092
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10108
          },
          "name": "putTimeseriesBackground",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9919
          },
          "name": "resetAutoscale"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10079
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9935
          },
          "name": "resetCustomUnit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9951
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9967
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9983
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9999
          },
          "name": "resetPrecision"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10095
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10015
          },
          "name": "resetTextAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10111
          },
          "name": "resetTimeseriesBackground"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10031
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10047
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10063
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10073
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10089
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10105
          },
          "name": "timeseriesBackground",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9923
          },
          "name": "autoscaleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10083
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9939
          },
          "name": "customUnitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9955
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9971
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9987
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10003
          },
          "name": "precisionInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10099
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10019
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10115
          },
          "name": "timeseriesBackgroundInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10051
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10035
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10067
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9913
          },
          "name": "autoscale",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9929
          },
          "name": "customUnit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9945
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9961
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9977
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9993
          },
          "name": "precision",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10009
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10025
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10041
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10057
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9818
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 8801
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregator to use for time aggregation. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8807
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8819
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#audit_query Dashboard#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8825
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8831
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8837
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8843
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8849
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8813
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8855
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8861
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8867
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 25156
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25162
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25174
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25180
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25186
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25168
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 24480
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24486
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24492
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24498
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 24551
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 24544
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24609
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24625
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24597
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24613
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24629
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24590
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24603
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24619
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24555
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 24783
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24789
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24795
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24801
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 24960
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 24952
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24967
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24953
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 24857
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 24847
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24940
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24911
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24927
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24943
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24937
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24915
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24931
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24947
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24905
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24921
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24861
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 24633
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24639
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24651
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24645
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 24704
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 24697
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24762
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24750
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24766
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24779
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24743
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24756
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24772
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24708
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 24971
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24977
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24983
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 24989
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 25145
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 25137
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25152
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25138
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 25045
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 25035
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25112
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25128
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25100
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25116
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25132
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25093
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25106
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25122
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25049
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 25253
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 25246
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25336
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25352
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25368
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25339
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25355
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25371
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25323
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25333
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25349
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25365
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25343
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25359
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25311
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25375
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25327
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25304
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25317
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25257
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 208
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 214
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 226
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 232
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 238
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 220
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 25379
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25385
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25391
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25397
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 25450
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 25443
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25508
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25524
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25496
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25512
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25528
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25489
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25502
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25518
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25454
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 25682
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25688
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25694
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25700
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 25859
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 25851
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25866
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25852
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 25756
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 25746
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25839
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25810
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25826
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25842
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25836
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25814
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25830
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25846
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25804
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25820
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25760
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 25532
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25538
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25550
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25544
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5200.ts",
          "line": 25603
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5200.ts",
        "line": 25596
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25661
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25649
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25665
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25678
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25642
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25655
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25671
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5200.ts",
            "line": 25607
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5200:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 23
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 29
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 35
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 41
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 197
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 189
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 204
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 190
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 97
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 87
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 164
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 180
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 152
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 168
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 184
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 145
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 158
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 174
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 101
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 305
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 298
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 388
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 404
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 420
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 391
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 407
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 423
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 375
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 385
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 401
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 417
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 395
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 411
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 363
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 427
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 379
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 356
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 369
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 309
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 431
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 437
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 473
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 485
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 443
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 449
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 455
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 461
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 467
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 479
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 809
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 801
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 816
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 802
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 583
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 573
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 686
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 702
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 718
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 734
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 750
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 779
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 674
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 690
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 706
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 722
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 738
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 754
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 767
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 783
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 796
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 667
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 680
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 696
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 712
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 728
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 744
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 760
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 773
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 789
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 587
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 1972
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1990
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1978
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1984
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1996
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2002
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#number_format Dashboard#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2008
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2014
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 820
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 826
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 862
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 874
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 832
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 838
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 844
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 850
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 856
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 868
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 1198
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 1190
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1205
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1191
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 972
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 962
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1075
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1091
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1107
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1123
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1139
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1168
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1063
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1079
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1095
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1111
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1127
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1143
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1156
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1172
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1185
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1056
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1069
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1085
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1101
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1117
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1133
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1149
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1162
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1178
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 976
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 1209
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1215
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1221
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 1267
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 1260
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1306
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1322
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1310
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1326
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1300
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1316
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1271
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 2286
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 2278
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2293
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2279
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 1733
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1739
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1745
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 1791
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 1784
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1827
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1840
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1843
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1824
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1837
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1831
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1847
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1795
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 1531
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#canonical Dashboard#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1537
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom Dashboard#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1543
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 1330
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1342
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1336
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 1388
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 1381
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1427
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1431
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1444
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1421
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1437
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1392
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 1448
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1454
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 1493
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 1486
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1527
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1520
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1497
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 1589
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 1582
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1625
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1641
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1628
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1644
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1622
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1638
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1632
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1648
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1593
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 1652
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1656
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 1695
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 1688
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1729
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1722
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1699
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 2098
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 2088
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2218
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2234
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2250
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2266
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2176
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2192
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2221
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2237
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2253
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2269
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2215
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2231
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2247
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2263
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2180
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2196
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2225
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2209
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2241
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2257
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2273
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2170
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2186
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2202
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2102
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 1851
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1857
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_index Dashboard#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1863
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 1909
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 1902
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1948
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1964
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1968
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1952
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1942
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1958
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 1913
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 9258
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 9250
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9265
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9251
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 2973
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2979
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2991
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2997
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3003
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2985
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 2297
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2303
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2309
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2315
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 2368
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 2361
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2426
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2442
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2414
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2430
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2446
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2407
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2420
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2436
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2372
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 2600
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2606
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2612
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2618
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 2777
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 2769
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2784
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2770
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 2674
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 2664
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2757
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2728
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2744
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2760
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2754
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2732
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2748
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2764
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2722
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2738
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2678
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 2450
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2456
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2468
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2462
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 2521
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 2514
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2579
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2567
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2583
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2596
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2560
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2573
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2589
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2525
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 2788
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2794
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2800
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2806
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 2962
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 2954
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2969
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2955
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 2862
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 2852
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2929
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2945
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2917
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2933
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2949
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2910
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2923
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2939
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 2866
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 3070
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 3063
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3153
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3169
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3185
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3156
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3172
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3188
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3140
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3150
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3166
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3182
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3160
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3176
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3128
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3192
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3144
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3121
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3134
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3074
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 8979
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 8969
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9110
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9126
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9142
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9158
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9174
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9190
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9206
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9222
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9238
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9081
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9113
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9129
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9145
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9161
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9177
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9193
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9097
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9209
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9225
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9241
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9107
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9123
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9139
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9155
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9171
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9187
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9203
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9219
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9235
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9085
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9117
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9133
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9149
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9165
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9181
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9197
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9101
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9213
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9229
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9245
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9075
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9091
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8983
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 3196
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3214
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3202
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3208
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3220
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 3280
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 3273
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3331
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3347
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3376
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3335
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3351
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3364
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3380
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3325
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3341
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3357
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3370
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3284
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 6675
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6681
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6687
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6693
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6699
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6705
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6711
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6717
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 3384
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3396
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3402
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3414
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3420
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3438
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3444
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3450
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3390
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3408
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3426
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3432
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 3559
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 3552
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3652
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3694
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3736
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3752
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3656
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3669
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3682
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3698
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3711
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3724
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3740
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3756
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3769
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3782
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3795
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3646
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3662
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3675
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3688
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3704
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3717
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3730
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3746
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3762
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3775
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3788
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3563
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 3799
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3811
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3817
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3829
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3859
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3865
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3805
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3823
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3835
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3841
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3847
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3853
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 3974
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 3967
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4067
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4109
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4138
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4154
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4170
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4186
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4071
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4084
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4097
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4113
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4126
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4142
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4158
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4174
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4190
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4203
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4216
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4061
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4077
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4090
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4103
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4119
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4132
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4148
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4164
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4180
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4196
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4209
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 3978
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 4220
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4238
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4244
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4250
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4226
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4232
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 4317
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 4310
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4374
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4390
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4378
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4394
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4407
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4420
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4433
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4368
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4384
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4400
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4413
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4426
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4321
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 5349
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5385
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5361
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5373
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5355
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5391
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5397
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5367
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5403
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5379
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 4437
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4443
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4449
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4455
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 4611
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 4603
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4618
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4604
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 4511
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 4501
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4578
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4594
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4566
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4582
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4598
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4559
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4572
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4588
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4515
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 4775
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4781
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4787
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4793
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 5113
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5119
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5125
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5131
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 5184
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 5177
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5255
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5242
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5258
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5252
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5230
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5246
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5262
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5223
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5236
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5188
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 4960
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4966
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4972
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4978
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 5031
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 5024
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5089
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5105
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5077
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5093
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5109
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5070
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5083
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5099
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5035
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 4949
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 4941
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4956
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4942
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 4849
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 4839
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4929
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4916
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4932
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4926
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4904
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4920
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4936
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4897
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4910
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4853
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 4622
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4628
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4634
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4640
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 4693
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 4686
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4751
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4767
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4739
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4755
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4771
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4732
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4745
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4761
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 4697
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 5498
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 5491
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5650
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5663
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5679
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5695
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5579
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5666
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5682
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5608
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5698
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5637
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5647
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5660
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5676
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5692
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5654
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5583
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5596
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5686
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5670
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5612
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5625
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5702
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5641
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5573
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5589
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5602
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5618
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5631
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5502
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 5266
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5272
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 5311
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 5304
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5345
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5338
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5315
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 6992
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 6984
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6999
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6985
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 5706
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5730
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5736
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5712
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5718
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5724
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5742
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 5816
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 5809
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5879
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5895
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5911
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5953
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5883
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5899
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5915
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5928
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5941
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5957
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5873
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5889
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5905
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5921
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5934
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5947
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5820
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 6801
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 6791
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6876
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6892
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6908
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6924
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6940
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6956
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6972
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6879
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6895
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6911
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6927
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6943
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6959
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6975
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6873
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6889
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6905
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6921
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6937
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6953
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6969
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6883
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6899
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6915
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6931
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6947
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6963
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6979
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6805
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 5961
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5979
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5997
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6003
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5967
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5973
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5985
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 5991
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6009
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6015
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6021
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 6123
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 6116
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6210
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6226
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6255
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6271
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6313
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6329
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6345
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6214
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6230
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6243
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6259
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6275
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6288
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6301
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6317
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6333
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6349
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6204
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6220
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6236
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6249
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6265
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6281
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6294
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6307
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6323
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6339
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6127
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 6353
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6371
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6383
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6395
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6359
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6365
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6377
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6389
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6401
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 6489
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 6482
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6564
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6580
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6609
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6638
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6667
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6568
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6584
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6597
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6613
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6626
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6642
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6655
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6671
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6558
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6574
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6590
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6603
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6619
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6632
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6648
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6661
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 6493
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 7679
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7685
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7697
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7703
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7709
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7691
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 7003
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7009
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7015
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7021
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 7074
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 7067
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7132
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7148
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7120
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7136
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7152
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7113
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7126
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7142
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7078
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 7306
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7312
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7318
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7324
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 7483
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 7475
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7490
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7476
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 7380
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 7370
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7463
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7434
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7450
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7466
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7460
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7438
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7454
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7470
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7428
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7444
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7384
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 7156
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7162
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7174
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7168
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 7227
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 7220
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7285
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7273
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7289
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7302
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7266
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7279
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7295
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7231
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 7494
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7500
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7506
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7512
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 7668
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 7660
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7675
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7661
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 7568
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 7558
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7635
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7651
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7623
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7639
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7655
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7616
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7629
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7645
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7572
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 7776
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 7769
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7859
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7875
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7891
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7862
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7878
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7894
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7846
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7856
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7872
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7888
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7866
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7882
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7834
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7898
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7850
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7827
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7840
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7780
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 8578
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8584
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8596
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8602
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8608
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8590
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 7902
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7908
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7914
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7920
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 7973
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 7966
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8031
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8047
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8019
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8035
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8051
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8012
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8025
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8041
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 7977
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 8205
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8211
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8217
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8223
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 8382
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 8374
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8389
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8375
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 8279
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 8269
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8362
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8333
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8349
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8365
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8359
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8337
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8353
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8369
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8327
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8343
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8283
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 8055
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8061
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8073
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8067
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 8126
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 8119
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8184
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8172
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8188
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8201
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8165
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8178
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8194
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8130
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 8393
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8399
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8405
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8411
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 8567
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 8559
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8574
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8560
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 8467
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 8457
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8534
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8550
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8522
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8538
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8554
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8515
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8528
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8544
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8471
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 8675
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 8668
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8758
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8774
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8790
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8761
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8777
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8793
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8745
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8755
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8771
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8787
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8765
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8781
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8733
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8797
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8749
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8726
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8739
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 8679
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 9495
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#type Dashboard#type}",
            "stability": "stable",
            "summary": "Whether the Timeseries is made using an area or bars. Valid values are `bars`, `area`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9501
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#yaxis Dashboard#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9507
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 9553
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 9546
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9602
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9605
          },
          "name": "resetYaxis"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9599
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9593
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9609
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9586
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9557
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 9269
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#include_zero Dashboard#include_zero}",
            "stability": "stable",
            "summary": "Always include zero or fit the axis to the data range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9275
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9281
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9287
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9293
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9299
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 9366
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 9359
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9423
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9439
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9455
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9471
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9487
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9427
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9443
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9459
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9475
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9491
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9417
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9433
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9449
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9465
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9481
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 9370
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 23128
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#color_by_groups Dashboard#color_by_groups}",
            "stability": "stable",
            "summary": "List of groups used for colors."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23134
          },
          "name": "colorByGroups",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23176
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23140
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23146
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23152
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23182
          },
          "name": "request",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23158
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23164
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23170
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#xaxis Dashboard#xaxis}",
            "stability": "stable",
            "summary": "xaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23188
          },
          "name": "xaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#yaxis Dashboard#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23194
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 10119
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10125
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10131
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10137
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10143
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 10331
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 10323
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10338
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10324
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 10206
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 10196
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10266
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10282
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10298
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10314
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10270
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10286
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10302
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10318
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10260
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10276
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10292
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10308
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10210
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 23303
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 23296
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23505
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23521
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23537
          },
          "name": "putXaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23553
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23396
          },
          "name": "resetColorByGroups"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23508
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23412
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23428
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23444
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23524
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23460
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23476
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23492
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23540
          },
          "name": "resetXaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23556
          },
          "name": "resetYaxis"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23502
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23518
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23534
          },
          "name": "xaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23550
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23400
          },
          "name": "colorByGroupsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23512
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23416
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23432
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23448
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23528
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23480
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23464
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23496
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23544
          },
          "name": "xaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23560
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23390
          },
          "name": "colorByGroups",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23406
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23422
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23438
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23454
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23470
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23486
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23307
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 22520
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scatterplot_table Dashboard#scatterplot_table}",
            "stability": "stable",
            "summary": "scatterplot_table block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22526
          },
          "name": "scatterplotTable",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#x Dashboard#x}",
            "stability": "stable",
            "summary": "x block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22532
          },
          "name": "x",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#y Dashboard#y}",
            "stability": "stable",
            "summary": "y block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22538
          },
          "name": "y",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 22591
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 22584
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22633
          },
          "name": "putScatterplotTable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22649
          },
          "name": "putX",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22665
          },
          "name": "putY",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22636
          },
          "name": "resetScatterplotTable"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22652
          },
          "name": "resetX"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22668
          },
          "name": "resetY"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22630
          },
          "name": "scatterplotTable",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22646
          },
          "name": "x",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22662
          },
          "name": "y",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22640
          },
          "name": "scatterplotTableInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22656
          },
          "name": "xInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22672
          },
          "name": "yInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22595
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 14143
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14149
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14155
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 10342
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#dimension Dashboard#dimension}",
            "stability": "stable",
            "summary": "Dimension of the Scatterplot. Valid values are `x`, `y`, `radius`, `color`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10354
          },
          "name": "dimension",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10360
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10348
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 10513
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 10505
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10520
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10506
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 10416
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 10406
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10470
          },
          "name": "resetAlias"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10474
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10487
          },
          "name": "dimensionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10500
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10464
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10480
          },
          "name": "dimension",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10493
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10420
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 14285
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 14277
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14292
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14278
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 14204
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 14194
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14249
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14265
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14252
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14268
          },
          "name": "resetQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14246
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14262
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14256
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14272
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14208
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 13815
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13821
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13827
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13833
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13839
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13845
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13851
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13857
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 10524
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10536
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10542
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10554
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10560
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10578
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10584
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10590
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10530
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10548
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10566
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10572
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 10699
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 10692
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10792
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10834
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10876
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10892
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10796
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10809
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10822
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10838
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10851
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10864
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10880
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10896
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10909
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10922
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10935
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10786
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10802
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10815
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10828
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10844
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10857
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10870
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10886
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10902
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10915
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10928
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10703
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 10939
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10951
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10957
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10969
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10999
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11005
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10945
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10963
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10975
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10981
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10987
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 10993
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 11114
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 11107
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11207
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11249
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11278
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11294
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11310
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11326
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11211
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11224
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11237
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11253
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11266
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11282
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11298
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11314
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11330
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11343
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11356
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11201
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11217
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11230
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11243
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11259
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11272
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11288
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11304
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11320
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11336
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11349
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11118
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 11360
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11378
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11384
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11390
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11366
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11372
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 11457
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 11450
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11514
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11530
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11518
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11534
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11547
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11560
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11573
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11508
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11524
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11540
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11553
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11566
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11461
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 12489
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12525
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12501
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12513
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12495
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12531
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12537
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12507
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12543
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12519
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 11577
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11583
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11589
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11595
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 11751
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 11743
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11758
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11744
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 11651
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 11641
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11718
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11734
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11706
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11722
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11738
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11699
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11712
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11728
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11655
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 11915
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11921
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11927
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11933
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 12253
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12259
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12265
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12271
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 12324
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 12317
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12395
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12382
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12398
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12392
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12370
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12386
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12402
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12363
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12376
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12328
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 12100
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12106
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12112
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12118
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 12171
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 12164
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12229
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12245
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12217
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12233
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12249
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12210
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12223
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12239
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12175
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 12089
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 12081
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12096
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12082
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 11989
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 11979
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12069
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12056
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12072
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12066
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12044
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12060
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12076
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12037
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12050
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11993
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 11762
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11768
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11774
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11780
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 11833
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 11826
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11891
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11907
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11879
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11895
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11911
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11872
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11885
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11901
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 11837
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 12638
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 12631
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12790
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12803
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12819
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12835
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12719
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12806
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12822
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12748
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12838
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12777
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12787
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12800
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12816
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12832
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12794
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12723
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12736
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12826
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12810
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12752
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12765
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12842
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12781
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12713
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12729
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12742
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12758
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12771
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12642
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 12406
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12412
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 12451
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 12444
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12485
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12478
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12455
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 14132
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 14124
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14139
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14125
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 12846
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12870
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12876
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12852
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12858
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12864
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12882
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 12956
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 12949
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13019
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13035
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13051
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13093
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13023
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13039
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13055
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13068
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13081
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13097
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13013
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13029
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13045
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13061
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13074
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13087
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 12960
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 13941
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 13931
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14016
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14032
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14048
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14064
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14080
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14096
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14112
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14019
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14035
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14051
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14067
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14083
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14099
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14115
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14013
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14029
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14045
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14061
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14077
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14093
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14109
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14023
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14039
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14055
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14071
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14087
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14103
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14119
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13945
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 13101
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13119
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13137
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13143
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13107
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13113
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13125
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13131
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13149
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13155
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13161
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 13263
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 13256
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13350
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13366
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13395
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13411
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13453
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13469
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13485
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13354
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13370
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13383
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13399
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13415
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13428
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13441
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13457
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13473
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13489
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13344
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13360
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13376
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13389
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13405
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13421
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13434
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13447
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13463
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13479
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13267
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 13493
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13511
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13523
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13535
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13499
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13505
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13517
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13529
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13541
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 13629
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 13622
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13704
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13720
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13749
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13778
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13807
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13708
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13724
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13737
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13753
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13766
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13782
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13795
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13811
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13698
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13714
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13730
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13743
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13759
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13772
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13788
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13801
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 13633
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 18080
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "Aggregator used for the request. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18086
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18098
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18104
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18110
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18092
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18116
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18122
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 14972
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14978
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14990
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14996
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15002
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14984
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 14296
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14302
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14308
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14314
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 14367
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 14360
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14425
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14441
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14413
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14429
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14445
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14406
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14419
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14435
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14371
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 14599
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14605
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14611
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14617
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 14776
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 14768
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14783
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14769
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 14673
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 14663
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14756
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14727
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14743
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14759
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14753
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14731
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14747
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14763
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14721
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14737
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14677
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 14449
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14455
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14467
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14461
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 14520
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 14513
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14578
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14566
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14582
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14595
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14559
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14572
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14588
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14524
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 14787
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14793
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14799
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14805
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 14961
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 14953
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14968
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14954
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 14861
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 14851
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14928
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14944
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14916
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14932
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14948
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14909
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14922
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14938
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 14865
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 15069
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 15062
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15152
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15168
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15184
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15155
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15171
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15187
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15139
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15149
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15165
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15181
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15159
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15175
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15127
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15191
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15143
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15120
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15133
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15073
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 18397
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 18389
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18404
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18390
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 15871
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15877
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15889
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15895
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15901
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15883
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 15195
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15201
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15207
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15213
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 15266
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 15259
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15324
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15340
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15312
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15328
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15344
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15305
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15318
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15334
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15270
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 15498
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15504
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15510
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15516
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 15675
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 15667
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15682
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15668
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 15572
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 15562
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15655
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15626
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15642
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15658
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15652
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15630
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15646
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15662
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15620
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15636
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15576
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 15348
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15354
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15366
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15360
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 15419
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 15412
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15477
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15465
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15481
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15494
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15458
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15471
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15487
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15423
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 15686
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15692
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15698
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15704
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 15860
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 15852
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15867
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15853
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 15760
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 15750
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15827
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15843
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15815
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15831
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15847
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15808
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15821
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15837
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15764
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 15968
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 15961
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16051
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16067
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16083
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16054
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16070
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16086
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16038
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16048
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16064
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16080
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16058
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16074
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16026
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16090
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16042
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16019
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16032
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 15972
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 18206
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 18196
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18313
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18329
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18345
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18361
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18377
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18284
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18316
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18332
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18348
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18300
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18364
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18380
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18310
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18326
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18342
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18358
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18374
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18288
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18320
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18336
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18352
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18304
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18368
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18384
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18278
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18294
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18210
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 16094
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16112
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16100
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16106
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16118
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 16178
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 16171
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16229
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16245
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16274
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16233
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16249
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16262
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16278
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16223
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16239
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16255
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16268
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16182
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 16958
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16964
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16976
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16982
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16988
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16970
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 16282
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16288
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16294
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16300
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 16353
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 16346
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16411
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16427
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16399
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16415
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16431
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16392
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16405
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16421
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16357
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 16585
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16591
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16597
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16603
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 16762
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 16754
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16769
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16755
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 16659
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 16649
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16742
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16713
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16729
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16745
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16739
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16717
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16733
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16749
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16707
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16723
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16663
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 16435
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16441
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16453
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16447
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 16506
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 16499
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16564
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16552
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16568
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16581
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16545
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16558
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16574
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16510
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 16773
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16779
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16785
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16791
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 16947
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 16939
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16954
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16940
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 16847
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 16837
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16914
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16930
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16902
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16918
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16934
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16895
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16908
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16924
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 16851
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 17055
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 17048
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17138
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17154
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17170
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17141
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17157
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17173
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17125
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17135
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17151
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17167
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17145
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17161
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17113
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17177
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17129
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17106
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17119
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17059
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 17857
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17863
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17875
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17881
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17887
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17869
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 17181
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17187
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17193
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17199
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 17252
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 17245
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17310
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17326
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17298
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17314
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17330
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17291
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17304
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17320
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17256
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 17484
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17490
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17496
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17502
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 17661
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 17653
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17668
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17654
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 17558
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 17548
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17641
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17612
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17628
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17644
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17638
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17616
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17632
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17648
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17606
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17622
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17562
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 17334
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17340
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17352
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17346
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 17405
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 17398
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17463
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17451
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17467
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17480
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17444
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17457
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17473
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17409
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 17672
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17678
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17684
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17690
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 17846
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 17838
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17853
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17839
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 17746
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 17736
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17813
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17829
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17801
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17817
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17833
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17794
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17807
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17823
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17750
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 17954
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 17947
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18037
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18053
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18069
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18040
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18056
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18072
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18024
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18034
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18050
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18066
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18044
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18060
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18012
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18076
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18028
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18005
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18018
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 17958
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 22192
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "Aggregator used for the request. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22198
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22210
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22216
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22222
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22204
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22228
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22234
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 19084
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19090
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19102
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19108
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19114
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19096
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 18408
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18414
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18420
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18426
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 18479
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 18472
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18537
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18553
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18525
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18541
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18557
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18518
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18531
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18547
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18483
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 18711
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18717
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18723
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18729
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 18888
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 18880
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18895
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18881
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 18785
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 18775
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18868
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18839
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18855
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18871
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18865
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18843
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18859
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18875
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18833
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18849
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18789
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 18561
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18567
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18579
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18573
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 18632
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 18625
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18690
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18678
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18694
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18707
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18671
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18684
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18700
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18636
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 18899
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18905
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18911
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18917
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 19073
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 19065
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19080
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19066
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 18973
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 18963
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19040
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19056
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19028
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19044
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19060
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19021
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19034
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19050
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 18977
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 19181
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 19174
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19264
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19280
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19296
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19267
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19283
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19299
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19251
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19261
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19277
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19293
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19271
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19287
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19239
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19303
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19255
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19232
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19245
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19185
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 22509
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 22501
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22516
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22502
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 19983
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19989
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20001
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20007
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20013
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19995
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 19307
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19313
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19319
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19325
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 19378
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 19371
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19436
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19452
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19424
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19440
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19456
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19417
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19430
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19446
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19382
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 19610
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19616
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19622
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19628
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 19787
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 19779
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19794
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19780
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 19684
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 19674
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19767
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19738
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19754
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19770
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19764
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19742
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19758
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19774
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19732
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19748
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19688
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 19460
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19466
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19478
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19472
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 19531
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 19524
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19589
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19577
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19593
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19606
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19570
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19583
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19599
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19535
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 19798
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19804
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19810
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19816
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 19972
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 19964
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19979
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19965
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 19872
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 19862
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19939
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19955
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19927
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19943
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19959
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19920
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19933
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19949
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 19876
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 20080
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 20073
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20163
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20179
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20195
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20166
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20182
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20198
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20150
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20160
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20176
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20192
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20170
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20186
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20138
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20202
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20154
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20131
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20144
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20084
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 22318
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 22308
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22425
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22441
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22457
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22473
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22489
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22396
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22428
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22444
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22460
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22412
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22476
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22492
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22422
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22438
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22454
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22470
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22486
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22400
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22432
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22448
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22464
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22416
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22480
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22496
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22390
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22406
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22322
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 20206
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20224
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20212
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20218
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20230
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 20290
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 20283
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20341
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20357
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20386
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20345
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20361
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20374
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20390
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20335
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20351
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20367
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20380
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20294
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 21070
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21076
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21088
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21094
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21100
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21082
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 20394
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20400
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20406
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20412
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 20465
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 20458
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20523
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20539
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20511
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20527
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20543
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20504
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20517
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20533
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20469
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 20697
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20703
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20709
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20715
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 20874
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 20866
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20881
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20867
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 20771
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 20761
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20854
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20825
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20841
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20857
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20851
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20829
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20845
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20861
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20819
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20835
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20775
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 20547
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20553
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20565
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20559
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 20618
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 20611
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20676
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20664
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20680
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20693
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20657
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20670
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20686
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20622
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 20885
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20891
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20897
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20903
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 21059
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 21051
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21066
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21052
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 20959
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 20949
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21026
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21042
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21014
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21030
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21046
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21007
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21020
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21036
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 20963
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 21167
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 21160
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21250
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21266
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21282
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21253
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21269
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21285
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21237
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21247
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21263
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21279
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21257
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21273
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21225
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21289
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21241
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21218
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21231
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21171
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 21969
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21975
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21987
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21993
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21999
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21981
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 21293
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21299
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21305
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21311
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 21364
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 21357
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21422
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21438
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21410
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21426
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21442
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21403
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21416
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21432
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21368
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 21596
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21602
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21608
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21614
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 21773
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 21765
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21780
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21766
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 21670
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 21660
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21753
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21724
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21740
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21756
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21750
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21728
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21744
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21760
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21718
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21734
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21674
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 21446
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21452
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21464
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21458
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 21517
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 21510
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21575
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21563
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21579
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21592
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21556
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21569
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21585
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21521
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 21784
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21790
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21796
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21802
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 21958
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 21950
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21965
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21951
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 21858
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 21848
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21925
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21941
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21913
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21929
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21945
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21906
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21919
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21935
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 21862
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 22066
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 22059
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22149
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22165
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22181
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22152
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22168
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22184
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22136
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22146
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22162
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22178
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22156
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22172
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22124
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22188
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22140
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22117
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22130
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22070
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 22676
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#include_zero Dashboard#include_zero}",
            "stability": "stable",
            "summary": "Always include zero or fit the axis to the data range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22682
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22688
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22694
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22700
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22706
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 22773
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 22766
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22830
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22846
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22862
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22878
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22894
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxisOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22834
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22850
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22866
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22882
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22898
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22824
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22840
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22856
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22872
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22888
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22777
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 22902
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#include_zero Dashboard#include_zero}",
            "stability": "stable",
            "summary": "Always include zero or fit the axis to the data range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22908
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22914
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22920
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22926
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 22932
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 22999
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 22992
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23056
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23072
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23088
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23104
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23120
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxisOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23060
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23076
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23092
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23108
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23124
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23050
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23066
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23082
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23098
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23114
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23003
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 10356
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10404
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10362
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10368
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_total Dashboard#hide_total}",
            "stability": "stable",
            "summary": "Whether or not to show the total value in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10374
          },
          "name": "hideTotal",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#legend_inline Dashboard#legend_inline}",
            "stability": "stable",
            "summary": "legend_inline block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10410
          },
          "name": "legendInline",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#legend_table Dashboard#legend_table}",
            "stability": "stable",
            "summary": "legend_table block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10416
          },
          "name": "legendTable",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10380
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10422
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10386
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. One of `left`, `center`, or `right`. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10392
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title. Default is 16."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10398
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 23564
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23570
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23576
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23582
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23588
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 23776
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 23768
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23783
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23769
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 23651
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 23641
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23711
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23727
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23743
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23759
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23715
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23731
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23747
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23763
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23705
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23721
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23737
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23753
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23655
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 23787
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#type Dashboard#type}",
            "stability": "stable",
            "summary": "The type of legend (inline or automatic). Valid values are `inline`, `automatic`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23805
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_percent Dashboard#hide_percent}",
            "stability": "stable",
            "summary": "Whether to hide the percentages of the groups."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23793
          },
          "name": "hidePercent",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Whether to hide the values of the groups."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23799
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInlineOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInlineOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 23858
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 23851
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23903
          },
          "name": "resetHidePercent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23919
          },
          "name": "resetHideValue"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInlineOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23907
          },
          "name": "hidePercentInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23923
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23936
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23897
          },
          "name": "hidePercent",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23913
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23929
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23862
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInlineOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 23940
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#type Dashboard#type}",
            "stability": "stable",
            "summary": "The type of legend (table or none). Valid values are `table`, `none`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23946
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTableOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 23985
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 23978
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTableOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24019
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24012
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 23989
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTableOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 10531
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 10524
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10733
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10749
          },
          "name": "putLegendInline",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10765
          },
          "name": "putLegendTable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10781
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10736
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10624
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10640
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10656
          },
          "name": "resetHideTotal"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10752
          },
          "name": "resetLegendInline"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10768
          },
          "name": "resetLegendTable"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10672
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10784
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10688
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10704
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10720
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10730
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10746
          },
          "name": "legendInline",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInlineOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10762
          },
          "name": "legendTable",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTableOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10778
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10740
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10628
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10644
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10660
          },
          "name": "hideTotalInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10756
          },
          "name": "legendInlineInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10772
          },
          "name": "legendTableInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10676
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10788
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10708
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10692
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10724
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10618
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10634
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10650
          },
          "name": "hideTotal",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10666
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10682
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10698
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10714
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10535
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 9888
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9900
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#audit_query Dashboard#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9906
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9912
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9918
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#network_query Dashboard#network_query}",
            "stability": "stable",
            "summary": "network_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9924
          },
          "name": "networkQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9930
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9894
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9936
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9942
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9948
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9954
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 24699
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24705
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24717
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24723
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24729
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24711
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 24023
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24029
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24035
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24041
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 24094
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 24087
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24152
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24168
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24140
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24156
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24172
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24133
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24146
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24162
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24098
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 24326
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24332
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24338
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24344
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 24503
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 24495
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24510
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24496
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 24400
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 24390
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24483
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24454
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24470
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24486
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24480
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24458
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24474
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24490
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24448
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24464
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24404
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 24176
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24182
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24194
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24188
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 24247
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 24240
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24305
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24293
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24309
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24322
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24286
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24299
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24315
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24251
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 24514
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24520
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24526
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24532
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 24688
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 24680
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24695
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24681
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 24588
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 24578
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24655
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24671
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24643
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24659
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24675
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24636
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24649
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24665
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24592
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs5600.ts",
          "line": 24796
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs5600.ts",
        "line": 24789
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24879
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24895
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24911
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24882
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24898
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24914
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24866
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24876
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24892
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24908
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24886
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24902
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24854
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24918
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24870
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24847
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24860
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs5600.ts",
            "line": 24800
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs5600:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 699
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 705
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 717
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 723
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 729
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 711
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 23
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 29
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 35
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 41
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 94
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 87
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 152
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 168
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 140
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 156
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 172
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 133
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 146
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 162
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 98
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 326
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 332
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 338
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 344
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 503
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 495
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 510
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 496
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 400
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 390
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 483
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 454
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 470
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 486
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 480
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 458
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 474
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 490
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 448
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 464
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 404
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 176
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 182
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 194
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 188
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 247
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 240
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 305
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 293
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 309
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 322
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 286
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 299
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 315
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 251
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 514
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 520
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 526
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 532
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 688
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 680
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 695
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 681
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 588
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 578
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 655
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 671
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 643
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 659
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 675
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 636
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 649
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 665
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 592
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 796
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 789
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 879
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 895
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 911
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 882
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 898
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 914
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 866
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 876
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 892
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 908
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 886
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 902
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 854
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 918
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 870
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 847
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 860
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 800
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 2074
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2092
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2080
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2086
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2098
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2104
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#number_format Dashboard#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2110
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2116
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 922
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 928
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 964
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 976
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 934
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 940
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 946
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 952
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 958
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 970
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 1300
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 1292
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1307
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1293
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 1074
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 1064
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1177
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1193
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1209
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1225
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1241
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1270
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1165
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1181
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1197
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1213
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1229
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1245
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1258
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1274
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1287
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1158
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1171
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1187
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1203
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1219
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1235
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1251
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1264
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1280
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1078
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 1311
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1317
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1323
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 1369
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 1362
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1408
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1424
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1412
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1428
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1402
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1418
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1373
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 2388
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 2380
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2395
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2381
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 1835
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1841
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1847
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 1893
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 1886
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1929
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1942
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1945
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1926
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1939
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1933
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1949
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1897
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 1633
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#canonical Dashboard#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1639
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom Dashboard#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1645
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 1432
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1444
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1438
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 1490
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 1483
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1529
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1533
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1546
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1523
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1539
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1494
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 1550
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1556
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 1595
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 1588
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1629
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1622
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1599
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 1691
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 1684
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1727
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1743
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1730
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1746
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1724
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1740
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1734
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1750
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1695
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 1754
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1758
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 1797
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 1790
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1831
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1824
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1801
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 2200
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 2190
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2320
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2336
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2352
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2368
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2278
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2294
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2323
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2339
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2355
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2371
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2317
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2333
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2349
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2365
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2282
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2298
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2327
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2311
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2343
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2359
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2375
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2272
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2288
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2304
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2204
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 1953
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1959
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_index Dashboard#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 1965
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 2011
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 2004
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2050
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2066
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2070
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2054
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2044
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2060
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2015
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 10345
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 10337
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10352
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10338
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 3075
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3081
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3093
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3099
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3105
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3087
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 2399
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2405
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2411
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2417
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 2470
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 2463
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2528
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2544
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2516
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2532
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2548
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2509
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2522
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2538
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2474
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 2702
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2708
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2714
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2720
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 2879
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 2871
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2886
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2872
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 2776
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 2766
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2859
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2830
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2846
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2862
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2856
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2834
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2850
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2866
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2824
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2840
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2780
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 2552
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2558
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2570
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2564
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 2623
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 2616
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2681
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2669
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2685
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2698
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2662
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2675
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2691
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2627
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 2890
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2896
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2902
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2908
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 3064
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 3056
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3071
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3057
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 2964
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 2954
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3031
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3047
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3019
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3035
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3051
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3012
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3025
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3041
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 2968
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 3172
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 3165
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3255
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3271
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3287
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3258
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3274
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3290
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3242
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3252
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3268
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3284
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3262
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3278
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3230
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3294
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3246
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3223
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3236
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3176
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 3974
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3980
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3992
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3998
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4004
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3986
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 3298
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3304
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3310
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3316
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 3369
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 3362
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3427
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3443
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3415
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3431
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3447
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3408
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3421
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3437
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3373
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 3601
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3607
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3613
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3619
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 3778
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 3770
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3785
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3771
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 3675
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 3665
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3758
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3729
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3745
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3761
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3755
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3733
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3749
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3765
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3723
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3739
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3679
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 3451
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3457
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3469
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3463
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 3522
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 3515
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3580
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3568
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3584
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3597
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3561
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3574
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3590
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3526
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 3789
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3795
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3801
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3807
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 3963
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 3955
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3970
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3956
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 3863
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 3853
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3930
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3946
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3918
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3934
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3950
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3911
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3924
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3940
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 3867
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 4071
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 4064
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4154
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4170
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4186
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4157
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4173
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4189
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4141
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4151
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4167
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4183
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4161
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4177
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4129
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4193
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4145
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4122
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4135
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4075
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 10066
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 10056
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10181
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10197
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10213
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10229
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10245
          },
          "name": "putNetworkQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10261
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10277
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10293
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10309
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10325
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10184
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10200
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10216
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10232
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10248
          },
          "name": "resetNetworkQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10264
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10168
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10280
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10296
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10312
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10328
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10178
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10194
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10210
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10226
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10242
          },
          "name": "networkQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10258
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10274
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10290
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10306
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10322
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10188
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10204
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10220
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10236
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10252
          },
          "name": "networkQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10268
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10172
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10284
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10300
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10316
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10332
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10162
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10070
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 4197
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4215
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4203
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4209
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4221
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 4281
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 4274
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4332
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4348
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4377
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4336
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4352
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4365
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4381
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4326
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4342
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4358
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4371
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4285
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 7676
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7682
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7688
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7694
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7700
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7706
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7712
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7718
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 4385
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4397
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4403
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4415
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4421
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4439
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4445
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4451
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4391
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4409
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4427
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4433
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 4560
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 4553
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4653
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4695
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4737
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4753
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4657
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4670
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4683
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4699
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4712
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4725
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4741
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4757
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4770
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4783
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4796
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4647
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4663
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4676
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4689
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4705
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4718
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4731
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4747
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4763
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4776
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4789
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4564
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 4800
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4812
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4818
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4830
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4860
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4866
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4806
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4824
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4836
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4842
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4848
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4854
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 4975
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 4968
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5068
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5110
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5139
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5155
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5171
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5187
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5072
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5085
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5098
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5114
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5127
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5143
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5159
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5175
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5191
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5204
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5217
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5062
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5078
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5091
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5104
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5120
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5133
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5149
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5165
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5181
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5197
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5210
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 4979
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 5221
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5239
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5245
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5251
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5227
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5233
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 5318
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 5311
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5375
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5391
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5379
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5395
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5408
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5421
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5434
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5369
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5385
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5401
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5414
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5427
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5322
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 6350
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6386
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6362
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6374
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6356
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6392
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6398
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6368
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6404
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6380
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 5438
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5444
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5450
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5456
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 5612
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 5604
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5619
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5605
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 5512
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 5502
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5579
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5595
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5567
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5583
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5599
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5560
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5573
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5589
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5516
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 5776
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5782
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5788
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5794
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 6114
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6120
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6126
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6132
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 6185
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 6178
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6256
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6243
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6259
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6253
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6231
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6247
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6263
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6224
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6237
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6189
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 5961
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5967
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5973
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5979
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 6032
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 6025
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6090
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6106
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6078
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6094
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6110
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6071
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6084
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6100
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6036
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 5950
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 5942
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5957
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5943
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 5850
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 5840
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5930
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5917
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5933
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5927
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5905
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5921
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5937
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5898
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5911
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5854
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 5623
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5629
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5635
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5641
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 5694
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 5687
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5752
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5768
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5740
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5756
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5772
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5733
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5746
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5762
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 5698
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 6499
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 6492
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6651
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6664
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6680
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6696
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6580
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6667
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6683
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6609
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6699
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6638
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6648
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6661
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6677
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6693
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6655
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6584
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6597
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6687
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6671
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6613
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6626
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6703
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6642
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6574
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6590
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6603
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6619
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6632
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6503
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 6267
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6273
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 6312
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 6305
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6346
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6339
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6316
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 7993
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 7985
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8000
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7986
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 6707
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6731
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6737
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6713
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6719
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6725
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6743
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 6817
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 6810
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6880
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6896
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6912
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6954
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6884
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6900
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6916
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6929
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6942
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6958
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6874
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6890
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6906
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6922
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6935
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6948
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6821
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 7802
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 7792
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7877
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7893
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7909
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7925
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7941
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7957
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7973
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7880
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7896
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7912
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7928
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7944
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7960
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7976
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7874
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7890
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7906
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7922
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7938
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7954
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7970
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7884
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7900
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7916
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7932
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7948
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7964
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7980
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7806
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 6962
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6980
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6998
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7004
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6968
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6974
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6986
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 6992
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7010
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7016
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7022
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 7124
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 7117
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7211
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7227
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7256
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7272
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7314
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7330
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7346
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7215
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7231
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7244
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7260
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7276
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7289
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7302
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7318
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7334
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7350
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7205
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7221
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7237
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7250
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7266
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7282
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7295
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7308
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7324
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7340
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7128
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 7354
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7372
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7384
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7396
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7360
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7366
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7378
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7390
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7402
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 7490
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 7483
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7565
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7581
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7610
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7639
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7668
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7569
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7585
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7598
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7614
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7627
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7643
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7656
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7672
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7559
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7575
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7591
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7604
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7620
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7633
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7649
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7662
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 7494
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 8680
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8686
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8698
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8704
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8710
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8692
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 8004
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8010
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8016
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8022
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 8075
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 8068
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8133
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8149
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8121
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8137
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8153
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8114
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8127
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8143
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8079
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 8307
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8313
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8319
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8325
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 8484
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 8476
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8491
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8477
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 8381
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 8371
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8464
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8435
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8451
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8467
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8461
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8439
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8455
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8471
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8429
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8445
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8385
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 8157
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8163
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8175
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8169
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 8228
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 8221
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8286
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8274
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8290
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8303
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8267
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8280
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8296
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8232
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 8495
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8501
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8507
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8513
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 8669
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 8661
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8676
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8662
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 8569
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 8559
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8636
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8652
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8624
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8640
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8656
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8617
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8630
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8646
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8573
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 8777
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 8770
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8860
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8876
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8892
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8863
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8879
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8895
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8847
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8857
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8873
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8889
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8867
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8883
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8835
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8899
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8851
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8828
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8841
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8781
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 9579
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9585
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9597
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9603
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9609
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9591
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 8903
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8909
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8915
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8921
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 8974
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 8967
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9032
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9048
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9020
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9036
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9052
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9013
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9026
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9042
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 8978
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 9206
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9212
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9218
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9224
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 9383
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 9375
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9390
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9376
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 9280
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 9270
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9363
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9334
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9350
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9366
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9360
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9338
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9354
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9370
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9328
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9344
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9284
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 9056
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9062
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9074
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9068
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 9127
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 9120
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9185
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9173
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9189
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9202
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9166
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9179
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9195
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9131
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 9394
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9400
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9406
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9412
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 9568
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 9560
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9575
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9561
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 9468
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 9458
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9535
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9551
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9523
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9539
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9555
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9516
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9529
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9545
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9472
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 9676
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 9669
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9759
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9775
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9791
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9762
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9778
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9794
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9746
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9756
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9772
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9788
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9766
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9782
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9734
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9798
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9750
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9727
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9740
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9680
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 9802
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9808
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 9847
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 9840
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9880
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9884
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9874
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 9851
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 23429
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23495
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23435
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event Dashboard#event}",
            "stability": "stable",
            "summary": "event block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23501
          },
          "name": "event",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23441
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#legend_columns Dashboard#legend_columns}",
            "stability": "stable",
            "summary": "A list of columns to display in the legend. Valid values are `value`, `avg`, `sum`, `min`, `max`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23447
          },
          "name": "legendColumns",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#legend_layout Dashboard#legend_layout}",
            "stability": "stable",
            "summary": "The layout of the legend displayed in the widget. Valid values are `auto`, `horizontal`, `vertical`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23453
          },
          "name": "legendLayout",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#legend_size Dashboard#legend_size}",
            "stability": "stable",
            "summary": "The size of the legend displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23459
          },
          "name": "legendSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23465
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#marker Dashboard#marker}",
            "stability": "stable",
            "summary": "marker block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23507
          },
          "name": "marker",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23513
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#right_yaxis Dashboard#right_yaxis}",
            "stability": "stable",
            "summary": "right_yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23519
          },
          "name": "rightYaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_legend Dashboard#show_legend}",
            "stability": "stable",
            "summary": "Whether or not to show the legend on this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23471
          },
          "name": "showLegend",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23477
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23483
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23489
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#yaxis Dashboard#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23525
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 10792
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10798
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10804
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10810
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10816
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 11004
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 10996
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11011
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10997
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 10879
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 10869
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10939
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10955
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10971
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10987
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10943
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10959
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10975
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10991
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10933
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10949
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10965
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10981
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 10883
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 11015
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The event query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11021
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tags_execution Dashboard#tags_execution}",
            "stability": "stable",
            "summary": "The execution method for multi-value filters."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11027
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 11154
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 11146
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11161
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11147
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 11076
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 11066
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11137
          },
          "name": "resetTagsExecution"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11125
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11141
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11118
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11131
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11080
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 11165
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A mathematical expression describing the marker, for example: `y > 1`, `-5 < y < 0`, `y = 19`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11183
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Example: `error dashed`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#display_type Dashboard#display_type}",
            "stability": "stable",
            "summary": "How the marker lines are displayed, options are one of {`error`, `warning`, `info`, `ok`} combined with one of {`dashed`, `solid`, `bold`}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11171
          },
          "name": "displayType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "A label for the line or range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11177
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 11339
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 11331
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11346
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11332
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 11239
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 11229
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11293
          },
          "name": "resetDisplayType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11309
          },
          "name": "resetLabel"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11297
          },
          "name": "displayTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11313
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11326
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11287
          },
          "name": "displayType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11303
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11319
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11243
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 23669
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 23662
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23949
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23965
          },
          "name": "putEvent",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23981
          },
          "name": "putMarker",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23997
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24013
          },
          "name": "putRightYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24029
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23952
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23792
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23968
          },
          "name": "resetEvent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23808
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23824
          },
          "name": "resetLegendColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23840
          },
          "name": "resetLegendLayout"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23856
          },
          "name": "resetLegendSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23872
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23984
          },
          "name": "resetMarker"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24000
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24016
          },
          "name": "resetRightYaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23888
          },
          "name": "resetShowLegend"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23904
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23920
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23936
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24032
          },
          "name": "resetYaxis"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23946
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23962
          },
          "name": "event",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23978
          },
          "name": "marker",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23994
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24010
          },
          "name": "rightYaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24026
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23956
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23796
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23972
          },
          "name": "eventInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23812
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23828
          },
          "name": "legendColumnsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23844
          },
          "name": "legendLayoutInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23860
          },
          "name": "legendSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23876
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23988
          },
          "name": "markerInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24004
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24020
          },
          "name": "rightYaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23892
          },
          "name": "showLegendInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23924
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23908
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23940
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24036
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23786
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23802
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23818
          },
          "name": "legendColumns",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23834
          },
          "name": "legendLayout",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23850
          },
          "name": "legendSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23866
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23882
          },
          "name": "showLegend",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23898
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23914
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23930
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23673
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 22404
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22428
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#audit_query Dashboard#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22434
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#display_type Dashboard#display_type}",
            "stability": "stable",
            "summary": "How to display the marker lines. Valid values are `area`, `bars`, `line`, `overlay`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22410
          },
          "name": "displayType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22440
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22446
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metadata Dashboard#metadata}",
            "stability": "stable",
            "summary": "metadata block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22452
          },
          "name": "metadata",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#network_query Dashboard#network_query}",
            "stability": "stable",
            "summary": "network_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22458
          },
          "name": "networkQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#on_right_yaxis Dashboard#on_right_yaxis}",
            "stability": "stable",
            "summary": "A Boolean indicating whether the request uses the right or left Y-Axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22416
          },
          "name": "onRightYaxis",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22464
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22422
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22470
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22476
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22482
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22488
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 12026
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12032
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12044
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12050
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12056
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12038
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 11350
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11356
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11362
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11368
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 11421
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 11414
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11479
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11495
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11467
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11483
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11499
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11460
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11473
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11489
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11425
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 11653
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11659
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11665
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11671
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 11830
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 11822
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11837
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11823
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 11727
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 11717
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11810
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11781
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11797
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11813
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11807
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11785
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11801
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11817
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11775
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11791
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11731
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 11503
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11509
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11521
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11515
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 11574
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 11567
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11632
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11620
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11636
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11649
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11613
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11626
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11642
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11578
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 11841
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11847
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11853
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11859
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 12015
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 12007
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12022
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12008
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 11915
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 11905
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11982
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11998
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11970
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11986
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12002
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11963
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11976
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11992
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 11919
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 12123
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 12116
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12206
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12222
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12238
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12209
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12225
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12241
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12193
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12203
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12219
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12235
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12213
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12229
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12181
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12245
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12197
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12174
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12187
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12127
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 12925
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12931
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12943
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12949
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12955
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12937
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 12249
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12255
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12261
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12267
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 12320
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 12313
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12378
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12394
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12366
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12382
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12398
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12359
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12372
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12388
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12324
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 12552
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12558
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12564
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12570
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 12729
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 12721
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12736
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12722
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 12626
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 12616
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12709
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12680
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12696
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12712
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12706
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12684
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12700
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12716
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12674
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12690
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12630
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 12402
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12408
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12420
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12414
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 12473
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 12466
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12531
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12519
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12535
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12548
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12512
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12525
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12541
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12477
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 12740
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12746
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12752
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12758
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 12914
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 12906
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12921
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12907
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 12814
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 12804
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12881
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12897
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12869
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12885
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12901
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12862
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12875
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12891
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 12818
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 13022
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 13015
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13105
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13121
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13137
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13108
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13124
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13140
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13092
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13102
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13118
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13134
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13112
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13128
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13080
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13144
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13096
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13073
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13086
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13026
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 14300
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14318
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14306
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14312
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14324
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14330
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#number_format Dashboard#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14336
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14342
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 13148
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13154
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13190
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13202
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13160
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13166
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13172
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13178
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13184
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13196
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 13526
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 13518
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13533
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13519
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 13300
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 13290
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13403
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13419
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13435
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13451
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13467
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13496
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13391
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13407
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13423
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13439
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13455
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13471
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13484
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13500
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13513
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13384
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13397
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13413
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13429
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13445
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13461
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13477
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13490
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13506
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13304
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 13537
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13543
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13549
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 13595
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 13588
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13634
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13650
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13638
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13654
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13628
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13644
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13599
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 14614
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 14606
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14621
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14607
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 14061
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14067
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14073
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 14119
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 14112
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14155
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14168
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14171
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14152
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14165
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14159
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14175
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14123
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 13859
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#canonical Dashboard#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13865
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom Dashboard#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13871
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 13658
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13670
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13664
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 13716
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 13709
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13755
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13759
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13772
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13749
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13765
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13720
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 13776
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13782
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 13821
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 13814
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13855
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13848
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13825
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 13917
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 13910
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13953
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13969
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13956
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13972
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13950
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13966
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13960
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13976
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13921
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 13980
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 13984
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 14023
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 14016
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14057
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14050
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14027
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 14426
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 14416
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14546
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14562
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14578
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14594
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14504
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14520
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14549
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14565
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14581
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14597
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14543
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14559
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14575
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14591
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14508
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14524
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14553
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14537
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14569
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14585
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14601
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14498
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14514
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14530
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14430
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 14179
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14185
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_index Dashboard#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14191
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 14237
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 14230
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14276
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14292
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14296
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14280
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14270
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14286
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14241
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 22966
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 22958
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22973
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22959
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 15301
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15307
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15319
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15325
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15331
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15313
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 14625
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14631
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14637
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14643
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 14696
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 14689
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14754
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14770
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14742
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14758
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14774
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14735
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14748
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14764
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14700
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 14928
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14934
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14940
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14946
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 15105
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 15097
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15112
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15098
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 15002
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 14992
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15085
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15056
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15072
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15088
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15082
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15060
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15076
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15092
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15050
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15066
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15006
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 14778
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14784
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14796
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14790
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 14849
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 14842
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14907
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14895
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14911
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14924
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14888
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14901
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14917
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 14853
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 15116
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15122
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15128
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15134
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 15290
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 15282
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15297
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15283
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 15190
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 15180
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15257
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15273
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15245
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15261
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15277
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15238
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15251
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15267
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15194
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 15398
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 15391
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15481
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15497
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15513
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15484
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15500
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15516
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15468
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15478
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15494
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15510
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15488
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15504
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15456
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15520
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15472
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15449
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15462
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15402
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 15524
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#expression Dashboard#expression}",
            "stability": "stable",
            "summary": "The expression name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15536
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias_name Dashboard#alias_name}",
            "stability": "stable",
            "summary": "The expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15530
          },
          "name": "aliasName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 15663
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 15655
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15670
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15656
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 15585
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 15575
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15633
          },
          "name": "resetAliasName"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15637
          },
          "name": "aliasNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15650
          },
          "name": "expressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15627
          },
          "name": "aliasName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15643
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15589
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 16350
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16356
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16368
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16374
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16380
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16362
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 15674
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15680
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15686
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15692
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 15745
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 15738
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15803
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15819
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15791
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15807
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15823
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15784
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15797
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15813
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15749
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 15977
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15983
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15989
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15995
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 16154
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 16146
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16161
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16147
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 16051
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 16041
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16134
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16105
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16121
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16137
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16131
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16109
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16125
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16141
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16099
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16115
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16055
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 15827
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15833
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15845
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15839
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 15898
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 15891
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15956
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15944
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15960
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15973
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15937
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15950
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15966
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 15902
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 16165
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16171
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16177
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16183
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 16339
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 16331
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16346
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16332
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 16239
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 16229
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16306
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16322
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16294
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16310
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16326
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16287
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16300
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16316
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16243
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 16447
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 16440
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16530
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16546
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16562
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16533
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16549
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16565
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16517
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16527
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16543
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16559
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16537
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16553
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16505
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16569
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16521
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16498
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16511
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16451
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 22621
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 22611
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22786
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22802
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22818
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22834
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22850
          },
          "name": "putMetadata",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22866
          },
          "name": "putNetworkQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22882
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22898
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22914
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22930
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22946
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22789
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22805
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22741
          },
          "name": "resetDisplayType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22821
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22837
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22853
          },
          "name": "resetMetadata"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22869
          },
          "name": "resetNetworkQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22757
          },
          "name": "resetOnRightYaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22885
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22773
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22901
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22917
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22933
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22949
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22783
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22799
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22815
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22831
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22847
          },
          "name": "metadata",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22863
          },
          "name": "networkQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22879
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22895
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22911
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22927
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22943
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22793
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22809
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22745
          },
          "name": "displayTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22825
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22841
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22857
          },
          "name": "metadataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22873
          },
          "name": "networkQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22761
          },
          "name": "onRightYaxisInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22889
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22777
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22905
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22921
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22937
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22953
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22735
          },
          "name": "displayType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22751
          },
          "name": "onRightYaxis",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22767
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22625
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 16573
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16591
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16579
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16585
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16597
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 16657
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 16650
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16708
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16724
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16753
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16712
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16728
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16741
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16757
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16702
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16718
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16734
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16747
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16661
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 20052
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20058
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20064
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20070
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20076
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20082
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20088
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20094
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 16761
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16773
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16779
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16791
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16797
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16815
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16821
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16827
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16767
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16785
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16803
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16809
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 16936
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 16929
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17029
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17071
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17113
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17129
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17033
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17046
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17059
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17075
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17088
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17101
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17117
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17133
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17146
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17159
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17172
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17023
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17039
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17052
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17065
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17081
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17094
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17107
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17123
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17139
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17152
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17165
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 16940
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 17176
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17188
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17194
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17206
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17236
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17242
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17182
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17200
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17212
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17218
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17224
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17230
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 17351
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 17344
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17444
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17486
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17515
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17531
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17547
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17563
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17448
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17461
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17474
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17490
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17503
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17519
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17535
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17551
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17567
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17580
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17593
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17438
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17454
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17467
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17480
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17496
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17509
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17525
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17541
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17557
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17573
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17586
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17355
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 17597
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17615
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17621
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17627
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17603
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17609
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 17694
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 17687
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17751
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17767
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17755
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17771
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17784
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17797
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17810
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17745
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17761
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17777
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17790
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17803
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17698
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 18726
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18762
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18738
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18750
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18732
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18768
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18774
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18744
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18780
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18756
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 17814
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17820
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17826
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17832
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 17988
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 17980
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17995
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17981
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 17888
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 17878
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17955
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17971
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17943
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17959
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17975
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17936
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17949
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17965
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 17892
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 18152
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18158
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18164
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18170
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 18490
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18496
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18502
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18508
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 18561
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 18554
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18632
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18619
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18635
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18629
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18607
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18623
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18639
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18600
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18613
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18565
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 18337
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18343
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18349
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18355
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 18408
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 18401
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18466
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18482
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18454
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18470
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18486
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18447
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18460
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18476
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18412
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 18326
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 18318
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18333
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18319
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 18226
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 18216
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18306
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18293
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18309
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18303
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18281
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18297
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18313
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18274
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18287
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18230
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 17999
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18005
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18011
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18017
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 18070
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 18063
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18128
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18144
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18116
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18132
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18148
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18109
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18122
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18138
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18074
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 18875
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 18868
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19027
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19040
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19056
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19072
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18956
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19043
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19059
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18985
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19075
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19014
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19024
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19037
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19053
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19069
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19031
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18960
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18973
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19063
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19047
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18989
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19002
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19079
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19018
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18950
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18966
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18979
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18995
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19008
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18879
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 18643
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18649
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 18688
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 18681
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18722
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18715
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 18692
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 20369
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 20361
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20376
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20362
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 19083
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19107
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19113
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19089
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19095
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19101
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19119
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 19193
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 19186
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19256
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19272
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19288
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19330
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19260
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19276
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19292
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19305
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19318
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19334
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19250
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19266
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19282
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19298
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19311
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19324
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19197
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 20178
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 20168
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20253
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20269
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20285
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20301
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20317
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20333
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20349
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20256
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20272
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20288
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20304
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20320
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20336
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20352
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20250
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20266
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20282
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20298
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20314
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20330
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20346
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20260
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20276
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20292
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20308
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20324
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20340
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20356
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20182
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 19338
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19356
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19374
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19380
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19344
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19350
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19362
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19368
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19386
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19392
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19398
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 19500
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 19493
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19587
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19603
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19632
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19648
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19690
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19706
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19722
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19591
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19607
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19620
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19636
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19652
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19665
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19678
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19694
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19710
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19726
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19581
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19597
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19613
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19626
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19642
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19658
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19671
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19684
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19700
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19716
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19504
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 19730
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19748
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19760
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19772
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19736
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19742
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19754
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19766
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19778
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 19866
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 19859
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19941
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19957
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19986
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20015
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20044
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19945
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19961
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19974
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19990
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20003
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20019
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20032
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20048
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19935
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19951
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19967
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19980
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19996
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20009
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20025
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20038
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 19870
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 21056
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21062
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21074
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21080
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21086
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21068
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 20380
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20386
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20392
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20398
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 20451
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 20444
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20509
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20525
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20497
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20513
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20529
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20490
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20503
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20519
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20455
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 20683
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20689
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20695
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20701
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 20860
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 20852
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20867
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20853
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 20757
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 20747
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20840
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20811
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20827
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20843
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20837
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20815
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20831
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20847
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20805
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20821
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20761
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 20533
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20539
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20551
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20545
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 20604
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 20597
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20662
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20650
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20666
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20679
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20643
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20656
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20672
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20608
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 20871
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20877
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20883
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20889
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 21045
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 21037
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21052
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21038
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 20945
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 20935
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21012
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21028
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21000
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21016
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21032
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20993
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21006
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21022
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 20949
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 21153
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 21146
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21236
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21252
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21268
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21239
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21255
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21271
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21223
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21233
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21249
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21265
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21243
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21259
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21211
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21275
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21227
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21204
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21217
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21157
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 21955
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21961
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21973
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21979
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21985
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21967
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 21279
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21285
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21291
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21297
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 21350
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 21343
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21408
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21424
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21396
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21412
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21428
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21389
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21402
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21418
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21354
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 21582
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21588
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21594
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21600
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 21759
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 21751
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21766
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21752
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 21656
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 21646
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21739
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21710
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21726
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21742
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21736
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21714
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21730
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21746
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21704
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21720
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21660
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 21432
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21438
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21450
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21444
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 21503
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 21496
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21561
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21549
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21565
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21578
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21542
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21555
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21571
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21507
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 21770
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21776
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21782
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21788
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 21944
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 21936
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21951
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21937
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 21844
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 21834
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21911
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21927
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21899
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21915
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21931
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21892
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21905
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21921
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 21848
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 22052
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 22045
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22135
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22151
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22167
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22138
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22154
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22170
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22122
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22132
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22148
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22164
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22142
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22158
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22110
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22174
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22126
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22103
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22116
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22056
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 22178
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#has_value_labels Dashboard#has_value_labels}",
            "stability": "stable",
            "summary": "If true, the value is displayed as a label relative to the data point."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22184
          },
          "name": "hasValueLabels",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#line_type Dashboard#line_type}",
            "stability": "stable",
            "summary": "The type of lines displayed. Valid values are `dashed`, `dotted`, `solid`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22190
          },
          "name": "lineType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#line_width Dashboard#line_width}",
            "stability": "stable",
            "summary": "The width of line displayed. Valid values are `normal`, `thick`, `thin`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22196
          },
          "name": "lineWidth",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order_by Dashboard#order_by}",
            "stability": "stable",
            "summary": "How to order series in timeseries visualizations. Valid values are `tags`, `values`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22202
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22208
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 22275
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 22268
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22332
          },
          "name": "resetHasValueLabels"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22348
          },
          "name": "resetLineType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22364
          },
          "name": "resetLineWidth"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22380
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22396
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22336
          },
          "name": "hasValueLabelsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22352
          },
          "name": "lineTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22368
          },
          "name": "lineWidthInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22384
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22400
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22326
          },
          "name": "hasValueLabels",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22342
          },
          "name": "lineType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22358
          },
          "name": "lineWidth",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22374
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22390
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22279
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 22977
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#include_zero Dashboard#include_zero}",
            "stability": "stable",
            "summary": "Always include zero or fit the axis to the data range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22983
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22989
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 22995
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23001
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23007
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 23074
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 23067
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23131
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23147
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23163
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23179
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23195
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxisOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23135
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23151
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23167
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23183
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23199
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23125
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23141
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23157
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23173
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23189
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23078
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 23203
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#include_zero Dashboard#include_zero}",
            "stability": "stable",
            "summary": "Always include zero or fit the axis to the data range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23209
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23215
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23221
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23227
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23233
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 23300
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 23293
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23357
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23373
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23389
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23405
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23421
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxisOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23361
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23377
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23393
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23409
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23425
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23351
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23367
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23383
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23399
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23415
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 23304
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 10581
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10623
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10587
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10593
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10599
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10629
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10635
          },
          "name": "style",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10605
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10611
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10617
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 24040
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24046
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24052
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24058
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24064
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 24252
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 24244
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24259
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24245
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 24127
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 24117
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24187
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24203
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24219
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24235
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24191
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24207
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24223
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24239
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24181
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24197
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24213
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24229
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24131
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 10730
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 10723
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10904
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10920
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10936
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10907
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10811
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10827
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10843
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10923
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10939
          },
          "name": "resetStyle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10859
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10875
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10891
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10901
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10917
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10933
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10911
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10815
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10831
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10847
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10927
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10943
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10879
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10863
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10895
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10805
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10821
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10837
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10853
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10869
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10885
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10734
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 9810
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9822
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#audit_query Dashboard#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9828
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9834
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9840
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9846
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9852
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9816
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9858
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9864
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9870
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9876
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 232
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 238
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 250
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 256
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 262
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 244
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 24263
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24269
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24275
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24281
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 24334
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 24327
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24392
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24408
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24380
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24396
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24412
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24373
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24386
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24402
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24338
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 24566
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24572
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24578
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24584
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 24743
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 24735
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24750
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24736
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 24640
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 24630
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24723
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24694
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24710
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24726
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24720
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24698
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24714
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24730
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24688
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24704
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24644
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 24416
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24422
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24434
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24428
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6000.ts",
          "line": 24487
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6000.ts",
        "line": 24480
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24545
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24533
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24549
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24562
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24526
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24539
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24555
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6000.ts",
            "line": 24491
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6000:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 47
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 53
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 59
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 65
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 221
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 213
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 228
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 214
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 121
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 111
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 188
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 204
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 176
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 192
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 208
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 169
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 182
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 198
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 125
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 329
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 322
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 412
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 428
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 444
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 415
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 431
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 447
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 399
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 409
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 425
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 441
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 419
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 435
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 387
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 451
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 403
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 380
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 393
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 333
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 1131
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1137
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1149
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1155
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1161
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1143
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 455
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 461
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 467
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 473
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 526
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 519
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 584
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 600
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 572
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 588
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 604
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 565
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 578
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 594
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 530
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 758
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 764
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 770
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 776
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 935
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 927
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 942
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 928
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 832
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 822
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 915
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 886
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 902
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 918
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 912
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 890
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 906
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 922
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 880
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 896
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 836
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 608
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 614
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 626
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 620
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 679
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 672
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 737
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 725
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 741
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 754
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 718
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 731
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 747
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 683
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 946
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 952
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 958
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 964
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 1120
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 1112
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1127
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1113
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 1020
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 1010
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1087
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1103
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1075
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1091
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1107
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1068
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1081
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1097
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1024
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 1228
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 1221
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1311
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1327
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1343
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1314
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1330
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1346
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1298
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1308
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1324
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1340
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1318
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1334
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1286
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1350
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1302
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1279
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1292
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1232
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 1354
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1360
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1396
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1408
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1366
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1372
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1378
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1384
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1390
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1402
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 1732
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 1724
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1739
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1725
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 1506
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 1496
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1609
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1625
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1641
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1657
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1673
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1702
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1597
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1613
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1629
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1645
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1661
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1677
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1690
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1706
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1719
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1590
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1603
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1619
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1635
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1651
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1667
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1683
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1696
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1712
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1510
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 2895
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2913
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2901
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2907
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2919
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2925
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#number_format Dashboard#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2931
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2937
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 1743
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1749
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1785
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1797
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1755
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1761
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1767
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1773
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1779
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1791
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 2121
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 2113
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2128
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2114
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 1895
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 1885
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1998
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2014
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2030
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2046
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2062
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2091
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1986
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2002
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2018
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2034
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2050
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2066
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2079
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2095
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2108
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1979
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1992
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2008
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2024
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2040
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2056
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2072
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2085
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2101
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 1899
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 2132
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2138
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2144
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 2190
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 2183
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2229
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2245
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2233
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2249
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2223
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2239
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2194
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 3209
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 3201
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3216
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3202
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 2656
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2662
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2668
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 2714
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 2707
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2750
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2763
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2766
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2747
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2760
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2754
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2770
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2718
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 2454
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#canonical Dashboard#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2460
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom Dashboard#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2466
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 2253
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2265
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2259
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 2311
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 2304
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2350
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2354
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2367
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2344
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2360
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2315
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 2371
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2377
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 2416
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 2409
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2450
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2443
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2420
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 2512
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 2505
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2548
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2564
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2551
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2567
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2545
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2561
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2555
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2571
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2516
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 2575
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2579
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 2618
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 2611
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2652
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2645
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2622
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 3021
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 3011
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3141
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3157
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3173
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3189
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3099
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3115
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3144
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3160
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3176
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3192
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3138
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3154
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3170
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3186
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3103
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3119
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3148
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3132
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3164
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3180
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3196
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3093
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3109
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3125
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3025
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 2774
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2780
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_index Dashboard#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2786
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 2832
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 2825
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2871
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2887
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2891
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2875
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2865
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2881
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 2836
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 10267
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 10259
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10274
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10260
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 3896
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3902
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3914
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3920
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3926
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3908
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 3220
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3226
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3232
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3238
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 3291
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 3284
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3349
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3365
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3337
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3353
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3369
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3330
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3343
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3359
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3295
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 3523
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3529
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3535
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3541
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 3700
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 3692
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3707
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3693
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 3597
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 3587
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3680
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3651
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3667
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3683
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3677
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3655
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3671
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3687
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3645
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3661
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3601
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 3373
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3379
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3391
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3385
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 3444
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 3437
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3502
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3490
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3506
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3519
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3483
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3496
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3512
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3448
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 3711
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3717
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3723
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3729
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 3885
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 3877
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3892
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3878
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 3785
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 3775
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3852
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3868
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3840
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3856
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3872
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3833
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3846
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3862
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3789
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 3993
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 3986
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4076
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4092
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4108
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4079
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4095
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4111
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4063
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4073
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4089
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4105
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4083
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4099
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4051
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4115
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4067
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4044
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4057
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 3997
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 9988
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 9978
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10103
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10119
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10135
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10151
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10167
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10183
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10199
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10215
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10231
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10247
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10106
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10122
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10138
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10154
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10170
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10186
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10090
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10202
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10218
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10234
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10250
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10100
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10116
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10132
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10148
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10164
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10180
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10196
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10212
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10228
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10244
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10110
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10126
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10142
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10158
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10174
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10190
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10094
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10206
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10222
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10238
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10254
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10084
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9992
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 4119
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4137
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4125
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4131
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4143
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 4203
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 4196
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4254
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4270
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4299
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4258
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4274
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4287
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4303
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4248
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4264
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4280
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4293
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4207
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 7598
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7604
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7610
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7616
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7622
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7628
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7634
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7640
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 4307
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4319
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4325
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4337
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4343
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4361
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4367
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4373
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4313
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4331
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4349
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4355
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 4482
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 4475
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4575
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4617
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4659
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4675
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4579
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4592
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4605
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4621
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4634
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4647
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4663
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4679
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4692
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4705
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4718
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4569
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4585
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4598
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4611
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4627
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4640
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4653
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4669
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4685
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4698
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4711
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4486
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 4722
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4734
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4740
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4752
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4782
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4788
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4728
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4746
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4758
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4764
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4770
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4776
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 4897
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 4890
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4990
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5032
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5061
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5077
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5093
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5109
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4994
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5007
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5020
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5036
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5049
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5065
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5081
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5097
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5113
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5126
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5139
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4984
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5000
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5013
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5026
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5042
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5055
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5071
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5087
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5103
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5119
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5132
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 4901
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 5143
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5161
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5167
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5173
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5149
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5155
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 5240
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 5233
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5297
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5313
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5301
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5317
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5330
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5343
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5356
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5291
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5307
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5323
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5336
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5349
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5244
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 6272
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6308
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6284
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6296
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6278
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6314
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6320
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6290
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6326
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6302
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 5360
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5366
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5372
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5378
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 5534
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 5526
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5541
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5527
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 5434
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 5424
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5501
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5517
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5489
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5505
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5521
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5482
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5495
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5511
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5438
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 5698
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5704
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5710
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5716
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 6036
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6042
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6048
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6054
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 6107
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 6100
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6178
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6165
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6181
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6175
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6153
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6169
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6185
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6146
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6159
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6111
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 5883
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5889
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5895
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5901
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 5954
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 5947
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6012
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6028
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6000
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6016
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6032
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5993
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6006
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6022
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5958
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 5872
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 5864
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5879
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5865
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 5772
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 5762
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5852
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5839
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5855
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5849
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5827
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5843
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5859
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5820
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5833
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5776
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 5545
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5551
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5557
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5563
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 5616
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 5609
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5674
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5690
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5662
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5678
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5694
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5655
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5668
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5684
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 5620
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 6421
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 6414
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6573
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6586
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6602
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6618
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6502
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6589
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6605
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6531
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6621
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6560
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6570
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6583
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6599
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6615
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6577
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6506
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6519
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6609
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6593
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6535
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6548
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6625
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6564
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6496
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6512
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6525
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6541
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6554
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6425
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 6189
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6195
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 6234
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 6227
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6268
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6261
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6238
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 7915
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 7907
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7922
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7908
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 6629
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6653
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6659
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6635
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6641
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6647
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6665
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 6739
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 6732
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6802
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6818
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6834
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6876
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6806
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6822
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6838
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6851
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6864
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6880
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6796
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6812
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6828
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6844
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6857
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6870
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6743
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 7724
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 7714
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7799
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7815
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7831
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7847
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7863
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7879
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7895
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7802
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7818
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7834
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7850
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7866
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7882
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7898
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7796
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7812
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7828
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7844
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7860
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7876
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7892
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7806
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7822
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7838
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7854
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7870
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7886
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7902
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7728
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 6884
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6902
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6920
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6926
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6890
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6896
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6908
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6914
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6932
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6938
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 6944
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 7046
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 7039
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7133
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7149
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7178
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7194
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7236
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7252
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7268
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7137
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7153
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7166
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7182
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7198
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7211
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7224
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7240
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7256
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7272
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7127
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7143
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7159
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7172
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7188
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7204
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7217
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7230
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7246
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7262
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7050
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 7276
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7294
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7306
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7318
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7282
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7288
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7300
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7312
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7324
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 7412
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 7405
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7487
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7503
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7532
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7561
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7590
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7491
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7507
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7520
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7536
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7549
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7565
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7578
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7594
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7481
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7497
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7513
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7526
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7542
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7555
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7571
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7584
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7416
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 8602
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8608
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8620
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8626
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8632
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8614
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 7926
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7932
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7938
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 7944
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 7997
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 7990
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8055
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8071
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8043
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8059
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8075
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8036
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8049
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8065
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8001
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 8229
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8235
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8241
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8247
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 8406
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 8398
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8413
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8399
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 8303
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 8293
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8386
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8357
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8373
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8389
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8383
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8361
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8377
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8393
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8351
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8367
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8307
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 8079
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8085
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8097
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8091
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 8150
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 8143
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8208
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8196
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8212
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8225
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8189
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8202
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8218
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8154
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 8417
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8423
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8429
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8435
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 8591
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 8583
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8598
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8584
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 8491
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 8481
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8558
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8574
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8546
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8562
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8578
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8539
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8552
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8568
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8495
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 8699
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 8692
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8782
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8798
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8814
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8785
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8801
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8817
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8769
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8779
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8795
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8811
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8789
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8805
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8757
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8821
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8773
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8750
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8763
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8703
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 9501
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9507
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9519
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9525
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9531
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9513
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 8825
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8831
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8837
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8843
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 8896
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 8889
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8954
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8970
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8942
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8958
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8974
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8935
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8948
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8964
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8900
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 9128
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9134
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9140
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9146
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 9305
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 9297
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9312
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9298
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 9202
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 9192
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9285
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9256
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9272
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9288
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9282
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9260
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9276
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9292
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9250
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9266
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9206
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 8978
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8984
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8996
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 8990
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 9049
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 9042
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9107
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9095
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9111
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9124
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9088
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9101
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9117
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9053
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 9316
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9322
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9328
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9334
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 9490
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 9482
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9497
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9483
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 9390
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 9380
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9457
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9473
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9445
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9461
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9477
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9438
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9451
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9467
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9394
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 9598
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 9591
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9681
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9697
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9713
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9684
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9700
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9716
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9668
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9678
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9694
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9710
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9688
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9704
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9656
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9720
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9672
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9649
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9662
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9602
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 9724
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9730
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 9769
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 9762
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9802
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9806
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9796
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 9773
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 10393
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#display Dashboard#display}",
            "stability": "stable",
            "summary": "display block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10411
          },
          "name": "display",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette for the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10399
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scaling Dashboard#scaling}",
            "stability": "stable",
            "summary": "The scaling mode for the widget. Valid values are `absolute`, `relative`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10405
          },
          "name": "scaling",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 10278
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#type Dashboard#type}",
            "stability": "stable",
            "summary": "The display type for the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10284
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 10382
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 10374
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10389
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10375
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 10326
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 10316
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10369
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10362
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10330
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 10570
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 10562
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10577
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10563
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 10467
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 10457
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10550
          },
          "name": "putDisplay",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10553
          },
          "name": "resetDisplay"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10521
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10537
          },
          "name": "resetScaling"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10547
          },
          "name": "display",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10557
          },
          "name": "displayInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10525
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10541
          },
          "name": "scalingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10515
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10531
          },
          "name": "scaling",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10471
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 16419
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_links Dashboard#custom_links}",
            "stability": "stable",
            "summary": "custom_links block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16437
          },
          "name": "customLinks",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16425
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16443
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16431
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 10947
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10953
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10959
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10965
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 10971
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 11159
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 11151
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11166
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11152
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 11034
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 11024
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11094
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11110
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11126
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11142
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11098
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11114
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11130
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11146
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11088
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11104
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11120
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11136
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11038
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 16503
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 16496
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16583
          },
          "name": "putCustomLinks",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16599
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16586
          },
          "name": "resetCustomLinks"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16554
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16602
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16570
          },
          "name": "resetTitle"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16580
          },
          "name": "customLinks",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16596
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16590
          },
          "name": "customLinksInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16558
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16606
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16574
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16548
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16564
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16507
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 16266
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16272
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16278
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 12322
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12340
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12328
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12334
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12346
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12352
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#number_format Dashboard#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12358
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12364
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 11170
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11176
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11212
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11224
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11182
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11188
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11194
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11200
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11206
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11218
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 11548
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 11540
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11555
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11541
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 11322
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 11312
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11425
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11441
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11457
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11473
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11489
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11518
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11413
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11429
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11445
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11461
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11477
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11493
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11506
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11522
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11535
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11406
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11419
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11435
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11451
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11467
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11483
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11499
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11512
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11528
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11326
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 11559
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11565
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11571
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 11617
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 11610
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11656
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11672
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11660
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11676
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11650
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11666
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11621
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 12636
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 12628
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12643
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12629
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 12083
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12089
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12095
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 12141
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 12134
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12177
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12190
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12193
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12174
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12187
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12181
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12197
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12145
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 11881
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#canonical Dashboard#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11887
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom Dashboard#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11893
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 11680
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11692
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11686
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 11738
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 11731
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11777
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11781
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11794
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11771
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11787
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11742
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 11798
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11804
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 11843
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 11836
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11877
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11870
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11847
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 11939
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 11932
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11975
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11991
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11978
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11994
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11972
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11988
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11982
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11998
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 11943
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 12002
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12006
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 12045
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 12038
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12079
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12072
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12049
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 12448
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 12438
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12568
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12584
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12600
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12616
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12526
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12542
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12571
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12587
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12603
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12619
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12565
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12581
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12597
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12613
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12530
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12546
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12575
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12559
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12591
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12607
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12623
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12520
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12536
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12552
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12452
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 12201
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12207
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_index Dashboard#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12213
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 12259
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 12252
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12298
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12314
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12318
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12302
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12292
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12308
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12263
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 16408
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 16400
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16415
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16401
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 16327
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 16317
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16372
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16388
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16375
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16391
          },
          "name": "resetQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16369
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16385
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16379
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16395
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16331
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 15938
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15944
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15950
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15956
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15962
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15968
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15974
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15980
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 12647
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12659
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12665
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12677
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12683
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12701
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12707
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12713
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12653
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12671
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12689
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12695
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 12822
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 12815
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12915
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12957
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12999
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13015
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12919
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12932
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12945
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12961
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12974
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12987
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13003
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13019
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13032
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13045
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13058
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12909
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12925
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12938
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12951
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12967
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12980
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12993
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13009
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13025
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13038
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13051
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 12826
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 13062
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13074
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13080
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13092
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13122
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13128
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13068
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13086
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13098
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13104
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13110
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13116
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 13237
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 13230
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13330
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13372
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13401
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13417
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13433
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13449
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13334
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13347
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13360
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13376
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13389
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13405
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13421
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13437
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13453
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13466
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13479
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13324
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13340
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13353
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13366
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13382
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13395
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13411
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13427
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13443
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13459
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13472
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13241
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 13483
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13501
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13507
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13513
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13489
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13495
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 13580
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 13573
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13637
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13653
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13641
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13657
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13670
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13683
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13696
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13631
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13647
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13663
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13676
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13689
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13584
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 14612
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14648
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14624
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14636
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14618
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14654
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14660
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14630
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14666
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14642
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 13700
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13706
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13712
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13718
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 13874
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 13866
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13881
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13867
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 13774
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 13764
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13841
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13857
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13829
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13845
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13861
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13822
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13835
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13851
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13778
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 14038
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14044
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14050
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14056
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 14376
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14382
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14388
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14394
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 14447
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 14440
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14518
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14505
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14521
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14515
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14493
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14509
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14525
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14486
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14499
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14451
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 14223
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14229
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14235
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14241
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 14294
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 14287
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14352
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14368
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14340
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14356
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14372
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14333
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14346
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14362
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14298
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 14212
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 14204
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14219
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14205
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 14112
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 14102
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14192
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14179
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14195
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14189
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14167
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14183
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14199
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14160
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14173
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14116
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 13885
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13891
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13897
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13903
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 13956
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 13949
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14014
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14030
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14002
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14018
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14034
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13995
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14008
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14024
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 13960
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 14761
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 14754
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14913
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14926
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14942
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14958
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14842
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14929
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14945
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14871
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14961
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14900
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14910
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14923
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14939
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14955
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14917
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14846
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14859
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14949
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14933
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14875
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14888
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14965
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14904
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14836
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14852
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14865
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14881
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14894
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14765
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 14529
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14535
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 14574
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 14567
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14608
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14601
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14578
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 16255
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 16247
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16262
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16248
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 14969
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14993
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14999
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14975
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14981
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 14987
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15005
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 15079
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 15072
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15142
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15158
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15174
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15216
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15146
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15162
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15178
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15191
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15204
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15220
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15136
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15152
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15168
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15184
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15197
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15210
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15083
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 16064
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 16054
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16139
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16155
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16171
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16187
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16203
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16219
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16235
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16142
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16158
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16174
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16190
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16206
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16222
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16238
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16136
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16152
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16168
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16184
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16200
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16216
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16232
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16146
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16162
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16178
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16194
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16210
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16226
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16242
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16068
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 15224
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15242
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15260
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15266
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15230
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15236
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15248
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15254
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15272
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15278
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15284
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 15386
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 15379
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15473
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15489
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15518
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15534
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15576
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15592
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15608
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15477
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15493
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15506
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15522
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15538
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15551
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15564
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15580
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15596
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15612
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15467
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15483
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15499
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15512
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15528
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15544
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15557
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15570
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15586
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15602
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15390
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 15616
      },
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15634
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15646
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15658
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15622
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15628
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15640
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15652
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15664
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 15752
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 15745
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15827
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15843
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15872
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15901
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15930
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15831
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15847
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15860
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15876
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15889
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15905
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15918
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15934
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15821
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15837
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15853
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15866
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15882
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15895
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15911
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15924
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 15756
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfig",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 17553
      },
      "name": "DashboardWidgetSplitGraphDefinitionSplitConfig",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17565
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#split_dimensions Dashboard#split_dimensions}",
            "stability": "stable",
            "summary": "split_dimensions block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17571
          },
          "name": "splitDimensions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSplitDimensions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "Maximum number of graphs to display in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17559
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#static_splits Dashboard#static_splits}",
            "stability": "stable",
            "summary": "static_splits block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17577
          },
          "name": "staticSplits",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplits"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSplitConfig"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 17637
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 17630
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17701
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17714
          },
          "name": "putSplitDimensions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSplitDimensions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17727
          },
          "name": "putStaticSplits",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplits"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17688
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17730
          },
          "name": "resetStaticSplits"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSplitConfigOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17698
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17711
          },
          "name": "splitDimensions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSplitDimensionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17724
          },
          "name": "staticSplits",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17692
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17705
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17718
          },
          "name": "splitDimensionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSplitDimensions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17734
          },
          "name": "staticSplitsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplits"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17682
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17641
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfig"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSplitConfigOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 17094
      },
      "name": "DashboardWidgetSplitGraphDefinitionSplitConfigSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17100
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17106
          },
          "name": "compute",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSortCompute"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSplitConfigSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSortCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSortCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 16976
      },
      "name": "DashboardWidgetSplitGraphDefinitionSplitConfigSortCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric to use for sorting graphs."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16988
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "How to aggregate the sort metric for the purposes of ordering."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 16982
          },
          "name": "aggregation",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSplitConfigSortCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSortComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSortComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 17034
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 17027
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17073
          },
          "name": "resetAggregation"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSplitConfigSortComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17077
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17090
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17067
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17083
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17038
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSortCompute"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSplitConfigSortComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 17152
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 17145
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17201
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSortCompute"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17204
          },
          "name": "resetCompute"
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSplitConfigSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17198
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSortComputeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17208
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSortCompute"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17192
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17185
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17156
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSplitConfigSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSplitDimensions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSplitDimensions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 17212
      },
      "name": "DashboardWidgetSplitGraphDefinitionSplitConfigSplitDimensions",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "For metrics, it's a tag. For the events platform, it's an attribute or tag.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#one_graph_per Dashboard#one_graph_per}",
            "stability": "stable",
            "summary": "The system interprets this attribute differently depending on the data source of the query being split."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17218
          },
          "name": "oneGraphPer",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSplitConfigSplitDimensions"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSplitDimensionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSplitDimensionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 17257
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 17250
      },
      "name": "DashboardWidgetSplitGraphDefinitionSplitConfigSplitDimensionsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17291
          },
          "name": "oneGraphPerInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17284
          },
          "name": "oneGraphPer",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17261
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigSplitDimensions"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSplitConfigSplitDimensionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplits": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplits",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 17438
      },
      "name": "DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplits",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#split_vector Dashboard#split_vector}",
            "stability": "stable",
            "summary": "split_vector block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17444
          },
          "name": "splitVector",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplits"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 17542
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 17534
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17549
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17535
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplits"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 17486
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 17476
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17525
          },
          "name": "putSplitVector",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17522
          },
          "name": "splitVector",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17529
          },
          "name": "splitVectorInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17490
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplits"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 17295
      },
      "name": "DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_key Dashboard#tag_key}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17299
          },
          "name": "tagKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_values Dashboard#tag_values}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17303
          },
          "name": "tagValues",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 17427
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 17419
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17434
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17420
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 17352
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 17342
      },
      "name": "DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17401
          },
          "name": "tagKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17414
          },
          "name": "tagValuesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17394
          },
          "name": "tagKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17407
          },
          "name": "tagValues",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 17356
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 5603
      },
      "name": "DashboardWidgetSunburstDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5651
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5609
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5615
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_total Dashboard#hide_total}",
            "stability": "stable",
            "summary": "Whether or not to show the total value in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5621
          },
          "name": "hideTotal",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#legend_inline Dashboard#legend_inline}",
            "stability": "stable",
            "summary": "legend_inline block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5657
          },
          "name": "legendInline",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionLegendInline"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#legend_table Dashboard#legend_table}",
            "stability": "stable",
            "summary": "legend_table block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5663
          },
          "name": "legendTable",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionLegendTable"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5627
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5669
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5633
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. One of `left`, `center`, or `right`. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5639
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title. Default is 16."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5645
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 18025
      },
      "name": "DashboardWidgetSunburstDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18031
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18037
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18043
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18049
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 18237
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 18229
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18244
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18230
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 18112
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 18102
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18172
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18188
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18204
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18220
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18176
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18192
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18208
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18224
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18166
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18182
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18198
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18214
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18116
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionLegendInline": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionLegendInline",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 18248
      },
      "name": "DashboardWidgetSunburstDefinitionLegendInline",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#type Dashboard#type}",
            "stability": "stable",
            "summary": "The type of legend (inline or automatic). Valid values are `inline`, `automatic`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18266
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_percent Dashboard#hide_percent}",
            "stability": "stable",
            "summary": "Whether to hide the percentages of the groups."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18254
          },
          "name": "hidePercent",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Whether to hide the values of the groups."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18260
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionLegendInline"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionLegendInlineOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionLegendInlineOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 18319
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 18312
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18364
          },
          "name": "resetHidePercent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18380
          },
          "name": "resetHideValue"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionLegendInlineOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18368
          },
          "name": "hidePercentInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18384
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18397
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18358
          },
          "name": "hidePercent",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18374
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18390
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18323
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionLegendInline"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionLegendInlineOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionLegendTable": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionLegendTable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 18401
      },
      "name": "DashboardWidgetSunburstDefinitionLegendTable",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#type Dashboard#type}",
            "stability": "stable",
            "summary": "The type of legend (table or none). Valid values are `table`, `none`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18407
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionLegendTable"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionLegendTableOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionLegendTableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 18446
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 18439
      },
      "name": "DashboardWidgetSunburstDefinitionLegendTableOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18480
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18473
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18450
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionLegendTable"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionLegendTableOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 5778
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 5771
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5980
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5996
          },
          "name": "putLegendInline",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionLegendInline"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6012
          },
          "name": "putLegendTable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionLegendTable"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6028
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5983
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5871
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5887
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5903
          },
          "name": "resetHideTotal"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5999
          },
          "name": "resetLegendInline"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6015
          },
          "name": "resetLegendTable"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5919
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6031
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5935
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5951
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5967
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5977
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5993
          },
          "name": "legendInline",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionLegendInlineOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6009
          },
          "name": "legendTable",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionLegendTableOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6025
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5987
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5875
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5891
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5907
          },
          "name": "hideTotalInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6003
          },
          "name": "legendInlineInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionLegendInline"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6019
          },
          "name": "legendTableInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionLegendTable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5923
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6035
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5955
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5939
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5971
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5865
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5881
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5897
          },
          "name": "hideTotal",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5913
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5929
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5945
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5961
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5782
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 5135
      },
      "name": "DashboardWidgetSunburstDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5147
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#audit_query Dashboard#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5153
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5159
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5165
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#network_query Dashboard#network_query}",
            "stability": "stable",
            "summary": "network_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5171
          },
          "name": "networkQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5177
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5141
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5183
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5189
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5195
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5201
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 19160
      },
      "name": "DashboardWidgetSunburstDefinitionRequestApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19166
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19178
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19184
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19190
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19172
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 18484
      },
      "name": "DashboardWidgetSunburstDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18490
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18496
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18502
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 18555
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 18548
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18613
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18629
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18601
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18617
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18633
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18594
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18607
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18623
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18559
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 18787
      },
      "name": "DashboardWidgetSunburstDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18793
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18799
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18805
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 18964
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 18956
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18971
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18957
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 18861
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 18851
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18944
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18915
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18931
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18947
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18941
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18919
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18935
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18951
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18909
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18925
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18865
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 18637
      },
      "name": "DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18643
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18655
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18649
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 18708
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 18701
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18766
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18754
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18770
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18783
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18747
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18760
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18776
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18712
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 18975
      },
      "name": "DashboardWidgetSunburstDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18981
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18987
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 18993
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 19149
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 19141
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19156
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19142
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 19049
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 19039
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19116
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19132
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19104
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19120
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19136
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19097
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19110
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19126
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19053
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 19257
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 19250
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19340
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19356
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19372
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19343
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19359
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19375
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19327
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19337
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19353
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19369
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19347
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19363
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19315
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19379
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19331
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19308
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19321
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19261
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 20059
      },
      "name": "DashboardWidgetSunburstDefinitionRequestAuditQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20065
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20077
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20083
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20089
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20071
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 19383
      },
      "name": "DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19389
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19395
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19401
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 19454
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 19447
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19512
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19528
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19500
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19516
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19532
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19493
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19506
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19522
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19458
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 19686
      },
      "name": "DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19692
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19698
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19704
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 19863
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 19855
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19870
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19856
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 19760
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 19750
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19843
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19814
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19830
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19846
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19840
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19818
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19834
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19850
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19808
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19824
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19764
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 19536
      },
      "name": "DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19542
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19554
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19548
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 19607
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 19600
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19665
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19653
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19669
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19682
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19646
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19659
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19675
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19611
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 19874
      },
      "name": "DashboardWidgetSunburstDefinitionRequestAuditQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19880
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19886
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19892
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 20048
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 20040
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20055
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20041
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 19948
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 19938
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20015
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20031
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20003
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20019
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20035
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19996
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20009
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20025
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 19952
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 20156
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 20149
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20239
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20255
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20271
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20242
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20258
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20274
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20226
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestAuditQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20236
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20252
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20268
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20246
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20262
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20214
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20278
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20230
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20207
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20220
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20160
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 21434
      },
      "name": "DashboardWidgetSunburstDefinitionRequestFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21452
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21440
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21446
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21458
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21464
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#number_format Dashboard#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21470
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21476
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 20282
      },
      "name": "DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20288
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20324
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20336
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20294
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20300
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20306
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20312
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20318
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20330
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 20660
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 20652
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20667
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20653
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 20434
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 20424
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20537
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20553
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20569
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20585
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20601
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20630
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20525
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20541
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20557
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20573
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20589
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20605
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20618
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20634
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20647
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20518
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20531
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20547
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20563
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20579
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20595
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20611
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20624
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20640
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20438
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 20671
      },
      "name": "DashboardWidgetSunburstDefinitionRequestFormulaLimit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20677
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20683
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 20729
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 20722
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20768
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20784
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20772
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20788
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20762
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20778
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20733
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 21748
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 21740
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21755
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21741
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 21195
      },
      "name": "DashboardWidgetSunburstDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21201
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21207
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 21253
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 21246
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21289
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21302
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21305
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21286
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21299
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21293
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21309
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21257
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 20993
      },
      "name": "DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#canonical Dashboard#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20999
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom Dashboard#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21005
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 20792
      },
      "name": "DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20804
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20798
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 20850
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 20843
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20889
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20893
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20906
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20883
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20899
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20854
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 20910
      },
      "name": "DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20916
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 20955
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 20948
      },
      "name": "DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20989
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20982
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 20959
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 21051
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 21044
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21087
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21103
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21090
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21106
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21084
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21100
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21094
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21110
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21055
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 21114
      },
      "name": "DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21118
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 21157
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 21150
      },
      "name": "DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21191
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21184
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21161
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 21560
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 21550
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21680
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21696
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21712
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21728
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21638
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21654
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21683
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21699
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21715
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21731
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21677
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21693
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21709
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21725
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21642
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21658
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21687
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21671
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21703
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21719
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21735
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21632
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21648
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21664
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21564
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 21313
      },
      "name": "DashboardWidgetSunburstDefinitionRequestFormulaStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21319
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_index Dashboard#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21325
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 21371
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 21364
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21410
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21426
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21430
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21414
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21404
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21420
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21375
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 5592
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 5584
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5599
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5585
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 22435
      },
      "name": "DashboardWidgetSunburstDefinitionRequestLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22441
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22453
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22459
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22465
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22447
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 21759
      },
      "name": "DashboardWidgetSunburstDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21765
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21771
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21777
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 21830
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 21823
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21888
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21904
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21876
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21892
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21908
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21869
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21882
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21898
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21834
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 22062
      },
      "name": "DashboardWidgetSunburstDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22068
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22074
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22080
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 22239
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 22231
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22246
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22232
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 22136
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 22126
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22219
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22190
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22206
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22222
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22216
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22194
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22210
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22226
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22184
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22200
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22140
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 21912
      },
      "name": "DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21918
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21930
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21924
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 21983
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 21976
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22041
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22029
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22045
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22058
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22022
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22035
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22051
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 21987
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 22250
      },
      "name": "DashboardWidgetSunburstDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22256
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22262
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22268
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 22424
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 22416
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22431
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22417
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 22324
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 22314
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22391
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22407
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22379
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22395
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22411
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22372
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22385
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22401
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22328
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 22532
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 22525
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22615
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22631
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22647
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22618
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22634
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22650
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22602
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22612
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22628
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22644
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22622
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22638
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22590
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22654
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22606
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22583
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22596
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22536
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 23334
      },
      "name": "DashboardWidgetSunburstDefinitionRequestNetworkQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23340
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23352
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23358
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23364
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23346
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestNetworkQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 22658
      },
      "name": "DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22664
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22670
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22676
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 22729
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 22722
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22787
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22803
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22775
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22791
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22807
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22768
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22781
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22797
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22733
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 22961
      },
      "name": "DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22967
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22973
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22979
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 23138
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 23130
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23145
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23131
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 23035
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 23025
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23118
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23089
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23105
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23121
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23115
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23093
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23109
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23125
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23083
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23099
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23039
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 22811
      },
      "name": "DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22817
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22829
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22823
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 22882
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 22875
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22940
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22928
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22944
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22957
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22921
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22934
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22950
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 22886
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 23149
      },
      "name": "DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23155
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23161
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23167
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 23323
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 23315
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23330
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23316
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 23223
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 23213
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23290
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23306
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23278
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23294
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23310
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23271
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23284
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23300
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23227
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 23431
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 23424
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23514
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23530
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23546
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23517
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23533
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23549
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23501
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestNetworkQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23511
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23527
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23543
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23521
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23537
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23489
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23553
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23505
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23482
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23495
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23435
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestNetworkQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 5313
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 5303
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5428
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5444
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5460
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5476
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5492
          },
          "name": "putNetworkQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5508
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5524
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5540
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5556
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5572
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5431
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5447
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5463
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5479
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5495
          },
          "name": "resetNetworkQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5511
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5415
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5527
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5543
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5559
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5575
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5425
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5441
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5457
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5473
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5489
          },
          "name": "networkQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5505
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5521
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5537
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5553
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5569
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5435
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5451
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5467
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5483
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5499
          },
          "name": "networkQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestNetworkQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5515
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5419
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5531
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5547
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5563
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5579
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5409
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5317
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 23557
      },
      "name": "DashboardWidgetSunburstDefinitionRequestProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23575
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23563
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23569
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23581
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 23641
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 23634
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23692
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23708
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23737
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23696
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23712
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23725
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23741
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23686
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23702
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23718
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23731
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23645
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 2923
      },
      "name": "DashboardWidgetSunburstDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2929
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2935
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2941
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2947
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2953
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2959
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2965
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 23745
      },
      "name": "DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23757
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23763
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23775
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23781
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23799
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23805
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23811
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23751
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23769
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23787
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23793
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6400.ts",
          "line": 23920
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6400.ts",
        "line": 23913
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 24013
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 24055
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 24097
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 24113
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 24017
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 24030
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 24043
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 24059
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 24072
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 24085
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 24101
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 24117
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 24130
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 24143
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 24156
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 24007
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 24023
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 24036
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 24049
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 24065
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 24078
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 24091
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 24107
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 24123
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 24136
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 24149
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6400.ts",
            "line": 23924
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6400:DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 47
      },
      "name": "DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 59
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 65
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 77
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 107
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 113
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 53
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 71
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 83
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 89
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 95
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 101
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 222
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 215
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 315
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 357
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 386
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 402
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 418
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 434
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 319
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 332
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 345
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 361
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 374
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 390
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 406
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 422
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 438
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 451
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 464
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 309
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 325
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 338
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 351
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 367
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 380
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 396
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 412
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 428
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 444
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 457
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 226
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 468
      },
      "name": "DashboardWidgetSunburstDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 486
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 492
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 498
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 474
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 480
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 565
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 558
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 622
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 638
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 626
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 642
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 655
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 668
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 681
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 616
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 632
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 648
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 661
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 674
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 569
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 1597
      },
      "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1633
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1609
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1621
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1603
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1639
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1645
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1615
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1651
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1627
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 685
      },
      "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 691
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 697
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 703
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 859
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 851
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 866
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 852
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 759
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 749
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 826
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 842
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 814
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 830
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 846
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 807
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 820
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 836
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 763
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 1023
      },
      "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1029
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1035
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1041
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 1361
      },
      "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1367
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1373
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1379
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 1432
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 1425
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1503
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1490
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1506
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1500
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1478
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1494
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1510
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1471
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1484
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1436
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 1208
      },
      "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1214
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1220
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1226
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 1279
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 1272
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1337
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1353
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1325
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1341
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1357
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1318
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1331
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1347
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1283
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 1197
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 1189
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1204
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1190
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 1097
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 1087
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1177
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1164
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1180
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1174
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1152
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1168
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1184
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1145
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1158
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1101
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 870
      },
      "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 876
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 882
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 888
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 941
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 934
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 999
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1015
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 987
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1003
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1019
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 980
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 993
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1009
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 945
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 1746
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 1739
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1898
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1911
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1927
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1943
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1827
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1914
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1930
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1856
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1946
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1885
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1895
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1908
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1924
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1940
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1902
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1831
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1844
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1934
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1918
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1860
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1873
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1950
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1889
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1821
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1837
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1850
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1866
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1879
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1750
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 1514
      },
      "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1520
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 1559
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 1552
      },
      "name": "DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1593
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1586
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1563
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 3240
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 3232
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3247
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3233
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 1954
      },
      "name": "DashboardWidgetSunburstDefinitionRequestQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1978
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1984
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1960
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1966
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1972
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 1990
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 2064
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 2057
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2127
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2143
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2159
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2201
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2131
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2147
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2163
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2176
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2189
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2205
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2121
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2137
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2153
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2169
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2182
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2195
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2068
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 3049
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 3039
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3124
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3140
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3156
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3172
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3188
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3204
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3220
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3127
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3143
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3159
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3175
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3191
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3207
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3223
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3121
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3137
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3153
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3169
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3185
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3201
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3217
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3131
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3147
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3163
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3179
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3195
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3211
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3227
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3053
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 2209
      },
      "name": "DashboardWidgetSunburstDefinitionRequestQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2227
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2245
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2251
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2215
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2221
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2233
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2239
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2257
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2263
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2269
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 2371
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 2364
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2458
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2474
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2503
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2519
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2561
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2577
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2593
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2462
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2478
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2491
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2507
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2523
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2536
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2549
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2565
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2581
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2597
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2452
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2468
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2484
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2497
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2513
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2529
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2542
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2555
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2571
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2587
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2375
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 2601
      },
      "name": "DashboardWidgetSunburstDefinitionRequestQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2619
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2631
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2643
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2607
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2613
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2625
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2637
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2649
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 2737
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 2730
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2812
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2828
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2857
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2886
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2915
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2816
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2832
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2845
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2861
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2874
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2890
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2903
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2919
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2806
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2822
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2838
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2851
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2867
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2880
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2896
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2909
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 2741
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 3927
      },
      "name": "DashboardWidgetSunburstDefinitionRequestRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3933
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3945
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3951
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3957
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3939
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 3251
      },
      "name": "DashboardWidgetSunburstDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3257
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3263
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3269
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 3322
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 3315
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3380
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3396
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3368
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3384
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3400
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3361
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3374
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3390
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3326
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 3554
      },
      "name": "DashboardWidgetSunburstDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3560
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3566
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3572
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 3731
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 3723
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3738
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3724
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 3628
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 3618
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3711
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3682
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3698
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3714
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3708
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3686
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3702
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3718
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3676
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3692
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3632
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 3404
      },
      "name": "DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3410
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3422
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3416
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 3475
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 3468
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3533
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3521
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3537
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3550
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3514
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3527
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3543
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3479
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 3742
      },
      "name": "DashboardWidgetSunburstDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3748
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3754
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3760
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 3916
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 3908
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3923
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3909
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 3816
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 3806
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3883
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3899
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3871
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3887
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3903
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3864
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3877
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3893
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 3820
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 4024
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 4017
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4107
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4123
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4139
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4110
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4126
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4142
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4094
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4104
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4120
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4136
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4114
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4130
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4082
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4146
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4098
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4075
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4088
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4028
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 4826
      },
      "name": "DashboardWidgetSunburstDefinitionRequestSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4832
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4844
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4850
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4856
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4838
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 4150
      },
      "name": "DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4156
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4162
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4168
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 4221
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 4214
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4279
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4295
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4267
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4283
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4299
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4260
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4273
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4289
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4225
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 4453
      },
      "name": "DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4459
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4465
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4471
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 4630
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 4622
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4637
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4623
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 4527
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 4517
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4610
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4581
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4597
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4613
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4607
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4585
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4601
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4617
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4575
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4591
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4531
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 4303
      },
      "name": "DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4309
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4321
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4315
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 4374
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 4367
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4432
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4420
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4436
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4449
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4413
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4426
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4442
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4378
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 4641
      },
      "name": "DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4647
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4653
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4659
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 4815
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 4807
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4822
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4808
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 4715
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 4705
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4782
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4798
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4770
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4786
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4802
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4763
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4776
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4792
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4719
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 4923
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 4916
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5006
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5022
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5038
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5009
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5025
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5041
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4993
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5003
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5019
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5035
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5013
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5029
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4981
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5045
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4997
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4974
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4987
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 4927
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 5049
      },
      "name": "DashboardWidgetSunburstDefinitionRequestStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5055
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 5094
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 5087
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5127
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardWidgetSunburstDefinitionRequestStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5131
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5121
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 5098
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetSunburstDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetSunburstDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 18676
      },
      "name": "DashboardWidgetTimeseriesDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18742
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18682
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event Dashboard#event}",
            "stability": "stable",
            "summary": "event block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18748
          },
          "name": "event",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18688
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#legend_columns Dashboard#legend_columns}",
            "stability": "stable",
            "summary": "A list of columns to display in the legend. Valid values are `value`, `avg`, `sum`, `min`, `max`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18694
          },
          "name": "legendColumns",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#legend_layout Dashboard#legend_layout}",
            "stability": "stable",
            "summary": "The layout of the legend displayed in the widget. Valid values are `auto`, `horizontal`, `vertical`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18700
          },
          "name": "legendLayout",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#legend_size Dashboard#legend_size}",
            "stability": "stable",
            "summary": "The size of the legend displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18706
          },
          "name": "legendSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18712
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#marker Dashboard#marker}",
            "stability": "stable",
            "summary": "marker block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18754
          },
          "name": "marker",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18760
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#right_yaxis Dashboard#right_yaxis}",
            "stability": "stable",
            "summary": "right_yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18766
          },
          "name": "rightYaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRightYaxis"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_legend Dashboard#show_legend}",
            "stability": "stable",
            "summary": "Whether or not to show the legend on this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18718
          },
          "name": "showLegend",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18724
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18730
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18736
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#yaxis Dashboard#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18772
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 6039
      },
      "name": "DashboardWidgetTimeseriesDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6045
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6051
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6057
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6063
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 6251
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 6243
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6258
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6244
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 6126
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 6116
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6186
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6202
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6218
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6234
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6190
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6206
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6222
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6238
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6180
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6196
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6212
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6228
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6130
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionEvent": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionEvent",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 6262
      },
      "name": "DashboardWidgetTimeseriesDefinitionEvent",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The event query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6268
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tags_execution Dashboard#tags_execution}",
            "stability": "stable",
            "summary": "The execution method for multi-value filters."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6274
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionEvent"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionEventList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionEventList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 6401
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 6393
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6408
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionEventOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionEventList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6394
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionEventList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionEventOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionEventOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 6323
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 6313
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6384
          },
          "name": "resetTagsExecution"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionEventOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6372
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6388
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6365
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6378
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6327
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionEvent"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionEventOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionMarker": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionMarker",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 6412
      },
      "name": "DashboardWidgetTimeseriesDefinitionMarker",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A mathematical expression describing the marker, for example: `y > 1`, `-5 < y < 0`, `y = 19`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6430
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Example: `error dashed`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#display_type Dashboard#display_type}",
            "stability": "stable",
            "summary": "How the marker lines are displayed, options are one of {`error`, `warning`, `info`, `ok`} combined with one of {`dashed`, `solid`, `bold`}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6418
          },
          "name": "displayType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "A label for the line or range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6424
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionMarker"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionMarkerList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionMarkerList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 6586
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 6578
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6593
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionMarkerOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionMarkerList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6579
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionMarkerList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionMarkerOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionMarkerOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 6486
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 6476
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6540
          },
          "name": "resetDisplayType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6556
          },
          "name": "resetLabel"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionMarkerOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6544
          },
          "name": "displayTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6560
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6573
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6534
          },
          "name": "displayType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6550
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6566
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6490
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionMarker"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionMarkerOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 18916
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 18909
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19196
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19212
          },
          "name": "putEvent",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionEvent"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19228
          },
          "name": "putMarker",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionMarker"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19244
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19260
          },
          "name": "putRightYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRightYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19276
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19199
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19039
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19215
          },
          "name": "resetEvent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19055
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19071
          },
          "name": "resetLegendColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19087
          },
          "name": "resetLegendLayout"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19103
          },
          "name": "resetLegendSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19119
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19231
          },
          "name": "resetMarker"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19247
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19263
          },
          "name": "resetRightYaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19135
          },
          "name": "resetShowLegend"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19151
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19167
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19183
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19279
          },
          "name": "resetYaxis"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19193
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19209
          },
          "name": "event",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionEventList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19225
          },
          "name": "marker",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionMarkerList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19241
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19257
          },
          "name": "rightYaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRightYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19273
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19203
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19043
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19219
          },
          "name": "eventInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19059
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19075
          },
          "name": "legendColumnsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19091
          },
          "name": "legendLayoutInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19107
          },
          "name": "legendSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19123
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19235
          },
          "name": "markerInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19251
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19267
          },
          "name": "rightYaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRightYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19139
          },
          "name": "showLegendInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19171
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19155
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19187
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19283
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19033
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19049
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19065
          },
          "name": "legendColumns",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19081
          },
          "name": "legendLayout",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19097
          },
          "name": "legendSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19113
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19129
          },
          "name": "showLegend",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19145
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19161
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19177
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18920
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 17651
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17675
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#audit_query Dashboard#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17681
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#display_type Dashboard#display_type}",
            "stability": "stable",
            "summary": "How to display the marker lines. Valid values are `area`, `bars`, `line`, `overlay`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17657
          },
          "name": "displayType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17687
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17693
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metadata Dashboard#metadata}",
            "stability": "stable",
            "summary": "metadata block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17699
          },
          "name": "metadata",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#network_query Dashboard#network_query}",
            "stability": "stable",
            "summary": "network_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17705
          },
          "name": "networkQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#on_right_yaxis Dashboard#on_right_yaxis}",
            "stability": "stable",
            "summary": "A Boolean indicating whether the request uses the right or left Y-Axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17663
          },
          "name": "onRightYaxis",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17711
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17669
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17717
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17723
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17729
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17735
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 7273
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7279
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7291
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7297
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7303
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7285
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 6597
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6603
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6609
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6615
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 6668
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 6661
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6726
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6742
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6714
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6730
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6746
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6707
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6720
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6736
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6672
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 6900
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6906
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6912
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6918
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 7077
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 7069
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7084
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7070
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 6974
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 6964
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7057
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7028
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7044
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7060
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7054
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7032
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7048
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7064
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7022
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7038
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6978
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 6750
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6756
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6768
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6762
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 6821
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 6814
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6879
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6867
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6883
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6896
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6860
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6873
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6889
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 6825
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 7088
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7094
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7100
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7106
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 7262
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 7254
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7269
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7255
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 7162
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 7152
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7229
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7245
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7217
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7233
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7249
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7210
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7223
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7239
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7166
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 7370
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 7363
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7453
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7469
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7485
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7456
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7472
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7488
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7440
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7450
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7466
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7482
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7460
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7476
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7428
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7492
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7444
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7421
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7434
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7374
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 8172
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestAuditQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8178
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8190
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8196
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8202
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8184
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 7496
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7502
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7508
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7514
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 7567
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 7560
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7625
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7641
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7613
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7629
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7645
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7606
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7619
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7635
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7571
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 7799
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7805
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7811
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7817
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 7976
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 7968
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7983
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7969
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 7873
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 7863
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7956
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7927
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7943
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7959
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7953
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7931
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7947
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7963
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7921
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7937
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7877
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 7649
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7655
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7667
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7661
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 7720
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 7713
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7778
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7766
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7782
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7795
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7759
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7772
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7788
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7724
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 7987
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7993
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 7999
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8005
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 8161
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 8153
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8168
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8154
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 8061
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 8051
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8128
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8144
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8116
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8132
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8148
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8109
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8122
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8138
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8065
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 8269
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 8262
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8352
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8368
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8384
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8355
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8371
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8387
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8339
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestAuditQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8349
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8365
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8381
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8359
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8375
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8327
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8391
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8343
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8320
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8333
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8273
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 9547
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9565
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9553
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9559
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9571
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9577
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#number_format Dashboard#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9583
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9589
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 8395
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8401
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8437
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8449
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8407
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8413
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8419
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8425
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8431
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8443
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 8773
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 8765
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8780
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8766
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 8547
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 8537
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8650
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8666
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8682
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8698
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8714
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8743
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8638
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8654
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8670
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8686
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8702
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8718
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8731
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8747
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8760
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8631
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8644
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8660
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8676
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8692
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8708
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8724
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8737
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8753
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8551
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 8784
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaLimit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8790
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8796
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 8842
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 8835
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8881
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8897
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8885
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8901
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8875
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8891
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8846
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 9861
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 9853
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9868
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9854
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 9308
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9314
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9320
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 9366
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 9359
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9402
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9415
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9418
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9399
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9412
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9406
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9422
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9370
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 9106
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#canonical Dashboard#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9112
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom Dashboard#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9118
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 8905
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8917
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8911
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 8963
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 8956
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9002
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9006
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9019
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8996
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9012
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 8967
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 9023
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9029
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 9068
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 9061
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9102
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9095
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9072
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 9164
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 9157
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9200
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9216
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9203
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9219
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9197
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9213
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9207
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9223
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9168
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 9227
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9231
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 9270
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 9263
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9304
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9297
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9274
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 9673
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 9663
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9793
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9809
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9825
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9841
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9751
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9767
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9796
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9812
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9828
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9844
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9790
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9806
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9822
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9838
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9755
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9771
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9800
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9784
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9816
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9832
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9848
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9745
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9761
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9777
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9677
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 9426
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9432
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_index Dashboard#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9438
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 9484
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 9477
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9523
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9539
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9543
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9527
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9517
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9533
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9488
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 18213
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 18205
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18220
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18206
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 10548
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10554
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10566
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10572
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10578
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10560
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 9872
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9878
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9884
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9890
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 9943
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 9936
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10001
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10017
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9989
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10005
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10021
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9982
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9995
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10011
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 9947
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 10175
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10181
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10187
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10193
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 10352
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 10344
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10359
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10345
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 10249
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 10239
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10332
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10303
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10319
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10335
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10329
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10307
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10323
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10339
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10297
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10313
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10253
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 10025
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10031
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10043
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10037
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 10096
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 10089
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10154
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10142
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10158
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10171
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10135
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10148
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10164
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10100
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 10363
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10369
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10375
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10381
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 10537
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 10529
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10544
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10530
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 10437
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 10427
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10504
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10520
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10492
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10508
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10524
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10485
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10498
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10514
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10441
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 10645
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 10638
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10728
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10744
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10760
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10731
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10747
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10763
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10715
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10725
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10741
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10757
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10735
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10751
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10703
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10767
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10719
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10696
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10709
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10649
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestMetadata": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestMetadata",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 10771
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestMetadata",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#expression Dashboard#expression}",
            "stability": "stable",
            "summary": "The expression name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10783
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias_name Dashboard#alias_name}",
            "stability": "stable",
            "summary": "The expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10777
          },
          "name": "aliasName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestMetadata"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestMetadataList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestMetadataList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 10910
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 10902
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10917
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestMetadataOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestMetadataList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10903
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestMetadataList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestMetadataOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestMetadataOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 10832
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 10822
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10880
          },
          "name": "resetAliasName"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestMetadataOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10884
          },
          "name": "aliasNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10897
          },
          "name": "expressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10874
          },
          "name": "aliasName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10890
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10836
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestMetadata"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestMetadataOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 11597
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestNetworkQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11603
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11615
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11621
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11627
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11609
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestNetworkQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 10921
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10927
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10933
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10939
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 10992
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 10985
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11050
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11066
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11038
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11054
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11070
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11031
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11044
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11060
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 10996
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 11224
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11230
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11236
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11242
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 11401
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 11393
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11408
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11394
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 11298
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 11288
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11381
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11352
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11368
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11384
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11378
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11356
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11372
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11388
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11346
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11362
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11302
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 11074
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11080
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11092
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11086
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 11145
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 11138
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11203
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11191
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11207
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11220
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11184
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11197
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11213
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11149
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 11412
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11418
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11424
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11430
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 11586
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 11578
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11593
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11579
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 11486
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 11476
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11553
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11569
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11541
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11557
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11573
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11534
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11547
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11563
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11490
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 11694
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 11687
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11777
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11793
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11809
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11780
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11796
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11812
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11764
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11774
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11790
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11806
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11784
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11800
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11752
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11816
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11768
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11745
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11758
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11698
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 17868
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 17858
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18033
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18049
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18065
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18081
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18097
          },
          "name": "putMetadata",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestMetadata"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18113
          },
          "name": "putNetworkQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18129
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18145
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18161
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18177
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18193
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18036
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18052
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17988
          },
          "name": "resetDisplayType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18068
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18084
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18100
          },
          "name": "resetMetadata"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18116
          },
          "name": "resetNetworkQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18004
          },
          "name": "resetOnRightYaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18132
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18020
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18148
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18164
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18180
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18196
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18030
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18046
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18062
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18078
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18094
          },
          "name": "metadata",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestMetadataList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18110
          },
          "name": "networkQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18126
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18142
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18158
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18174
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18190
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18040
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18056
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17992
          },
          "name": "displayTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18072
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18088
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18104
          },
          "name": "metadataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18120
          },
          "name": "networkQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestNetworkQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18008
          },
          "name": "onRightYaxisInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18136
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18024
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18152
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18168
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18184
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18200
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17982
          },
          "name": "displayType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17998
          },
          "name": "onRightYaxis",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18014
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17872
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 11820
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11838
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11826
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11832
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11844
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 11904
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 11897
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11955
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11971
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12000
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11959
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11975
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11988
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12004
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11949
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11965
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11981
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11994
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 11908
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 15299
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15305
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15311
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15317
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15323
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15329
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15335
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15341
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 12008
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12020
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12026
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12038
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12044
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12062
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12068
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12074
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12014
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12032
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12050
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12056
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 12183
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 12176
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12276
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12318
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12360
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12376
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12280
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12293
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12306
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12322
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12335
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12348
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12364
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12380
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12393
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12406
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12419
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12270
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12286
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12299
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12312
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12328
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12341
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12354
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12370
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12386
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12399
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12412
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12187
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 12423
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12435
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12441
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12453
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12483
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12489
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12429
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12447
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12459
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12465
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12471
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12477
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 12598
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 12591
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12691
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12733
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12762
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12778
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12794
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12810
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12695
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12708
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12721
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12737
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12750
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12766
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12782
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12798
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12814
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12827
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12840
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12685
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12701
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12714
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12727
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12743
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12756
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12772
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12788
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12804
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12820
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12833
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12602
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 12844
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12862
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12868
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12874
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12850
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12856
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 12941
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 12934
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12998
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13014
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13002
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13018
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13031
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13044
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13057
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12992
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13008
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13024
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13037
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13050
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 12945
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 13973
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14009
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13985
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13997
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13979
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14015
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14021
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13991
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14027
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14003
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 13061
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13067
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13073
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13079
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 13235
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 13227
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13242
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13228
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 13135
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 13125
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13202
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13218
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13190
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13206
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13222
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13183
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13196
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13212
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13139
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 13399
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13405
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13411
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13417
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 13737
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13743
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13749
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13755
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 13808
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 13801
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13879
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13866
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13882
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13876
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13854
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13870
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13886
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13847
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13860
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13812
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 13584
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13590
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13596
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13602
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 13655
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 13648
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13713
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13729
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13701
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13717
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13733
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13694
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13707
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13723
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13659
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 13573
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 13565
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13580
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13566
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 13473
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 13463
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13553
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13540
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13556
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13550
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13528
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13544
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13560
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13521
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13534
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13477
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 13246
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13252
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13258
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13264
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 13317
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 13310
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13375
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13391
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13363
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13379
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13395
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13356
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13369
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13385
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13321
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 14122
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 14115
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14274
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14287
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14303
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14319
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14203
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14290
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14306
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14232
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14322
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14261
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14271
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14284
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14300
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14316
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14278
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14207
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14220
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14310
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14294
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14236
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14249
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14326
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14265
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14197
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14213
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14226
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14242
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14255
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14126
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 13890
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13896
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 13935
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 13928
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13969
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13962
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 13939
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 15616
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 15608
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15623
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15609
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 14330
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14354
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14360
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14336
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14342
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14348
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14366
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 14440
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 14433
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14503
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14519
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14535
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14577
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14507
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14523
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14539
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14552
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14565
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14581
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14497
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14513
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14529
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14545
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14558
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14571
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14444
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 15425
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 15415
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15500
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15516
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15532
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15548
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15564
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15580
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15596
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15503
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15519
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15535
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15551
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15567
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15583
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15599
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15497
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15513
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15529
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15545
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15561
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15577
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15593
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15507
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15523
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15539
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15555
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15571
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15587
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15603
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15429
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 14585
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14603
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14621
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14627
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14591
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14597
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14609
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14615
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14633
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14639
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14645
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 14747
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 14740
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14834
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14850
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14879
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14895
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14937
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14953
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14969
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14838
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14854
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14867
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14883
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14899
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14912
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14925
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14941
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14957
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14973
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14828
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14844
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14860
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14873
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14889
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14905
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14918
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14931
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14947
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14963
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14751
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 14977
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14995
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15007
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15019
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14983
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 14989
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15001
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15013
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15025
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 15113
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 15106
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15188
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15204
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15233
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15262
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15291
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15192
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15208
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15221
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15237
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15250
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15266
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15279
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15295
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15182
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15198
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15214
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15227
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15243
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15256
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15272
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15285
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15117
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 16303
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16309
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16321
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16327
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16333
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16315
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 15627
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15633
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15639
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15645
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 15698
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 15691
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15756
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15772
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15744
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15760
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15776
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15737
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15750
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15766
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15702
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 15930
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15936
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15942
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15948
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 16107
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 16099
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16114
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16100
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 16004
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 15994
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16087
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16058
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16074
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16090
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16084
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16062
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16078
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16094
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16052
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16068
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16008
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 15780
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15786
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15798
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15792
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 15851
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 15844
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15909
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15897
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15913
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15926
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15890
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15903
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15919
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 15855
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 16118
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16124
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16130
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16136
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 16292
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 16284
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16299
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16285
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 16192
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 16182
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16259
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16275
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16247
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16263
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16279
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16240
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16253
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16269
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16196
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 16400
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 16393
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16483
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16499
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16515
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16486
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16502
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16518
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16470
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16480
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16496
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16512
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16490
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16506
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16458
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16522
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16474
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16451
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16464
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16404
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 17202
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17208
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17220
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17226
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17232
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17214
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 16526
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16532
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16538
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16544
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 16597
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 16590
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16655
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16671
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16643
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16659
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16675
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16636
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16649
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16665
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16601
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 16829
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16835
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16841
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16847
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 17006
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 16998
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17013
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16999
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 16903
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 16893
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16986
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16957
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16973
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16989
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16983
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16961
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16977
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16993
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16951
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16967
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16907
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 16679
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16685
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16697
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16691
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 16750
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 16743
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16808
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16796
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16812
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16825
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16789
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16802
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16818
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 16754
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 17017
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17023
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17029
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17035
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 17191
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 17183
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17198
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17184
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 17091
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 17081
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17158
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17174
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17146
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17162
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17178
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17139
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17152
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17168
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17095
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 17299
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 17292
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17382
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17398
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17414
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17385
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17401
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17417
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17369
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17379
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17395
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17411
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17389
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17405
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17357
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17421
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17373
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17350
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17363
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17303
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 17425
      },
      "name": "DashboardWidgetTimeseriesDefinitionRequestStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#has_value_labels Dashboard#has_value_labels}",
            "stability": "stable",
            "summary": "If true, the value is displayed as a label relative to the data point."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17431
          },
          "name": "hasValueLabels",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#line_type Dashboard#line_type}",
            "stability": "stable",
            "summary": "The type of lines displayed. Valid values are `dashed`, `dotted`, `solid`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17437
          },
          "name": "lineType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#line_width Dashboard#line_width}",
            "stability": "stable",
            "summary": "The width of line displayed. Valid values are `normal`, `thick`, `thin`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17443
          },
          "name": "lineWidth",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order_by Dashboard#order_by}",
            "stability": "stable",
            "summary": "How to order series in timeseries visualizations. Valid values are `tags`, `values`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17449
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17455
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 17522
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 17515
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17579
          },
          "name": "resetHasValueLabels"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17595
          },
          "name": "resetLineType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17611
          },
          "name": "resetLineWidth"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17627
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17643
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRequestStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17583
          },
          "name": "hasValueLabelsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17599
          },
          "name": "lineTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17615
          },
          "name": "lineWidthInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17631
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17647
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17573
          },
          "name": "hasValueLabels",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17589
          },
          "name": "lineType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17605
          },
          "name": "lineWidth",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17621
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17637
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 17526
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRightYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRightYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 18224
      },
      "name": "DashboardWidgetTimeseriesDefinitionRightYaxis",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#include_zero Dashboard#include_zero}",
            "stability": "stable",
            "summary": "Always include zero or fit the axis to the data range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18230
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18236
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18242
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18248
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18254
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRightYaxis"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRightYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRightYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 18321
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 18314
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18378
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18394
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18410
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18426
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18442
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionRightYaxisOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18382
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18398
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18414
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18430
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18446
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18372
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18388
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18404
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18420
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18436
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18325
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionRightYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionRightYaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 18450
      },
      "name": "DashboardWidgetTimeseriesDefinitionYaxis",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#include_zero Dashboard#include_zero}",
            "stability": "stable",
            "summary": "Always include zero or fit the axis to the data range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18456
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18462
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#max Dashboard#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18468
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#min Dashboard#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18474
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scale Dashboard#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18480
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionYaxis"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 18547
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 18540
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18604
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18620
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18636
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18652
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18668
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardWidgetTimeseriesDefinitionYaxisOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18608
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18624
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18640
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18656
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18672
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18598
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18614
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18630
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18646
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18662
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 18551
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTimeseriesDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetTimeseriesDefinitionYaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 5384
      },
      "name": "DashboardWidgetToplistDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5426
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5390
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5396
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5402
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5432
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5438
          },
          "name": "style",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyle"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5408
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5414
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5420
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 19287
      },
      "name": "DashboardWidgetToplistDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19293
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19299
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19305
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19311
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 19499
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 19491
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19506
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19492
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 19374
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 19364
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19434
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19450
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19466
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19482
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19438
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19454
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19470
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19486
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19428
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19444
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19460
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19476
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19378
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 5533
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 5526
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5707
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5723
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5739
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyle"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5710
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5614
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5630
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5646
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5726
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5742
          },
          "name": "resetStyle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5662
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5678
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5694
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5704
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5720
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5736
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5714
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5618
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5634
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5650
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5730
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5746
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyle"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5682
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5666
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5698
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5608
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5624
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5640
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5656
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5672
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5688
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5537
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 4613
      },
      "name": "DashboardWidgetToplistDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_query Dashboard#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4625
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#audit_query Dashboard#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4631
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4637
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4643
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#log_query Dashboard#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4649
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4655
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#q Dashboard#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4619
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4661
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#rum_query Dashboard#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4667
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#security_query Dashboard#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4673
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4679
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 20186
      },
      "name": "DashboardWidgetToplistDefinitionRequestApmQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20192
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20204
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20210
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20216
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20198
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 19510
      },
      "name": "DashboardWidgetToplistDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19516
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19522
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19528
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 19581
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 19574
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19639
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19655
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19627
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19643
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19659
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19620
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19633
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19649
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19585
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 19813
      },
      "name": "DashboardWidgetToplistDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19819
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19825
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19831
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 19990
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 19982
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19997
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19983
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 19887
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 19877
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19970
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19941
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19957
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19973
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19967
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19945
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19961
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19977
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19935
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19951
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19891
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 19663
      },
      "name": "DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19669
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19681
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19675
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 19734
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 19727
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19792
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19780
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19796
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19809
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19773
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19786
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19802
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 19738
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 20001
      },
      "name": "DashboardWidgetToplistDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20007
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20013
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20019
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 20175
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 20167
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20182
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20168
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 20075
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 20065
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20142
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20158
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20130
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20146
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20162
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20123
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20136
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20152
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20079
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 20283
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 20276
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20366
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20382
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20398
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20369
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20385
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20401
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20353
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20363
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20379
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20395
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20373
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20389
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20341
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20405
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20357
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20334
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20347
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20287
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 21085
      },
      "name": "DashboardWidgetToplistDefinitionRequestAuditQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21091
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21103
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21109
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21115
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21097
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 20409
      },
      "name": "DashboardWidgetToplistDefinitionRequestAuditQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20415
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20421
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20427
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 20480
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 20473
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20538
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20554
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20526
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20542
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20558
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20519
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20532
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20548
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20484
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 20712
      },
      "name": "DashboardWidgetToplistDefinitionRequestAuditQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20718
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20724
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20730
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 20889
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 20881
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20896
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestAuditQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20882
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 20786
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 20776
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20869
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20840
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20856
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20872
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20866
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20844
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20860
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20876
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20834
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20850
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20790
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 20562
      },
      "name": "DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20568
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20580
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20574
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 20633
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 20626
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20691
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20679
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20695
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20708
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20672
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20685
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20701
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20637
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 20900
      },
      "name": "DashboardWidgetToplistDefinitionRequestAuditQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20906
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20912
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20918
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 21074
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 21066
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21081
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21067
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 20974
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 20964
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21041
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21057
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21029
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21045
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21061
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21022
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21035
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21051
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 20978
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 21182
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 21175
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21265
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21281
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21297
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21268
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21284
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21300
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21252
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestAuditQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21262
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21278
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21294
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21272
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21288
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21240
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21304
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21256
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21233
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21246
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21186
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 21308
      },
      "name": "DashboardWidgetToplistDefinitionRequestConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21314
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21350
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21362
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21320
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21326
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21332
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21338
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21344
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21356
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 21686
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 21678
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21693
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21679
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 21460
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 21450
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21563
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21579
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21595
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21611
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21627
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21656
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21551
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21567
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21583
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21599
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21615
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21631
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21644
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21660
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21673
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21544
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21557
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21573
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21589
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21605
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21621
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21637
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21650
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21666
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21464
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 22849
      },
      "name": "DashboardWidgetToplistDefinitionRequestFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22867
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22855
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22861
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22873
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22879
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#number_format Dashboard#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22885
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22891
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 21697
      },
      "name": "DashboardWidgetToplistDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21703
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21739
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21751
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21709
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21715
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21721
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21727
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21733
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21745
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 22075
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 22067
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22082
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22068
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 21849
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 21839
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21952
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21968
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21984
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22000
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22016
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22045
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21940
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21956
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21972
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21988
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22004
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22020
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22033
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22049
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22062
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21933
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21946
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21962
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21978
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21994
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22010
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22026
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22039
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22055
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 21853
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 22086
      },
      "name": "DashboardWidgetToplistDefinitionRequestFormulaLimit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22092
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22098
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 22144
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 22137
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22183
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22199
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22187
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22203
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22177
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22193
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22148
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 23163
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 23155
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23170
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23156
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 22610
      },
      "name": "DashboardWidgetToplistDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22616
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22622
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 22668
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 22661
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22704
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22717
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22720
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22701
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22714
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22708
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22724
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22672
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 22408
      },
      "name": "DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#canonical Dashboard#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22414
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom Dashboard#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22420
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 22207
      },
      "name": "DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22219
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22213
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 22265
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 22258
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22304
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22308
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22321
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22298
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22314
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22269
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 22325
      },
      "name": "DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22331
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 22370
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 22363
      },
      "name": "DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22404
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22397
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22374
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 22466
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 22459
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22502
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22518
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22505
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22521
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22499
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22515
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22509
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22525
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22470
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 22529
      },
      "name": "DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22533
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 22572
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 22565
      },
      "name": "DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22606
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22599
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22576
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 22975
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 22965
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23095
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23111
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23127
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23143
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23053
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23069
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23098
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23114
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23130
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23146
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23092
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23108
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23124
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23140
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23057
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23073
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23102
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23086
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23118
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23134
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23150
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23047
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23063
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23079
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22979
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 22728
      },
      "name": "DashboardWidgetToplistDefinitionRequestFormulaStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22734
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_index Dashboard#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22740
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 22786
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 22779
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22825
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22841
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22845
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22829
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22819
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22835
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 22790
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 5070
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 5062
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5077
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5063
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 23850
      },
      "name": "DashboardWidgetToplistDefinitionRequestLogQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23856
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23868
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23874
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23880
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23862
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 23174
      },
      "name": "DashboardWidgetToplistDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23180
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23186
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23192
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 23245
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 23238
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23303
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23319
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23291
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23307
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23323
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23284
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23297
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23313
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23249
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 23477
      },
      "name": "DashboardWidgetToplistDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23483
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23489
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23495
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 23654
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 23646
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23661
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23647
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 23551
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 23541
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23634
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23605
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23621
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23637
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23631
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23609
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23625
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23641
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23599
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23615
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23555
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 23327
      },
      "name": "DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23333
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23345
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23339
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 23398
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 23391
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23456
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23444
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23460
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23473
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23437
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23450
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23466
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23402
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 23665
      },
      "name": "DashboardWidgetToplistDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23671
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23677
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23683
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 23839
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 23831
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23846
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23832
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 23739
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 23729
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23806
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23822
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23794
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23810
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23826
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23787
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23800
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23816
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23743
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 23947
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 23940
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24030
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24046
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24062
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24033
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24049
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24065
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24017
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24027
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24043
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24059
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24037
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24053
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24005
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24069
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24021
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23998
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24011
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 23951
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 4791
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 4781
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4906
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4922
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4938
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4954
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4970
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4986
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5002
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5018
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5034
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5050
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4909
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4925
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4941
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4957
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4973
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4989
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4893
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5005
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5021
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5037
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5053
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4903
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4919
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4935
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4951
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4967
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4983
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4999
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5015
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5031
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5047
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4913
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4929
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4945
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4961
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4977
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4993
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4897
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5009
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5025
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5041
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5057
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4887
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4795
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 24073
      },
      "name": "DashboardWidgetToplistDefinitionRequestProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24091
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filter_by Dashboard#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24079
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24085
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_by Dashboard#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24097
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 24157
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 24150
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24208
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24224
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24253
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24212
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24228
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24241
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24257
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24202
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24218
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24234
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24247
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24161
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 2401
      },
      "name": "DashboardWidgetToplistDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2407
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2413
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2419
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2425
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2431
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2437
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2443
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 24261
      },
      "name": "DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24273
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24279
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24291
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24297
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24315
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24321
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24327
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24267
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24285
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24303
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24309
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 24436
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 24429
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24529
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24571
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24613
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24629
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24533
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24546
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24559
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24575
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24588
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24601
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24617
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24633
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24646
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24659
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24672
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24523
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24539
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24552
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24565
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24581
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24594
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24607
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24623
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24639
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24652
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24665
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24440
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 24676
      },
      "name": "DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24688
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24694
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24706
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24736
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24742
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24682
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24700
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24712
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24718
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24724
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24730
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 24851
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 24844
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24944
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24986
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 25015
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 25031
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 25047
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 25063
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24948
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24961
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24974
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24990
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 25003
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 25019
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 25035
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 25051
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 25067
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 25080
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 25093
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24938
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24954
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24967
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24980
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24996
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 25009
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 25025
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 25041
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 25057
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 25073
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 25086
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 24855
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 25097
      },
      "name": "DashboardWidgetToplistDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 25115
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 25121
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 25127
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 25103
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 25109
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs6800.ts",
          "line": 25194
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs6800.ts",
        "line": 25187
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 25251
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 25267
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 25255
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 25271
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 25284
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 25297
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 25310
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 25245
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 25261
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 25277
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 25290
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 25303
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs6800.ts",
            "line": 25198
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs6800:DashboardWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 1075
      },
      "name": "DashboardWidgetToplistDefinitionRequestQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1111
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1087
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1099
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1081
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1117
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1123
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1093
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1129
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1105
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 163
      },
      "name": "DashboardWidgetToplistDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 169
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 175
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 181
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 337
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 329
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 344
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 330
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 237
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 227
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 304
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 320
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 292
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 308
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 324
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 285
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 298
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 314
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 241
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 501
      },
      "name": "DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 507
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 513
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 519
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 839
      },
      "name": "DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 845
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 851
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 857
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 910
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 903
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 981
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 968
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 984
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 978
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 956
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 972
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 988
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 949
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 962
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 914
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 686
      },
      "name": "DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 692
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 698
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 704
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 757
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 750
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 815
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 831
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 803
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 819
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 835
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 796
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 809
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 825
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 761
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 675
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 667
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 682
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 668
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 575
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 565
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 655
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 642
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 658
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 652
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 630
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 646
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 662
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 623
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 636
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 579
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 348
      },
      "name": "DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 354
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 360
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 366
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 419
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 412
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 477
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 493
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 465
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 481
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 497
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 458
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 471
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 487
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 423
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 1224
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 1217
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1376
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1389
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1405
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1421
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1305
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1392
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1408
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1334
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1424
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1363
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1373
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1386
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1402
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1418
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1380
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1309
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1322
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1412
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1396
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1338
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1351
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1428
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1367
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1299
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1315
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1328
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1344
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1357
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1228
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 992
      },
      "name": "DashboardWidgetToplistDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 998
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 1037
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 1030
      },
      "name": "DashboardWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1071
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1064
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1041
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 2718
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 2710
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2725
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2711
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 1432
      },
      "name": "DashboardWidgetToplistDefinitionRequestQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1456
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1462
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1438
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1444
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1450
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1468
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 1542
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 1535
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1605
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1621
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1637
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1679
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1609
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1625
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1641
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1654
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1667
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1683
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1599
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1615
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1631
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1647
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1660
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1673
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1546
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 2527
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 2517
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2602
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2618
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2634
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2650
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2666
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2682
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2698
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2605
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2621
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2637
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2653
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2669
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2685
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2701
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2599
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2615
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2631
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2647
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2663
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2679
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2695
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2609
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2625
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2641
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2657
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2673
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2689
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2705
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2531
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 1687
      },
      "name": "DashboardWidgetToplistDefinitionRequestQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1705
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1723
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1729
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1693
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1699
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1711
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1717
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1735
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1741
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1747
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 1849
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 1842
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1936
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1952
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1981
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1997
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2039
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2055
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2071
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1940
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1956
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1969
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1985
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2001
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2014
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2027
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2043
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2059
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2075
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1930
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1946
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1962
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1975
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1991
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2007
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2020
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2033
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2049
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2065
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 1853
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 2079
      },
      "name": "DashboardWidgetToplistDefinitionRequestQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2097
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2109
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2121
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2085
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2091
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2103
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2115
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2127
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 2215
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 2208
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2290
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2306
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2335
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2364
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2393
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2294
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2310
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2323
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2339
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2352
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2368
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2381
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2397
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2284
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2300
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2316
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2329
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2345
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2358
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2374
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2387
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2219
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 3405
      },
      "name": "DashboardWidgetToplistDefinitionRequestRumQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3411
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3423
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3429
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3435
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3417
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 2729
      },
      "name": "DashboardWidgetToplistDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2735
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2741
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2747
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 2800
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 2793
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2858
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2874
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2846
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2862
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2878
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2839
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2852
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2868
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2804
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 3032
      },
      "name": "DashboardWidgetToplistDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3038
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3044
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3050
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 3209
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 3201
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3216
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3202
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 3106
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 3096
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3189
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3160
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3176
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3192
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3186
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3164
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3180
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3196
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3154
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3170
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3110
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 2882
      },
      "name": "DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2888
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2900
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2894
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 2953
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 2946
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3011
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2999
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3015
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3028
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2992
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3005
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3021
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 2957
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 3220
      },
      "name": "DashboardWidgetToplistDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3226
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3232
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3238
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 3394
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 3386
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3401
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3387
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 3294
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 3284
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3361
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3377
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3349
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3365
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3381
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3342
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3355
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3371
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3298
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 3502
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 3495
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3585
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3601
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3617
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3588
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3604
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3620
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3572
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3582
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3598
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3614
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3592
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3608
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3560
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3624
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3576
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3553
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3566
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3506
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 4304
      },
      "name": "DashboardWidgetToplistDefinitionRequestSecurityQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#index Dashboard#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4310
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute_query Dashboard#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4322
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4328
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#multi_compute Dashboard#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4334
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search_query Dashboard#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4316
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 3628
      },
      "name": "DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3634
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3640
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3646
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 3699
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 3692
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3757
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3773
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3745
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3761
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3777
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3738
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3751
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3767
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3703
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 3931
      },
      "name": "DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3937
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3943
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort_query Dashboard#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3949
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 4108
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 4100
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4115
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4101
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 4005
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 3995
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4088
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4059
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4075
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4091
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4085
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4063
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4079
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4095
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4053
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4069
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4009
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 3781
      },
      "name": "DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3787
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3799
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3793
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 3852
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 3845
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3910
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3898
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3914
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3927
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3891
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3904
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3920
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 3856
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 4119
      },
      "name": "DashboardWidgetToplistDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4125
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4131
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4137
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 4293
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 4285
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4300
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4286
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 4193
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 4183
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4260
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4276
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4248
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4264
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4280
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4241
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4254
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4270
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4197
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 4401
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 4394
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4484
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4500
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4516
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4487
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4503
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4519
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4471
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4481
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4497
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4513
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4491
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4507
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4459
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4523
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4475
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4452
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4465
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4405
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 4527
      },
      "name": "DashboardWidgetToplistDefinitionRequestStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4533
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 4572
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 4565
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4605
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionRequestStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4609
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4599
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 4576
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 5196
      },
      "name": "DashboardWidgetToplistDefinitionStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#display Dashboard#display}",
            "stability": "stable",
            "summary": "display block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5214
          },
          "name": "display",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleDisplay"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette for the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5202
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#scaling Dashboard#scaling}",
            "stability": "stable",
            "summary": "The scaling mode for the widget. Valid values are `absolute`, `relative`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5208
          },
          "name": "scaling",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleDisplay": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleDisplay",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 5081
      },
      "name": "DashboardWidgetToplistDefinitionStyleDisplay",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#type Dashboard#type}",
            "stability": "stable",
            "summary": "The display type for the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5087
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionStyleDisplay"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleDisplayList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleDisplayList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 5185
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 5177
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5192
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleDisplayOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionStyleDisplayList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5178
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleDisplay"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionStyleDisplayList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleDisplayOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleDisplayOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 5129
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 5119
      },
      "name": "DashboardWidgetToplistDefinitionStyleDisplayOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5172
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5165
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5133
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleDisplay"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionStyleDisplayOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 5373
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 5365
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5380
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetToplistDefinitionStyleList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5366
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyle"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionStyleList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 5270
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 5260
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5353
          },
          "name": "putDisplay",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleDisplay"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5356
          },
          "name": "resetDisplay"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5324
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5340
          },
          "name": "resetScaling"
        }
      ],
      "name": "DashboardWidgetToplistDefinitionStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5350
          },
          "name": "display",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleDisplayList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5360
          },
          "name": "displayInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyleDisplay"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5328
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5344
          },
          "name": "scalingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5318
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5334
          },
          "name": "scaling",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5274
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetToplistDefinitionStyle"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetToplistDefinitionStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 6299
      },
      "name": "DashboardWidgetTopologyMapDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_link Dashboard#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6329
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6305
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6335
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6311
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6317
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6323
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTopologyMapDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 5750
      },
      "name": "DashboardWidgetTopologyMapDefinitionCustomLink",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5756
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5762
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5768
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5774
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTopologyMapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 5962
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 5954
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5969
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTopologyMapDefinitionCustomLinkList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5955
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTopologyMapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 5837
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 5827
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5897
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5913
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5929
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5945
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetTopologyMapDefinitionCustomLinkOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5901
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5917
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5933
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5949
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5891
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5907
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5923
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5939
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5841
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTopologyMapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 6409
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 6402
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6533
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6549
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6536
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6472
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6552
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6488
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6504
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6520
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetTopologyMapDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6530
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6546
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6540
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6476
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6556
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6508
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6492
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6524
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6466
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6482
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6498
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6514
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6413
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTopologyMapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 6152
      },
      "name": "DashboardWidgetTopologyMapDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6164
          },
          "name": "query",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request_type Dashboard#request_type}",
            "stability": "stable",
            "summary": "The request type for the Topology request ('topology'). Valid values are `topology`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6158
          },
          "name": "requestType",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTopologyMapDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 6288
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 6280
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6295
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTopologyMapDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6281
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTopologyMapDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 6213
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 6203
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6271
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        }
      ],
      "name": "DashboardWidgetTopologyMapDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6268
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6275
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6262
          },
          "name": "requestTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6255
          },
          "name": "requestType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6217
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTopologyMapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 5973
      },
      "name": "DashboardWidgetTopologyMapDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for the Topology request ('service_map' or 'data_streams'). Valid values are `data_streams`, `service_map`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5979
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#filters Dashboard#filters}",
            "stability": "stable",
            "summary": "Your environment and primary tag (or `*` if enabled for your account)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5985
          },
          "name": "filters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "The ID of the service to map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 5991
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTopologyMapDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 6141
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 6133
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6148
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTopologyMapDefinitionRequestQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6134
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTopologyMapDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 6047
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 6037
      },
      "name": "DashboardWidgetTopologyMapDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6102
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6115
          },
          "name": "filtersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6128
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6095
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6108
          },
          "name": "filters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6121
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6051
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTopologyMapDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTopologyMapDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTraceServiceDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTraceServiceDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 6560
      },
      "name": "DashboardWidgetTraceServiceDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6572
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6590
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#span_name Dashboard#span_name}",
            "stability": "stable",
            "summary": "APM span name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6638
          },
          "name": "spanName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#display_format Dashboard#display_format}",
            "stability": "stable",
            "summary": "The number of columns to display. Valid values are `one_column`, `two_column`, `three_column`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6566
          },
          "name": "displayFormat",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_incomplete_cost_data Dashboard#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6578
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#live_span Dashboard#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6584
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_breakdown Dashboard#show_breakdown}",
            "stability": "stable",
            "summary": "Whether to show the latency breakdown or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6596
          },
          "name": "showBreakdown",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_distribution Dashboard#show_distribution}",
            "stability": "stable",
            "summary": "Whether to show the latency distribution or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6602
          },
          "name": "showDistribution",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_errors Dashboard#show_errors}",
            "stability": "stable",
            "summary": "Whether to show the error metrics or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6608
          },
          "name": "showErrors",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_hits Dashboard#show_hits}",
            "stability": "stable",
            "summary": "Whether to show the hits metrics or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6614
          },
          "name": "showHits",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_latency Dashboard#show_latency}",
            "stability": "stable",
            "summary": "Whether to show the latency metrics or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6620
          },
          "name": "showLatency",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#show_resource_list Dashboard#show_resource_list}",
            "stability": "stable",
            "summary": "Whether to show the resource list or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6626
          },
          "name": "showResourceList",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#size_format Dashboard#size_format}",
            "stability": "stable",
            "summary": "The size of the widget. Valid values are `small`, `medium`, `large`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6632
          },
          "name": "sizeFormat",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6644
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_align Dashboard#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6650
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title_size Dashboard#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6656
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTraceServiceDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTraceServiceDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTraceServiceDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 6800
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 6793
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6923
          },
          "name": "resetDisplayFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6952
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6968
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6997
          },
          "name": "resetShowBreakdown"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7013
          },
          "name": "resetShowDistribution"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7029
          },
          "name": "resetShowErrors"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7045
          },
          "name": "resetShowHits"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7061
          },
          "name": "resetShowLatency"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7077
          },
          "name": "resetShowResourceList"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7093
          },
          "name": "resetSizeFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7122
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7138
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7154
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardWidgetTraceServiceDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6927
          },
          "name": "displayFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6940
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6956
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6972
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6985
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7001
          },
          "name": "showBreakdownInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7017
          },
          "name": "showDistributionInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7033
          },
          "name": "showErrorsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7049
          },
          "name": "showHitsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7065
          },
          "name": "showLatencyInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7081
          },
          "name": "showResourceListInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7097
          },
          "name": "sizeFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7110
          },
          "name": "spanNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7142
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7126
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7158
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6917
          },
          "name": "displayFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6933
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6946
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6962
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6978
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6991
          },
          "name": "showBreakdown",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7007
          },
          "name": "showDistribution",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7023
          },
          "name": "showErrors",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7039
          },
          "name": "showHits",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7055
          },
          "name": "showLatency",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7071
          },
          "name": "showResourceList",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7087
          },
          "name": "sizeFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7103
          },
          "name": "spanName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7116
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7132
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7148
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 6804
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTraceServiceDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTraceServiceDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 12634
      },
      "name": "DashboardWidgetTreemapDefinition",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_links Dashboard#custom_links}",
            "stability": "stable",
            "summary": "custom_links block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12652
          },
          "name": "customLinks",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionCustomLinks"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#description Dashboard#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12640
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#request Dashboard#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12658
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#title Dashboard#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12646
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinition"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionCustomLinks": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionCustomLinks",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 7162
      },
      "name": "DashboardWidgetTreemapDefinitionCustomLinks",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_hidden Dashboard#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7168
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7174
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#link Dashboard#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7180
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#override_label Dashboard#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7186
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionCustomLinks"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionCustomLinksList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionCustomLinksList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 7374
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 7366
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7381
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionCustomLinksOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionCustomLinksList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7367
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionCustomLinks"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionCustomLinksList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionCustomLinksOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionCustomLinksOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 7249
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 7239
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7309
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7325
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7341
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7357
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionCustomLinksOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7313
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7329
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7345
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7361
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7303
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7319
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7335
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7351
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7253
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionCustomLinks"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionCustomLinksOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 12718
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 12711
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12798
          },
          "name": "putCustomLinks",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionCustomLinks"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12814
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12801
          },
          "name": "resetCustomLinks"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12769
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12817
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12785
          },
          "name": "resetTitle"
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12795
          },
          "name": "customLinks",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionCustomLinksList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12811
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12805
          },
          "name": "customLinksInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionCustomLinks"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12773
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12821
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12789
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12763
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12779
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12722
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 12481
      },
      "name": "DashboardWidgetTreemapDefinitionRequest",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula Dashboard#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12487
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12493
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 8537
      },
      "name": "DashboardWidgetTreemapDefinitionRequestFormula",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#formula_expression Dashboard#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8555
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#alias Dashboard#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8543
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cell_display_mode Dashboard#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8549
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#conditional_formats Dashboard#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8561
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8567
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#number_format Dashboard#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8573
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#style Dashboard#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8579
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 7385
      },
      "name": "DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#comparator Dashboard#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7391
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7427
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#value Dashboard#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7439
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_bg_color Dashboard#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7397
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom_fg_color Dashboard#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7403
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#hide_value Dashboard#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7409
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#image_url Dashboard#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7415
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7421
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#timeframe Dashboard#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7433
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 7763
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 7755
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7770
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7756
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 7537
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 7527
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7640
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7656
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7672
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7688
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7704
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7733
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7628
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7644
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7660
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7676
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7692
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7708
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7721
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7737
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7750
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7621
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7634
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7650
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7666
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7682
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7698
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7714
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7727
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7743
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7541
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 7774
      },
      "name": "DashboardWidgetTreemapDefinitionRequestFormulaLimit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#count Dashboard#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7780
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7786
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 7832
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 7825
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7871
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7887
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7875
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7891
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7865
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7881
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7836
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 8851
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 8843
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8858
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestFormulaList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8844
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 8298
      },
      "name": "DashboardWidgetTreemapDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit Dashboard#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8304
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_scale Dashboard#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8310
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 8356
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 8349
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8392
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8405
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8408
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8389
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8402
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8396
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8412
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8360
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 8096
      },
      "name": "DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#canonical Dashboard#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8102
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#custom Dashboard#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8108
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 7895
      },
      "name": "DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7907
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#per_unit_name Dashboard#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7901
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 7953
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 7946
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7992
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7996
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8009
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7986
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8002
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 7957
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 8013
      },
      "name": "DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#label Dashboard#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8019
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 8058
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 8051
      },
      "name": "DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8092
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8085
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8062
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 8154
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 8147
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8190
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8206
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8193
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8209
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8187
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8203
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8197
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8213
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8158
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 8217
      },
      "name": "DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#unit_name Dashboard#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8221
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 8260
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 8253
      },
      "name": "DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8294
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8287
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8264
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 8663
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 8653
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8783
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8799
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8815
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8831
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8741
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8757
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8786
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8802
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8818
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8834
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestFormulaOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8780
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8796
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8812
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8828
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8745
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8761
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8790
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8774
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8806
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8822
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8838
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8735
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8751
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8767
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8667
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 8416
      },
      "name": "DashboardWidgetTreemapDefinitionRequestFormulaStyle",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette Dashboard#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8422
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#palette_index Dashboard#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8428
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 8474
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 8467
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8513
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8529
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8533
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8517
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8507
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8523
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8478
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 12623
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 12615
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12630
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12616
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 12542
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 12532
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12587
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12603
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12590
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12606
          },
          "name": "resetQuery"
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12584
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12600
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12594
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12610
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12546
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 12153
      },
      "name": "DashboardWidgetTreemapDefinitionRequestQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_dependency_stats_query Dashboard#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12159
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#apm_resource_stats_query Dashboard#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12165
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cloud_cost_query Dashboard#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12171
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#event_query Dashboard#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12177
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric_query Dashboard#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12183
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#process_query Dashboard#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12189
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query Dashboard#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12195
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 8862
      },
      "name": "DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8874
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8880
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8892
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8898
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8916
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8922
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8928
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8868
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_upstream Dashboard#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8886
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8904
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 8910
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 9037
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 9030
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9130
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9172
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9214
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9230
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9134
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9147
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9160
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9176
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9189
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9202
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9218
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9234
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9247
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9260
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9273
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9124
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9140
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9153
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9166
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9182
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9195
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9208
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9224
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9240
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9253
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9266
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9041
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 9277
      },
      "name": "DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9289
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#env Dashboard#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9295
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9307
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#service Dashboard#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9337
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#stat Dashboard#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9343
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9283
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9301
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#operation_name Dashboard#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9313
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_name Dashboard#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9319
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#primary_tag_value Dashboard#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9325
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#resource_name Dashboard#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9331
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 9452
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 9445
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9545
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9587
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9616
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9632
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9648
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9664
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9549
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9562
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9575
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9591
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9604
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9620
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9636
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9652
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9668
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9681
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9694
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9539
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9555
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9568
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9581
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9597
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9610
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9626
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9642
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9658
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9674
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9687
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9456
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 9698
      },
      "name": "DashboardWidgetTreemapDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9716
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9722
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9728
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9704
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9710
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 9795
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 9788
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9852
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9868
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9856
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9872
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9885
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9898
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9911
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9846
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9862
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9878
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9891
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9904
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9799
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 10827
      },
      "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#compute Dashboard#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10863
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10839
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10851
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10833
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by Dashboard#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10869
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_by_fields Dashboard#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10875
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#indexes Dashboard#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10845
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#search Dashboard#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10881
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#storage Dashboard#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10857
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 9915
      },
      "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9921
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#interval Dashboard#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9927
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9933
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 10089
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 10081
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10096
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10082
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 9989
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 9979
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10056
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10072
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10044
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10060
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10076
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10037
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10050
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10066
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 9993
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 10253
      },
      "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#facet Dashboard#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10259
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10265
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10271
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 10591
      },
      "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#fields Dashboard#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10597
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10603
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10609
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 10662
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 10655
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10733
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10720
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10736
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10730
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10708
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10724
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10740
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10701
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10714
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10666
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 10438
      },
      "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10444
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10450
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10456
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 10509
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 10502
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10567
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10583
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10555
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10571
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10587
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10548
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10561
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10577
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10513
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 10427
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 10419
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10434
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10420
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 10327
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 10317
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10407
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10394
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10410
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10404
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10382
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10398
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10414
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10375
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10388
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10331
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 10100
      },
      "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregation Dashboard#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10106
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10112
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#order Dashboard#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10118
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 10171
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 10164
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10229
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10245
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10217
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10233
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10249
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10210
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10223
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10239
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10175
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 10976
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 10969
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11128
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11141
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11157
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11173
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11057
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11144
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11160
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11086
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11176
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11115
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11125
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11138
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11154
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11170
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11132
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11061
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11074
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11164
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11148
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11090
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11103
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11180
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11119
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11051
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11067
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11080
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11096
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11109
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10980
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 10744
      },
      "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10750
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 10789
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 10782
      },
      "name": "DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10823
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10816
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 10793
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 12470
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 12462
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12477
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestQueryList",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12463
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 11184
      },
      "name": "DashboardWidgetTreemapDefinitionRequestQueryMetricQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11208
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#query Dashboard#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11214
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11190
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11196
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11202
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#semantic_mode Dashboard#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11220
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 11294
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 11287
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11357
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11373
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11389
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11431
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11361
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11377
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11393
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11406
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11419
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11435
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11351
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11367
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11383
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11399
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11412
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11425
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11298
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 12279
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 12269
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12354
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12370
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12386
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12402
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12418
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12434
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12450
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12357
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12373
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12389
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12405
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12421
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12437
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12453
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12351
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12367
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12383
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12399
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12415
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12431
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12447
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12361
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12377
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12393
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12409
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12425
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12441
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12457
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12283
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 11439
      },
      "name": "DashboardWidgetTreemapDefinitionRequestQueryProcessQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11457
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#metric Dashboard#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11475
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11481
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#aggregator Dashboard#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11445
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11451
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_normalized_cpu Dashboard#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11463
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#limit Dashboard#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11469
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#sort Dashboard#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11487
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#tag_filters Dashboard#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11493
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#text_filter Dashboard#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11499
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 11601
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 11594
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11688
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11704
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11733
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11749
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11791
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11807
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11823
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11692
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11708
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11721
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11737
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11753
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11766
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11779
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11795
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11811
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11827
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11682
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11698
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11714
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11727
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11743
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11759
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11772
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11785
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11801
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11817
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11605
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 11831
      },
      "name": "DashboardWidgetTreemapDefinitionRequestQuerySloQuery",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#data_source Dashboard#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11849
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#measure Dashboard#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11861
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_id Dashboard#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11873
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#additional_query_filters Dashboard#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11837
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#cross_org_uuids Dashboard#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11843
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#group_mode Dashboard#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11855
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#name Dashboard#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11867
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#slo_query_type Dashboard#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11879
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 11967
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 11960
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12042
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12058
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12087
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12116
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12145
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardWidgetTreemapDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12046
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12062
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12075
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12091
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12104
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12120
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12133
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12149
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12036
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12052
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12068
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12081
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12097
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12110
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12126
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12139
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 11971
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetTreemapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetTreemapDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetWidgetLayout": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetWidgetLayout",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 12825
      },
      "name": "DashboardWidgetWidgetLayout",
      "namespace": "dashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#height Dashboard#height}",
            "stability": "stable",
            "summary": "The height of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12831
          },
          "name": "height",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#width Dashboard#width}",
            "stability": "stable",
            "summary": "The width of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12843
          },
          "name": "width",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#x Dashboard#x}",
            "stability": "stable",
            "summary": "The position of the widget on the x (horizontal) axis. Must be greater than or equal to 0."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12849
          },
          "name": "x",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#y Dashboard#y}",
            "stability": "stable",
            "summary": "The position of the widget on the y (vertical) axis. Must be greater than or equal to 0."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12855
          },
          "name": "y",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Only one widget in the dashboard should have this property set to `true`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard#is_column_break Dashboard#is_column_break}",
            "stability": "stable",
            "summary": "Whether the widget should be the first one on the second column in high density or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12837
          },
          "name": "isColumnBreak",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetWidgetLayout"
    },
    "@cdktn/provider-datadog.dashboard.DashboardWidgetWidgetLayoutOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetWidgetLayoutOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard/index-structs/structs7200.ts",
          "line": 12922
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard/index-structs/structs7200.ts",
        "line": 12915
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12992
          },
          "name": "resetIsColumnBreak"
        }
      ],
      "name": "DashboardWidgetWidgetLayoutOutputReference",
      "namespace": "dashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12980
          },
          "name": "heightInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12996
          },
          "name": "isColumnBreakInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13009
          },
          "name": "widthInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13022
          },
          "name": "xInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13035
          },
          "name": "yInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12973
          },
          "name": "height",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12986
          },
          "name": "isColumnBreak",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13002
          },
          "name": "width",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13015
          },
          "name": "x",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 13028
          },
          "name": "y",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard/index-structs/structs7200.ts",
            "line": 12926
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboard.DashboardWidgetWidgetLayout"
          }
        }
      ],
      "symbolId": "src/dashboard/index-structs/structs7200:DashboardWidgetWidgetLayoutOutputReference"
    },
    "@cdktn/provider-datadog.dashboardJson.DashboardJson": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_json datadog_dashboard_json}."
      },
      "fqn": "@cdktn/provider-datadog.dashboardJson.DashboardJson",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_json datadog_dashboard_json} Resource."
        },
        "locationInModule": {
          "filename": "src/dashboard-json/index.ts",
          "line": 77
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardJson.DashboardJsonConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-json/index.ts",
        "line": 45
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DashboardJson resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/dashboard-json/index.ts",
            "line": 62
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DashboardJson to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_json#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DashboardJson that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DashboardJson to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-json/index.ts",
            "line": 124
          },
          "name": "resetDashboardLists"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-json/index.ts",
            "line": 145
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-json/index.ts",
            "line": 161
          },
          "name": "resetUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-json/index.ts",
            "line": 173
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-json/index.ts",
            "line": 182
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DashboardJson",
      "namespace": "dashboardJson",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-json/index.ts",
            "line": 50
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-json/index.ts",
            "line": 133
          },
          "name": "dashboardListsRemoved",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "number"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-json/index.ts",
            "line": 112
          },
          "name": "dashboardInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-json/index.ts",
            "line": 128
          },
          "name": "dashboardListsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "number"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-json/index.ts",
            "line": 149
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-json/index.ts",
            "line": 165
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-json/index.ts",
            "line": 105
          },
          "name": "dashboard",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-json/index.ts",
            "line": 118
          },
          "name": "dashboardLists",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "number"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-json/index.ts",
            "line": 139
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-json/index.ts",
            "line": 155
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-json/index:DashboardJson"
    },
    "@cdktn/provider-datadog.dashboardJson.DashboardJsonConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardJson.DashboardJsonConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-json/index.ts",
        "line": 14
      },
      "name": "DashboardJsonConfig",
      "namespace": "dashboardJson",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_json#dashboard DashboardJson#dashboard}",
            "stability": "stable",
            "summary": "The JSON formatted definition of the Dashboard."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-json/index.ts",
            "line": 20
          },
          "name": "dashboard",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This attribute should not be set if managing the corresponding dashboard lists using Terraform as it causes inconsistent behavior.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_json#dashboard_lists DashboardJson#dashboard_lists}",
            "stability": "stable",
            "summary": "A list of dashboard lists this dashboard belongs to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-json/index.ts",
            "line": 26
          },
          "name": "dashboardLists",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "number"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_json#id DashboardJson#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-json/index.ts",
            "line": 33
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_json#url DashboardJson#url}",
            "stability": "stable",
            "summary": "The URL of the dashboard."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-json/index.ts",
            "line": 39
          },
          "name": "url",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-json/index:DashboardJsonConfig"
    },
    "@cdktn/provider-datadog.dashboardList.DashboardList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_list datadog_dashboard_list}."
      },
      "fqn": "@cdktn/provider-datadog.dashboardList.DashboardList",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_list datadog_dashboard_list} Resource."
        },
        "locationInModule": {
          "filename": "src/dashboard-list/index.ts",
          "line": 211
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardList.DashboardListConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-list/index.ts",
        "line": 179
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DashboardList resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/dashboard-list/index.ts",
            "line": 196
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DashboardList to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_list#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DashboardList that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DashboardList to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-list/index.ts",
            "line": 258
          },
          "name": "putDashItem",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardList.DashboardListDashItem"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-list/index.ts",
            "line": 261
          },
          "name": "resetDashItem"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-list/index.ts",
            "line": 273
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-list/index.ts",
            "line": 280
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DashboardList",
      "namespace": "dashboardList",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-list/index.ts",
            "line": 184
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-list/index.ts",
            "line": 255
          },
          "name": "dashItem",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardList.DashboardListDashItemList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-list/index.ts",
            "line": 236
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-list/index.ts",
            "line": 265
          },
          "name": "dashItemInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardList.DashboardListDashItem"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-list/index.ts",
            "line": 249
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-list/index.ts",
            "line": 242
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-list/index:DashboardList"
    },
    "@cdktn/provider-datadog.dashboardList.DashboardListConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardList.DashboardListConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-list/index.ts",
        "line": 14
      },
      "name": "DashboardListConfig",
      "namespace": "dashboardList",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_list#name DashboardList#name}",
            "stability": "stable",
            "summary": "The name of the Dashboard List."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-list/index.ts",
            "line": 20
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_list#dash_item DashboardList#dash_item}",
            "stability": "stable",
            "summary": "dash_item block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-list/index.ts",
            "line": 26
          },
          "name": "dashItem",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardList.DashboardListDashItem"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-list/index:DashboardListConfig"
    },
    "@cdktn/provider-datadog.dashboardList.DashboardListDashItem": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardList.DashboardListDashItem",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-list/index.ts",
        "line": 28
      },
      "name": "DashboardListDashItem",
      "namespace": "dashboardList",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_list#dash_id DashboardList#dash_id}",
            "stability": "stable",
            "summary": "The ID of the dashboard to add."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-list/index.ts",
            "line": 34
          },
          "name": "dashId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_list#type DashboardList#type}",
            "stability": "stable",
            "summary": "The type of this dashboard. Valid values are `custom_timeboard`, `custom_screenboard`, `integration_screenboard`, `integration_timeboard`, `host_timeboard`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-list/index.ts",
            "line": 40
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-list/index:DashboardListDashItem"
    },
    "@cdktn/provider-datadog.dashboardList.DashboardListDashItemList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardList.DashboardListDashItemList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-list/index.ts",
          "line": 164
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-list/index.ts",
        "line": 156
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-list/index.ts",
            "line": 171
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardList.DashboardListDashItemOutputReference"
            }
          }
        }
      ],
      "name": "DashboardListDashItemList",
      "namespace": "dashboardList",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-list/index.ts",
            "line": 157
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardList.DashboardListDashItem"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-list/index:DashboardListDashItemList"
    },
    "@cdktn/provider-datadog.dashboardList.DashboardListDashItemOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardList.DashboardListDashItemOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-list/index.ts",
          "line": 89
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-list/index.ts",
        "line": 79
      },
      "name": "DashboardListDashItemOutputReference",
      "namespace": "dashboardList",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-list/index.ts",
            "line": 138
          },
          "name": "dashIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-list/index.ts",
            "line": 151
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-list/index.ts",
            "line": 131
          },
          "name": "dashId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-list/index.ts",
            "line": 144
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-list/index.ts",
            "line": 93
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardList.DashboardListDashItem"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-list/index:DashboardListDashItemOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2 datadog_dashboard_v2}."
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2 datadog_dashboard_v2} Resource."
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index.ts",
          "line": 162
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2Config"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index.ts",
        "line": 130
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DashboardV2 resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 147
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DashboardV2 to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DashboardV2 that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DashboardV2 to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 391
          },
          "name": "putTab",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2Tab"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 407
          },
          "name": "putTemplateVariable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariable"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 423
          },
          "name": "putTemplateVariablePreset",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariablePreset"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 439
          },
          "name": "putWidget",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2Widget"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 208
          },
          "name": "resetDashboardLists"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 224
          },
          "name": "resetDashboardListsRemoved"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 240
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 256
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 272
          },
          "name": "resetIsReadOnly"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 301
          },
          "name": "resetNotifyList"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 317
          },
          "name": "resetReflowType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 333
          },
          "name": "resetRestrictedRoles"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 394
          },
          "name": "resetTab"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 349
          },
          "name": "resetTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 410
          },
          "name": "resetTemplateVariable"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 426
          },
          "name": "resetTemplateVariablePreset"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 378
          },
          "name": "resetUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 442
          },
          "name": "resetWidget"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 454
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 475
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DashboardV2",
      "namespace": "dashboardV2",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 135
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 388
          },
          "name": "tab",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2TabList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 404
          },
          "name": "templateVariable",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariableList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 420
          },
          "name": "templateVariablePreset",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariablePresetList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 436
          },
          "name": "widget",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 212
          },
          "name": "dashboardListsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "number"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 228
          },
          "name": "dashboardListsRemovedInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "number"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 244
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 260
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 276
          },
          "name": "isReadOnlyInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 289
          },
          "name": "layoutTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 305
          },
          "name": "notifyListInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 321
          },
          "name": "reflowTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 337
          },
          "name": "restrictedRolesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 398
          },
          "name": "tabInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2Tab"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 353
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 414
          },
          "name": "templateVariableInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 430
          },
          "name": "templateVariablePresetInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariablePreset"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 366
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 382
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 446
          },
          "name": "widgetInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2Widget"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 202
          },
          "name": "dashboardLists",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "number"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 218
          },
          "name": "dashboardListsRemoved",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "number"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 234
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 250
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 266
          },
          "name": "isReadOnly",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 282
          },
          "name": "layoutType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 295
          },
          "name": "notifyList",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 311
          },
          "name": "reflowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 327
          },
          "name": "restrictedRoles",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 343
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 359
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 372
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index:DashboardV2"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2Config": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2Config",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index.ts",
        "line": 27
      },
      "name": "DashboardV2Config",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#layout_type DashboardV2#layout_type}",
            "stability": "stable",
            "summary": "The layout type of the dashboard. Valid values are `ordered`, `free`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 64
          },
          "name": "layoutType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the dashboard."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 94
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This attribute should not be set if managing the corresponding dashboard lists using Terraform as it causes inconsistent behavior.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#dashboard_lists DashboardV2#dashboard_lists}",
            "stability": "stable",
            "summary": "A list of dashboard lists this dashboard belongs to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 33
          },
          "name": "dashboardLists",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "number"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#dashboard_lists_removed DashboardV2#dashboard_lists_removed}",
            "stability": "stable",
            "summary": "A list of dashboard lists this dashboard should be removed from. Internal only."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 39
          },
          "name": "dashboardListsRemoved",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "number"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the dashboard."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 45
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#id DashboardV2#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 52
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "**Deprecated.** This field is deprecated and non-functional. Use `restricted_roles` instead to define which roles are required to edit the dashboard. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_read_only DashboardV2#is_read_only}",
            "stability": "stable",
            "summary": "Whether this dashboard is read-only."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 58
          },
          "name": "isReadOnly",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#notify_list DashboardV2#notify_list}",
            "stability": "stable",
            "summary": "The list of handles for the users to notify when changes are made to this dashboard."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 70
          },
          "name": "notifyList",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Set this only when layout type is `ordered`. If set to `fixed`, the dashboard expects all widgets to have a layout, and if it's set to `auto`, widgets should not have layouts. Valid values are `auto`, `fixed`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#reflow_type DashboardV2#reflow_type}",
            "stability": "stable",
            "summary": "The reflow type of a new dashboard layout."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 76
          },
          "name": "reflowType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Only the author and users associated with at least one of these roles can edit this dashboard.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#restricted_roles DashboardV2#restricted_roles}",
            "stability": "stable",
            "summary": "A list of role identifiers."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 82
          },
          "name": "restrictedRoles",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tab DashboardV2#tab}",
            "stability": "stable",
            "summary": "tab block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 106
          },
          "name": "tab",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2Tab"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tags DashboardV2#tags}",
            "stability": "stable",
            "summary": "A list of tags assigned to the Dashboard. Only team names of the form `team:<name>` are supported."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 88
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#template_variable DashboardV2#template_variable}",
            "stability": "stable",
            "summary": "template_variable block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 112
          },
          "name": "templateVariable",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#template_variable_preset DashboardV2#template_variable_preset}",
            "stability": "stable",
            "summary": "template_variable_preset block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 118
          },
          "name": "templateVariablePreset",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariablePreset"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#url DashboardV2#url}",
            "stability": "stable",
            "summary": "The URL of the dashboard."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 100
          },
          "name": "url",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#widget DashboardV2#widget}",
            "stability": "stable",
            "summary": "widget block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index.ts",
            "line": 124
          },
          "name": "widget",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2Widget"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index:DashboardV2Config"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2Tab": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2Tab",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 7
      },
      "name": "DashboardV2Tab",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the tab."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "custom": {
              "N": "format (1-indexed).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#widget_ids DashboardV2#widget_ids}"
            },
            "stability": "stable",
            "summary": "List of widget references using."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 28
          },
          "name": "widgetIds",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#id DashboardV2#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "The UUID of the tab."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2Tab"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2TabList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2TabList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 181
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 173
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 188
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2TabOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2TabList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 174
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2Tab"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2TabList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2TabOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2TabOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 84
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 74
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 138
          },
          "name": "resetId"
        }
      ],
      "name": "DashboardV2TabOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 142
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 155
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 168
          },
          "name": "widgetIdsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 132
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 148
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 161
          },
          "name": "widgetIds",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 88
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2Tab"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2TabOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariable": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 192
      },
      "name": "DashboardV2TemplateVariable",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 216
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#available_values DashboardV2#available_values}",
            "stability": "stable",
            "summary": "The list of values that the template variable drop-down is limited to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 198
          },
          "name": "availableValues",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Cannot be used in conjunction with `defaults`. **Deprecated.** Use `defaults` instead.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#default DashboardV2#default}",
            "stability": "stable",
            "summary": "The default value for the template variable on dashboard load."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 204
          },
          "name": "default",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "If more than one default is specified, they will be unioned together with `OR`. Cannot be used in conjunction with `default`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#defaults DashboardV2#defaults}",
            "stability": "stable",
            "summary": "One or many default values for template variables on load."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 210
          },
          "name": "defaults",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#prefix DashboardV2#prefix}",
            "stability": "stable",
            "summary": "The tag prefix associated with the variable. Only tags with this prefix appear in the variable dropdown."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 222
          },
          "name": "prefix",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This is to differentiate between filter variables (interpolated in query) and group by variables (interpolated into group by).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#type DashboardV2#type}",
            "stability": "stable",
            "summary": "The type of variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 228
          },
          "name": "type",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2TemplateVariable"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariableList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariableList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 471
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 463
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 478
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariableOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2TemplateVariableList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 464
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2TemplateVariableList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariableOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 305
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 295
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 377
          },
          "name": "resetAvailableValues"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 393
          },
          "name": "resetDefault"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 409
          },
          "name": "resetDefaults"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 438
          },
          "name": "resetPrefix"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 454
          },
          "name": "resetType"
        }
      ],
      "name": "DashboardV2TemplateVariableOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 381
          },
          "name": "availableValuesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 397
          },
          "name": "defaultInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 413
          },
          "name": "defaultsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 426
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 442
          },
          "name": "prefixInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 458
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 371
          },
          "name": "availableValues",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 387
          },
          "name": "default",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 403
          },
          "name": "defaults",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 419
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 432
          },
          "name": "prefix",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 448
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 309
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2TemplateVariableOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariablePreset": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariablePreset",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 670
      },
      "name": "DashboardV2TemplateVariablePreset",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the preset."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 676
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#template_variable DashboardV2#template_variable}",
            "stability": "stable",
            "summary": "template_variable block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 682
          },
          "name": "templateVariable",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariablePresetTemplateVariable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2TemplateVariablePreset"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariablePresetList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariablePresetList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 812
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 804
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 819
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariablePresetOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2TemplateVariablePresetList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 805
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariablePreset"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2TemplateVariablePresetList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariablePresetOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariablePresetOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 731
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 721
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 792
          },
          "name": "putTemplateVariable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariablePresetTemplateVariable"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 779
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 795
          },
          "name": "resetTemplateVariable"
        }
      ],
      "name": "DashboardV2TemplateVariablePresetOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 789
          },
          "name": "templateVariable",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariablePresetTemplateVariableList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 783
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 799
          },
          "name": "templateVariableInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariablePresetTemplateVariable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 773
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 735
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariablePreset"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2TemplateVariablePresetOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariablePresetTemplateVariable": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariablePresetTemplateVariable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 482
      },
      "name": "DashboardV2TemplateVariablePresetTemplateVariable",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the template variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 488
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Cannot be used in conjunction with `values`. **Deprecated.** Use `values` instead.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "The value that should be assumed by the template variable in this preset."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 494
          },
          "name": "value",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Cannot be used in conjunction with `value`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#values DashboardV2#values}",
            "stability": "stable",
            "summary": "One or many template variable values within the saved view, which will be unioned together using `OR` if more than one is specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 500
          },
          "name": "values",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2TemplateVariablePresetTemplateVariable"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariablePresetTemplateVariableList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariablePresetTemplateVariableList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 659
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 651
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 666
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariablePresetTemplateVariableOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2TemplateVariablePresetTemplateVariableList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 652
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariablePresetTemplateVariable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2TemplateVariablePresetTemplateVariableList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariablePresetTemplateVariableOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariablePresetTemplateVariableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 556
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 546
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 610
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 626
          },
          "name": "resetValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 642
          },
          "name": "resetValues"
        }
      ],
      "name": "DashboardV2TemplateVariablePresetTemplateVariableOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 614
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 630
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 646
          },
          "name": "valuesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 604
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 620
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 636
          },
          "name": "values",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 560
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2TemplateVariablePresetTemplateVariable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2TemplateVariablePresetTemplateVariableOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2Widget": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2Widget",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 9288
      },
      "name": "DashboardV2Widget",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alert_graph_definition DashboardV2#alert_graph_definition}",
            "stability": "stable",
            "summary": "alert_graph_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9303
          },
          "name": "alertGraphDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertGraphDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alert_value_definition DashboardV2#alert_value_definition}",
            "stability": "stable",
            "summary": "alert_value_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9309
          },
          "name": "alertValueDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertValueDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#change_definition DashboardV2#change_definition}",
            "stability": "stable",
            "summary": "change_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9315
          },
          "name": "changeDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#check_status_definition DashboardV2#check_status_definition}",
            "stability": "stable",
            "summary": "check_status_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9321
          },
          "name": "checkStatusDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetCheckStatusDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#distribution_definition DashboardV2#distribution_definition}",
            "stability": "stable",
            "summary": "distribution_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9327
          },
          "name": "distributionDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_stream_definition DashboardV2#event_stream_definition}",
            "stability": "stable",
            "summary": "event_stream_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9333
          },
          "name": "eventStreamDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventStreamDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_timeline_definition DashboardV2#event_timeline_definition}",
            "stability": "stable",
            "summary": "event_timeline_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9339
          },
          "name": "eventTimelineDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventTimelineDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#free_text_definition DashboardV2#free_text_definition}",
            "stability": "stable",
            "summary": "free_text_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9345
          },
          "name": "freeTextDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFreeTextDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#funnel_definition DashboardV2#funnel_definition}",
            "stability": "stable",
            "summary": "funnel_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9351
          },
          "name": "funnelDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#geomap_definition DashboardV2#geomap_definition}",
            "stability": "stable",
            "summary": "geomap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9357
          },
          "name": "geomapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_definition DashboardV2#group_definition}",
            "stability": "stable",
            "summary": "group_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9363
          },
          "name": "groupDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#heatmap_definition DashboardV2#heatmap_definition}",
            "stability": "stable",
            "summary": "heatmap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9369
          },
          "name": "heatmapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hostmap_definition DashboardV2#hostmap_definition}",
            "stability": "stable",
            "summary": "hostmap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9375
          },
          "name": "hostmapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#id DashboardV2#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "The ID of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9297
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#iframe_definition DashboardV2#iframe_definition}",
            "stability": "stable",
            "summary": "iframe_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9381
          },
          "name": "iframeDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetIframeDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_definition DashboardV2#image_definition}",
            "stability": "stable",
            "summary": "image_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9387
          },
          "name": "imageDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetImageDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#list_stream_definition DashboardV2#list_stream_definition}",
            "stability": "stable",
            "summary": "list_stream_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9393
          },
          "name": "listStreamDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#log_stream_definition DashboardV2#log_stream_definition}",
            "stability": "stable",
            "summary": "log_stream_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9399
          },
          "name": "logStreamDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#manage_status_definition DashboardV2#manage_status_definition}",
            "stability": "stable",
            "summary": "manage_status_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9405
          },
          "name": "manageStatusDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetManageStatusDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#note_definition DashboardV2#note_definition}",
            "stability": "stable",
            "summary": "note_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9411
          },
          "name": "noteDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetNoteDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#powerpack_definition DashboardV2#powerpack_definition}",
            "stability": "stable",
            "summary": "powerpack_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9417
          },
          "name": "powerpackDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query_table_definition DashboardV2#query_table_definition}",
            "stability": "stable",
            "summary": "query_table_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9423
          },
          "name": "queryTableDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query_value_definition DashboardV2#query_value_definition}",
            "stability": "stable",
            "summary": "query_value_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9429
          },
          "name": "queryValueDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#run_workflow_definition DashboardV2#run_workflow_definition}",
            "stability": "stable",
            "summary": "run_workflow_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9435
          },
          "name": "runWorkflowDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#scatterplot_definition DashboardV2#scatterplot_definition}",
            "stability": "stable",
            "summary": "scatterplot_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9441
          },
          "name": "scatterplotDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service_level_objective_definition DashboardV2#service_level_objective_definition}",
            "stability": "stable",
            "summary": "service_level_objective_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9447
          },
          "name": "serviceLevelObjectiveDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServiceLevelObjectiveDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#servicemap_definition DashboardV2#servicemap_definition}",
            "stability": "stable",
            "summary": "servicemap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9453
          },
          "name": "servicemapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_list_definition DashboardV2#slo_list_definition}",
            "stability": "stable",
            "summary": "slo_list_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9459
          },
          "name": "sloListDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#split_graph_definition DashboardV2#split_graph_definition}",
            "stability": "stable",
            "summary": "split_graph_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9465
          },
          "name": "splitGraphDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sunburst_definition DashboardV2#sunburst_definition}",
            "stability": "stable",
            "summary": "sunburst_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9471
          },
          "name": "sunburstDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeseries_definition DashboardV2#timeseries_definition}",
            "stability": "stable",
            "summary": "timeseries_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9477
          },
          "name": "timeseriesDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#toplist_definition DashboardV2#toplist_definition}",
            "stability": "stable",
            "summary": "toplist_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9483
          },
          "name": "toplistDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#topology_map_definition DashboardV2#topology_map_definition}",
            "stability": "stable",
            "summary": "topology_map_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9489
          },
          "name": "topologyMapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trace_service_definition DashboardV2#trace_service_definition}",
            "stability": "stable",
            "summary": "trace_service_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9495
          },
          "name": "traceServiceDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTraceServiceDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#treemap_definition DashboardV2#treemap_definition}",
            "stability": "stable",
            "summary": "treemap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9501
          },
          "name": "treemapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#widget_layout DashboardV2#widget_layout}",
            "stability": "stable",
            "summary": "widget_layout block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9507
          },
          "name": "widgetLayout",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetWidgetLayout"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2Widget"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertGraphDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertGraphDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 1174
      },
      "name": "DashboardV2WidgetAlertGraphDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alert_id DashboardV2#alert_id}",
            "stability": "stable",
            "summary": "The ID of the monitor used by the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1180
          },
          "name": "alertId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#viz_type DashboardV2#viz_type}",
            "stability": "stable",
            "summary": "Whether to display the Alert Graph as a timeseries or a top list. Valid values are `timeseries`, `toplist`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1222
          },
          "name": "vizType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1186
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1192
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1198
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1228
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertGraphDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1204
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1210
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1216
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetAlertGraphDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertGraphDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertGraphDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 1323
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 1316
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1523
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertGraphDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1417
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1433
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1449
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1526
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1465
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1481
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1497
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetAlertGraphDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1520
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertGraphDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1405
          },
          "name": "alertIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1421
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1437
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1453
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1530
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertGraphDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1485
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1469
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1501
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1514
          },
          "name": "vizTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1398
          },
          "name": "alertId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1411
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1427
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1443
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1459
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1475
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1491
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1507
          },
          "name": "vizType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1327
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertGraphDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetAlertGraphDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertGraphDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertGraphDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 1053
      },
      "name": "DashboardV2WidgetAlertGraphDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1059
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertGraphDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1065
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertGraphDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetAlertGraphDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertGraphDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertGraphDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 823
      },
      "name": "DashboardV2WidgetAlertGraphDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 829
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 835
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetAlertGraphDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertGraphDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertGraphDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 881
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 874
      },
      "name": "DashboardV2WidgetAlertGraphDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 921
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 934
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 914
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 927
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 885
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertGraphDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetAlertGraphDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertGraphDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertGraphDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 938
      },
      "name": "DashboardV2WidgetAlertGraphDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 944
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 950
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetAlertGraphDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertGraphDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertGraphDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 996
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 989
      },
      "name": "DashboardV2WidgetAlertGraphDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1036
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1049
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1029
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1042
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1000
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertGraphDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetAlertGraphDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertGraphDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertGraphDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 1111
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 1104
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1147
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertGraphDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1163
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertGraphDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1150
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1166
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetAlertGraphDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1144
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertGraphDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1160
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertGraphDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1154
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertGraphDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1170
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertGraphDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1115
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertGraphDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetAlertGraphDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertValueDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertValueDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 1885
      },
      "name": "DashboardV2WidgetAlertValueDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alert_id DashboardV2#alert_id}",
            "stability": "stable",
            "summary": "The ID of the monitor used by the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1891
          },
          "name": "alertId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1897
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1903
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1909
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#precision DashboardV2#precision}",
            "stability": "stable",
            "summary": "The precision to use when displaying the value. Use `*` for maximum precision."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1915
          },
          "name": "precision",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_align DashboardV2#text_align}",
            "stability": "stable",
            "summary": "The alignment of the text in the widget. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1921
          },
          "name": "textAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1951
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertValueDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1927
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1933
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1939
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "The unit for the value displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1945
          },
          "name": "unit",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetAlertValueDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertValueDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertValueDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 2060
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 2053
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2307
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertValueDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2166
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2182
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2198
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2214
          },
          "name": "resetPrecision"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2230
          },
          "name": "resetTextAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2310
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2246
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2262
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2278
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2294
          },
          "name": "resetUnit"
        }
      ],
      "name": "DashboardV2WidgetAlertValueDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2304
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertValueDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2154
          },
          "name": "alertIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2170
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2186
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2202
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2218
          },
          "name": "precisionInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2234
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2314
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertValueDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2266
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2250
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2282
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2298
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2147
          },
          "name": "alertId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2160
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2176
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2192
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2208
          },
          "name": "precision",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2224
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2240
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2256
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2272
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2288
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2064
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertValueDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetAlertValueDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertValueDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertValueDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 1764
      },
      "name": "DashboardV2WidgetAlertValueDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1770
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertValueDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1776
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertValueDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetAlertValueDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertValueDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertValueDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 1534
      },
      "name": "DashboardV2WidgetAlertValueDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1540
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1546
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetAlertValueDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertValueDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertValueDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 1592
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 1585
      },
      "name": "DashboardV2WidgetAlertValueDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1632
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1645
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1625
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1638
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1596
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertValueDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetAlertValueDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertValueDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertValueDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 1649
      },
      "name": "DashboardV2WidgetAlertValueDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1655
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1661
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetAlertValueDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertValueDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertValueDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 1707
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 1700
      },
      "name": "DashboardV2WidgetAlertValueDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1747
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1760
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1740
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1753
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1711
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertValueDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetAlertValueDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertValueDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertValueDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 1822
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 1815
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1858
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertValueDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1874
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertValueDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1861
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1877
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetAlertValueDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1855
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertValueDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1871
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertValueDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1865
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertValueDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1881
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertValueDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 1826
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertValueDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetAlertValueDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 12506
      },
      "name": "DashboardV2WidgetChangeDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_link DashboardV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12548
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12512
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12518
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12524
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12554
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12560
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12530
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12536
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12542
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 2318
      },
      "name": "DashboardV2WidgetChangeDefinitionCustomLink",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_hidden DashboardV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2324
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2330
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#link DashboardV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2336
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#override_label DashboardV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2342
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 2530
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 2522
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2537
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionCustomLinkList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2523
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 2405
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 2395
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2465
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2481
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2497
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2513
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionCustomLinkOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2469
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2485
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2501
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2517
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2459
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2475
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2491
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2507
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2409
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 12655
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 12648
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12829
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12845
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12861
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12832
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12736
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12752
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12768
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12848
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12864
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12784
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12800
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12816
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12826
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12842
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12858
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12836
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12740
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12756
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12772
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12852
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12868
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12804
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12788
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12820
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12730
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12746
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12762
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12778
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12794
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12810
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12659
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 11582
      },
      "name": "DashboardV2WidgetChangeDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_query DashboardV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11630
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#change_type DashboardV2#change_type}",
            "stability": "stable",
            "summary": "Whether to show absolute or relative change. Valid values are `absolute`, `relative`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11588
          },
          "name": "changeType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compare_to DashboardV2#compare_to}",
            "stability": "stable",
            "summary": "Choose from when to compare current data to. Valid values are `hour_before`, `day_before`, `week_before`, `month_before`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11594
          },
          "name": "compareTo",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11636
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#increase_good DashboardV2#increase_good}",
            "stability": "stable",
            "summary": "A Boolean indicating whether an increase in the value is good (displayed in green) or not (displayed in red)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11600
          },
          "name": "increaseGood",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#log_query DashboardV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11642
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order_by DashboardV2#order_by}",
            "stability": "stable",
            "summary": "What to order by. Valid values are `change`, `name`, `present`, `past`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11606
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order_dir DashboardV2#order_dir}",
            "stability": "stable",
            "summary": "Widget sorting method. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11612
          },
          "name": "orderDir",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11648
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11618
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11654
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#rum_query DashboardV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11660
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#security_query DashboardV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11666
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_present DashboardV2#show_present}",
            "stability": "stable",
            "summary": "If set to `true`, displays the current value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11624
          },
          "name": "showPresent",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 3217
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestApmQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3223
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3235
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3241
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3247
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3229
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 2541
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2547
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2553
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2559
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 2612
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 2605
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2670
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2686
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2658
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2674
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2690
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2651
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2664
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2680
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2616
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 2844
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2850
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2856
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2862
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 3021
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 3013
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3028
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3014
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 2918
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 2908
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3001
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2972
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2988
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3004
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2998
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2976
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2992
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3008
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2966
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2982
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2922
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 2694
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2700
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2712
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2706
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 2765
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 2758
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2823
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2811
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2827
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2840
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2804
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2817
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2833
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 2769
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 3032
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3038
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3044
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3050
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 3206
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 3198
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3213
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3199
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 3106
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 3096
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3173
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3189
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3161
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3177
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3193
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3154
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3167
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3183
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3110
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 3314
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 3307
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3397
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3413
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3429
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3400
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3416
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3432
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3384
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3394
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3410
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3426
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3404
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3420
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3372
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3436
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3388
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3365
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3378
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3318
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 4718
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4736
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4724
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4730
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4742
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4748
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4754
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4760
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4766
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 3440
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3446
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3452
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 3498
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 3491
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3537
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3553
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3541
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3557
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3531
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3547
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3502
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 3561
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3567
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3603
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3615
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3573
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3579
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3585
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3591
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3597
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3609
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 3939
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 3931
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3946
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3932
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 3713
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 3703
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3816
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3832
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3848
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3864
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3880
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3909
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3804
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3820
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3836
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3852
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3868
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3884
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3897
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3913
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3926
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3797
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3810
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3826
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3842
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3858
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3874
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3890
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3903
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3919
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3717
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 3950
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3956
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 3962
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 4008
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 4001
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4047
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4063
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4051
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4067
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4041
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4057
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4012
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 5067
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 5059
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5074
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5060
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 4479
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4485
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4491
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 4537
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 4530
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4573
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4586
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4589
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4570
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4583
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4577
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4593
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4541
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 4275
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4281
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4287
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 4071
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4077
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4083
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 4129
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 4122
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4168
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4184
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4172
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4188
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4162
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4178
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4133
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 4192
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4198
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 4237
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 4230
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4271
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4264
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4241
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 4333
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 4326
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4369
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4385
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4372
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4388
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4366
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4382
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4376
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4392
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4337
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 4396
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4402
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 4441
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 4434
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4475
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4468
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4445
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 4857
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 4847
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4983
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4999
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5015
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5031
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5047
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4941
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4957
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4986
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5002
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5018
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5034
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5050
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4980
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4996
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5012
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5028
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5044
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4945
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4961
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4990
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5006
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4974
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5022
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5038
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5054
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4935
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4951
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4967
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4861
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 4597
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4603
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4609
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 4655
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 4648
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4694
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4710
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4714
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4698
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4688
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4704
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 4659
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 12144
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 12136
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12151
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12137
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 5754
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestLogQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5760
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5772
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5778
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5784
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5766
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 5078
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5084
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5090
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5096
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 5149
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 5142
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5207
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5223
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5195
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5211
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5227
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5188
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5201
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5217
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5153
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 5381
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5387
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5393
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5399
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 5558
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 5550
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5565
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5551
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 5455
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 5445
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5538
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5509
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5525
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5541
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5535
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5513
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5529
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5545
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5503
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5519
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5459
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 5231
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5237
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5249
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5243
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 5302
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 5295
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5360
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5348
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5364
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5377
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5341
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5354
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5370
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5306
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 5569
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5575
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5581
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5587
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 5743
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 5735
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5750
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5736
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 5643
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 5633
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5710
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5726
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5698
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5714
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5730
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5691
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5704
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5720
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5647
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 5851
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 5844
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5934
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5950
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5966
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5937
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5953
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5969
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5921
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5931
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5947
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5963
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5941
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5957
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5909
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5973
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5925
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5902
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5915
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5855
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 11799
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 11789
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12028
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12044
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12060
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12076
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12092
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12108
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12124
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12031
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11919
          },
          "name": "resetChangeType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11935
          },
          "name": "resetCompareTo"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12047
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11951
          },
          "name": "resetIncreaseGood"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12063
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11967
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11983
          },
          "name": "resetOrderDir"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12079
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11999
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12095
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12111
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12127
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12015
          },
          "name": "resetShowPresent"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12025
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12041
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12057
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12073
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12089
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12105
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12121
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12035
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11923
          },
          "name": "changeTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11939
          },
          "name": "compareToInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12051
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11955
          },
          "name": "increaseGoodInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12067
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11971
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11987
          },
          "name": "orderDirInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12083
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12003
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12099
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12115
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12131
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12019
          },
          "name": "showPresentInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11913
          },
          "name": "changeType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11929
          },
          "name": "compareTo",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11945
          },
          "name": "increaseGood",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11961
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11977
          },
          "name": "orderDir",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11993
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12009
          },
          "name": "showPresent",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11803
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 5977
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5995
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#filter_by DashboardV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5983
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 5989
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_by DashboardV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6001
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 6061
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 6054
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6112
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6128
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6157
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6116
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6132
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6145
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6161
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6106
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6122
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6138
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6151
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6065
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 9456
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9462
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9468
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9474
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9480
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9486
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9492
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9498
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 6165
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6177
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6183
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6195
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6201
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6219
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6225
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6231
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6171
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6189
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6207
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6213
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 6340
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 6333
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6433
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6475
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6517
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6533
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6437
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6450
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6463
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6479
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6492
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6505
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6521
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6537
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6550
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6563
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6576
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6427
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6443
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6456
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6469
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6485
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6498
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6511
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6527
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6543
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6556
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6569
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6344
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 6580
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6592
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6598
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6610
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6640
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6646
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6586
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6604
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6616
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6622
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6628
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6634
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 6755
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 6748
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6848
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6890
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6919
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6935
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6951
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6967
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6852
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6865
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6878
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6894
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6907
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6923
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6939
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6955
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6971
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6984
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6997
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6842
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6858
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6871
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6884
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6900
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6913
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6929
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6945
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6961
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6977
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6990
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 6759
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 7001
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7019
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7025
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7031
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7007
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7013
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 7098
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 7091
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7155
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7171
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7159
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7175
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7188
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7201
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7214
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7149
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7165
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7181
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7194
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7207
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7102
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 8130
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8166
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8142
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8154
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8136
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8172
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8178
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8148
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8184
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8160
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 7218
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7224
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7230
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7236
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 7392
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 7384
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7399
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7385
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 7292
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 7282
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7359
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7375
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7347
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7363
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7379
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7340
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7353
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7369
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7296
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 7556
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7562
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7568
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7574
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 7894
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7900
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7906
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7912
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 7965
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 7958
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8036
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8023
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8039
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8033
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8011
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8027
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8043
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8004
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8017
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7969
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 7741
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7747
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7753
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7759
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 7812
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 7805
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7870
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7886
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7858
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7874
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7890
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7851
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7864
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7880
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7816
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 7730
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 7722
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7737
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7723
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 7630
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 7620
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7710
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7697
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7713
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7707
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7685
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7701
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7717
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7678
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7691
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7634
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 7403
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7409
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7415
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7421
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 7474
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 7467
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7532
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7548
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7520
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7536
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7552
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7513
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7526
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7542
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 7478
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 8279
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 8272
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8431
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8444
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8460
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8476
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8360
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8447
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8463
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8389
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8479
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8418
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8428
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8441
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8457
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8473
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8435
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8364
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8377
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8467
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8451
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8393
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8406
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8483
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8422
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8354
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8370
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8383
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8399
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8412
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8283
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 8047
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8053
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 8092
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 8085
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8126
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8119
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8096
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 9773
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 9765
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9780
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9766
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 8487
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8511
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8517
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8493
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8499
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8505
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8523
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 8597
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 8590
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8660
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8676
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8692
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8734
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8664
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8680
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8696
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8709
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8722
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8738
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8654
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8670
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8686
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8702
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8715
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8728
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8601
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 9582
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 9572
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9657
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9673
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9689
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9705
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9721
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9737
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9753
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9660
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9676
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9692
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9708
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9724
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9740
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9756
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9654
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9670
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9686
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9702
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9718
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9734
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9750
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9664
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9680
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9696
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9712
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9728
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9744
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9760
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9586
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 8742
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8760
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8778
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8784
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8748
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8754
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8766
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8772
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8790
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8796
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8802
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 8904
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 8897
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8991
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9007
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9036
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9052
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9094
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9110
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9126
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8995
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9011
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9024
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9040
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9056
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9069
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9082
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9098
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9114
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9130
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8985
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9001
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9017
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9030
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9046
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9062
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9075
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9088
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9104
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9120
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 8908
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 9134
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9152
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9164
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9176
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9140
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9146
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9158
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9170
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9182
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 9270
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 9263
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9345
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9361
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9390
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9419
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9448
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9349
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9365
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9378
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9394
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9407
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9423
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9436
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9452
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9339
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9355
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9371
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9384
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9400
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9413
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9429
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9442
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9274
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 10460
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestRumQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10466
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10478
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10484
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10490
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10472
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 9784
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9790
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9796
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9802
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 9855
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 9848
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9913
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9929
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9901
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9917
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9933
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9894
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9907
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9923
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9859
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 10087
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10093
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10099
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10105
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 10264
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 10256
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10271
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10257
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 10161
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 10151
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10244
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10215
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10231
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10247
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10241
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10219
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10235
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10251
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10209
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10225
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10165
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 9937
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9943
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9955
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 9949
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 10008
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 10001
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10066
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10054
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10070
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10083
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10047
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10060
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10076
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10012
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 10275
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10281
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10287
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10293
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 10449
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 10441
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10456
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10442
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 10349
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 10339
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10416
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10432
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10404
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10420
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10436
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10397
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10410
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10426
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10353
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 10557
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 10550
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10640
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10656
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10672
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10643
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10659
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10675
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10627
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10637
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10653
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10669
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10647
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10663
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10615
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10679
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10631
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10608
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10621
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10561
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 11359
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestSecurityQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11365
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11377
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11383
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11389
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11371
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 10683
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10689
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10695
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10701
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 10754
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 10747
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10812
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10828
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10800
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10816
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10832
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10793
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10806
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10822
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10758
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 10986
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10992
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10998
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11004
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 11163
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 11155
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11170
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11156
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 11060
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 11050
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11143
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11114
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11130
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11146
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11140
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11118
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11134
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11150
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11108
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11124
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11064
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 10836
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10842
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10854
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10848
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 10907
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 10900
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10965
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10953
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10969
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10982
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10946
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10959
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10975
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 10911
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 11174
      },
      "name": "DashboardV2WidgetChangeDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11180
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11186
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11192
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 11348
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 11340
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11355
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11341
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 11248
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 11238
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11315
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11331
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11303
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11319
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11335
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11296
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11309
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11325
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11252
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 11456
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 11449
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11539
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11555
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11571
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11542
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11558
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11574
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11526
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11536
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11552
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11568
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11546
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11562
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11514
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11578
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11530
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11507
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11520
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 11460
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 12385
      },
      "name": "DashboardV2WidgetChangeDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12391
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12397
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 12155
      },
      "name": "DashboardV2WidgetChangeDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12161
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12167
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 12213
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 12206
      },
      "name": "DashboardV2WidgetChangeDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12253
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12266
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12246
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12259
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12217
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 12270
      },
      "name": "DashboardV2WidgetChangeDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12276
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12282
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 12328
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 12321
      },
      "name": "DashboardV2WidgetChangeDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12368
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12381
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12361
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12374
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12332
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 12443
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 12436
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12479
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12495
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12482
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12498
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetChangeDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12476
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12492
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12486
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12502
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12447
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetChangeDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetCheckStatusDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetCheckStatusDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 13223
      },
      "name": "DashboardV2WidgetCheckStatusDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#check DashboardV2#check}",
            "stability": "stable",
            "summary": "Name of the check to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13229
          },
          "name": "check",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#grouping DashboardV2#grouping}",
            "stability": "stable",
            "summary": "The kind of grouping to use. Valid values are `check`, `cluster`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13253
          },
          "name": "grouping",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13235
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group DashboardV2#group}",
            "stability": "stable",
            "summary": "Group reporting a single check."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13241
          },
          "name": "group",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "When `grouping = \"cluster\"`, indicates a list of tags to use for grouping."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13247
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13259
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13265
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tags DashboardV2#tags}",
            "stability": "stable",
            "summary": "A list of tags used to filter the groups reporting a cluster check."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13271
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13295
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetCheckStatusDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13277
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13283
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13289
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetCheckStatusDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetCheckStatusDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetCheckStatusDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 13411
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 13404
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13677
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetCheckStatusDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13523
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13539
          },
          "name": "resetGroup"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13555
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13584
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13600
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13616
          },
          "name": "resetTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13680
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13632
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13648
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13664
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetCheckStatusDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13674
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetCheckStatusDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13511
          },
          "name": "checkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13527
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13559
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13572
          },
          "name": "groupingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13543
          },
          "name": "groupInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13588
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13604
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13620
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13684
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetCheckStatusDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13652
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13636
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13668
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13504
          },
          "name": "check",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13517
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13533
          },
          "name": "group",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13549
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13565
          },
          "name": "grouping",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13578
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13594
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13610
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13626
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13642
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13658
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13415
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetCheckStatusDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetCheckStatusDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetCheckStatusDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetCheckStatusDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 13102
      },
      "name": "DashboardV2WidgetCheckStatusDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13108
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetCheckStatusDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13114
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetCheckStatusDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetCheckStatusDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetCheckStatusDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetCheckStatusDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 12872
      },
      "name": "DashboardV2WidgetCheckStatusDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12878
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12884
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetCheckStatusDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetCheckStatusDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetCheckStatusDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 12930
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 12923
      },
      "name": "DashboardV2WidgetCheckStatusDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12970
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12983
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12963
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12976
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12934
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetCheckStatusDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetCheckStatusDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetCheckStatusDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetCheckStatusDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 12987
      },
      "name": "DashboardV2WidgetCheckStatusDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12993
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 12999
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetCheckStatusDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetCheckStatusDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetCheckStatusDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 13045
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 13038
      },
      "name": "DashboardV2WidgetCheckStatusDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13085
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13098
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13078
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13091
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13049
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetCheckStatusDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetCheckStatusDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetCheckStatusDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetCheckStatusDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 13160
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 13153
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13196
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetCheckStatusDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13212
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetCheckStatusDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13199
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13215
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetCheckStatusDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13193
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetCheckStatusDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13209
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetCheckStatusDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13203
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetCheckStatusDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13219
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetCheckStatusDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13164
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetCheckStatusDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetCheckStatusDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 249
      },
      "name": "DashboardV2WidgetDistributionDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 255
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 261
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#legend_size DashboardV2#legend_size}",
            "stability": "stable",
            "summary": "The size of the legend displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 267
          },
          "name": "legendSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 273
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#marker DashboardV2#marker}",
            "stability": "stable",
            "summary": "marker block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 303
          },
          "name": "marker",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 309
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_legend DashboardV2#show_legend}",
            "stability": "stable",
            "summary": "Whether or not to show the legend on this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 279
          },
          "name": "showLegend",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 315
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 285
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 291
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 297
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#xaxis DashboardV2#xaxis}",
            "stability": "stable",
            "summary": "xaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 321
          },
          "name": "xaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionXaxis"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#yaxis DashboardV2#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 327
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetDistributionDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionMarker": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionMarker",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 13688
      },
      "name": "DashboardV2WidgetDistributionDefinitionMarker",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be a single value `y = 15` or a range of values `0 < y < 10`. For Distribution widgets with `display_type` set to `percentile`, this should be a numeric percentile value (for example, `90` for P90).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13712
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "For Distribution widgets, this can be set to `percentile`. Example: `error dashed`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#display_type DashboardV2#display_type}",
            "stability": "stable",
            "summary": "Combination of a severity (`error`, `warning`, `ok`, or `info`) and a line type (`dashed`, `solid`, or `bold`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13694
          },
          "name": "displayType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Label to display over the marker."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13700
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "Timestamp for the marker position."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13706
          },
          "name": "time",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionMarker"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionMarkerList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionMarkerList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 13897
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 13889
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13904
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionMarkerOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionMarkerList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13890
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionMarkerList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionMarkerOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionMarkerOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 13775
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 13765
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13835
          },
          "name": "resetDisplayType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13851
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13867
          },
          "name": "resetTime"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionMarkerOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13839
          },
          "name": "displayTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13855
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13871
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13884
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13829
          },
          "name": "displayType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13845
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13861
          },
          "name": "time",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13877
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13779
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionMarker"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionMarkerOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 450
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 443
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 680
          },
          "name": "putMarker",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionMarker"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 696
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 712
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 728
          },
          "name": "putXaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionXaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 744
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 555
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 571
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 587
          },
          "name": "resetLegendSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 603
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 683
          },
          "name": "resetMarker"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 699
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 619
          },
          "name": "resetShowLegend"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 715
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 635
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 651
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 667
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 731
          },
          "name": "resetXaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 747
          },
          "name": "resetYaxis"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 677
          },
          "name": "marker",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionMarkerList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 693
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 709
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 725
          },
          "name": "xaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionXaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 741
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 559
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 575
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 591
          },
          "name": "legendSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 607
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 687
          },
          "name": "markerInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 703
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 623
          },
          "name": "showLegendInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 719
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 655
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 639
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 671
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 735
          },
          "name": "xaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionXaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 751
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 549
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 565
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 581
          },
          "name": "legendSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 597
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 613
          },
          "name": "showLegend",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 629
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 645
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 661
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 454
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetDistributionDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 23571
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_query DashboardV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23583
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_stats_query DashboardV2#apm_stats_query}",
            "stability": "stable",
            "summary": "apm_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23589
          },
          "name": "apmStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23595
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#log_query DashboardV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23601
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23607
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23577
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23613
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#rum_query DashboardV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23619
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#security_query DashboardV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23625
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23631
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 14584
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestApmQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14590
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14602
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14608
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14614
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14596
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 13908
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13914
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13920
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13926
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 13979
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 13972
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14037
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14053
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14025
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14041
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14057
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14018
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14031
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14047
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 13983
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 14211
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14217
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14223
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14229
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 14388
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 14380
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14395
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14381
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 14285
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 14275
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14368
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14339
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14355
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14371
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14365
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14343
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14359
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14375
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14333
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14349
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14289
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 14061
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14067
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14079
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14073
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 14132
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 14125
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14190
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14178
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14194
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14207
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14171
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14184
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14200
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14136
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 14399
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14405
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14411
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14417
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 14573
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 14565
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14580
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14566
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 14473
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 14463
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14540
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14556
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14528
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14544
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14560
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14521
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14534
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14550
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14477
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 14681
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 14674
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14764
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14780
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14796
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14767
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14783
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14799
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14751
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14761
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14777
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14793
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14771
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14787
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14739
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14803
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14755
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14732
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14745
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14685
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 15027
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestApmStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "The environment name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15033
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The operation name associated with the service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15039
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag DashboardV2#primary_tag}",
            "stability": "stable",
            "summary": "The organization's host group name and value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15045
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#row_type DashboardV2#row_type}",
            "stability": "stable",
            "summary": "The level of detail for the request. Valid values are `service`, `resource`, `span`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15057
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "The service name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15063
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#columns DashboardV2#columns}",
            "stability": "stable",
            "summary": "columns block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15069
          },
          "name": "columns",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource DashboardV2#resource}",
            "stability": "stable",
            "summary": "The resource name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15051
          },
          "name": "resource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestApmStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmStatsQueryColumns": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmStatsQueryColumns",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 14807
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestApmStatsQueryColumns",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The column name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14825
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "A user-assigned alias for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14813
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14819
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14831
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestApmStatsQueryColumns"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmStatsQueryColumnsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmStatsQueryColumnsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 15016
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 15008
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15023
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestApmStatsQueryColumnsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15009
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestApmStatsQueryColumnsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 14894
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 14884
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14954
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14970
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14999
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14958
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14974
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14987
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15003
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14948
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14964
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14980
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14993
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 14898
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmStatsQueryColumns"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 15150
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 15143
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15297
          },
          "name": "putColumns",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmStatsQueryColumns"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15300
          },
          "name": "resetColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15258
          },
          "name": "resetResource"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestApmStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15294
          },
          "name": "columns",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmStatsQueryColumnsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15304
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15220
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15233
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15246
          },
          "name": "primaryTagInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15262
          },
          "name": "resourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15275
          },
          "name": "rowTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15288
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15213
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15226
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15239
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15252
          },
          "name": "resource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15268
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15281
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15154
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestApmStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 16586
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16604
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16592
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16598
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16610
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16616
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16622
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16628
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16634
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 15308
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15314
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15320
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 15366
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 15359
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15405
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15421
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15409
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15425
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15399
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15415
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15370
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 15429
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15435
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15471
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15483
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15441
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15447
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15453
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15459
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15465
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15477
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 15807
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 15799
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15814
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15800
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 15581
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 15571
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15684
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15700
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15716
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15732
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15748
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15777
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15672
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15688
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15704
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15720
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15736
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15752
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15765
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15781
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15794
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15665
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15678
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15694
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15710
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15726
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15742
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15758
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15771
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15787
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15585
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 15818
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15824
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15830
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 15876
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 15869
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15915
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15931
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15919
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15935
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15909
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15925
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15880
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 16935
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 16927
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16942
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16928
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 16347
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16353
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16359
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 16405
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 16398
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16441
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16454
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16457
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16438
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16451
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16445
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16461
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16409
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 16143
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16149
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16155
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 15939
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15945
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 15951
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 15997
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 15990
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16036
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16052
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16040
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16056
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16030
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16046
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16001
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 16060
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16066
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 16105
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 16098
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16139
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16132
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16109
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 16201
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 16194
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16237
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16253
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16240
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16256
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16234
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16250
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16244
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16260
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16205
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 16264
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16270
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 16309
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 16302
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16343
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16336
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16313
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 16725
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 16715
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16851
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16867
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16883
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16899
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16915
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16809
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16825
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16854
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16870
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16886
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16902
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16918
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16848
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16864
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16880
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16896
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16912
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16813
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16829
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16858
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16874
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16842
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16890
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16906
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16922
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16803
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16819
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16835
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16729
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 16465
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16471
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16477
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 16523
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 16516
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16562
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16578
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16582
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16566
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16556
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16572
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16527
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 23993
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 23985
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24000
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23986
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 17622
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestLogQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17628
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17640
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17646
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17652
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17634
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 16946
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16952
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16958
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 16964
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 17017
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 17010
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17075
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17091
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17063
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17079
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17095
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17056
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17069
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17085
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17021
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 17249
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17255
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17261
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17267
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 17426
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 17418
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17433
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17419
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 17323
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 17313
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17406
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17377
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17393
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17409
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17403
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17381
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17397
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17413
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17371
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17387
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17327
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 17099
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17105
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17117
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17111
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 17170
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 17163
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17228
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17216
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17232
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17245
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17209
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17222
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17238
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17174
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 17437
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17443
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17449
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17455
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 17611
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 17603
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17618
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17604
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 17511
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 17501
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17578
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17594
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17566
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17582
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17598
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17559
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17572
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17588
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17515
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 17719
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 17712
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17802
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17818
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17834
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17805
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17821
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17837
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17789
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17799
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17815
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17831
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17809
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17825
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17777
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17841
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17793
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17770
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17783
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17723
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 23736
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 23726
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23845
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23861
          },
          "name": "putApmStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23877
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23893
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23909
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23925
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23941
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23957
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23973
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23848
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23864
          },
          "name": "resetApmStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23880
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23896
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23912
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23832
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23928
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23944
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23960
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23976
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23842
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23858
          },
          "name": "apmStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23874
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23890
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23906
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23922
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23938
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23954
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23970
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23852
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23868
          },
          "name": "apmStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestApmStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23884
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23900
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23916
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23836
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23932
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23948
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23964
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23980
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23826
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23740
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 17845
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17863
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#filter_by DashboardV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17851
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17857
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_by DashboardV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17869
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 17929
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 17922
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17980
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17996
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18025
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17984
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18000
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18013
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18029
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17974
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17990
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18006
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18019
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 17933
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 21324
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21330
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21336
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21342
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21348
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21354
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21360
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21366
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 18033
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18045
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18051
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18063
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18069
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18087
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18093
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18099
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18039
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18057
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18075
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18081
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 18208
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 18201
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18301
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18343
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18385
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18401
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18305
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18318
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18331
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18347
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18360
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18373
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18389
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18405
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18418
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18431
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18444
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18295
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18311
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18324
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18337
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18353
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18366
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18379
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18395
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18411
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18424
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18437
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18212
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 18448
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18460
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18466
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18478
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18508
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18514
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18454
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18472
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18484
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18490
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18496
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18502
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 18623
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 18616
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18716
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18758
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18787
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18803
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18819
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18835
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18720
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18733
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18746
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18762
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18775
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18791
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18807
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18823
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18839
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18852
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18865
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18710
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18726
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18739
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18752
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18768
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18781
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18797
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18813
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18829
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18845
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18858
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18627
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 18869
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18887
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18893
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18899
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18875
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18881
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 18966
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 18959
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19023
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19039
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19027
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19043
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19056
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19069
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19082
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19017
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19033
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19049
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19062
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19075
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 18970
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 19998
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20034
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20010
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20022
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20004
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20040
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20046
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20016
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20052
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20028
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 19086
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19092
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19098
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19104
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 19260
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 19252
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19267
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19253
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 19160
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 19150
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19227
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19243
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19215
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19231
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19247
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19208
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19221
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19237
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19164
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 19424
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19430
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19436
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19442
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 19762
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19768
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19774
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19780
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 19833
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 19826
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19904
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19891
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19907
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19901
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19879
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19895
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19911
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19872
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19885
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19837
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 19609
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19615
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19621
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19627
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 19680
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 19673
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19738
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19754
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19726
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19742
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19758
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19719
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19732
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19748
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19684
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 19598
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 19590
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19605
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19591
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 19498
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 19488
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19578
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19565
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19581
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19575
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19553
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19569
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19585
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19546
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19559
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19502
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 19271
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19277
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19283
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19289
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 19342
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 19335
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19400
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19416
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19388
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19404
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19420
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19381
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19394
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19410
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19346
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 20147
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 20140
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20299
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20312
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20328
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20344
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20228
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20315
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20331
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20257
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20347
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20286
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20296
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20309
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20325
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20341
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20303
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20232
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20245
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20335
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20319
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20261
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20274
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20351
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20290
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20222
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20238
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20251
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20267
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20280
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20151
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 19915
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19921
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 19960
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 19953
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19994
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19987
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 19964
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 21641
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 21633
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21648
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21634
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 20355
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20379
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20385
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20361
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20367
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20373
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20391
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 20465
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 20458
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20528
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20544
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20560
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20602
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20532
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20548
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20564
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20577
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20590
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20606
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20522
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20538
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20554
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20570
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20583
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20596
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20469
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 21450
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 21440
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21525
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21541
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21557
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21573
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21589
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21605
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21621
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21528
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21544
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21560
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21576
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21592
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21608
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21624
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21522
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21538
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21554
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21570
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21586
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21602
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21618
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21532
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21548
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21564
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21580
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21596
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21612
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21628
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21454
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 20610
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20628
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20646
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20652
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20616
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20622
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20634
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20640
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20658
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20664
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20670
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 20772
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 20765
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20859
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20875
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20904
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20920
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20962
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20978
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20994
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20863
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20879
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20892
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20908
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20924
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20937
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20950
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20966
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20982
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20998
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20853
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20869
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20885
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20898
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20914
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20930
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20943
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20956
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20972
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20988
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 20776
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 21002
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21020
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21032
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21044
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21008
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21014
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21026
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21038
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21050
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 21138
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 21131
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21213
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21229
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21258
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21287
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21316
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21217
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21233
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21246
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21262
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21275
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21291
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21304
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21320
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21207
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21223
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21239
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21252
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21268
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21281
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21297
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21310
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21142
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 22328
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestRumQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22334
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22346
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22352
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22358
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22340
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 21652
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21658
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21664
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21670
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 21723
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 21716
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21781
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21797
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21769
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21785
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21801
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21762
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21775
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21791
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21727
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 21955
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21961
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21967
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21973
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 22132
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 22124
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22139
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22125
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 22029
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 22019
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22112
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22083
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22099
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22115
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22109
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22087
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22103
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22119
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22077
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22093
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22033
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 21805
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21811
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21823
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21817
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 21876
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 21869
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21934
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21922
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21938
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21951
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21915
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21928
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21944
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 21880
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 22143
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22149
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22155
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22161
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 22317
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 22309
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22324
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22310
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 22217
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 22207
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22284
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22300
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22272
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22288
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22304
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22265
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22278
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22294
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22221
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 22425
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 22418
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22508
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22524
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22540
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22511
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22527
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22543
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22495
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22505
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22521
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22537
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22515
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22531
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22483
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22547
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22499
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22476
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22489
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22429
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 23227
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestSecurityQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23233
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23245
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23251
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23257
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23239
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 22551
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22557
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22563
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22569
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 22622
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 22615
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22680
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22696
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22668
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22684
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22700
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22661
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22674
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22690
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22626
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 22854
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22860
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22866
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22872
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 23031
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 23023
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23038
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23024
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 22928
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 22918
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23011
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22982
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22998
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23014
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23008
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22986
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23002
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23018
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22976
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22992
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22932
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 22704
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22710
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22722
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22716
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 22775
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 22768
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22833
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22821
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22837
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22850
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22814
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22827
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22843
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 22779
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 23042
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23048
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23054
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23060
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 23216
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 23208
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23223
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23209
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 23116
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 23106
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23183
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23199
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23171
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23187
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23203
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23164
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23177
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23193
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23120
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 23324
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 23317
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23407
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23423
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23439
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23410
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23426
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23442
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23394
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23404
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23420
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23436
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23414
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23430
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23382
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23446
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23398
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23375
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23388
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23328
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 23450
      },
      "name": "DashboardV2WidgetDistributionDefinitionRequestStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order_by DashboardV2#order_by}",
            "stability": "stable",
            "summary": "How to order series. Valid values are `tags`, `values`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23456
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23462
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 23508
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 23501
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23547
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23563
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionRequestStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23551
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23567
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23541
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23557
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 23512
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 24234
      },
      "name": "DashboardV2WidgetDistributionDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24240
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24246
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 24004
      },
      "name": "DashboardV2WidgetDistributionDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24010
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24016
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 24062
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 24055
      },
      "name": "DashboardV2WidgetDistributionDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24102
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24115
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24095
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24108
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24066
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 24119
      },
      "name": "DashboardV2WidgetDistributionDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24125
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24131
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 24177
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 24170
      },
      "name": "DashboardV2WidgetDistributionDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24217
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24230
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24210
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24223
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24181
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 24292
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 24285
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24328
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24344
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24331
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24347
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24325
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24341
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24335
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24351
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24296
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionXaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionXaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 24355
      },
      "name": "DashboardV2WidgetDistributionDefinitionXaxis",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#include_zero DashboardV2#include_zero}",
            "stability": "stable",
            "summary": "True includes zero."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24361
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "It takes a number, percentile (p90 === 90th percentile), or auto for default behavior.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#max DashboardV2#max}",
            "stability": "stable",
            "summary": "Specifies maximum value to show on the x-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24367
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "It takes a number, percentile (p90 === 90th percentile), or auto for default behavior.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#min DashboardV2#min}",
            "stability": "stable",
            "summary": "Specifies minimum value to show on the x-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24373
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#num_buckets DashboardV2#num_buckets}",
            "stability": "stable",
            "summary": "Number of value buckets to target, also known as the resolution of the value bins."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24379
          },
          "name": "numBuckets",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#scale DashboardV2#scale}",
            "stability": "stable",
            "summary": "Specifies the scale type. Possible values are `linear`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24385
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionXaxis"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionXaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionXaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs0.ts",
          "line": 24452
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs0.ts",
        "line": 24445
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24509
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24525
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24541
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24557
          },
          "name": "resetNumBuckets"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24573
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionXaxisOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24513
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24529
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24545
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24561
          },
          "name": "numBucketsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24577
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24503
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24519
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24535
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24551
          },
          "name": "numBuckets",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24567
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs0.ts",
            "line": 24456
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionXaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs0:DashboardV2WidgetDistributionDefinitionXaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 23
      },
      "name": "DashboardV2WidgetDistributionDefinitionYaxis",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#include_zero DashboardV2#include_zero}",
            "stability": "stable",
            "summary": "True includes zero."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 29
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 35
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#max DashboardV2#max}",
            "stability": "stable",
            "summary": "Specifies the maximum value to show on the y-axis. It takes a number, or auto for default behavior."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 41
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#min DashboardV2#min}",
            "stability": "stable",
            "summary": "Specifies minimum value to show on the y-axis. It takes a number, or auto for default behavior."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 47
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#scale DashboardV2#scale}",
            "stability": "stable",
            "summary": "Specifies the scale type. Possible values are `linear` or `log`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 53
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetDistributionDefinitionYaxis"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 120
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 113
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 177
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 193
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 209
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 225
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 241
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardV2WidgetDistributionDefinitionYaxisOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 181
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 197
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 213
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 229
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 245
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 171
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 187
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 203
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 219
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 235
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 124
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetDistributionDefinitionYaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventStreamDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventStreamDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 1106
      },
      "name": "DashboardV2WidgetEventStreamDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query to filter the event stream with."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1136
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1112
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_size DashboardV2#event_size}",
            "stability": "stable",
            "summary": "Size to use to display an event. Valid values are `s`, `l`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1118
          },
          "name": "eventSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1124
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1130
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tags_execution DashboardV2#tags_execution}",
            "stability": "stable",
            "summary": "The execution method for multi-value filters, options: `and` or `or`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1142
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1166
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventStreamDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1148
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1154
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1160
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetEventStreamDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventStreamDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventStreamDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 1268
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 1261
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1493
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventStreamDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1355
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1371
          },
          "name": "resetEventSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1387
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1403
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1432
          },
          "name": "resetTagsExecution"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1496
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1448
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1464
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1480
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetEventStreamDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1490
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventStreamDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1359
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1375
          },
          "name": "eventSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1391
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1407
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1420
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1436
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1500
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventStreamDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1468
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1452
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1484
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1349
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1365
          },
          "name": "eventSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1381
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1397
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1413
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1426
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1442
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1458
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1474
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1272
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventStreamDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetEventStreamDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventStreamDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventStreamDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 985
      },
      "name": "DashboardV2WidgetEventStreamDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 991
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventStreamDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 997
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventStreamDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetEventStreamDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventStreamDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventStreamDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 755
      },
      "name": "DashboardV2WidgetEventStreamDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 761
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 767
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetEventStreamDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventStreamDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventStreamDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 813
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 806
      },
      "name": "DashboardV2WidgetEventStreamDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 853
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 866
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 846
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 859
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 817
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventStreamDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetEventStreamDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventStreamDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventStreamDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 870
      },
      "name": "DashboardV2WidgetEventStreamDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 876
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 882
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetEventStreamDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventStreamDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventStreamDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 928
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 921
      },
      "name": "DashboardV2WidgetEventStreamDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 968
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 981
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 961
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 974
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 932
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventStreamDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetEventStreamDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventStreamDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventStreamDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 1043
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 1036
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1079
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventStreamDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1095
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventStreamDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1082
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1098
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetEventStreamDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1076
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventStreamDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1092
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventStreamDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1086
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventStreamDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1102
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventStreamDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1047
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventStreamDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetEventStreamDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventTimelineDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventTimelineDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 1855
      },
      "name": "DashboardV2WidgetEventTimelineDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query to filter the event timeline with."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1879
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1861
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1867
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1873
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tags_execution DashboardV2#tags_execution}",
            "stability": "stable",
            "summary": "The execution method for multi-value filters, options: `and` or `or`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1885
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1909
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventTimelineDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1891
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1897
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1903
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetEventTimelineDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventTimelineDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventTimelineDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 2004
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 1997
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2207
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventTimelineDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2085
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2101
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2117
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2146
          },
          "name": "resetTagsExecution"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2210
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2162
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2178
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2194
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetEventTimelineDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2204
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventTimelineDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2089
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2105
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2121
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2134
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2150
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2214
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventTimelineDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2182
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2166
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2198
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2079
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2095
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2111
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2127
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2140
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2156
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2172
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2188
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2008
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventTimelineDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetEventTimelineDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventTimelineDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventTimelineDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 1734
      },
      "name": "DashboardV2WidgetEventTimelineDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1740
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventTimelineDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1746
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventTimelineDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetEventTimelineDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventTimelineDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventTimelineDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 1504
      },
      "name": "DashboardV2WidgetEventTimelineDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1510
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1516
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetEventTimelineDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventTimelineDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventTimelineDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 1562
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 1555
      },
      "name": "DashboardV2WidgetEventTimelineDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1602
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1615
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1595
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1608
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1566
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventTimelineDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetEventTimelineDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventTimelineDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventTimelineDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 1619
      },
      "name": "DashboardV2WidgetEventTimelineDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1625
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1631
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetEventTimelineDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventTimelineDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventTimelineDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 1677
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 1670
      },
      "name": "DashboardV2WidgetEventTimelineDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1717
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1730
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1710
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1723
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1681
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventTimelineDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetEventTimelineDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventTimelineDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventTimelineDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 1792
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 1785
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1828
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventTimelineDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1844
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventTimelineDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1831
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1847
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetEventTimelineDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1825
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventTimelineDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1841
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventTimelineDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1835
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventTimelineDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1851
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventTimelineDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 1796
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventTimelineDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetEventTimelineDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFreeTextDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFreeTextDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 2569
      },
      "name": "DashboardV2WidgetFreeTextDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text DashboardV2#text}",
            "stability": "stable",
            "summary": "The text to display in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2611
          },
          "name": "text",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#background_color DashboardV2#background_color}",
            "stability": "stable",
            "summary": "The background color of the text widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2575
          },
          "name": "backgroundColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#color DashboardV2#color}",
            "stability": "stable",
            "summary": "The color of the text in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2581
          },
          "name": "color",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2587
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#font_size DashboardV2#font_size}",
            "stability": "stable",
            "summary": "The size of the text in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2593
          },
          "name": "fontSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2599
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2605
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_align DashboardV2#text_align}",
            "stability": "stable",
            "summary": "The alignment of the text in the widget. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2617
          },
          "name": "textAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2641
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFreeTextDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2623
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2629
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2635
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetFreeTextDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFreeTextDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFreeTextDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 2757
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 2750
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3026
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFreeTextDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2856
          },
          "name": "resetBackgroundColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2872
          },
          "name": "resetColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2888
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2904
          },
          "name": "resetFontSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2920
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2936
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2965
          },
          "name": "resetTextAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3029
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2981
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2997
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3013
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetFreeTextDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3023
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFreeTextDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2860
          },
          "name": "backgroundColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2876
          },
          "name": "colorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2892
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2908
          },
          "name": "fontSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2924
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2940
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2969
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2953
          },
          "name": "textInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3033
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFreeTextDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3001
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2985
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3017
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2850
          },
          "name": "backgroundColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2866
          },
          "name": "color",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2882
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2898
          },
          "name": "fontSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2914
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2930
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2946
          },
          "name": "text",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2959
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2975
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2991
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3007
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2761
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFreeTextDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetFreeTextDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFreeTextDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFreeTextDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 2448
      },
      "name": "DashboardV2WidgetFreeTextDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2454
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFreeTextDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2460
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFreeTextDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetFreeTextDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFreeTextDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFreeTextDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 2218
      },
      "name": "DashboardV2WidgetFreeTextDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2224
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2230
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetFreeTextDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFreeTextDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFreeTextDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 2276
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 2269
      },
      "name": "DashboardV2WidgetFreeTextDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2316
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2329
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2309
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2322
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2280
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFreeTextDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetFreeTextDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFreeTextDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFreeTextDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 2333
      },
      "name": "DashboardV2WidgetFreeTextDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2339
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2345
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetFreeTextDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFreeTextDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFreeTextDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 2391
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 2384
      },
      "name": "DashboardV2WidgetFreeTextDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2431
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2444
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2424
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2437
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2395
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFreeTextDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetFreeTextDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFreeTextDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFreeTextDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 2506
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 2499
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2542
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFreeTextDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2558
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFreeTextDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2545
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2561
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetFreeTextDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2539
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFreeTextDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2555
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFreeTextDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2549
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFreeTextDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2565
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFreeTextDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 2510
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFreeTextDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetFreeTextDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 3768
      },
      "name": "DashboardV2WidgetFunnelDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3774
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3780
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3786
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3810
          },
          "name": "request",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionRequest"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3816
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3792
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3798
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3804
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetFunnelDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 3904
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 3897
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4072
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionRequest"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4088
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3979
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3995
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4011
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4075
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4091
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4027
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4043
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4059
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetFunnelDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4069
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionRequestOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4085
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3983
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3999
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4015
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4079
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionRequest"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4095
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4047
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4031
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4063
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3973
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3989
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4005
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4021
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4037
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4053
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3908
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetFunnelDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 3334
      },
      "name": "DashboardV2WidgetFunnelDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3340
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionRequestQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetFunnelDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 3379
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 3372
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3409
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionRequestQuery"
              }
            }
          ]
        }
      ],
      "name": "DashboardV2WidgetFunnelDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3406
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionRequestQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3413
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionRequestQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3383
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionRequest"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetFunnelDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 3184
      },
      "name": "DashboardV2WidgetFunnelDefinitionRequestQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for funnel queries. Valid values are `rum`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3190
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query_string DashboardV2#query_string}",
            "stability": "stable",
            "summary": "The widget query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3196
          },
          "name": "queryString",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#step DashboardV2#step}",
            "stability": "stable",
            "summary": "step block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3202
          },
          "name": "step",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionRequestQueryStep"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetFunnelDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 3255
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 3248
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3323
          },
          "name": "putStep",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionRequestQueryStep"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3326
          },
          "name": "resetStep"
        }
      ],
      "name": "DashboardV2WidgetFunnelDefinitionRequestQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3320
          },
          "name": "step",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionRequestQueryStepList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3301
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3314
          },
          "name": "queryStringInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3330
          },
          "name": "stepInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionRequestQueryStep"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3294
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3307
          },
          "name": "queryString",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3259
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionRequestQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetFunnelDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionRequestQueryStep": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionRequestQueryStep",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 3037
      },
      "name": "DashboardV2WidgetFunnelDefinitionRequestQueryStep",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet of the step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3043
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "The value of the step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3049
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetFunnelDefinitionRequestQueryStep"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionRequestQueryStepList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionRequestQueryStepList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 3173
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 3165
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3180
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionRequestQueryStepOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetFunnelDefinitionRequestQueryStepList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3166
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionRequestQueryStep"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetFunnelDefinitionRequestQueryStepList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionRequestQueryStepOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionRequestQueryStepOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 3098
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 3088
      },
      "name": "DashboardV2WidgetFunnelDefinitionRequestQueryStepOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3147
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3160
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3140
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3153
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3102
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionRequestQueryStep"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetFunnelDefinitionRequestQueryStepOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 3647
      },
      "name": "DashboardV2WidgetFunnelDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3653
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3659
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetFunnelDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 3417
      },
      "name": "DashboardV2WidgetFunnelDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3423
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3429
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetFunnelDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 3475
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 3468
      },
      "name": "DashboardV2WidgetFunnelDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3515
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3528
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3508
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3521
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3479
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetFunnelDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 3532
      },
      "name": "DashboardV2WidgetFunnelDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3538
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3544
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetFunnelDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 3590
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 3583
      },
      "name": "DashboardV2WidgetFunnelDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3630
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3643
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3623
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3636
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3594
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetFunnelDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 3705
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 3698
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3741
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3757
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3744
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3760
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetFunnelDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3738
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3754
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3748
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3764
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 3709
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetFunnelDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 12184
      },
      "name": "DashboardV2WidgetGeomapDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_link DashboardV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12226
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12190
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12196
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12202
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12232
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12238
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionStyle"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12244
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12208
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12214
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12220
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#view DashboardV2#view}",
            "stability": "stable",
            "summary": "view block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12250
          },
          "name": "view",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionView"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 4099
      },
      "name": "DashboardV2WidgetGeomapDefinitionCustomLink",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_hidden DashboardV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4105
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4111
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#link DashboardV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4117
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#override_label DashboardV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4123
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 4311
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 4303
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4318
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionCustomLinkList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4304
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 4186
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 4176
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4246
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4262
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4278
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4294
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionCustomLinkOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4250
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4266
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4282
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4298
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4240
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4256
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4272
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4288
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4190
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 12359
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 12352
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12545
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12561
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12577
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12593
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12609
          },
          "name": "putView",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionView"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12548
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12452
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12468
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12484
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12564
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12580
          },
          "name": "resetStyle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12596
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12500
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12516
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12532
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12612
          },
          "name": "resetView"
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12542
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12558
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12574
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12590
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12606
          },
          "name": "view",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionViewOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12552
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12456
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12472
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12488
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12568
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12584
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12600
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12520
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12504
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12536
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12616
          },
          "name": "viewInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionView"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12446
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12462
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12478
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12494
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12510
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12526
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12363
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 11377
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11389
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#log_query DashboardV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11395
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11383
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11401
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#rum_query DashboardV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11407
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 5600
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequestFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5618
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5606
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5612
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5624
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5630
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5636
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5642
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5648
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 4322
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4328
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4334
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 4380
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 4373
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4419
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4435
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4423
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4439
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4413
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4429
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4384
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 4443
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4449
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4485
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4497
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4455
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4461
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4467
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4473
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4479
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4491
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 4821
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 4813
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4828
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4814
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 4595
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 4585
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4698
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4714
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4730
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4746
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4762
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4791
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4686
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4702
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4718
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4734
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4750
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4766
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4779
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4795
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4808
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4679
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4692
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4708
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4724
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4740
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4756
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4772
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4785
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4801
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4599
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 4832
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequestFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4838
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4844
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 4890
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 4883
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4929
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4945
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4933
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4949
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4923
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4939
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4894
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 5949
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 5941
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5956
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5942
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 5361
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5367
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5373
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 5419
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 5412
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5455
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5468
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5471
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5452
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5465
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5459
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5475
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5423
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 5157
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5163
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5169
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 4953
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4959
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 4965
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 5011
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 5004
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5050
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5066
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5054
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5070
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5044
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5060
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5015
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 5074
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5080
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 5119
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 5112
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5153
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5146
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5123
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 5215
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 5208
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5251
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5267
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5254
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5270
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5248
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5264
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5258
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5274
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5219
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 5278
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5284
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 5323
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 5316
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5357
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5350
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5327
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 5739
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 5729
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5865
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5881
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5897
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5913
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5929
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5823
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5839
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5868
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5884
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5900
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5916
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5932
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5862
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5878
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5894
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5910
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5926
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5827
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5843
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5872
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5888
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5856
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5904
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5920
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5936
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5817
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5833
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5849
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5743
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 5479
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequestFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5485
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5491
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 5537
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 5530
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5576
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5592
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5596
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5580
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5570
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5586
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5541
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 11624
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 11616
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11631
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11617
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 6636
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequestLogQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6642
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6654
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6660
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6666
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6648
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 5960
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5966
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5972
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 5978
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 6031
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 6024
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6089
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6105
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6077
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6093
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6109
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6070
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6083
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6099
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6035
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 6263
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6269
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6275
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6281
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 6440
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 6432
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6447
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6433
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 6337
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 6327
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6420
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6391
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6407
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6423
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6417
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6395
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6411
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6427
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6385
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6401
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6341
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 6113
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6119
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6131
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6125
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 6184
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 6177
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6242
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6230
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6246
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6259
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6223
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6236
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6252
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6188
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 6451
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6457
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6463
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6469
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 6625
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 6617
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6632
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6618
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 6525
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 6515
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6592
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6608
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6580
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6596
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6612
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6573
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6586
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6602
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6529
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 6733
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 6726
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6816
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6832
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6848
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6819
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6835
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6851
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6803
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6813
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6829
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6845
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6823
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6839
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6791
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6855
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6807
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6784
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6797
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6737
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 11477
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 11467
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11556
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11572
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11588
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11604
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11559
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11575
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11543
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11591
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11607
          },
          "name": "resetRumQuery"
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11553
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11569
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11585
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11601
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11563
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11579
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11547
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11595
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11611
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11537
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11481
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 10150
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequestQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10156
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10162
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10168
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10174
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10180
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10186
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10192
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 6859
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6871
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6877
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6889
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6895
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6913
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6919
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6925
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6865
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6883
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6901
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 6907
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 7034
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 7027
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7127
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7169
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7211
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7227
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7131
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7144
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7157
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7173
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7186
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7199
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7215
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7231
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7244
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7257
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7270
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7121
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7137
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7150
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7163
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7179
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7192
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7205
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7221
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7237
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7250
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7263
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7038
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 7274
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7286
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7292
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7304
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7334
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7340
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7280
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7298
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7310
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7316
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7322
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7328
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 7449
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 7442
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7542
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7584
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7613
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7629
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7645
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7661
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7546
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7559
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7572
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7588
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7601
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7617
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7633
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7649
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7665
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7678
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7691
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7536
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7552
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7565
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7578
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7594
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7607
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7623
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7639
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7655
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7671
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7684
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7453
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 7695
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7713
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7719
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7725
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7701
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7707
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 7792
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 7785
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7849
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7865
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7853
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7869
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7882
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7895
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7908
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7843
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7859
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7875
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7888
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7901
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7796
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 8824
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequestQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8860
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8836
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8848
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8830
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8866
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8872
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8842
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8878
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8854
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 7912
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7918
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7924
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7930
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 8086
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 8078
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8093
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8079
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 7986
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 7976
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8053
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8069
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8041
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8057
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8073
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8034
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8047
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8063
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 7990
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 8250
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8256
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8262
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8268
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 8588
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8594
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8600
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8606
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 8659
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 8652
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8730
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8717
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8733
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8727
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8705
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8721
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8737
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8698
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8711
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8663
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 8435
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8441
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8447
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8453
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 8506
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 8499
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8564
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8580
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8552
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8568
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8584
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8545
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8558
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8574
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8510
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 8424
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 8416
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8431
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8417
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 8324
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 8314
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8404
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8391
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8407
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8401
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8379
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8395
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8411
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8372
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8385
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8328
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 8097
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8103
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8109
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8115
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 8168
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 8161
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8226
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8242
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8214
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8230
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8246
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8207
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8220
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8236
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8172
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 8973
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 8966
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9125
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9138
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9154
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9170
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9054
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9141
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9157
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9083
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9173
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9112
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9122
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9135
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9151
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9167
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9129
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9058
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9071
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9161
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9145
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9087
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9100
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9177
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9116
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9048
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9064
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9077
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9093
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9106
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8977
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 8741
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8747
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 8786
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 8779
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8820
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8813
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 8790
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 10467
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 10459
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10474
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10460
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 9181
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequestQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9205
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9211
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9187
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9193
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9199
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9217
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 9291
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 9284
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9354
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9370
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9386
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9428
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9358
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9374
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9390
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9403
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9416
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9432
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9348
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9364
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9380
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9396
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9409
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9422
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9295
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 10276
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 10266
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10351
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10367
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10383
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10399
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10415
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10431
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10447
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10354
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10370
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10386
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10402
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10418
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10434
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10450
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10348
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10364
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10380
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10396
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10412
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10428
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10444
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10358
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10374
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10390
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10406
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10422
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10438
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10454
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10280
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 9436
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequestQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9454
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9472
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9478
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9442
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9448
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9460
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9466
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9484
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9490
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9496
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 9598
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 9591
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9685
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9701
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9730
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9746
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9788
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9804
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9820
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9689
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9705
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9718
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9734
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9750
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9763
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9776
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9792
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9808
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9824
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9679
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9695
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9711
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9724
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9740
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9756
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9769
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9782
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9798
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9814
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9602
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 9828
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequestQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9846
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9858
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9870
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9834
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9840
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9852
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9864
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9876
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 9964
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 9957
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10039
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10055
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10084
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10113
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10142
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10043
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10059
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10072
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10088
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10101
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10117
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10130
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10146
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10033
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10049
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10065
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10078
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10094
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10107
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10123
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10136
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 9968
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 11154
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequestRumQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11160
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11172
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11178
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11184
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11166
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 10478
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10484
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10490
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10496
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 10549
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 10542
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10607
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10623
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10595
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10611
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10627
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10588
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10601
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10617
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10553
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 10781
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10787
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10793
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10799
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 10958
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 10950
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10965
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10951
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 10855
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 10845
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10938
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10909
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10925
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10941
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10935
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10913
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10929
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10945
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10903
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10919
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10859
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 10631
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10637
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10649
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10643
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 10702
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 10695
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10760
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10748
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10764
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10777
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10741
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10754
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10770
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10706
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 10969
      },
      "name": "DashboardV2WidgetGeomapDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10975
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10981
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 10987
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 11143
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 11135
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11150
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11136
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 11043
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 11033
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11110
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11126
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11098
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11114
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11130
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11091
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11104
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11120
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11047
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 11251
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 11244
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11334
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11350
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11366
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11337
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11353
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11369
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11321
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11331
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11347
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11363
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11341
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11357
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11309
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11373
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11325
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11302
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11315
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11255
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 11635
      },
      "name": "DashboardV2WidgetGeomapDefinitionStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply to the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11641
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_flip DashboardV2#palette_flip}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to flip the palette tones."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11647
          },
          "name": "paletteFlip",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 11693
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 11686
      },
      "name": "DashboardV2WidgetGeomapDefinitionStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11746
          },
          "name": "paletteFlipInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11733
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11726
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11739
          },
          "name": "paletteFlip",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11697
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 11980
      },
      "name": "DashboardV2WidgetGeomapDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11986
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11992
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 11750
      },
      "name": "DashboardV2WidgetGeomapDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11756
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11762
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 11808
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 11801
      },
      "name": "DashboardV2WidgetGeomapDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11848
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11861
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11841
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11854
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11812
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 11865
      },
      "name": "DashboardV2WidgetGeomapDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11871
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11877
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 11923
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 11916
      },
      "name": "DashboardV2WidgetGeomapDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11963
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11976
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11956
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11969
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 11927
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 12038
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 12031
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12074
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12090
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12077
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12093
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetGeomapDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12071
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12087
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12081
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12097
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12042
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionView": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionView",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 12101
      },
      "name": "DashboardV2WidgetGeomapDefinitionView",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#focus DashboardV2#focus}",
            "stability": "stable",
            "summary": "The 2-letter ISO code of a country to focus the map on, or `WORLD` for global view, or a region (`EMEA`, `APAC`, `LATAM`), or a continent (`NORTH_AMERICA`, `SOUTH_AMERICA`, `EUROPE`, `AFRICA`, `ASIA`, `OCEANIA`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12107
          },
          "name": "focus",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionView"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionViewOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionViewOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 12146
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 12139
      },
      "name": "DashboardV2WidgetGeomapDefinitionViewOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12180
          },
          "name": "focusInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12173
          },
          "name": "focus",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12150
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionView"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGeomapDefinitionViewOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 19546
      },
      "name": "DashboardV2WidgetGroupDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#layout_type DashboardV2#layout_type}",
            "stability": "stable",
            "summary": "The layout type of the group. Valid values are `ordered`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19576
          },
          "name": "layoutType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#background_color DashboardV2#background_color}",
            "stability": "stable",
            "summary": "The background color of the group title, options: `vivid_blue`, `vivid_purple`, `vivid_pink`, `vivid_orange`, `vivid_yellow`, `vivid_green`, `blue`, `purple`, `pink`, `orange`, `yellow`, `green`, `gray` or `white`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19552
          },
          "name": "backgroundColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#banner_img DashboardV2#banner_img}",
            "stability": "stable",
            "summary": "The image URL to display as a banner for the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19558
          },
          "name": "bannerImg",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19564
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19570
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19582
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_title DashboardV2#show_title}",
            "stability": "stable",
            "summary": "Whether to show the title or not. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19588
          },
          "name": "showTitle",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19612
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19594
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19600
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19606
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#widget DashboardV2#widget}",
            "stability": "stable",
            "summary": "widget block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19618
          },
          "name": "widget",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidget"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 19734
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 19727
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19987
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20003
          },
          "name": "putWidget",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidget"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19833
          },
          "name": "resetBackgroundColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19849
          },
          "name": "resetBannerImg"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19865
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19881
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19910
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19926
          },
          "name": "resetShowTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19990
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19942
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19958
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19974
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20006
          },
          "name": "resetWidget"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19984
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20000
          },
          "name": "widget",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19837
          },
          "name": "backgroundColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19853
          },
          "name": "bannerImgInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19869
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19885
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19898
          },
          "name": "layoutTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19914
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19930
          },
          "name": "showTitleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19994
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19962
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19946
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19978
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20010
          },
          "name": "widgetInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidget"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19827
          },
          "name": "backgroundColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19843
          },
          "name": "bannerImg",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19859
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19875
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19891
          },
          "name": "layoutType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19904
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19920
          },
          "name": "showTitle",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19936
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19952
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19968
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19738
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 12850
      },
      "name": "DashboardV2WidgetGroupDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12856
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12862
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 12620
      },
      "name": "DashboardV2WidgetGroupDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12626
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12632
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 12678
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 12671
      },
      "name": "DashboardV2WidgetGroupDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12718
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12731
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12711
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12724
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12682
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 12735
      },
      "name": "DashboardV2WidgetGroupDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12741
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12747
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 12793
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 12786
      },
      "name": "DashboardV2WidgetGroupDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12833
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12846
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12826
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12839
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12797
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 12908
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 12901
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12944
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12960
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12947
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12963
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12941
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12957
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12951
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12967
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12912
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidget": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidget",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 18305
      },
      "name": "DashboardV2WidgetGroupDefinitionWidget",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alert_graph_definition DashboardV2#alert_graph_definition}",
            "stability": "stable",
            "summary": "alert_graph_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18320
          },
          "name": "alertGraphDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alert_value_definition DashboardV2#alert_value_definition}",
            "stability": "stable",
            "summary": "alert_value_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18326
          },
          "name": "alertValueDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#change_definition DashboardV2#change_definition}",
            "stability": "stable",
            "summary": "change_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18332
          },
          "name": "changeDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#check_status_definition DashboardV2#check_status_definition}",
            "stability": "stable",
            "summary": "check_status_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18338
          },
          "name": "checkStatusDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#distribution_definition DashboardV2#distribution_definition}",
            "stability": "stable",
            "summary": "distribution_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18344
          },
          "name": "distributionDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_stream_definition DashboardV2#event_stream_definition}",
            "stability": "stable",
            "summary": "event_stream_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18350
          },
          "name": "eventStreamDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_timeline_definition DashboardV2#event_timeline_definition}",
            "stability": "stable",
            "summary": "event_timeline_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18356
          },
          "name": "eventTimelineDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#free_text_definition DashboardV2#free_text_definition}",
            "stability": "stable",
            "summary": "free_text_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18362
          },
          "name": "freeTextDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#funnel_definition DashboardV2#funnel_definition}",
            "stability": "stable",
            "summary": "funnel_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18368
          },
          "name": "funnelDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#geomap_definition DashboardV2#geomap_definition}",
            "stability": "stable",
            "summary": "geomap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18374
          },
          "name": "geomapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#heatmap_definition DashboardV2#heatmap_definition}",
            "stability": "stable",
            "summary": "heatmap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18380
          },
          "name": "heatmapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hostmap_definition DashboardV2#hostmap_definition}",
            "stability": "stable",
            "summary": "hostmap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18386
          },
          "name": "hostmapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#id DashboardV2#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "The ID of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18314
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#iframe_definition DashboardV2#iframe_definition}",
            "stability": "stable",
            "summary": "iframe_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18392
          },
          "name": "iframeDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetIframeDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_definition DashboardV2#image_definition}",
            "stability": "stable",
            "summary": "image_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18398
          },
          "name": "imageDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetImageDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#list_stream_definition DashboardV2#list_stream_definition}",
            "stability": "stable",
            "summary": "list_stream_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18404
          },
          "name": "listStreamDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#log_stream_definition DashboardV2#log_stream_definition}",
            "stability": "stable",
            "summary": "log_stream_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18410
          },
          "name": "logStreamDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#manage_status_definition DashboardV2#manage_status_definition}",
            "stability": "stable",
            "summary": "manage_status_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18416
          },
          "name": "manageStatusDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#note_definition DashboardV2#note_definition}",
            "stability": "stable",
            "summary": "note_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18422
          },
          "name": "noteDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetNoteDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query_table_definition DashboardV2#query_table_definition}",
            "stability": "stable",
            "summary": "query_table_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18428
          },
          "name": "queryTableDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query_value_definition DashboardV2#query_value_definition}",
            "stability": "stable",
            "summary": "query_value_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18434
          },
          "name": "queryValueDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#run_workflow_definition DashboardV2#run_workflow_definition}",
            "stability": "stable",
            "summary": "run_workflow_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18440
          },
          "name": "runWorkflowDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#scatterplot_definition DashboardV2#scatterplot_definition}",
            "stability": "stable",
            "summary": "scatterplot_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18446
          },
          "name": "scatterplotDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service_level_objective_definition DashboardV2#service_level_objective_definition}",
            "stability": "stable",
            "summary": "service_level_objective_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18452
          },
          "name": "serviceLevelObjectiveDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#servicemap_definition DashboardV2#servicemap_definition}",
            "stability": "stable",
            "summary": "servicemap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18458
          },
          "name": "servicemapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_list_definition DashboardV2#slo_list_definition}",
            "stability": "stable",
            "summary": "slo_list_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18464
          },
          "name": "sloListDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sunburst_definition DashboardV2#sunburst_definition}",
            "stability": "stable",
            "summary": "sunburst_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18470
          },
          "name": "sunburstDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeseries_definition DashboardV2#timeseries_definition}",
            "stability": "stable",
            "summary": "timeseries_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18476
          },
          "name": "timeseriesDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#toplist_definition DashboardV2#toplist_definition}",
            "stability": "stable",
            "summary": "toplist_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18482
          },
          "name": "toplistDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#topology_map_definition DashboardV2#topology_map_definition}",
            "stability": "stable",
            "summary": "topology_map_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18488
          },
          "name": "topologyMapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trace_service_definition DashboardV2#trace_service_definition}",
            "stability": "stable",
            "summary": "trace_service_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18494
          },
          "name": "traceServiceDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#treemap_definition DashboardV2#treemap_definition}",
            "stability": "stable",
            "summary": "treemap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18500
          },
          "name": "treemapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#widget_layout DashboardV2#widget_layout}",
            "stability": "stable",
            "summary": "widget_layout block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18506
          },
          "name": "widgetLayout",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetWidgetLayout"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidget"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 13322
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alert_id DashboardV2#alert_id}",
            "stability": "stable",
            "summary": "The ID of the monitor used by the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13328
          },
          "name": "alertId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#viz_type DashboardV2#viz_type}",
            "stability": "stable",
            "summary": "Whether to display the Alert Graph as a timeseries or a top list. Valid values are `timeseries`, `toplist`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13370
          },
          "name": "vizType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13334
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13340
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13346
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13376
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13352
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13358
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13364
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 13471
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 13464
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13671
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13565
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13581
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13597
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13674
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13613
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13629
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13645
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13668
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13553
          },
          "name": "alertIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13569
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13585
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13601
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13678
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13633
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13617
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13649
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13662
          },
          "name": "vizTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13546
          },
          "name": "alertId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13559
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13575
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13591
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13607
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13623
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13639
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13655
          },
          "name": "vizType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13475
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 13201
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13207
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13213
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 12971
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12977
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 12983
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 13029
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 13022
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13069
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13082
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13062
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13075
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13033
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 13086
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13092
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13098
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 13144
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 13137
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13184
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13197
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13177
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13190
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13148
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 13259
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 13252
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13295
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13311
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13298
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13314
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13292
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13308
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13302
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13318
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13263
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 14033
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alert_id DashboardV2#alert_id}",
            "stability": "stable",
            "summary": "The ID of the monitor used by the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14039
          },
          "name": "alertId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14045
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14051
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14057
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#precision DashboardV2#precision}",
            "stability": "stable",
            "summary": "The precision to use when displaying the value. Use `*` for maximum precision."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14063
          },
          "name": "precision",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_align DashboardV2#text_align}",
            "stability": "stable",
            "summary": "The alignment of the text in the widget. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14069
          },
          "name": "textAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14099
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14075
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14081
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14087
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "The unit for the value displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14093
          },
          "name": "unit",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 14208
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 14201
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14455
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14314
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14330
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14346
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14362
          },
          "name": "resetPrecision"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14378
          },
          "name": "resetTextAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14458
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14394
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14410
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14426
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14442
          },
          "name": "resetUnit"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14452
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14302
          },
          "name": "alertIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14318
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14334
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14350
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14366
          },
          "name": "precisionInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14382
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14462
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14414
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14398
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14430
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14446
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14295
          },
          "name": "alertId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14308
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14324
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14340
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14356
          },
          "name": "precision",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14372
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14388
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14404
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14420
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14436
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14212
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 13912
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13918
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13924
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 13682
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13688
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13694
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 13740
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 13733
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13780
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13793
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13773
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13786
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13744
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 13797
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13803
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13809
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 13855
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 13848
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13895
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13908
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13888
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13901
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13859
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 13970
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 13963
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14006
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14022
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14009
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14025
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14003
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14019
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14013
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14029
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 13974
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 19
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_link DashboardV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 61
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 25
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 31
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 37
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 67
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 73
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 43
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 49
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 55
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetChangeDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 14466
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLink",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_hidden DashboardV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14472
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14478
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#link DashboardV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14484
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#override_label DashboardV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14490
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 14678
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 14670
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14685
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLinkList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14671
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 14553
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 14543
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14613
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14629
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14645
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14661
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLinkOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14617
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14633
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14649
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14665
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14607
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14623
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14639
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14655
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14557
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 168
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 161
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 342
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 358
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 374
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 345
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 249
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 265
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 281
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 361
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 377
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 297
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 313
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 329
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 339
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 355
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 371
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 349
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 253
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 269
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 285
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 365
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 381
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 317
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 301
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 333
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 243
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 259
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 275
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 291
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 307
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 323
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 172
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 23730
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_query DashboardV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23778
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#change_type DashboardV2#change_type}",
            "stability": "stable",
            "summary": "Whether to show absolute or relative change. Valid values are `absolute`, `relative`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23736
          },
          "name": "changeType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compare_to DashboardV2#compare_to}",
            "stability": "stable",
            "summary": "Choose from when to compare current data to. Valid values are `hour_before`, `day_before`, `week_before`, `month_before`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23742
          },
          "name": "compareTo",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23784
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#increase_good DashboardV2#increase_good}",
            "stability": "stable",
            "summary": "A Boolean indicating whether an increase in the value is good (displayed in green) or not (displayed in red)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23748
          },
          "name": "increaseGood",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#log_query DashboardV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23790
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order_by DashboardV2#order_by}",
            "stability": "stable",
            "summary": "What to order by. Valid values are `change`, `name`, `present`, `past`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23754
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order_dir DashboardV2#order_dir}",
            "stability": "stable",
            "summary": "Widget sorting method. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23760
          },
          "name": "orderDir",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23796
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23766
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23802
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#rum_query DashboardV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23808
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#security_query DashboardV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23814
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_present DashboardV2#show_present}",
            "stability": "stable",
            "summary": "If set to `true`, displays the current value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23772
          },
          "name": "showPresent",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 15365
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15371
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15383
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15389
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15395
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15377
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 14689
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14695
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14701
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14707
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 14760
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 14753
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14818
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14834
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14806
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14822
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14838
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14799
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14812
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14828
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14764
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 14992
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14998
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15004
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15010
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 15169
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 15161
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15176
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15162
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 15066
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 15056
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15149
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15120
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15136
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15152
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15146
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15124
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15140
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15156
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15114
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15130
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15070
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 14842
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14848
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14860
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14854
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 14913
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 14906
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14971
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14959
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14975
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14988
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14952
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14965
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14981
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 14917
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 15180
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15186
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15192
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15198
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 15354
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 15346
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15361
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15347
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 15254
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 15244
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15321
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15337
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15309
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15325
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15341
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15302
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15315
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15331
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15258
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 15462
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 15455
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15545
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15561
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15577
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15548
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15564
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15580
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15532
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15542
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15558
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15574
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15552
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15568
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15520
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15584
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15536
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15513
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15526
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15466
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 16866
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16884
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16872
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16878
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16890
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16896
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16902
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16908
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16914
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 15588
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15594
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15600
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 15646
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 15639
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15685
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15701
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15689
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15705
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15679
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15695
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15650
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 15709
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15715
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15751
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15763
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15721
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15727
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15733
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15739
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15745
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15757
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 16087
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 16079
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16094
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16080
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 15861
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 15851
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15964
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15980
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15996
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16012
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16028
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16057
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15952
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15968
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15984
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16000
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16016
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16032
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16045
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16061
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16074
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15945
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15958
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15974
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15990
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16006
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16022
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16038
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16051
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16067
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 15865
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 16098
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16104
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16110
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 16156
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 16149
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16195
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16211
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16199
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16215
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16189
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16205
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16160
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 17215
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 17207
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17222
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17208
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 16627
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16633
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16639
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 16685
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 16678
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16721
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16734
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16737
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16718
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16731
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16725
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16741
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16689
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 16423
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16429
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16435
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 16219
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16225
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16231
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 16277
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 16270
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16316
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16332
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16320
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16336
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16310
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16326
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16281
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 16340
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16346
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 16385
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 16378
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16419
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16412
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16389
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 16481
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 16474
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16517
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16533
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16520
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16536
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16514
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16530
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16524
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16540
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16485
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 16544
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16550
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 16589
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 16582
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16623
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16616
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16593
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 17005
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 16995
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17131
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17147
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17163
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17179
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17195
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17089
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17105
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17134
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17150
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17166
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17182
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17198
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17128
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17144
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17160
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17176
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17192
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17093
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17109
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17138
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17154
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17122
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17170
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17186
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17202
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17083
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17099
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17115
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17009
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 16745
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16751
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16757
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 16803
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 16796
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16842
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16858
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16862
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16846
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16836
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16852
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 16807
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 24292
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 24284
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24299
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24285
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 17902
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17908
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17920
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17926
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17932
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17914
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 17226
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17232
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17238
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17244
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 17297
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 17290
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17355
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17371
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17343
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17359
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17375
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17336
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17349
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17365
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17301
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 17529
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17535
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17541
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17547
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 17706
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 17698
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17713
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17699
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 17603
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 17593
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17686
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17657
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17673
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17689
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17683
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17661
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17677
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17693
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17651
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17667
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17607
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 17379
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17385
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17397
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17391
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 17450
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 17443
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17508
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17496
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17512
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17525
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17489
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17502
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17518
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17454
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 17717
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17723
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17729
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17735
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 17891
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 17883
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17898
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17884
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 17791
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 17781
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17858
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17874
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17846
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17862
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17878
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17839
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17852
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17868
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 17795
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 17999
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 17992
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18082
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18098
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18114
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18085
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18101
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18117
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18069
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18079
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18095
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18111
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18089
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18105
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18057
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18121
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18073
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18050
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18063
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18003
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 23947
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 23937
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24176
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24192
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24208
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24224
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24240
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24256
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24272
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24179
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24067
          },
          "name": "resetChangeType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24083
          },
          "name": "resetCompareTo"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24195
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24099
          },
          "name": "resetIncreaseGood"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24211
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24115
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24131
          },
          "name": "resetOrderDir"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24227
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24147
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24243
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24259
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24275
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24163
          },
          "name": "resetShowPresent"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24173
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24189
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24205
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24221
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24237
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24253
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24269
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24183
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24071
          },
          "name": "changeTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24087
          },
          "name": "compareToInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24199
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24103
          },
          "name": "increaseGoodInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24215
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24119
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24135
          },
          "name": "orderDirInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24231
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24151
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24247
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24263
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24279
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24167
          },
          "name": "showPresentInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24061
          },
          "name": "changeType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24077
          },
          "name": "compareTo",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24093
          },
          "name": "increaseGood",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24109
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24125
          },
          "name": "orderDir",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24141
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24157
          },
          "name": "showPresent",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23951
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 18125
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18143
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#filter_by DashboardV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18131
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18137
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_by DashboardV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18149
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 18209
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 18202
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18260
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18276
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18305
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18264
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18280
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18293
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18309
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18254
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18270
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18286
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18299
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18213
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 21604
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21610
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21616
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21622
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21628
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21634
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21640
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21646
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 18313
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18325
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18331
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18343
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18349
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18367
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18373
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18379
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18319
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18337
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18355
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18361
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 18488
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 18481
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18581
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18623
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18665
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18681
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18585
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18598
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18611
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18627
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18640
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18653
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18669
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18685
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18698
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18711
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18724
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18575
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18591
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18604
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18617
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18633
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18646
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18659
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18675
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18691
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18704
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18717
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18492
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 18728
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18740
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18746
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18758
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18788
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18794
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18734
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18752
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18764
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18770
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18776
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18782
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 18903
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 18896
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18996
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19038
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19067
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19083
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19099
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19115
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19000
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19013
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19026
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19042
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19055
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19071
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19087
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19103
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19119
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19132
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19145
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18990
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19006
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19019
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19032
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19048
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19061
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19077
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19093
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19109
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19125
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19138
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 18907
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 19149
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19167
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19173
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19179
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19155
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19161
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 19246
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 19239
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19303
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19319
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19307
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19323
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19336
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19349
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19362
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19297
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19313
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19329
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19342
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19355
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19250
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 20278
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20314
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20290
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20302
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20284
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20320
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20326
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20296
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20332
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20308
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 19366
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19372
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19378
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19384
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 19540
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 19532
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19547
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19533
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 19440
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 19430
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19507
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19523
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19495
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19511
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19527
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19488
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19501
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19517
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19444
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 19704
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19710
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19716
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19722
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 20042
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20048
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20054
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20060
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 20113
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 20106
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20184
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20171
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20187
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20181
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20159
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20175
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20191
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20152
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20165
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20117
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 19889
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19895
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19901
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19907
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 19960
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 19953
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20018
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20034
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20006
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20022
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20038
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19999
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20012
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20028
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19964
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 19878
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 19870
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19885
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19871
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 19778
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 19768
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19858
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19845
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19861
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19855
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19833
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19849
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19865
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19826
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19839
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19782
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 19551
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19557
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19563
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19569
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 19622
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 19615
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19680
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19696
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19668
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19684
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19700
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19661
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19674
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19690
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 19626
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 20427
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 20420
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20579
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20592
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20608
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20624
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20508
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20595
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20611
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20537
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20627
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20566
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20576
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20589
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20605
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20621
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20583
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20512
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20525
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20615
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20599
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20541
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20554
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20631
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20570
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20502
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20518
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20531
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20547
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20560
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20431
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 20195
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20201
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 20240
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 20233
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20274
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20267
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20244
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 21921
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 21913
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21928
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21914
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 20635
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20659
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20665
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20641
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20647
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20653
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20671
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 20745
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 20738
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20808
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20824
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20840
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20882
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20812
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20828
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20844
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20857
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20870
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20886
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20802
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20818
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20834
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20850
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20863
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20876
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20749
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 21730
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 21720
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21805
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21821
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21837
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21853
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21869
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21885
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21901
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21808
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21824
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21840
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21856
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21872
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21888
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21904
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21802
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21818
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21834
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21850
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21866
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21882
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21898
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21812
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21828
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21844
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21860
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21876
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21892
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21908
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21734
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 20890
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20908
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20926
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20932
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20896
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20902
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20914
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20920
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20938
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20944
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 20950
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 21052
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 21045
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21139
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21155
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21184
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21200
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21242
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21258
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21274
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21143
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21159
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21172
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21188
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21204
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21217
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21230
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21246
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21262
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21278
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21133
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21149
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21165
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21178
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21194
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21210
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21223
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21236
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21252
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21268
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21056
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 21282
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21300
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21312
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21324
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21288
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21294
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21306
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21318
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21330
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 21418
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 21411
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21493
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21509
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21538
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21567
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21596
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21497
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21513
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21526
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21542
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21555
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21571
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21584
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21600
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21487
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21503
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21519
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21532
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21548
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21561
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21577
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21590
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21422
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 22608
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22614
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22626
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22632
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22638
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22620
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 21932
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21938
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21944
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 21950
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 22003
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 21996
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22061
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22077
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22049
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22065
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22081
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22042
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22055
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22071
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22007
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 22235
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22241
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22247
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22253
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 22412
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 22404
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22419
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22405
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 22309
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 22299
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22392
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22363
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22379
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22395
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22389
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22367
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22383
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22399
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22357
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22373
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22313
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 22085
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22091
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22103
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22097
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 22156
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 22149
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22214
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22202
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22218
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22231
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22195
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22208
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22224
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22160
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 22423
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22429
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22435
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22441
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 22597
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 22589
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22604
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22590
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 22497
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 22487
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22564
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22580
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22552
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22568
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22584
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22545
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22558
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22574
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22501
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 22705
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 22698
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22788
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22804
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22820
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22791
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22807
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22823
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22775
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22785
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22801
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22817
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22795
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22811
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22763
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22827
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22779
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22756
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22769
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22709
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 23507
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23513
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23525
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23531
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23537
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23519
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 22831
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22837
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22843
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22849
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 22902
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 22895
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22960
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22976
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22948
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22964
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22980
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22941
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22954
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22970
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22906
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 23134
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23140
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23146
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23152
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 23311
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 23303
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23318
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23304
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 23208
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 23198
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23291
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23262
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23278
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23294
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23288
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23266
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23282
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23298
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23256
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23272
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23212
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 22984
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22990
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23002
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 22996
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 23055
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 23048
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23113
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23101
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23117
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23130
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23094
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23107
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23123
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23059
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 23322
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23328
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23334
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23340
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 23496
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 23488
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23503
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23489
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 23396
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 23386
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23463
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23479
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23451
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23467
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23483
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23444
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23457
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23473
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23400
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 23604
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 23597
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23687
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23703
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23719
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23690
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23706
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23722
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23674
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23684
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23700
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23716
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23694
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23710
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23662
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23726
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23678
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23655
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23668
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 23608
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 24533
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24539
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24545
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 24303
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24309
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24315
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 24361
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 24354
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24401
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24414
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24394
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24407
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24365
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 24418
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24424
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24430
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 24476
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 24469
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24516
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24529
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24509
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24522
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24480
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs400.ts",
          "line": 24591
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs400.ts",
        "line": 24584
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24627
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24643
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24630
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24646
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24624
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24640
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24634
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24650
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs400.ts",
            "line": 24595
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs400:DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 736
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#check DashboardV2#check}",
            "stability": "stable",
            "summary": "Name of the check to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 742
          },
          "name": "check",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#grouping DashboardV2#grouping}",
            "stability": "stable",
            "summary": "The kind of grouping to use. Valid values are `check`, `cluster`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 766
          },
          "name": "grouping",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 748
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group DashboardV2#group}",
            "stability": "stable",
            "summary": "Group reporting a single check."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 754
          },
          "name": "group",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "When `grouping = \"cluster\"`, indicates a list of tags to use for grouping."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 760
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 772
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 778
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tags DashboardV2#tags}",
            "stability": "stable",
            "summary": "A list of tags used to filter the groups reporting a cluster check."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 784
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 808
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 790
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 796
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 802
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 924
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 917
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1190
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1036
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1052
          },
          "name": "resetGroup"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1068
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1097
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1113
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1129
          },
          "name": "resetTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1193
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1145
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1161
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1177
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1187
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1024
          },
          "name": "checkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1040
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1072
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1085
          },
          "name": "groupingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1056
          },
          "name": "groupInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1101
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1117
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1133
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1197
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1165
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1149
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1181
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1017
          },
          "name": "check",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1030
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1046
          },
          "name": "group",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1062
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1078
          },
          "name": "grouping",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1091
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1107
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1123
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1139
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1155
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1171
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 928
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 615
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 621
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 627
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 385
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 391
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 397
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 443
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 436
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 483
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 496
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 476
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 489
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 447
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 500
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 506
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 512
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 558
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 551
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 598
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 611
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 591
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 604
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 562
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 673
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 666
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 709
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 725
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 712
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 728
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 706
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 722
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 716
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 732
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 677
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 12320
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12326
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12332
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#legend_size DashboardV2#legend_size}",
            "stability": "stable",
            "summary": "The size of the legend displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12338
          },
          "name": "legendSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12344
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#marker DashboardV2#marker}",
            "stability": "stable",
            "summary": "marker block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12374
          },
          "name": "marker",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12380
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_legend DashboardV2#show_legend}",
            "stability": "stable",
            "summary": "Whether or not to show the legend on this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12350
          },
          "name": "showLegend",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12386
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12356
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12362
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12368
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#xaxis DashboardV2#xaxis}",
            "stability": "stable",
            "summary": "xaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12392
          },
          "name": "xaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionXaxis"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#yaxis DashboardV2#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12398
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionMarker": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionMarker",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 1201
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionMarker",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be a single value `y = 15` or a range of values `0 < y < 10`. For Distribution widgets with `display_type` set to `percentile`, this should be a numeric percentile value (for example, `90` for P90).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1225
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "For Distribution widgets, this can be set to `percentile`. Example: `error dashed`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#display_type DashboardV2#display_type}",
            "stability": "stable",
            "summary": "Combination of a severity (`error`, `warning`, `ok`, or `info`) and a line type (`dashed`, `solid`, or `bold`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1207
          },
          "name": "displayType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Label to display over the marker."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1213
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "Timestamp for the marker position."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1219
          },
          "name": "time",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionMarker"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionMarkerList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionMarkerList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 1410
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 1402
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1417
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionMarkerOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionMarkerList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1403
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionMarkerList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionMarkerOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionMarkerOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 1288
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 1278
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1348
          },
          "name": "resetDisplayType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1364
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1380
          },
          "name": "resetTime"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionMarkerOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1352
          },
          "name": "displayTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1368
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1384
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1397
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1342
          },
          "name": "displayType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1358
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1374
          },
          "name": "time",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1390
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1292
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionMarker"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionMarkerOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 12521
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 12514
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12751
          },
          "name": "putMarker",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionMarker"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12767
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12783
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12799
          },
          "name": "putXaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionXaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12815
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12626
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12642
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12658
          },
          "name": "resetLegendSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12674
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12754
          },
          "name": "resetMarker"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12770
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12690
          },
          "name": "resetShowLegend"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12786
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12706
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12722
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12738
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12802
          },
          "name": "resetXaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12818
          },
          "name": "resetYaxis"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12748
          },
          "name": "marker",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionMarkerList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12764
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12780
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12796
          },
          "name": "xaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionXaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12812
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12630
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12646
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12662
          },
          "name": "legendSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12678
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12758
          },
          "name": "markerInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12774
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12694
          },
          "name": "showLegendInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12790
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12726
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12710
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12742
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12806
          },
          "name": "xaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionXaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12822
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12620
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12636
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12652
          },
          "name": "legendSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12668
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12684
          },
          "name": "showLegend",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12700
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12716
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12732
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12525
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 11084
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_query DashboardV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11096
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_stats_query DashboardV2#apm_stats_query}",
            "stability": "stable",
            "summary": "apm_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11102
          },
          "name": "apmStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11108
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#log_query DashboardV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11114
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11120
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11090
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11126
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#rum_query DashboardV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11132
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#security_query DashboardV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11138
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11144
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 2097
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2103
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2115
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2121
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2127
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2109
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 1421
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1427
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1433
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1439
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 1492
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 1485
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1550
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1566
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1538
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1554
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1570
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1531
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1544
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1560
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1496
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 1724
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1730
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1736
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1742
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 1901
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 1893
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1908
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1894
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 1798
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 1788
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1881
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1852
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1868
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1884
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1878
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1856
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1872
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1888
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1846
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1862
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1802
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 1574
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1580
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1592
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1586
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 1645
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 1638
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1703
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1691
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1707
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1720
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1684
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1697
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1713
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1649
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 1912
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1918
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1924
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1930
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 2086
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 2078
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2093
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2079
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 1986
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 1976
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2053
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2069
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2041
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2057
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2073
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2034
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2047
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2063
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 1990
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 2194
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 2187
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2277
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2293
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2309
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2280
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2296
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2312
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2264
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2274
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2290
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2306
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2284
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2300
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2252
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2316
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2268
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2245
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2258
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2198
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 2540
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "The environment name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2546
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The operation name associated with the service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2552
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag DashboardV2#primary_tag}",
            "stability": "stable",
            "summary": "The organization's host group name and value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2558
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#row_type DashboardV2#row_type}",
            "stability": "stable",
            "summary": "The level of detail for the request. Valid values are `service`, `resource`, `span`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2570
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "The service name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2576
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#columns DashboardV2#columns}",
            "stability": "stable",
            "summary": "columns block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2582
          },
          "name": "columns",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource DashboardV2#resource}",
            "stability": "stable",
            "summary": "The resource name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2564
          },
          "name": "resource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 2320
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The column name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2338
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "A user-assigned alias for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2326
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2332
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2344
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 2529
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 2521
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2536
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2522
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 2407
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 2397
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2467
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2483
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2512
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2471
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2487
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2500
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2516
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2461
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2477
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2493
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2506
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2411
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 2663
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 2656
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2810
          },
          "name": "putColumns",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2813
          },
          "name": "resetColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2771
          },
          "name": "resetResource"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2807
          },
          "name": "columns",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2817
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2733
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2746
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2759
          },
          "name": "primaryTagInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2775
          },
          "name": "resourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2788
          },
          "name": "rowTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2801
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2726
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2739
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2752
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2765
          },
          "name": "resource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2781
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2794
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2667
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 4099
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4117
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4105
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4111
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4123
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4129
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4135
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4141
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4147
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 2821
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2827
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2833
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 2879
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 2872
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2918
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2934
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2922
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2938
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2912
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2928
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2883
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 2942
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2948
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2984
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2996
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2954
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2960
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2966
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2972
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2978
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 2990
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 3320
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 3312
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3327
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3313
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 3094
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 3084
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3197
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3213
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3229
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3245
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3261
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3290
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3185
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3201
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3217
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3233
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3249
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3265
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3278
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3294
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3307
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3178
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3191
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3207
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3223
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3239
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3255
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3271
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3284
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3300
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3098
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 3331
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3337
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3343
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 3389
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 3382
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3428
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3444
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3432
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3448
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3422
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3438
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3393
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 4448
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 4440
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4455
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4441
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 3860
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3866
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3872
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 3918
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 3911
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3954
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3967
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3970
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3951
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3964
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3958
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3974
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3922
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 3656
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3662
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3668
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 3452
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3458
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3464
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 3510
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 3503
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3549
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3565
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3553
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3569
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3543
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3559
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3514
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 3573
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3579
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 3618
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 3611
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3652
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3645
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3622
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 3714
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 3707
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3750
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3766
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3753
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3769
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3747
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3763
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3757
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3773
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3718
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 3777
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3783
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 3822
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 3815
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3856
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3849
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3826
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 4238
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 4228
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4364
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4380
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4396
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4412
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4428
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4322
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4338
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4367
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4383
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4399
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4415
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4431
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4361
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4377
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4393
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4409
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4425
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4326
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4342
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4371
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4387
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4355
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4403
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4419
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4435
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4316
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4332
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4348
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4242
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 3978
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3984
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 3990
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 4036
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 4029
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4075
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4091
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4095
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4079
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4069
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4085
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4040
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 11506
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 11498
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11513
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11499
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 5135
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5141
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5153
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5159
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5165
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5147
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 4459
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4465
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4471
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4477
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 4530
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 4523
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4588
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4604
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4576
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4592
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4608
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4569
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4582
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4598
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4534
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 4762
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4768
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4774
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4780
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 4939
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 4931
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4946
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4932
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 4836
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 4826
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4919
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4890
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4906
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4922
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4916
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4894
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4910
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4926
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4884
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4900
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4840
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 4612
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4618
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4630
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4624
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 4683
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 4676
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4741
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4729
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4745
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4758
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4722
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4735
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4751
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4687
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 4950
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4956
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4962
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 4968
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 5124
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 5116
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5131
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5117
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 5024
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 5014
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5091
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5107
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5079
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5095
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5111
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5072
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5085
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5101
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5028
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 5232
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 5225
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5315
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5331
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5347
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5318
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5334
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5350
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5302
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5312
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5328
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5344
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5322
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5338
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5290
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5354
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5306
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5283
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5296
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5236
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 11249
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 11239
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11358
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11374
          },
          "name": "putApmStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11390
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11406
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11422
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11438
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11454
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11470
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11486
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11361
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11377
          },
          "name": "resetApmStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11393
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11409
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11425
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11345
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11441
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11457
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11473
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11489
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11355
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11371
          },
          "name": "apmStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11387
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11403
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11419
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11435
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11451
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11467
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11483
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11365
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11381
          },
          "name": "apmStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11397
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11413
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11429
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11349
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11445
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11461
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11477
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11493
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11339
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11253
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 5358
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5376
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#filter_by DashboardV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5364
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5370
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_by DashboardV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5382
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 5442
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 5435
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5493
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5509
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5538
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5497
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5513
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5526
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5542
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5487
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5503
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5519
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5532
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5446
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 8837
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8843
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8849
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8855
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8861
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8867
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8873
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8879
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 5546
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5558
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5564
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5576
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5582
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5600
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5606
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5612
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5552
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5570
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5588
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5594
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 5721
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 5714
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5814
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5856
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5898
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5914
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5818
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5831
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5844
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5860
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5873
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5886
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5902
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5918
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5931
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5944
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5957
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5808
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5824
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5837
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5850
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5866
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5879
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5892
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5908
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5924
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5937
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5950
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5725
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 5961
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5973
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5979
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5991
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6021
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6027
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5967
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5985
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 5997
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6003
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6009
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6015
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 6136
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 6129
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6229
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6271
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6300
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6316
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6332
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6348
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6233
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6246
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6259
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6275
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6288
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6304
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6320
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6336
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6352
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6365
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6378
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6223
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6239
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6252
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6265
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6281
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6294
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6310
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6326
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6342
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6358
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6371
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6140
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 6382
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6400
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6406
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6412
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6388
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6394
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 6479
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 6472
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6536
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6552
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6540
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6556
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6569
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6582
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6595
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6530
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6546
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6562
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6575
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6588
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6483
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 7511
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7547
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7523
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7535
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7517
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7553
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7559
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7529
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7565
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7541
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 6599
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6605
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6611
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6617
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 6773
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 6765
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6780
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6766
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 6673
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 6663
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6740
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6756
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6728
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6744
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6760
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6721
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6734
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6750
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6677
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 6937
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6943
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6949
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6955
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 7275
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7281
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7287
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7293
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 7346
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 7339
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7417
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7404
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7420
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7414
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7392
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7408
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7424
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7385
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7398
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7350
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 7122
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7128
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7134
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7140
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 7193
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 7186
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7251
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7267
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7239
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7255
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7271
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7232
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7245
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7261
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7197
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 7111
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 7103
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7118
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7104
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 7011
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 7001
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7091
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7078
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7094
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7088
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7066
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7082
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7098
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7059
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7072
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7015
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 6784
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6790
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6796
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6802
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 6855
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 6848
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6913
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6929
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6901
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6917
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6933
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6894
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6907
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6923
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 6859
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 7660
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 7653
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7812
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7825
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7841
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7857
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7741
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7828
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7844
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7770
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7860
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7799
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7809
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7822
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7838
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7854
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7816
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7745
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7758
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7848
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7832
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7774
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7787
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7864
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7803
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7735
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7751
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7764
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7780
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7793
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7664
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 7428
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7434
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 7473
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 7466
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7507
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7500
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7477
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 9154
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 9146
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9161
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9147
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 7868
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7892
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7898
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7874
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7880
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7886
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7904
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 7978
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 7971
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8041
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8057
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8073
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8115
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8045
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8061
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8077
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8090
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8103
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8119
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8035
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8051
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8067
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8083
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8096
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8109
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 7982
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 8963
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 8953
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9038
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9054
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9070
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9086
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9102
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9118
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9134
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9041
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9057
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9073
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9089
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9105
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9121
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9137
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9035
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9051
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9067
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9083
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9099
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9115
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9131
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9045
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9061
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9077
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9093
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9109
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9125
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9141
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8967
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 8123
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8141
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8159
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8165
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8129
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8135
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8147
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8153
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8171
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8177
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8183
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 8285
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 8278
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8372
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8388
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8417
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8433
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8475
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8491
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8507
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8376
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8392
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8405
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8421
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8437
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8450
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8463
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8479
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8495
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8511
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8366
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8382
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8398
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8411
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8427
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8443
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8456
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8469
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8485
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8501
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8289
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 8515
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8533
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8545
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8557
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8521
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8527
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8539
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8551
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8563
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 8651
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 8644
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8726
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8742
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8771
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8800
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8829
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8730
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8746
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8759
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8775
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8788
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8804
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8817
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8833
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8720
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8736
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8752
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8765
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8781
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8794
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8810
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8823
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 8655
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 9841
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9847
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9859
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9865
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9871
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9853
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 9165
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9171
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9177
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9183
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 9236
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 9229
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9294
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9310
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9282
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9298
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9314
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9275
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9288
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9304
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9240
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 9468
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9474
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9480
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9486
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 9645
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 9637
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9652
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9638
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 9542
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 9532
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9625
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9596
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9612
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9628
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9622
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9600
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9616
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9632
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9590
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9606
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9546
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 9318
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9324
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9336
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9330
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 9389
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 9382
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9447
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9435
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9451
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9464
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9428
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9441
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9457
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9393
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 9656
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9662
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9668
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9674
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 9830
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 9822
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9837
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9823
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 9730
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 9720
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9797
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9813
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9785
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9801
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9817
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9778
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9791
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9807
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9734
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 9938
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 9931
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10021
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10037
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10053
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10024
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10040
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10056
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10008
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10018
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10034
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10050
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10028
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10044
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9996
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10060
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10012
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9989
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10002
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 9942
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 10740
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10746
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10758
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10764
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10770
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10752
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 10064
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10070
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10076
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10082
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 10135
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 10128
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10193
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10209
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10181
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10197
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10213
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10174
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10187
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10203
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10139
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 10367
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10373
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10379
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10385
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 10544
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 10536
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10551
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10537
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 10441
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 10431
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10524
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10495
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10511
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10527
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10521
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10499
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10515
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10531
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10489
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10505
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10445
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 10217
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10223
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10235
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10229
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 10288
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 10281
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10346
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10334
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10350
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10363
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10327
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10340
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10356
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10292
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 10555
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10561
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10567
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10573
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 10729
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 10721
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10736
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10722
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 10629
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 10619
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10696
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10712
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10684
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10700
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10716
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10677
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10690
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10706
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10633
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 10837
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 10830
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10920
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10936
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10952
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10923
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10939
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10955
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10907
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10917
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10933
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10949
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10927
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10943
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10895
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10959
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10911
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10888
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10901
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10841
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 10963
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order_by DashboardV2#order_by}",
            "stability": "stable",
            "summary": "How to order series. Valid values are `tags`, `values`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10969
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 10975
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 11021
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 11014
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11060
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11076
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11064
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11080
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11054
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11070
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11025
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 11747
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11753
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11759
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 11517
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11523
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11529
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 11575
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 11568
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11615
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11628
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11608
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11621
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11579
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 11632
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11638
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11644
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 11690
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 11683
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11730
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11743
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11723
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11736
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11694
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 11805
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 11798
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11841
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11857
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11844
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11860
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11838
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11854
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11848
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11864
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11809
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionXaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionXaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 11868
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionXaxis",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#include_zero DashboardV2#include_zero}",
            "stability": "stable",
            "summary": "True includes zero."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11874
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "It takes a number, percentile (p90 === 90th percentile), or auto for default behavior.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#max DashboardV2#max}",
            "stability": "stable",
            "summary": "Specifies maximum value to show on the x-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11880
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "It takes a number, percentile (p90 === 90th percentile), or auto for default behavior.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#min DashboardV2#min}",
            "stability": "stable",
            "summary": "Specifies minimum value to show on the x-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11886
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#num_buckets DashboardV2#num_buckets}",
            "stability": "stable",
            "summary": "Number of value buckets to target, also known as the resolution of the value bins."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11892
          },
          "name": "numBuckets",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#scale DashboardV2#scale}",
            "stability": "stable",
            "summary": "Specifies the scale type. Possible values are `linear`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11898
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionXaxis"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionXaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionXaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 11965
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 11958
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12022
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12038
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12054
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12070
          },
          "name": "resetNumBuckets"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12086
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionXaxisOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12026
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12042
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12058
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12074
          },
          "name": "numBucketsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12090
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12016
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12032
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12048
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12064
          },
          "name": "numBuckets",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12080
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 11969
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionXaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionXaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 12094
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionYaxis",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#include_zero DashboardV2#include_zero}",
            "stability": "stable",
            "summary": "True includes zero."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12100
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12106
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#max DashboardV2#max}",
            "stability": "stable",
            "summary": "Specifies the maximum value to show on the y-axis. It takes a number, or auto for default behavior."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12112
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#min DashboardV2#min}",
            "stability": "stable",
            "summary": "Specifies minimum value to show on the y-axis. It takes a number, or auto for default behavior."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12118
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#scale DashboardV2#scale}",
            "stability": "stable",
            "summary": "Specifies the scale type. Possible values are `linear` or `log`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12124
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionYaxis"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 12191
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 12184
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12248
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12264
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12280
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12296
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12312
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionYaxisOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12252
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12268
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12284
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12300
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12316
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12242
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12258
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12274
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12290
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12306
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12195
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionYaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 13177
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query to filter the event stream with."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13207
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13183
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_size DashboardV2#event_size}",
            "stability": "stable",
            "summary": "Size to use to display an event. Valid values are `s`, `l`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13189
          },
          "name": "eventSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13195
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13201
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tags_execution DashboardV2#tags_execution}",
            "stability": "stable",
            "summary": "The execution method for multi-value filters, options: `and` or `or`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13213
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13237
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13219
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13225
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13231
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 13339
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 13332
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13564
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13426
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13442
          },
          "name": "resetEventSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13458
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13474
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13503
          },
          "name": "resetTagsExecution"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13567
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13519
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13535
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13551
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13561
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13430
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13446
          },
          "name": "eventSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13462
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13478
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13491
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13507
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13571
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13539
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13523
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13555
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13420
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13436
          },
          "name": "eventSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13452
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13468
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13484
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13497
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13513
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13529
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13545
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13343
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 13056
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13062
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13068
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 12826
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12832
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12838
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 12884
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 12877
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12924
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12937
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12917
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12930
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12888
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 12941
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12947
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 12953
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 12999
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 12992
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13039
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13052
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13032
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13045
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13003
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 13114
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 13107
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13150
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13166
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13153
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13169
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13147
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13163
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13157
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13173
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13118
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 13926
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query to filter the event timeline with."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13950
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13932
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13938
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13944
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tags_execution DashboardV2#tags_execution}",
            "stability": "stable",
            "summary": "The execution method for multi-value filters, options: `and` or `or`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13956
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13980
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13962
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13968
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13974
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 14075
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 14068
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14278
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14156
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14172
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14188
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14217
          },
          "name": "resetTagsExecution"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14281
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14233
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14249
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14265
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14275
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14160
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14176
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14192
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14205
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14221
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14285
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14253
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14237
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14269
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14150
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14166
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14182
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14198
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14211
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14227
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14243
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14259
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14079
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 13805
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13811
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13817
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 13575
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13581
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13587
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 13633
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 13626
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13673
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13686
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13666
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13679
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13637
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 13690
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13696
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13702
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 13748
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 13741
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13788
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13801
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13781
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13794
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13752
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 13863
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 13856
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13899
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13915
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13902
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13918
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13896
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13912
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13906
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13922
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 13867
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 14640
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text DashboardV2#text}",
            "stability": "stable",
            "summary": "The text to display in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14682
          },
          "name": "text",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#background_color DashboardV2#background_color}",
            "stability": "stable",
            "summary": "The background color of the text widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14646
          },
          "name": "backgroundColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#color DashboardV2#color}",
            "stability": "stable",
            "summary": "The color of the text in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14652
          },
          "name": "color",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14658
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#font_size DashboardV2#font_size}",
            "stability": "stable",
            "summary": "The size of the text in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14664
          },
          "name": "fontSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14670
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14676
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_align DashboardV2#text_align}",
            "stability": "stable",
            "summary": "The alignment of the text in the widget. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14688
          },
          "name": "textAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14712
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14694
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14700
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14706
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 14828
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 14821
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15097
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14927
          },
          "name": "resetBackgroundColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14943
          },
          "name": "resetColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14959
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14975
          },
          "name": "resetFontSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14991
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15007
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15036
          },
          "name": "resetTextAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15100
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15052
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15068
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15084
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15094
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14931
          },
          "name": "backgroundColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14947
          },
          "name": "colorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14963
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14979
          },
          "name": "fontSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14995
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15011
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15040
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15024
          },
          "name": "textInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15104
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15072
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15056
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15088
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14921
          },
          "name": "backgroundColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14937
          },
          "name": "color",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14953
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14969
          },
          "name": "fontSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14985
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15001
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15017
          },
          "name": "text",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15030
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15046
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15062
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15078
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14832
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 14519
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14525
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14531
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 14289
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14295
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14301
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 14347
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 14340
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14387
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14400
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14380
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14393
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14351
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 14404
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14410
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14416
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 14462
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 14455
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14502
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14515
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14495
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14508
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14466
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 14577
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 14570
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14613
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14629
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14616
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14632
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14610
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14626
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14620
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14636
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 14581
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 15839
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetFunnelDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15845
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15851
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15857
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15881
          },
          "name": "request",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequest"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15887
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15863
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15869
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15875
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetFunnelDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 15975
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 15968
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16143
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequest"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16159
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16050
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16066
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16082
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16146
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16162
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16098
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16114
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16130
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16140
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16156
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16054
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16070
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16086
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16150
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequest"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16166
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16118
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16102
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16134
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16044
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16060
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16076
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16092
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16108
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16124
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15979
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 15405
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15411
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 15450
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 15443
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15480
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQuery"
              }
            }
          ]
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15477
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15484
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15454
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequest"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 15255
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for funnel queries. Valid values are `rum`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15261
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query_string DashboardV2#query_string}",
            "stability": "stable",
            "summary": "The widget query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15267
          },
          "name": "queryString",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#step DashboardV2#step}",
            "stability": "stable",
            "summary": "step block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15273
          },
          "name": "step",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStep"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 15326
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 15319
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15394
          },
          "name": "putStep",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStep"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15397
          },
          "name": "resetStep"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15391
          },
          "name": "step",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStepList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15372
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15385
          },
          "name": "queryStringInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15401
          },
          "name": "stepInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStep"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15365
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15378
          },
          "name": "queryString",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15330
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStep": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStep",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 15108
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStep",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet of the step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15114
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "The value of the step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15120
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStep"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStepList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStepList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 15244
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 15236
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15251
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStepOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStepList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15237
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStep"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStepList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStepOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStepOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 15169
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 15159
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStepOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15218
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15231
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15211
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15224
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15173
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStep"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStepOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 15718
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15724
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15730
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 15488
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15494
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15500
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 15546
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 15539
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15586
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15599
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15579
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15592
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15550
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 15603
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15609
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15615
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 15661
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 15654
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15701
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15714
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15694
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15707
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15665
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 15776
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 15769
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15812
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15828
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15815
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15831
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15809
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15825
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15819
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15835
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 15780
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 24255
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_link DashboardV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24297
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24261
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24267
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24273
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24303
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24309
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionStyle"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24315
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24279
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24285
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24291
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#view DashboardV2#view}",
            "stability": "stable",
            "summary": "view block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24321
          },
          "name": "view",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionView"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 16170
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLink",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_hidden DashboardV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16176
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16182
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#link DashboardV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16188
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#override_label DashboardV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16194
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 16382
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 16374
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16389
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16375
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 16257
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 16247
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16317
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16333
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16349
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16365
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16321
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16337
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16353
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16369
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16311
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16327
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16343
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16359
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16261
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 24430
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 24423
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24616
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24632
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24648
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24664
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24680
          },
          "name": "putView",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionView"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24619
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24523
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24539
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24555
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24635
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24651
          },
          "name": "resetStyle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24667
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24571
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24587
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24603
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24683
          },
          "name": "resetView"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24613
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24629
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24645
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24661
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24677
          },
          "name": "view",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionViewOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24623
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24527
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24543
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24559
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24639
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24655
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24671
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24591
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24575
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24607
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24687
          },
          "name": "viewInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionView"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24517
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24533
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24549
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24565
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24581
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24597
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24434
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 23448
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23460
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#log_query DashboardV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23466
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23454
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23472
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#rum_query DashboardV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23478
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 17671
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17689
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17677
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17683
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17695
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17701
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17707
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17713
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17719
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 16393
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16399
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16405
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 16451
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 16444
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16490
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16506
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16494
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16510
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16484
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16500
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16455
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 16514
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16520
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16556
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16568
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16526
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16532
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16538
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16544
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16550
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16562
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 16892
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 16884
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16899
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16885
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 16666
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 16656
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16769
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16785
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16801
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16817
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16833
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16862
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16757
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16773
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16789
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16805
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16821
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16837
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16850
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16866
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16879
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16750
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16763
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16779
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16795
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16811
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16827
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16843
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16856
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16872
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16670
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 16903
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16909
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16915
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 16961
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 16954
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17000
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17016
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17004
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17020
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16994
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17010
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 16965
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 18020
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 18012
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18027
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18013
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 17432
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17438
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17444
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 17490
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 17483
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17526
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17539
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17542
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17523
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17536
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17530
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17546
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17494
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 17228
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17234
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17240
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 17024
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17030
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17036
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 17082
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 17075
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17121
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17137
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17125
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17141
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17115
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17131
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17086
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 17145
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17151
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 17190
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 17183
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17224
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17217
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17194
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 17286
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 17279
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17322
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17338
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17325
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17341
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17319
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17335
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17329
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17345
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17290
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 17349
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17355
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 17394
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 17387
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17428
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17421
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17398
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 17810
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 17800
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17936
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17952
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17968
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17984
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18000
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17894
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17910
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17939
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17955
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17971
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17987
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18003
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17933
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17949
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17965
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17981
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17997
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17898
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17914
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17943
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17959
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17927
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17975
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17991
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18007
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17888
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17904
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17920
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17814
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 17550
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17556
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17562
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 17608
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 17601
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17647
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17663
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17667
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17651
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17641
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17657
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 17612
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 23695
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 23687
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23702
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23688
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 18707
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18713
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18725
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18731
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18737
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18719
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 18031
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18037
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18043
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18049
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 18102
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 18095
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18160
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18176
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18148
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18164
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18180
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18141
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18154
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18170
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18106
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 18334
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18340
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18346
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18352
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 18511
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 18503
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18518
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18504
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 18408
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 18398
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18491
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18462
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18478
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18494
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18488
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18466
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18482
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18498
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18456
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18472
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18412
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 18184
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18190
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18202
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18196
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 18255
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 18248
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18313
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18301
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18317
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18330
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18294
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18307
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18323
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18259
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 18522
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18528
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18534
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18540
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 18696
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 18688
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18703
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18689
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 18596
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 18586
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18663
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18679
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18651
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18667
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18683
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18644
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18657
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18673
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18600
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 18804
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 18797
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18887
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18903
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18919
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18890
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18906
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18922
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18874
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18884
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18900
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18916
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18894
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18910
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18862
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18926
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18878
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18855
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18868
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18808
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 23548
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 23538
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23627
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23643
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23659
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23675
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23630
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23646
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23614
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23662
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23678
          },
          "name": "resetRumQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23624
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23640
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23656
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23672
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23634
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23650
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23618
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23666
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23682
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23608
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23552
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 22221
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22227
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22233
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22239
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22245
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22251
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22257
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22263
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 18930
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18942
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18948
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18960
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18966
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18984
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18990
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18996
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18936
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18954
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18972
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 18978
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 19105
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 19098
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19198
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19240
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19282
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19298
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19202
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19215
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19228
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19244
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19257
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19270
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19286
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19302
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19315
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19328
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19341
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19192
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19208
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19221
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19234
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19250
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19263
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19276
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19292
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19308
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19321
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19334
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19109
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 19345
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19357
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19363
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19375
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19405
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19411
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19351
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19369
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19381
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19387
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19393
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19399
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 19520
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 19513
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19613
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19655
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19684
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19700
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19716
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19732
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19617
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19630
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19643
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19659
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19672
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19688
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19704
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19720
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19736
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19749
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19762
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19607
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19623
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19636
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19649
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19665
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19678
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19694
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19710
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19726
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19742
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19755
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19524
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 19766
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19784
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19790
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19796
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19772
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19778
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 19863
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 19856
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19920
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19936
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19924
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19940
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19953
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19966
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19979
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19914
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19930
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19946
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19959
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19972
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19867
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 20895
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20931
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20907
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20919
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20901
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20937
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20943
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20913
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20949
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20925
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 19983
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19989
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 19995
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20001
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 20157
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 20149
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20164
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20150
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 20057
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 20047
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20124
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20140
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20112
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20128
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20144
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20105
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20118
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20134
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20061
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 20321
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20327
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20333
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20339
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 20659
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20665
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20671
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20677
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 20730
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 20723
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20801
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20788
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20804
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20798
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20776
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20792
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20808
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20769
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20782
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20734
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 20506
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20512
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20518
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20524
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 20577
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 20570
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20635
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20651
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20623
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20639
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20655
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20616
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20629
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20645
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20581
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 20495
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 20487
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20502
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20488
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 20395
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 20385
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20475
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20462
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20478
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20472
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20450
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20466
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20482
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20443
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20456
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20399
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 20168
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20174
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20180
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20186
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 20239
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 20232
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20297
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20313
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20285
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20301
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20317
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20278
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20291
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20307
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20243
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 21044
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 21037
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21196
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21209
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21225
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21241
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21125
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21212
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21228
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21154
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21244
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21183
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21193
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21206
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21222
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21238
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21200
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21129
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21142
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21232
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21216
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21158
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21171
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21248
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21187
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21119
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21135
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21148
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21164
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21177
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21048
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 20812
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20818
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 20857
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 20850
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20891
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20884
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 20861
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 22538
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 22530
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22545
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22531
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 21252
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21276
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21282
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21258
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21264
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21270
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21288
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 21362
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 21355
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21425
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21441
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21457
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21499
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21429
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21445
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21461
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21474
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21487
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21503
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21419
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21435
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21451
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21467
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21480
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21493
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21366
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 22347
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 22337
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22422
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22438
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22454
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22470
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22486
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22502
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22518
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22425
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22441
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22457
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22473
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22489
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22505
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22521
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22419
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22435
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22451
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22467
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22483
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22499
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22515
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22429
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22445
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22461
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22477
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22493
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22509
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22525
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22351
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 21507
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21525
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21543
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21549
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21513
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21519
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21531
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21537
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21555
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21561
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21567
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 21669
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 21662
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21756
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21772
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21801
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21817
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21859
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21875
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21891
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21760
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21776
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21789
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21805
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21821
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21834
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21847
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21863
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21879
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21895
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21750
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21766
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21782
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21795
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21811
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21827
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21840
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21853
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21869
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21885
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21673
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 21899
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21917
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21929
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21941
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21905
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21911
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21923
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21935
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 21947
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 22035
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 22028
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22110
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22126
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22155
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22184
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22213
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22114
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22130
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22143
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22159
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22172
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22188
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22201
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22217
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22104
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22120
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22136
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22149
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22165
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22178
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22194
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22207
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22039
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 23225
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23231
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23243
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23249
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23255
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23237
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 22549
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22555
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22561
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22567
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 22620
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 22613
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22678
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22694
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22666
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22682
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22698
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22659
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22672
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22688
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22624
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 22852
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22858
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22864
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22870
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 23029
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 23021
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23036
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23022
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 22926
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 22916
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23009
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22980
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22996
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23012
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23006
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22984
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23000
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23016
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22974
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22990
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22930
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 22702
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22708
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22720
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22714
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 22773
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 22766
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22831
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22819
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22835
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22848
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22812
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22825
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22841
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 22777
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 23040
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23046
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23052
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23058
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 23214
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 23206
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23221
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23207
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 23114
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 23104
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23181
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23197
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23169
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23185
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23201
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23162
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23175
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23191
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23118
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 23322
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 23315
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23405
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23421
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23437
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23408
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23424
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23440
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23392
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23402
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23418
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23434
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23412
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23428
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23380
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23444
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23396
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23373
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23386
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23326
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 23706
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply to the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23712
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_flip DashboardV2#palette_flip}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to flip the palette tones."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23718
          },
          "name": "paletteFlip",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 23764
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 23757
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23817
          },
          "name": "paletteFlipInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23804
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23797
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23810
          },
          "name": "paletteFlip",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23768
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 24051
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24057
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24063
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 23821
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23827
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23833
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 23879
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 23872
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23919
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23932
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23912
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23925
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23883
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 23936
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23942
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23948
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 23994
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 23987
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24034
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24047
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24027
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24040
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 23998
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 24109
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 24102
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24145
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24161
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24148
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24164
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24142
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24158
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24152
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24168
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24113
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionView": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionView",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 24172
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionView",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#focus DashboardV2#focus}",
            "stability": "stable",
            "summary": "The 2-letter ISO code of a country to focus the map on, or `WORLD` for global view, or a region (`EMEA`, `APAC`, `LATAM`), or a continent (`NORTH_AMERICA`, `SOUTH_AMERICA`, `EUROPE`, `AFRICA`, `ASIA`, `OCEANIA`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24178
          },
          "name": "focus",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionView"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionViewOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionViewOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 24217
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 24210
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionViewOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24251
          },
          "name": "focusInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24244
          },
          "name": "focus",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24221
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionView"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionViewOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 10604
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_link DashboardV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10658
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10610
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event DashboardV2#event}",
            "stability": "stable",
            "summary": "event block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10664
          },
          "name": "event",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10616
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#legend_size DashboardV2#legend_size}",
            "stability": "stable",
            "summary": "The size of the legend displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10622
          },
          "name": "legendSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10628
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#marker DashboardV2#marker}",
            "stability": "stable",
            "summary": "marker block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10670
          },
          "name": "marker",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10676
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_legend DashboardV2#show_legend}",
            "stability": "stable",
            "summary": "Whether or not to show the legend on this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10634
          },
          "name": "showLegend",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10682
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10640
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10646
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10652
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#xaxis DashboardV2#xaxis}",
            "stability": "stable",
            "summary": "xaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10688
          },
          "name": "xaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionXaxis"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#yaxis DashboardV2#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10694
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 24691
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_hidden DashboardV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24697
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24703
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#link DashboardV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24709
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#override_label DashboardV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24715
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 24903
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 24895
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24910
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24896
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs800.ts",
          "line": 24778
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs800.ts",
        "line": 24768
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24838
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24854
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24870
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24886
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24842
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24858
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24874
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24890
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24832
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24848
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24864
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24880
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs800.ts",
            "line": 24782
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs800:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionEvent": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionEvent",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 11
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionEvent",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The event query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tags_execution DashboardV2#tags_execution}",
            "stability": "stable",
            "summary": "The execution method for multi-value filters."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionEvent"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionEventList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionEventList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 150
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 142
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 157
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionEventOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionEventList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 143
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionEventList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionEventOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionEventOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 72
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 62
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 133
          },
          "name": "resetTagsExecution"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionEventOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 121
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 137
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 114
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 127
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 76
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionEvent"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionEventOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarker": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarker",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 161
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarker",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be a single value `y = 15` or a range of values `0 < y < 10`. For Distribution widgets with `display_type` set to `percentile`, this should be a numeric percentile value (for example, `90` for P90).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 185
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "For Distribution widgets, this can be set to `percentile`. Example: `error dashed`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#display_type DashboardV2#display_type}",
            "stability": "stable",
            "summary": "Combination of a severity (`error`, `warning`, `ok`, or `info`) and a line type (`dashed`, `solid`, or `bold`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 167
          },
          "name": "displayType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Label to display over the marker."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 173
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "Timestamp for the marker position."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 179
          },
          "name": "time",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarker"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarkerList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarkerList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 370
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 362
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 377
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarkerOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarkerList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 363
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarkerList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarkerOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarkerOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 248
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 238
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 308
          },
          "name": "resetDisplayType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 324
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 340
          },
          "name": "resetTime"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarkerOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 312
          },
          "name": "displayTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 328
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 344
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 357
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 302
          },
          "name": "displayType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 318
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 334
          },
          "name": "time",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 350
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 252
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarker"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarkerOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 10831
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 10824
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11073
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11089
          },
          "name": "putEvent",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionEvent"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11105
          },
          "name": "putMarker",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarker"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11121
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11137
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11153
          },
          "name": "putXaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionXaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11169
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11076
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10948
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11092
          },
          "name": "resetEvent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10964
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10980
          },
          "name": "resetLegendSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10996
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11108
          },
          "name": "resetMarker"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11124
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11012
          },
          "name": "resetShowLegend"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11140
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11028
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11044
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11060
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11156
          },
          "name": "resetXaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11172
          },
          "name": "resetYaxis"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11070
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11086
          },
          "name": "event",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionEventList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11102
          },
          "name": "marker",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarkerList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11118
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11134
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11150
          },
          "name": "xaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionXaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11166
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11080
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10952
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11096
          },
          "name": "eventInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10968
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10984
          },
          "name": "legendSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11000
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11112
          },
          "name": "markerInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11128
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11016
          },
          "name": "showLegendInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11144
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11048
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11032
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11064
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11160
          },
          "name": "xaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionXaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11176
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10942
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10958
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10974
          },
          "name": "legendSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10990
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11006
          },
          "name": "showLegend",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11022
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11038
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11054
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10835
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 9543
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_query DashboardV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9555
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9561
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#log_query DashboardV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9567
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9573
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9549
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9579
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#rum_query DashboardV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9585
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#security_query DashboardV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9591
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9597
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 1057
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1063
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1075
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1081
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1087
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1069
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 381
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 387
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 393
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 399
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 452
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 445
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 510
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 526
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 498
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 514
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 530
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 491
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 504
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 520
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 456
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 684
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 690
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 696
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 702
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 861
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 853
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 868
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 854
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 758
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 748
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 841
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 812
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 828
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 844
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 838
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 816
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 832
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 848
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 806
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 822
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 762
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 534
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 540
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 552
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 546
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 605
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 598
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 663
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 651
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 667
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 680
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 644
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 657
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 673
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 609
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 872
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 878
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 884
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 890
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 1046
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 1038
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1053
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1039
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 946
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 936
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1013
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1029
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1001
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1017
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1033
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 994
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1007
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1023
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 950
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 1154
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 1147
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1237
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1253
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1269
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1240
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1256
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1272
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1224
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1234
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1250
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1266
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1244
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1260
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1212
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1276
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1228
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1205
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1218
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1158
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 2558
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2576
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2564
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2570
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2582
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2588
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2594
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2600
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2606
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 1280
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1286
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1292
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 1338
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 1331
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1377
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1393
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1381
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1397
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1371
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1387
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1342
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 1401
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1407
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1443
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1455
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1413
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1419
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1425
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1431
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1437
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1449
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 1779
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 1771
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1786
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1772
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 1553
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 1543
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1656
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1672
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1688
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1704
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1720
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1749
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1644
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1660
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1676
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1692
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1708
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1724
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1737
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1753
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1766
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1637
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1650
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1666
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1682
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1698
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1714
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1730
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1743
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1759
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1557
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 1790
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1796
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1802
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 1848
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 1841
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1887
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1903
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1891
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1907
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1881
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1897
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1852
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 2907
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 2899
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2914
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2900
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 2319
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2325
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2331
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 2377
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 2370
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2413
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2426
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2429
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2410
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2423
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2417
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2433
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2381
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 2115
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2121
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2127
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 1911
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1917
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1923
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 1969
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 1962
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2008
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2024
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2012
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2028
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2002
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2018
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 1973
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 2032
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2038
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 2077
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 2070
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2111
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2104
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2081
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 2173
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 2166
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2209
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2225
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2212
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2228
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2206
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2222
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2216
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2232
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2177
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 2236
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2242
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 2281
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 2274
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2315
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2308
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2285
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 2697
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 2687
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2823
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2839
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2855
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2871
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2887
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2781
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2797
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2826
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2842
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2858
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2874
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2890
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2820
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2836
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2852
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2868
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2884
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2785
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2801
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2830
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2846
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2814
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2862
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2878
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2894
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2775
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2791
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2807
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2701
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 2437
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2443
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2449
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 2495
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 2488
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2534
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2550
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2554
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2538
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2528
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2544
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2499
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 9930
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 9922
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9937
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9923
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 3594
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3600
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3612
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3618
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3624
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3606
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 2918
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2924
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2930
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2936
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 2989
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 2982
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3047
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3063
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3035
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3051
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3067
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3028
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3041
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3057
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 2993
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 3221
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3227
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3233
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3239
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 3398
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 3390
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3405
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3391
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 3295
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 3285
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3378
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3349
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3365
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3381
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3375
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3353
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3369
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3385
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3343
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3359
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3299
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 3071
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3077
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3089
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3083
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 3142
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 3135
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3200
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3188
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3204
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3217
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3181
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3194
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3210
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3146
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 3409
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3415
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3421
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3427
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 3583
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 3575
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3590
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3576
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 3483
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 3473
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3550
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3566
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3538
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3554
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3570
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3531
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3544
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3560
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3487
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 3691
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 3684
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3774
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3790
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3806
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3777
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3793
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3809
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3761
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3771
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3787
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3803
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3781
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3797
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3749
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3813
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3765
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3742
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3755
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3695
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 9695
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 9685
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9798
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9814
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9830
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9846
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9862
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9878
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9894
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9910
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9801
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9817
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9833
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9849
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9785
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9865
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9881
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9897
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9913
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9795
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9811
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9827
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9843
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9859
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9875
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9891
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9907
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9805
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9821
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9837
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9853
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9789
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9869
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9885
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9901
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9917
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9779
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9699
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 3817
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3835
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#filter_by DashboardV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3823
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3829
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_by DashboardV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3841
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 3901
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 3894
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3952
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3968
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3997
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3956
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3972
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3985
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4001
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3946
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3962
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3978
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3991
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 3905
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 7296
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7302
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7308
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7314
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7320
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7326
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7332
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7338
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 4005
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4017
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4023
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4035
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4041
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4059
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4065
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4071
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4011
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4029
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4047
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4053
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 4180
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 4173
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4273
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4315
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4357
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4373
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4277
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4290
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4303
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4319
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4332
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4345
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4361
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4377
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4390
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4403
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4416
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4267
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4283
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4296
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4309
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4325
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4338
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4351
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4367
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4383
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4396
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4409
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4184
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 4420
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4432
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4438
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4450
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4480
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4486
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4426
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4444
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4456
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4462
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4468
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4474
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 4595
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 4588
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4688
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4730
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4759
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4775
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4791
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4807
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4692
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4705
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4718
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4734
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4747
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4763
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4779
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4795
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4811
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4824
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4837
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4682
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4698
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4711
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4724
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4740
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4753
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4769
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4785
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4801
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4817
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4830
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4599
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 4841
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4859
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4865
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4871
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4847
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4853
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 4938
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 4931
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4995
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5011
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4999
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5015
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5028
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5041
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5054
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4989
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5005
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5021
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5034
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5047
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 4942
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 5970
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6006
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5982
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5994
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5976
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6012
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6018
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5988
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6024
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6000
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 5058
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5064
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5070
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5076
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 5232
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 5224
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5239
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5225
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 5132
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 5122
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5199
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5215
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5187
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5203
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5219
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5180
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5193
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5209
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5136
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 5396
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5402
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5408
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5414
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 5734
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5740
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5746
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5752
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 5805
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 5798
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5876
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5863
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5879
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5873
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5851
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5867
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5883
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5844
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5857
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5809
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 5581
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5587
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5593
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5599
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 5652
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 5645
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5710
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5726
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5698
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5714
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5730
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5691
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5704
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5720
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5656
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 5570
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 5562
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5577
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5563
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 5470
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 5460
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5550
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5537
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5553
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5547
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5525
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5541
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5557
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5518
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5531
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5474
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 5243
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5249
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5255
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5261
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 5314
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 5307
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5372
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5388
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5360
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5376
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5392
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5353
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5366
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5382
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5318
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 6119
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 6112
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6271
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6284
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6300
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6316
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6200
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6287
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6303
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6229
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6319
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6258
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6268
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6281
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6297
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6313
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6275
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6204
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6217
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6307
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6291
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6233
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6246
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6323
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6262
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6194
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6210
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6223
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6239
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6252
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6123
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 5887
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5893
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 5932
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 5925
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5966
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5959
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 5936
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 7613
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 7605
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7620
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7606
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 6327
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6351
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6357
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6333
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6339
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6345
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6363
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 6437
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 6430
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6500
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6516
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6532
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6574
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6504
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6520
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6536
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6549
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6562
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6578
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6494
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6510
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6526
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6542
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6555
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6568
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6441
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 7422
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 7412
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7497
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7513
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7529
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7545
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7561
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7577
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7593
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7500
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7516
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7532
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7548
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7564
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7580
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7596
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7494
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7510
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7526
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7542
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7558
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7574
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7590
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7504
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7520
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7536
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7552
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7568
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7584
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7600
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7426
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 6582
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6600
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6618
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6624
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6588
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6594
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6606
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6612
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6630
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6636
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6642
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 6744
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 6737
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6831
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6847
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6876
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6892
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6934
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6950
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6966
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6835
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6851
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6864
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6880
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6896
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6909
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6922
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6938
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6954
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6970
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6825
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6841
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6857
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6870
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6886
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6902
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6915
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6928
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6944
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6960
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6748
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 6974
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6992
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7004
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7016
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6980
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6986
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 6998
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7010
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7022
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 7110
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 7103
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7185
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7201
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7230
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7259
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7288
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7189
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7205
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7218
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7234
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7247
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7263
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7276
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7292
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7179
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7195
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7211
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7224
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7240
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7253
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7269
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7282
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7114
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 8300
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8306
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8318
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8324
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8330
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8312
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 7624
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7630
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7636
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7642
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 7695
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 7688
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7753
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7769
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7741
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7757
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7773
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7734
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7747
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7763
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7699
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 7927
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7933
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7939
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7945
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 8104
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 8096
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8111
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8097
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 8001
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 7991
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8084
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8055
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8071
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8087
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8081
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8059
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8075
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8091
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8049
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8065
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8005
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 7777
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7783
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7795
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7789
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 7848
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 7841
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7906
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7894
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7910
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7923
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7887
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7900
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7916
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 7852
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 8115
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8121
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8127
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8133
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 8289
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 8281
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8296
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8282
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 8189
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 8179
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8256
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8272
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8244
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8260
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8276
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8237
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8250
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8266
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8193
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 8397
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 8390
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8480
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8496
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8512
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8483
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8499
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8515
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8467
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8477
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8493
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8509
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8487
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8503
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8455
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8519
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8471
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8448
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8461
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8401
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 9199
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9205
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9217
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9223
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9229
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9211
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 8523
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8529
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8535
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8541
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 8594
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 8587
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8652
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8668
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8640
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8656
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8672
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8633
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8646
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8662
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8598
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 8826
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8832
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8838
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8844
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 9003
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 8995
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9010
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8996
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 8900
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 8890
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8983
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8954
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8970
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8986
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8980
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8958
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8974
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8990
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8948
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8964
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8904
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 8676
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8682
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8694
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8688
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 8747
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 8740
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8805
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8793
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8809
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8822
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8786
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8799
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8815
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 8751
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 9014
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9020
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9026
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9032
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 9188
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 9180
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9195
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9181
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 9088
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 9078
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9155
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9171
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9143
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9159
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9175
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9136
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9149
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9165
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9092
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 9296
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 9289
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9379
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9395
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9411
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9382
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9398
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9414
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9366
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9376
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9392
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9408
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9386
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9402
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9354
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9418
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9370
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9347
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9360
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9300
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 9422
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order_by DashboardV2#order_by}",
            "stability": "stable",
            "summary": "How to order series. Valid values are `tags`, `values`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9428
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9434
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 9480
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 9473
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9519
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9535
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9523
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9539
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9513
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9529
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9484
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 10171
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10177
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10183
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 9941
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9947
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 9953
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 9999
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 9992
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10039
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10052
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10032
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10045
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10003
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 10056
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10062
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10068
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 10114
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 10107
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10154
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10167
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10147
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10160
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10118
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 10229
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 10222
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10265
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10281
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10268
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10284
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10262
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10278
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10272
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10288
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10233
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionXaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionXaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 10292
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionXaxis",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "This is only applicable for distribution of points (group distributions use the roll-up modifier).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#num_buckets DashboardV2#num_buckets}",
            "stability": "stable",
            "summary": "Number of time buckets to target, also known as the resolution of the time bins."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10298
          },
          "name": "numBuckets",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionXaxis"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionXaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionXaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 10337
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 10330
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10370
          },
          "name": "resetNumBuckets"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionXaxisOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10374
          },
          "name": "numBucketsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10364
          },
          "name": "numBuckets",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10341
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionXaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionXaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 10378
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionYaxis",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#include_zero DashboardV2#include_zero}",
            "stability": "stable",
            "summary": "Set to `true` to include zero."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10384
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph. Only usable on Scatterplot Widgets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10390
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#max DashboardV2#max}",
            "stability": "stable",
            "summary": "Specifies the maximum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10396
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#min DashboardV2#min}",
            "stability": "stable",
            "summary": "Specifies the minimum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10402
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#scale DashboardV2#scale}",
            "stability": "stable",
            "summary": "Specifies the scale type. Possible values are `linear`, `log`, `sqrt`, and `pow##` (for example `pow2` or `pow0.5`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10408
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionYaxis"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 10475
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 10468
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10532
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10548
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10564
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10580
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10596
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionYaxisOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10536
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10552
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10568
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10584
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10600
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10526
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10542
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10558
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10574
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10590
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 10479
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionYaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 6857
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_link DashboardV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6935
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6863
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group DashboardV2#group}",
            "stability": "stable",
            "summary": "The list of tag prefixes to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6869
          },
          "name": "group",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6875
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6881
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#node_type DashboardV2#node_type}",
            "stability": "stable",
            "summary": "The type of node used. Valid values are `host`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6899
          },
          "name": "nodeType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#no_group_hosts DashboardV2#no_group_hosts}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to show the hosts that don't fit in a group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6887
          },
          "name": "noGroupHosts",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#no_metric_hosts DashboardV2#no_metric_hosts}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to show nodes with no metrics."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6893
          },
          "name": "noMetricHosts",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#notes DashboardV2#notes}",
            "stability": "stable",
            "summary": "Notes/description text for the host map widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6905
          },
          "name": "notes",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6941
          },
          "name": "request",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequest"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#scope DashboardV2#scope}",
            "stability": "stable",
            "summary": "The list of tags used to filter the map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6911
          },
          "name": "scope",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6947
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionStyle"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6953
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6917
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6923
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6929
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 11180
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLink",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_hidden DashboardV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11186
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11192
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#link DashboardV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11198
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#override_label DashboardV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11204
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 11392
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 11384
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11399
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11385
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 11267
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 11257
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11327
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11343
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11359
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11375
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11331
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11347
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11363
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11379
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11321
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11337
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11353
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11369
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11271
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 7097
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 7090
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7409
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7425
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequest"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7441
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7457
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7412
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7220
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7236
          },
          "name": "resetGroup"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7252
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7268
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7316
          },
          "name": "resetNodeType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7284
          },
          "name": "resetNoGroupHosts"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7300
          },
          "name": "resetNoMetricHosts"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7332
          },
          "name": "resetNotes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7428
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7348
          },
          "name": "resetScope"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7444
          },
          "name": "resetStyle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7460
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7364
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7380
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7396
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7406
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7422
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7438
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7454
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7416
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7224
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7240
          },
          "name": "groupInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7256
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7272
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7320
          },
          "name": "nodeTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7288
          },
          "name": "noGroupHostsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7304
          },
          "name": "noMetricHostsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7336
          },
          "name": "notesInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7432
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequest"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7352
          },
          "name": "scopeInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7448
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7464
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7384
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7368
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7400
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7214
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7230
          },
          "name": "group",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7246
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7262
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7310
          },
          "name": "nodeType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7278
          },
          "name": "noGroupHosts",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7294
          },
          "name": "noMetricHosts",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7326
          },
          "name": "notes",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7342
          },
          "name": "scope",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7358
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7374
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7390
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7101
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 6194
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fill DashboardV2#fill}",
            "stability": "stable",
            "summary": "fill block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6200
          },
          "name": "fill",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFill"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#size DashboardV2#size}",
            "stability": "stable",
            "summary": "size block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6206
          },
          "name": "size",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSize"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFill": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFill",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 20444
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFill",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_query DashboardV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20456
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20462
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#log_query DashboardV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20468
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20474
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20450
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20480
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#rum_query DashboardV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20486
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#security_query DashboardV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20492
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFill"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 12079
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12085
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12097
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12103
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12109
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12091
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 11403
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11409
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11415
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11421
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 11474
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 11467
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11532
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11548
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11520
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11536
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11552
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11513
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11526
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11542
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11478
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 11706
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11712
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11718
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11724
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 11883
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 11875
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11890
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11876
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 11780
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 11770
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11863
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11834
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11850
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11866
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11860
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11838
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11854
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11870
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11828
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11844
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11784
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 11556
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11562
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11574
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11568
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 11627
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 11620
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11685
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11673
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11689
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11702
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11666
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11679
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11695
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11631
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 11894
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11900
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11906
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11912
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 12068
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 12060
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12075
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12061
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 11968
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 11958
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12035
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12051
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12023
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12039
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12055
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12016
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12029
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12045
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 11972
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 12176
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 12169
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12259
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12275
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12291
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12262
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12278
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12294
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12246
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12256
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12272
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12288
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12266
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12282
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12234
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12298
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12250
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12227
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12240
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12180
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 13580
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13598
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13586
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13592
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13604
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13610
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13616
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13622
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13628
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 12302
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12308
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12314
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 12360
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 12353
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12399
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12415
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12403
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12419
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12393
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12409
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12364
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 12423
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12429
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12465
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12477
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12435
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12441
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12447
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12453
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12459
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12471
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 12801
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 12793
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12808
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12794
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 12575
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 12565
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12678
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12694
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12710
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12726
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12742
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12771
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12666
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12682
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12698
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12714
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12730
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12746
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12759
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12775
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12788
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12659
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12672
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12688
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12704
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12720
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12736
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12752
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12765
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12781
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12579
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 12812
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12818
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12824
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 12870
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 12863
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12909
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12925
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12913
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12929
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12903
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12919
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12874
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 13929
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 13921
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13936
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13922
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 13341
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13347
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13353
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 13399
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 13392
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13435
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13448
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13451
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13432
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13445
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13439
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13455
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13403
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 13137
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13143
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13149
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 12933
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12939
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12945
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 12991
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 12984
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13030
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13046
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13034
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13050
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13024
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13040
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 12995
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 13054
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13060
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 13099
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 13092
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13133
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13126
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13103
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 13195
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 13188
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13231
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13247
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13234
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13250
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13228
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13244
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13238
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13254
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13199
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 13258
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13264
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 13303
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 13296
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13337
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13330
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13307
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 13719
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 13709
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13845
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13861
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13877
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13893
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13909
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13803
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13819
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13848
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13864
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13880
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13896
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13912
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13842
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13858
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13874
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13890
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13906
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13807
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13823
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13852
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13868
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13836
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13884
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13900
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13916
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13797
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13813
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13829
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13723
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 13459
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13465
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13471
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 13517
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 13510
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13556
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13572
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13576
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13560
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13550
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13566
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13521
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 14616
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14622
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14634
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14640
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14646
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14628
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 13940
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13946
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13952
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 13958
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 14011
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 14004
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14069
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14085
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14057
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14073
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14089
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14050
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14063
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14079
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14015
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 14243
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14249
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14255
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14261
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 14420
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 14412
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14427
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14413
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 14317
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 14307
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14400
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14371
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14387
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14403
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14397
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14375
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14391
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14407
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14365
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14381
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14321
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 14093
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14099
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14111
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14105
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 14164
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 14157
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14222
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14210
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14226
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14239
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14203
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14216
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14232
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14168
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 14431
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14437
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14443
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14449
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 14605
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 14597
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14612
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14598
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 14505
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 14495
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14572
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14588
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14560
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14576
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14592
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14553
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14566
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14582
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14509
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 14713
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 14706
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14796
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14812
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14828
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14799
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14815
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14831
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14783
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14793
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14809
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14825
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14803
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14819
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14771
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14835
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14787
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14764
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14777
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14717
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 20580
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 20573
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20668
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20684
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20700
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20716
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20732
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20748
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20764
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20671
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20687
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20703
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20719
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20655
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20735
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20751
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20767
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20665
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20681
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20697
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20713
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20729
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20745
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20761
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20675
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20691
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20707
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20723
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20659
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20739
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20755
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20771
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20649
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20584
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFill"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 14839
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14857
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#filter_by DashboardV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14845
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14851
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_by DashboardV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14863
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 14923
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 14916
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14974
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14990
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15019
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14978
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14994
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15007
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15023
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14968
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14984
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15000
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15013
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 14927
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 18318
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18324
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18330
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18336
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18342
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18348
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18354
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18360
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 15027
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15039
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15045
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15057
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15063
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15081
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15087
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15093
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15033
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15051
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15069
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15075
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 15202
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 15195
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15295
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15337
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15379
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15395
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15299
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15312
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15325
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15341
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15354
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15367
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15383
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15399
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15412
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15425
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15438
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15289
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15305
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15318
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15331
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15347
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15360
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15373
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15389
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15405
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15418
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15431
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15206
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 15442
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15454
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15460
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15472
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15502
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15508
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15448
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15466
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15478
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15484
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15490
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15496
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 15617
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 15610
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15710
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15752
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15781
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15797
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15813
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15829
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15714
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15727
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15740
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15756
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15769
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15785
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15801
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15817
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15833
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15846
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15859
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15704
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15720
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15733
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15746
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15762
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15775
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15791
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15807
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15823
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15839
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15852
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15621
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 15863
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15881
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15887
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15893
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15869
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15875
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 15960
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 15953
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16017
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16033
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16021
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16037
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16050
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16063
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16076
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16011
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16027
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16043
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16056
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16069
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 15964
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 16992
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17028
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17004
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17016
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16998
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17034
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17040
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17010
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17046
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17022
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 16080
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16086
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16092
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16098
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 16254
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 16246
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16261
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16247
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 16154
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 16144
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16221
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16237
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16209
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16225
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16241
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16202
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16215
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16231
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16158
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 16418
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16424
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16430
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16436
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 16756
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16762
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16768
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16774
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 16827
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 16820
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16898
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16885
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16901
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16895
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16873
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16889
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16905
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16866
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16879
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16831
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 16603
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16609
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16615
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16621
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 16674
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 16667
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16732
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16748
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16720
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16736
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16752
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16713
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16726
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16742
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16678
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 16592
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 16584
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16599
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16585
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 16492
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 16482
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16572
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16559
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16575
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16569
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16547
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16563
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16579
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16540
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16553
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16496
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 16265
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16271
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16277
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16283
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 16336
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 16329
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16394
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16410
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16382
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16398
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16414
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16375
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16388
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16404
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16340
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 17141
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 17134
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17293
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17306
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17322
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17338
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17222
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17309
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17325
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17251
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17341
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17280
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17290
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17303
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17319
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17335
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17297
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17226
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17239
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17329
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17313
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17255
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17268
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17345
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17284
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17216
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17232
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17245
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17261
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17274
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17145
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 16909
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16915
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 16954
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 16947
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16988
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16981
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 16958
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 18635
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 18627
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18642
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18628
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 17349
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17373
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17379
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17355
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17361
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17367
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17385
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 17459
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 17452
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17522
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17538
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17554
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17596
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17526
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17542
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17558
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17571
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17584
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17600
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17516
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17532
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17548
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17564
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17577
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17590
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17463
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 18444
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 18434
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18519
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18535
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18551
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18567
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18583
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18599
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18615
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18522
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18538
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18554
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18570
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18586
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18602
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18618
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18516
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18532
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18548
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18564
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18580
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18596
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18612
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18526
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18542
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18558
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18574
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18590
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18606
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18622
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18448
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 17604
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17622
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17640
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17646
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17610
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17616
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17628
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17634
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17652
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17658
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17664
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 17766
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 17759
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17853
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17869
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17898
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17914
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17956
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17972
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17988
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17857
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17873
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17886
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17902
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17918
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17931
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17944
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17960
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17976
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17992
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17847
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17863
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17879
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17892
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17908
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17924
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17937
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17950
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17966
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17982
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 17770
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 17996
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18014
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18026
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18038
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18002
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18008
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18020
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18032
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18044
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 18132
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 18125
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18207
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18223
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18252
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18281
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18310
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18211
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18227
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18240
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18256
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18269
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18285
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18298
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18314
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18201
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18217
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18233
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18246
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18262
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18275
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18291
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18304
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18136
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 19322
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19328
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19340
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19346
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19352
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19334
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 18646
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18652
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18658
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18664
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 18717
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 18710
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18775
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18791
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18763
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18779
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18795
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18756
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18769
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18785
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18721
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 18949
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18955
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18961
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18967
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 19126
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 19118
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19133
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19119
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 19023
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 19013
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19106
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19077
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19093
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19109
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19103
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19081
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19097
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19113
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19071
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19087
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19027
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 18799
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18805
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18817
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18811
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 18870
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 18863
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18928
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18916
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18932
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18945
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18909
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18922
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18938
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 18874
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 19137
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19143
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19149
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19155
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 19311
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 19303
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19318
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19304
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 19211
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 19201
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19278
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19294
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19266
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19282
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19298
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19259
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19272
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19288
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19215
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 19419
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 19412
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19502
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19518
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19534
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19505
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19521
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19537
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19489
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19499
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19515
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19531
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19509
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19525
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19477
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19541
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19493
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19470
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19483
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19423
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 20221
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20227
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20239
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20245
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20251
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20233
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 19545
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19551
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19557
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19563
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 19616
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 19609
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19674
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19690
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19662
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19678
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19694
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19655
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19668
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19684
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19620
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 19848
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19854
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19860
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19866
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 20025
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 20017
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20032
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20018
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 19922
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 19912
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20005
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19976
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19992
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20008
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20002
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19980
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19996
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20012
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19970
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19986
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19926
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 19698
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19704
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19716
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19710
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 19769
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 19762
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19827
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19815
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19831
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19844
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19808
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19821
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19837
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 19773
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 20036
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20042
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20048
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20054
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 20210
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 20202
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20217
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20203
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 20110
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 20100
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20177
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20193
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20165
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20181
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20197
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20158
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20171
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20187
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20114
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 20318
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 20311
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20401
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20417
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20433
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20404
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20420
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20436
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20388
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20398
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20414
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20430
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20408
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20424
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20376
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20440
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20392
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20369
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20382
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20322
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 6252
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 6245
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6288
          },
          "name": "putFill",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFill"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6304
          },
          "name": "putSize",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSize"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6291
          },
          "name": "resetFill"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6307
          },
          "name": "resetSize"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6285
          },
          "name": "fill",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6301
          },
          "name": "size",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6295
          },
          "name": "fillInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFill"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6311
          },
          "name": "sizeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSize"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6256
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequest"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSize": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSize",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 5863
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSize",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_query DashboardV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5875
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5881
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#log_query DashboardV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5887
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5893
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5869
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5899
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#rum_query DashboardV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5905
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#security_query DashboardV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5911
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSize"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 21451
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21457
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21469
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21475
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21481
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21463
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 20775
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20781
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20787
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20793
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 20846
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 20839
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20904
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20920
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20892
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20908
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20924
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20885
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20898
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20914
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20850
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 21078
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21084
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21090
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21096
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 21255
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 21247
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21262
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21248
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 21152
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 21142
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21235
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21206
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21222
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21238
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21232
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21210
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21226
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21242
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21200
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21216
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21156
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 20928
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20934
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20946
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 20940
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 20999
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 20992
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21057
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21045
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21061
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21074
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21038
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21051
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21067
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21003
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 21266
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21272
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21278
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21284
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 21440
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 21432
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21447
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21433
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 21340
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 21330
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21407
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21423
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21395
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21411
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21427
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21388
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21401
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21417
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21344
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 21548
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 21541
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21631
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21647
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21663
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21634
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21650
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21666
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21618
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21628
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21644
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21660
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21638
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21654
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21606
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21670
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21622
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21599
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21612
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21552
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 22952
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22970
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22958
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22964
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22976
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22982
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22988
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22994
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23000
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 21674
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21680
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21686
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 21732
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 21725
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21771
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21787
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21775
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21791
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21765
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21781
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21736
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 21795
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21801
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21837
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21849
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21807
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21813
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21819
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21825
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21831
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21843
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 22173
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 22165
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22180
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22166
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 21947
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 21937
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22050
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22066
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22082
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22098
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22114
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22143
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22038
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22054
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22070
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22086
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22102
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22118
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22131
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22147
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22160
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22031
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22044
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22060
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22076
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22092
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22108
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22124
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22137
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22153
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 21951
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 22184
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22190
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22196
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 22242
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 22235
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22281
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22297
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22285
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22301
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22275
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22291
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22246
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 23301
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 23293
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23308
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23294
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 22713
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22719
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22725
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 22771
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 22764
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22807
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22820
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22823
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22804
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22817
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22811
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22827
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22775
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 22509
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22515
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22521
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 22305
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22311
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22317
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 22363
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 22356
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22402
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22418
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22406
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22422
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22396
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22412
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22367
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 22426
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22432
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 22471
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 22464
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22505
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22498
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22475
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 22567
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 22560
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22603
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22619
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22606
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22622
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22600
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22616
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22610
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22626
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22571
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 22630
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22636
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 22675
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 22668
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22709
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22702
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22679
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 23091
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 23081
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23217
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23233
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23249
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23265
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23281
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23175
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23191
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23220
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23236
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23252
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23268
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23284
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23214
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23230
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23246
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23262
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23278
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23179
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23195
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23224
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23240
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23208
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23256
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23272
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23288
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23169
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23185
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23201
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23095
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 22831
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22837
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22843
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 22889
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 22882
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22928
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22944
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22948
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22932
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22922
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22938
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 22893
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 35
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 41
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 53
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 59
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 65
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 47
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 23312
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23318
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23324
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23330
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 23383
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 23376
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23441
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23457
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23429
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23445
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23461
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23422
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23435
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23451
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23387
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 23615
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23621
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23627
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23633
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 23792
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 23784
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23799
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23785
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 23689
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 23679
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23772
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23743
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23759
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23775
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23769
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23747
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23763
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23779
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23737
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23753
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23693
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 23465
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23471
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23483
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23477
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 23536
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 23529
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23594
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23582
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23598
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23611
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23575
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23588
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23604
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23540
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 23803
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23809
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23815
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23821
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 23977
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 23969
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23984
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23970
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1200.ts",
          "line": 23877
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1200.ts",
        "line": 23867
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23944
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23960
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23932
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23948
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23964
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23925
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23938
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23954
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1200.ts",
            "line": 23881
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1200:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 132
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 125
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 215
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 231
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 247
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 218
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 234
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 250
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 202
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 212
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 228
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 244
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 222
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 238
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 190
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 254
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 206
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 183
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 196
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 136
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 5999
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 5992
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6087
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6103
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6119
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6135
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6151
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6167
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6183
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6090
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6106
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6122
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6138
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6074
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6154
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6170
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6186
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6084
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6100
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6116
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6132
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6148
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6164
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6180
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6094
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6110
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6126
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6142
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6078
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6158
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6174
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6190
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6068
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6003
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSize"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 258
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 276
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#filter_by DashboardV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 264
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 270
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_by DashboardV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 282
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 342
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 335
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 393
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 409
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 438
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 397
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 413
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 426
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 442
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 387
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 403
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 419
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 432
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 346
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 3737
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3743
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3749
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3755
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3761
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3767
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3773
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3779
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 446
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 458
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 464
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 476
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 482
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 500
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 506
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 512
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 452
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 470
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 488
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 494
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 621
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 614
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 714
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 756
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 798
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 814
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 718
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 731
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 744
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 760
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 773
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 786
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 802
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 818
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 831
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 844
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 857
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 708
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 724
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 737
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 750
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 766
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 779
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 792
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 808
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 824
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 837
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 850
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 625
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 861
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 873
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 879
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 891
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 921
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 927
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 867
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 885
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 897
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 903
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 909
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 915
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 1036
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 1029
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1129
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1171
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1200
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1216
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1232
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1248
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1133
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1146
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1159
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1175
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1188
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1204
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1220
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1236
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1252
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1265
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1278
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1123
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1139
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1152
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1165
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1181
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1194
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1210
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1226
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1242
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1258
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1271
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1040
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 1282
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1300
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1306
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1312
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1288
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1294
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 1379
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 1372
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1436
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1452
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1440
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1456
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1469
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1482
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1495
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1430
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1446
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1462
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1475
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1488
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1383
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 2411
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2447
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2423
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2435
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2417
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2453
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2459
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2429
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2465
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2441
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 1499
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1505
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1511
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1517
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 1673
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 1665
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1680
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1666
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 1573
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 1563
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1640
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1656
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1628
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1644
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1660
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1621
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1634
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1650
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1577
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 1837
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1843
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1849
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1855
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 2175
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2181
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2187
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2193
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 2246
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 2239
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2317
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2304
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2320
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2314
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2292
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2308
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2324
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2285
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2298
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2250
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 2022
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2028
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2034
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2040
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 2093
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 2086
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2151
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2167
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2139
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2155
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2171
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2132
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2145
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2161
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2097
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 2011
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 2003
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2018
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2004
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 1911
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 1901
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1991
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1978
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1994
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1988
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1966
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1982
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1998
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1959
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1972
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1915
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 1684
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1690
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1696
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1702
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 1755
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 1748
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1813
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1829
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1801
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1817
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1833
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1794
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1807
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1823
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 1759
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 2560
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 2553
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2712
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2725
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2741
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2757
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2641
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2728
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2744
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2670
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2760
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2699
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2709
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2722
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2738
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2754
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2716
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2645
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2658
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2748
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2732
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2674
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2687
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2764
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2703
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2635
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2651
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2664
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2680
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2693
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2564
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 2328
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2334
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 2373
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 2366
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2407
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2400
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2377
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 4054
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 4046
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4061
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4047
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 2768
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2792
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2798
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2774
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2780
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2786
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2804
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 2878
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 2871
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2941
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2957
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2973
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3015
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2945
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2961
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2977
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2990
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3003
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3019
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2935
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2951
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2967
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2983
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2996
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3009
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 2882
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 3863
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 3853
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3938
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3954
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3970
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3986
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4002
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4018
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4034
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3941
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3957
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3973
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3989
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4005
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4021
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4037
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3935
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3951
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3967
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3983
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3999
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4015
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4031
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3945
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3961
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3977
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3993
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4009
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4025
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4041
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3867
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 3023
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3041
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3059
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3065
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3029
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3035
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3047
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3053
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3071
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3077
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3083
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 3185
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 3178
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3272
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3288
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3317
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3333
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3375
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3391
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3407
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3276
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3292
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3305
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3321
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3337
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3350
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3363
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3379
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3395
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3411
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3266
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3282
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3298
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3311
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3327
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3343
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3356
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3369
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3385
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3401
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3189
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 3415
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3433
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3445
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3457
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3421
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3427
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3439
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3451
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3463
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 3551
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 3544
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3626
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3642
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3671
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3700
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3729
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3630
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3646
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3659
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3675
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3688
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3704
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3717
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3733
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3620
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3636
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3652
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3665
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3681
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3694
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3710
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3723
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 3555
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 4741
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4747
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4759
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4765
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4771
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4753
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 4065
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4071
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4077
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4083
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 4136
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 4129
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4194
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4210
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4182
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4198
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4214
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4175
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4188
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4204
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4140
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 4368
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4374
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4380
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4386
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 4545
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 4537
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4552
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4538
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 4442
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 4432
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4525
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4496
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4512
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4528
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4522
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4500
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4516
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4532
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4490
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4506
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4446
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 4218
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4224
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4236
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4230
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 4289
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 4282
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4347
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4335
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4351
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4364
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4328
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4341
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4357
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4293
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 4556
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4562
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4568
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4574
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 4730
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 4722
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4737
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4723
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 4630
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 4620
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4697
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4713
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4685
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4701
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4717
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4678
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4691
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4707
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4634
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 4838
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 4831
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4921
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4937
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4953
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4924
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4940
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4956
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4908
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4918
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4934
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4950
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4928
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4944
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4896
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4960
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4912
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4889
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4902
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4842
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 5640
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5646
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5658
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5664
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5670
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5652
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 4964
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4970
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4976
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 4982
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 5035
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 5028
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5093
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5109
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5081
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5097
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5113
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5074
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5087
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5103
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5039
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 5267
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5273
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5279
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5285
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 5444
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 5436
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5451
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5437
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 5341
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 5331
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5424
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5395
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5411
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5427
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5421
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5399
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5415
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5431
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5389
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5405
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5345
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 5117
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5123
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5135
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5129
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 5188
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 5181
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5246
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5234
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5250
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5263
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5227
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5240
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5256
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5192
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 5455
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5461
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5467
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5473
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 5629
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 5621
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5636
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5622
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 5529
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 5519
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5596
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5612
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5584
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5600
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5616
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5577
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5590
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5606
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5533
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 5737
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 5730
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5820
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5836
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5852
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5823
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5839
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5855
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5807
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5817
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5833
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5849
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5827
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5843
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5795
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5859
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5811
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5788
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5801
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 5741
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 6315
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fill_max DashboardV2#fill_max}",
            "stability": "stable",
            "summary": "The max value to use to color the map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6321
          },
          "name": "fillMax",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fill_min DashboardV2#fill_min}",
            "stability": "stable",
            "summary": "The min value to use to color the map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6327
          },
          "name": "fillMin",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6333
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_flip DashboardV2#palette_flip}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to flip the palette tones."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6339
          },
          "name": "paletteFlip",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 6399
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 6392
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6450
          },
          "name": "resetFillMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6466
          },
          "name": "resetFillMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6482
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6498
          },
          "name": "resetPaletteFlip"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6454
          },
          "name": "fillMaxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6470
          },
          "name": "fillMinInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6502
          },
          "name": "paletteFlipInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6486
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6444
          },
          "name": "fillMax",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6460
          },
          "name": "fillMin",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6476
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6492
          },
          "name": "paletteFlip",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6403
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 6736
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6742
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6748
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 6506
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6512
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6518
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 6564
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 6557
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6604
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6617
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6597
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6610
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6568
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 6621
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6627
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6633
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 6679
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 6672
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6719
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6732
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6712
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6725
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6683
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 6794
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 6787
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6830
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6846
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6833
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6849
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6827
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6843
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6837
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6853
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 6798
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetIframeDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetIframeDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 7819
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetIframeDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#url DashboardV2#url}",
            "stability": "stable",
            "summary": "The URL to use as a data source for the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7861
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7825
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7831
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7837
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7867
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7843
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7849
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7855
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetIframeDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 7955
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 7948
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8136
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8030
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8046
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8062
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8139
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8078
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8094
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8110
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8133
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8034
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8050
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8066
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8143
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8098
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8082
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8114
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8127
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8024
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8040
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8056
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8072
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8088
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8104
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8120
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7959
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetIframeDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 7698
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7704
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7710
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 7468
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7474
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7480
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 7526
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 7519
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7566
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7579
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7559
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7572
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7530
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 7583
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7589
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7595
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 7641
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 7634
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7681
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7694
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7674
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7687
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7645
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 7756
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 7749
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7792
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7808
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7795
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7811
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7789
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7805
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7799
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7815
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 7760
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetImageDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetImageDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 8498
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetImageDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#url DashboardV2#url}",
            "stability": "stable",
            "summary": "URL of the image."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8570
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8504
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#has_background DashboardV2#has_background}",
            "stability": "stable",
            "summary": "Whether to display a background or not. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8510
          },
          "name": "hasBackground",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#has_border DashboardV2#has_border}",
            "stability": "stable",
            "summary": "Whether to display a border or not. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8516
          },
          "name": "hasBorder",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8522
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#horizontal_align DashboardV2#horizontal_align}",
            "stability": "stable",
            "summary": "The horizontal alignment for the widget. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8528
          },
          "name": "horizontalAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8534
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Note: `small` and `large` values are deprecated. Valid values are `sm`, `md`, `lg`, `small`, `large`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#margin DashboardV2#margin}",
            "stability": "stable",
            "summary": "The margins to use around the image."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8540
          },
          "name": "margin",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "The values are based on the image `object-fit` CSS properties. Note: `zoom`, `fit` and `center` values are deprecated. Valid values are `fill`, `contain`, `cover`, `none`, `scale-down`, `zoom`, `fit`, `center`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sizing DashboardV2#sizing}",
            "stability": "stable",
            "summary": "The preferred method to adapt the dimensions of the image."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8546
          },
          "name": "sizing",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8588
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8552
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8558
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8564
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#url_dark_theme DashboardV2#url_dark_theme}",
            "stability": "stable",
            "summary": "URL of the image in dark mode."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8576
          },
          "name": "urlDarkTheme",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#vertical_align DashboardV2#vertical_align}",
            "stability": "stable",
            "summary": "The vertical alignment for the widget. Valid values are `center`, `top`, `bottom`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8582
          },
          "name": "verticalAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetImageDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetImageDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetImageDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 8725
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 8718
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9060
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8842
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8858
          },
          "name": "resetHasBackground"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8874
          },
          "name": "resetHasBorder"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8890
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8906
          },
          "name": "resetHorizontalAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8922
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8938
          },
          "name": "resetMargin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8954
          },
          "name": "resetSizing"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9063
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8970
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8986
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9002
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9031
          },
          "name": "resetUrlDarkTheme"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9047
          },
          "name": "resetVerticalAlign"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetImageDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9057
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8846
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8862
          },
          "name": "hasBackgroundInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8878
          },
          "name": "hasBorderInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8894
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8910
          },
          "name": "horizontalAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8926
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8942
          },
          "name": "marginInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8958
          },
          "name": "sizingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9067
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8990
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8974
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9006
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9035
          },
          "name": "urlDarkThemeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9019
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9051
          },
          "name": "verticalAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8836
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8852
          },
          "name": "hasBackground",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8868
          },
          "name": "hasBorder",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8884
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8900
          },
          "name": "horizontalAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8916
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8932
          },
          "name": "margin",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8948
          },
          "name": "sizing",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8964
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8980
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8996
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9012
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9025
          },
          "name": "urlDarkTheme",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9041
          },
          "name": "verticalAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8729
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetImageDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetImageDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 8377
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8383
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8389
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 8147
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8153
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8159
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 8205
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 8198
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8245
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8258
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8238
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8251
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8209
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 8262
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8268
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8274
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 8320
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 8313
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8360
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8373
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8353
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8366
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8324
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 8435
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 8428
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8471
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8487
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8474
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8490
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8468
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8484
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8478
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8494
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 8439
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetImageDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 19535
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 19527
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19542
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19528
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidget"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 10312
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetListStreamDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10366
          },
          "name": "request",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10318
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10324
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#legend_size DashboardV2#legend_size}",
            "stability": "stable",
            "summary": "The size of the legend displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10330
          },
          "name": "legendSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10336
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_legend DashboardV2#show_legend}",
            "stability": "stable",
            "summary": "Whether or not to show the legend on this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10342
          },
          "name": "showLegend",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10372
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10348
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10354
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10360
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetListStreamDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 10474
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 10467
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10686
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10699
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10561
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10577
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10593
          },
          "name": "resetLegendSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10609
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10625
          },
          "name": "resetShowLegend"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10702
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10641
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10657
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10673
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10683
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10696
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10565
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10581
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10597
          },
          "name": "legendSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10613
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10690
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10629
          },
          "name": "showLegendInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10706
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10661
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10645
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10677
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10555
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10571
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10587
          },
          "name": "legendSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10603
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10619
          },
          "name": "showLegend",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10635
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10651
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10667
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10478
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 9782
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#columns DashboardV2#columns}",
            "stability": "stable",
            "summary": "columns block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9794
          },
          "name": "columns",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9800
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#response_format DashboardV2#response_format}",
            "stability": "stable",
            "summary": "Widget response format. Valid values are `event_list`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9788
          },
          "name": "responseFormat",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 9071
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#field DashboardV2#field}",
            "stability": "stable",
            "summary": "Widget column field."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9077
          },
          "name": "field",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#width DashboardV2#width}",
            "stability": "stable",
            "summary": "Widget column width. Valid values are `auto`, `compact`, `full`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9083
          },
          "name": "width",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 9213
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 9205
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9220
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9206
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 9132
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 9122
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9180
          },
          "name": "resetField"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9196
          },
          "name": "resetWidth"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9184
          },
          "name": "fieldInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9200
          },
          "name": "widthInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9174
          },
          "name": "field",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9190
          },
          "name": "width",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9136
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 9950
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 9942
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9957
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9943
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 9856
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 9846
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9920
          },
          "name": "putColumns",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9933
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery"
              }
            }
          ]
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9917
          },
          "name": "columns",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9930
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9924
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9937
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9911
          },
          "name": "responseFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9904
          },
          "name": "responseFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9860
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 9454
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs_stream`, `audit_stream`, `ci_pipeline_stream`, `ci_test_stream`, `rum_issue_stream`, `apm_issue_stream`, `trace_stream`, `logs_issue_stream`, `logs_pattern_stream`, `logs_transaction_stream`, `event_stream`, `rum_stream`, `llm_observability_stream`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "Source from which to query items to display in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9466
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#clustering_pattern_field_path DashboardV2#clustering_pattern_field_path}",
            "stability": "stable",
            "summary": "Specifies the field for logs pattern clustering. Can only be used with `logs_pattern_stream`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9460
          },
          "name": "clusteringPatternFieldPath",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_size DashboardV2#event_size}",
            "stability": "stable",
            "summary": "Size of events displayed in widget. Required if `data_source` is `event_stream`. Valid values are `s`, `l`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9472
          },
          "name": "eventSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9496
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "List of indexes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9478
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query_string DashboardV2#query_string}",
            "stability": "stable",
            "summary": "Widget query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9484
          },
          "name": "queryString",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9502
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9490
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 9224
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "Facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9230
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 9328
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 9320
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9335
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9321
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 9272
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 9262
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9315
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9308
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9276
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 9590
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 9583
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9755
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9771
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9665
          },
          "name": "resetClusteringPatternFieldPath"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9694
          },
          "name": "resetEventSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9758
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9710
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9726
          },
          "name": "resetQueryString"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9774
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9742
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9752
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9768
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9669
          },
          "name": "clusteringPatternFieldPathInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9682
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9698
          },
          "name": "eventSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9762
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9714
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9730
          },
          "name": "queryStringInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9778
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9746
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9659
          },
          "name": "clusteringPatternFieldPath",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9675
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9688
          },
          "name": "eventSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9704
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9720
          },
          "name": "queryString",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9736
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9594
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 9339
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#column DashboardV2#column}",
            "stability": "stable",
            "summary": "The facet path for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9345
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9351
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 9397
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 9390
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9437
          },
          "name": "columnInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9450
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9430
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9443
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9401
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 10191
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10197
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10203
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 9961
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9967
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 9973
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 10019
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 10012
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10059
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10072
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10052
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10065
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10023
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 10076
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10082
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10088
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 10134
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 10127
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10174
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10187
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10167
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10180
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10138
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 10249
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 10242
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10285
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10301
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10288
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10304
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10282
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10298
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10292
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10308
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10253
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 11176
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#columns DashboardV2#columns}",
            "stability": "stable",
            "summary": "Stringified list of columns to use, for example: `[\"column1\",\"column2\",\"column3\"]`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11182
          },
          "name": "columns",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11188
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11194
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11200
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11206
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#message_display DashboardV2#message_display}",
            "stability": "stable",
            "summary": "The number of log lines to display. Valid values are `inline`, `expanded-md`, `expanded-lg`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11212
          },
          "name": "messageDisplay",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query to filter the log stream with."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11218
          },
          "name": "query",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_date_column DashboardV2#show_date_column}",
            "stability": "stable",
            "summary": "If the date column should be displayed."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11224
          },
          "name": "showDateColumn",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_message_column DashboardV2#show_message_column}",
            "stability": "stable",
            "summary": "If the message column should be displayed."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11230
          },
          "name": "showMessageColumn",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11254
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11260
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11236
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11242
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11248
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 11390
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 11383
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11690
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11706
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11501
          },
          "name": "resetColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11517
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11533
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11549
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11565
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11581
          },
          "name": "resetMessageDisplay"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11597
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11613
          },
          "name": "resetShowDateColumn"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11629
          },
          "name": "resetShowMessageColumn"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11693
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11709
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11645
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11661
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11677
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11687
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11703
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11505
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11521
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11537
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11553
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11569
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11585
          },
          "name": "messageDisplayInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11601
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11617
          },
          "name": "showDateColumnInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11633
          },
          "name": "showMessageColumnInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11697
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11713
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11665
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11649
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11681
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11495
          },
          "name": "columns",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11511
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11527
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11543
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11559
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11575
          },
          "name": "messageDisplay",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11591
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11607
          },
          "name": "showDateColumn",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11623
          },
          "name": "showMessageColumn",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11639
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11655
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11671
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11394
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 10710
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#column DashboardV2#column}",
            "stability": "stable",
            "summary": "The facet path for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10716
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10722
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 10768
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 10761
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10808
          },
          "name": "columnInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10821
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10801
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10814
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10772
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 11055
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11061
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11067
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 10825
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10831
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10837
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 10883
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 10876
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10923
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10936
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10916
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10929
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10887
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 10940
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10946
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 10952
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 10998
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 10991
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11038
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11051
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11031
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11044
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11002
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 11113
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 11106
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11149
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11165
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11152
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11168
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11146
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11162
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11156
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11172
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11117
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 12068
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query to filter the monitors with."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12110
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#color_preference DashboardV2#color_preference}",
            "stability": "stable",
            "summary": "Whether to colorize text or background. Valid values are `background`, `text`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12074
          },
          "name": "colorPreference",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12080
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#display_format DashboardV2#display_format}",
            "stability": "stable",
            "summary": "The display setting to use. Valid values are `counts`, `countsAndList`, `list`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12086
          },
          "name": "displayFormat",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12092
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_zero_counts DashboardV2#hide_zero_counts}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to hide empty categories."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12098
          },
          "name": "hideZeroCounts",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12104
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_last_triggered DashboardV2#show_last_triggered}",
            "stability": "stable",
            "summary": "Whether to show the time that has elapsed since the monitor/group triggered."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12116
          },
          "name": "showLastTriggered",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_priority DashboardV2#show_priority}",
            "stability": "stable",
            "summary": "Whether to show the priorities column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12122
          },
          "name": "showPriority",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `name`, `group`, `status`, `tags`, `triggered`, `group,asc`, `group,desc`, `name,asc`, `name,desc`, `status,asc`, `status,desc`, `tags,asc`, `tags,desc`, `triggered,asc`, `triggered,desc`, `priority,asc`, `priority,desc`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The method to sort the monitors."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12128
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#summary_type DashboardV2#summary_type}",
            "stability": "stable",
            "summary": "The summary type to use. Valid values are `monitors`, `groups`, `combined`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12134
          },
          "name": "summaryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12158
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12140
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12146
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12152
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 12295
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 12288
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12630
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12412
          },
          "name": "resetColorPreference"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12428
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12444
          },
          "name": "resetDisplayFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12460
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12476
          },
          "name": "resetHideZeroCounts"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12492
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12521
          },
          "name": "resetShowLastTriggered"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12537
          },
          "name": "resetShowPriority"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12553
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12569
          },
          "name": "resetSummaryType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12633
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12585
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12601
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12617
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12627
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12416
          },
          "name": "colorPreferenceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12432
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12448
          },
          "name": "displayFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12464
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12480
          },
          "name": "hideZeroCountsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12496
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12509
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12525
          },
          "name": "showLastTriggeredInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12541
          },
          "name": "showPriorityInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12557
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12573
          },
          "name": "summaryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12637
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12605
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12589
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12621
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12406
          },
          "name": "colorPreference",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12422
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12438
          },
          "name": "displayFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12454
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12470
          },
          "name": "hideZeroCounts",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12486
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12502
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12515
          },
          "name": "showLastTriggered",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12531
          },
          "name": "showPriority",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12547
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12563
          },
          "name": "summaryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12579
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12595
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12611
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12299
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 11947
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11953
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11959
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 11717
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11723
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11729
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 11775
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 11768
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11815
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11828
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11808
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11821
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11779
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 11832
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11838
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11844
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 11890
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 11883
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11930
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11943
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11923
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11936
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 11894
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 12005
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 11998
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12041
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12057
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12044
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12060
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12038
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12054
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12048
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12064
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12009
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetNoteDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetNoteDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 12992
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetNoteDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#content DashboardV2#content}",
            "stability": "stable",
            "summary": "The content of the note."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13004
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#background_color DashboardV2#background_color}",
            "stability": "stable",
            "summary": "The background color of the note."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12998
          },
          "name": "backgroundColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13010
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#font_size DashboardV2#font_size}",
            "stability": "stable",
            "summary": "The size of the text."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13016
          },
          "name": "fontSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#has_padding DashboardV2#has_padding}",
            "stability": "stable",
            "summary": "Whether to add padding or not. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13022
          },
          "name": "hasPadding",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13028
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13034
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_tick DashboardV2#show_tick}",
            "stability": "stable",
            "summary": "Whether to show a tick or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13040
          },
          "name": "showTick",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_align DashboardV2#text_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's text. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13046
          },
          "name": "textAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `bottom`, `left`, `right`, `top`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tick_edge DashboardV2#tick_edge}",
            "stability": "stable",
            "summary": "When `tick = true`, a string indicating on which side of the widget the tick should be displayed."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13052
          },
          "name": "tickEdge",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tick_pos DashboardV2#tick_pos}",
            "stability": "stable",
            "summary": "When `tick = true`, a string with a percent sign indicating the position of the tick, for example: `tick_pos = \"50%\"` is centered alignment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13058
          },
          "name": "tickPos",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13088
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13064
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13070
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13076
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#vertical_align DashboardV2#vertical_align}",
            "stability": "stable",
            "summary": "The vertical alignment for the widget. Valid values are `center`, `top`, `bottom`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13082
          },
          "name": "verticalAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetNoteDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 13232
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 13225
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13589
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13355
          },
          "name": "resetBackgroundColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13384
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13400
          },
          "name": "resetFontSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13416
          },
          "name": "resetHasPadding"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13432
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13448
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13464
          },
          "name": "resetShowTick"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13480
          },
          "name": "resetTextAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13496
          },
          "name": "resetTickEdge"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13512
          },
          "name": "resetTickPos"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13592
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13528
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13544
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13560
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13576
          },
          "name": "resetVerticalAlign"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13586
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13359
          },
          "name": "backgroundColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13372
          },
          "name": "contentInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13388
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13404
          },
          "name": "fontSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13420
          },
          "name": "hasPaddingInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13436
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13452
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13468
          },
          "name": "showTickInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13484
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13500
          },
          "name": "tickEdgeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13516
          },
          "name": "tickPosInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13596
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13548
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13532
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13564
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13580
          },
          "name": "verticalAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13349
          },
          "name": "backgroundColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13365
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13378
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13394
          },
          "name": "fontSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13410
          },
          "name": "hasPadding",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13426
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13442
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13458
          },
          "name": "showTick",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13474
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13490
          },
          "name": "tickEdge",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13506
          },
          "name": "tickPos",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13522
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13538
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13554
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13570
          },
          "name": "verticalAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13236
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetNoteDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 12871
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12877
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12883
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 12641
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12647
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12653
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 12699
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 12692
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12739
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12752
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12732
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12745
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12703
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 12756
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12762
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12768
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 12814
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 12807
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12854
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12867
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12847
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12860
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12818
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 12929
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 12922
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12965
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12981
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12968
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12984
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12962
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12978
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12972
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12988
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 12933
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 18772
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 18762
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19019
          },
          "name": "putAlertGraphDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19035
          },
          "name": "putAlertValueDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19051
          },
          "name": "putChangeDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19067
          },
          "name": "putCheckStatusDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19083
          },
          "name": "putDistributionDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19099
          },
          "name": "putEventStreamDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19115
          },
          "name": "putEventTimelineDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19131
          },
          "name": "putFreeTextDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19147
          },
          "name": "putFunnelDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19163
          },
          "name": "putGeomapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19179
          },
          "name": "putHeatmapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19195
          },
          "name": "putHostmapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19211
          },
          "name": "putIframeDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetIframeDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19227
          },
          "name": "putImageDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetImageDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19243
          },
          "name": "putListStreamDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19259
          },
          "name": "putLogStreamDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19275
          },
          "name": "putManageStatusDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19291
          },
          "name": "putNoteDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetNoteDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19307
          },
          "name": "putQueryTableDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19323
          },
          "name": "putQueryValueDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19339
          },
          "name": "putRunWorkflowDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19355
          },
          "name": "putScatterplotDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19371
          },
          "name": "putServiceLevelObjectiveDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19387
          },
          "name": "putServicemapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19403
          },
          "name": "putSloListDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19419
          },
          "name": "putSunburstDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19435
          },
          "name": "putTimeseriesDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19451
          },
          "name": "putToplistDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19467
          },
          "name": "putTopologyMapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19483
          },
          "name": "putTraceServiceDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19499
          },
          "name": "putTreemapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19515
          },
          "name": "putWidgetLayout",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetWidgetLayout"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19022
          },
          "name": "resetAlertGraphDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19038
          },
          "name": "resetAlertValueDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19054
          },
          "name": "resetChangeDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19070
          },
          "name": "resetCheckStatusDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19086
          },
          "name": "resetDistributionDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19102
          },
          "name": "resetEventStreamDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19118
          },
          "name": "resetEventTimelineDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19134
          },
          "name": "resetFreeTextDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19150
          },
          "name": "resetFunnelDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19166
          },
          "name": "resetGeomapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19182
          },
          "name": "resetHeatmapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19198
          },
          "name": "resetHostmapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19006
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19214
          },
          "name": "resetIframeDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19230
          },
          "name": "resetImageDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19246
          },
          "name": "resetListStreamDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19262
          },
          "name": "resetLogStreamDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19278
          },
          "name": "resetManageStatusDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19294
          },
          "name": "resetNoteDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19310
          },
          "name": "resetQueryTableDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19326
          },
          "name": "resetQueryValueDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19342
          },
          "name": "resetRunWorkflowDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19358
          },
          "name": "resetScatterplotDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19374
          },
          "name": "resetServiceLevelObjectiveDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19390
          },
          "name": "resetServicemapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19406
          },
          "name": "resetSloListDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19422
          },
          "name": "resetSunburstDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19438
          },
          "name": "resetTimeseriesDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19454
          },
          "name": "resetToplistDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19470
          },
          "name": "resetTopologyMapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19486
          },
          "name": "resetTraceServiceDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19502
          },
          "name": "resetTreemapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19518
          },
          "name": "resetWidgetLayout"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19016
          },
          "name": "alertGraphDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19032
          },
          "name": "alertValueDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19048
          },
          "name": "changeDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19064
          },
          "name": "checkStatusDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19080
          },
          "name": "distributionDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19096
          },
          "name": "eventStreamDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19112
          },
          "name": "eventTimelineDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19128
          },
          "name": "freeTextDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19144
          },
          "name": "funnelDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19160
          },
          "name": "geomapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19176
          },
          "name": "heatmapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19192
          },
          "name": "hostmapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19208
          },
          "name": "iframeDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetIframeDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19224
          },
          "name": "imageDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetImageDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19240
          },
          "name": "listStreamDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19256
          },
          "name": "logStreamDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19272
          },
          "name": "manageStatusDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19288
          },
          "name": "noteDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetNoteDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19304
          },
          "name": "queryTableDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19320
          },
          "name": "queryValueDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19336
          },
          "name": "runWorkflowDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19352
          },
          "name": "scatterplotDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19368
          },
          "name": "serviceLevelObjectiveDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19384
          },
          "name": "servicemapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19400
          },
          "name": "sloListDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19416
          },
          "name": "sunburstDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19432
          },
          "name": "timeseriesDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19448
          },
          "name": "toplistDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19464
          },
          "name": "topologyMapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19480
          },
          "name": "traceServiceDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19496
          },
          "name": "treemapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19512
          },
          "name": "widgetLayout",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetWidgetLayoutOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19026
          },
          "name": "alertGraphDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertGraphDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19042
          },
          "name": "alertValueDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetAlertValueDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19058
          },
          "name": "changeDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetChangeDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19074
          },
          "name": "checkStatusDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetCheckStatusDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19090
          },
          "name": "distributionDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetDistributionDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19106
          },
          "name": "eventStreamDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventStreamDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19122
          },
          "name": "eventTimelineDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetEventTimelineDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19138
          },
          "name": "freeTextDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFreeTextDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19154
          },
          "name": "funnelDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetFunnelDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19170
          },
          "name": "geomapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetGeomapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19186
          },
          "name": "heatmapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHeatmapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19202
          },
          "name": "hostmapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetHostmapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19010
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19218
          },
          "name": "iframeDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetIframeDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19234
          },
          "name": "imageDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetImageDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19250
          },
          "name": "listStreamDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetListStreamDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19266
          },
          "name": "logStreamDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetLogStreamDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19282
          },
          "name": "manageStatusDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetManageStatusDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19298
          },
          "name": "noteDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetNoteDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19314
          },
          "name": "queryTableDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19330
          },
          "name": "queryValueDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19346
          },
          "name": "runWorkflowDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19362
          },
          "name": "scatterplotDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19378
          },
          "name": "serviceLevelObjectiveDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19394
          },
          "name": "servicemapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19410
          },
          "name": "sloListDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19426
          },
          "name": "sunburstDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19442
          },
          "name": "timeseriesDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19458
          },
          "name": "toplistDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19474
          },
          "name": "topologyMapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19490
          },
          "name": "traceServiceDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19506
          },
          "name": "treemapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19522
          },
          "name": "widgetLayoutInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetWidgetLayout"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 19000
          },
          "name": "id",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18776
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidget"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 25386
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_link DashboardV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25434
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25392
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#has_search_bar DashboardV2#has_search_bar}",
            "stability": "stable",
            "summary": "Controls the display of the search bar. Valid values are `always`, `never`, `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25398
          },
          "name": "hasSearchBar",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25404
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25410
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25440
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25446
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25416
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25422
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25428
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 13600
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_hidden DashboardV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13606
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13612
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#link DashboardV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13618
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#override_label DashboardV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13624
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 13812
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 13804
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13819
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13805
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 13687
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 13677
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13747
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13763
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13779
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13795
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13751
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13767
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13783
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13799
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13741
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13757
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13773
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13789
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13691
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 25548
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 25541
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25744
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25760
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25776
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25747
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25635
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25651
          },
          "name": "resetHasSearchBar"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25667
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25683
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25763
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25779
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25699
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25715
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25731
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25741
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25757
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25773
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25751
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25639
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25655
          },
          "name": "hasSearchBarInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25671
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25687
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25767
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25783
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25719
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25703
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25735
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25629
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25645
          },
          "name": "hasSearchBar",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25661
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25677
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25693
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25709
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25725
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25552
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 24392
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregator to use for time aggregation. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24398
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "The alias for the column name (defaults to metric name)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24404
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_query DashboardV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24434
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_stats_query DashboardV2#apm_stats_query}",
            "stability": "stable",
            "summary": "apm_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24440
          },
          "name": "apmStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24410
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24446
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24452
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "For metric queries, the number of lines to show in the table. Only one request should have this property."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24416
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#log_query DashboardV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24458
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The sort order for the rows. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24422
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24464
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24428
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24470
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#rum_query DashboardV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24476
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#security_query DashboardV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24482
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_formats DashboardV2#text_formats}",
            "stability": "stable",
            "summary": "text_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24488
          },
          "name": "textFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 14499
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14505
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14517
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14523
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14529
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14511
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 13823
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13829
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13835
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13841
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 13894
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 13887
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13952
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13968
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13940
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13956
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13972
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13933
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13946
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13962
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13898
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 14126
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14132
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14138
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14144
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 14303
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 14295
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14310
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14296
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 14200
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 14190
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14283
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14254
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14270
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14286
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14280
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14258
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14274
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14290
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14248
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14264
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14204
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 13976
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13982
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13994
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 13988
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 14047
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 14040
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14105
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14093
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14109
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14122
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14086
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14099
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14115
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14051
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 14314
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14320
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14326
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14332
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 14488
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 14480
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14495
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14481
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 14388
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 14378
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14455
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14471
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14443
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14459
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14475
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14436
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14449
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14465
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14392
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 14596
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 14589
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14679
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14695
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14711
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14682
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14698
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14714
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14666
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14676
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14692
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14708
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14686
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14702
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14654
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14718
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14670
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14647
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14660
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14600
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 14942
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "The environment name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14948
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The operation name associated with the service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14954
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag DashboardV2#primary_tag}",
            "stability": "stable",
            "summary": "The organization's host group name and value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14960
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#row_type DashboardV2#row_type}",
            "stability": "stable",
            "summary": "The level of detail for the request. Valid values are `service`, `resource`, `span`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14972
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "The service name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14978
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#columns DashboardV2#columns}",
            "stability": "stable",
            "summary": "columns block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14984
          },
          "name": "columns",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource DashboardV2#resource}",
            "stability": "stable",
            "summary": "The resource name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14966
          },
          "name": "resource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 14722
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The column name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14740
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "A user-assigned alias for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14728
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14734
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14746
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 14931
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 14923
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14938
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14924
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 14809
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 14799
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14869
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14885
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14914
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14873
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14889
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14902
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14918
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14863
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14879
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14895
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14908
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 14813
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 15065
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 15058
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15212
          },
          "name": "putColumns",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15215
          },
          "name": "resetColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15173
          },
          "name": "resetResource"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15209
          },
          "name": "columns",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15219
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15135
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15148
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15161
          },
          "name": "primaryTagInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15177
          },
          "name": "resourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15190
          },
          "name": "rowTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15203
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15128
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15141
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15154
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15167
          },
          "name": "resource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15183
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15196
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15069
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 15223
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15229
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15265
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15277
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15235
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15241
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15247
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15253
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15259
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15271
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 15601
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 15593
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15608
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15594
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 15375
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 15365
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15478
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15494
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15510
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15526
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15542
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15571
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15466
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15482
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15498
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15514
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15530
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15546
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15559
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15575
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15588
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15459
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15472
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15488
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15504
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15520
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15536
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15552
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15565
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15581
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15379
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 16890
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16908
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16896
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16902
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16914
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16920
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16926
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16932
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16938
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 15612
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15618
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15624
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 15670
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 15663
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15709
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15725
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15713
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15729
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15703
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15719
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15674
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 15733
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15739
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15775
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15787
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15745
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15751
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15757
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15763
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15769
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15781
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 16111
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 16103
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16118
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16104
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 15885
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 15875
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15988
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16004
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16020
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16036
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16052
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16081
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15976
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15992
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16008
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16024
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16040
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16056
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16069
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16085
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16098
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15969
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15982
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15998
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16014
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16030
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16046
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16062
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16075
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16091
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 15889
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 16122
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16128
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16134
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 16180
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 16173
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16219
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16235
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16223
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16239
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16213
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16229
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16184
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 17239
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 17231
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17246
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17232
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 16651
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16657
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16663
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 16709
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 16702
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16745
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16758
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16761
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16742
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16755
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16749
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16765
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16713
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 16447
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16453
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16459
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 16243
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16249
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16255
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 16301
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 16294
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16340
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16356
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16344
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16360
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16334
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16350
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16305
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 16364
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16370
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 16409
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 16402
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16443
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16436
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16413
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 16505
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 16498
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16541
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16557
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16544
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16560
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16538
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16554
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16548
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16564
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16509
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 16568
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16574
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 16613
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 16606
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16647
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16640
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16617
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 17029
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 17019
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17155
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17171
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17187
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17203
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17219
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17113
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17129
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17158
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17174
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17190
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17206
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17222
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17152
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17168
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17184
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17200
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17216
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17117
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17133
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17162
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17178
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17146
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17194
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17210
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17226
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17107
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17123
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17139
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17033
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 16769
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16775
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16781
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 16827
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 16820
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16866
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16882
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16886
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16870
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16860
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16876
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 16831
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 25024
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 25016
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25031
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25017
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 17926
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17932
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17944
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17950
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17956
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17938
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 17250
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17256
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17262
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17268
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 17321
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 17314
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17379
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17395
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17367
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17383
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17399
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17360
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17373
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17389
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17325
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 17553
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17559
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17565
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17571
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 17730
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 17722
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17737
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17723
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 17627
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 17617
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17710
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17681
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17697
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17713
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17707
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17685
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17701
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17717
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17675
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17691
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17631
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 17403
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17409
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17421
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17415
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 17474
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 17467
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17532
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17520
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17536
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17549
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17513
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17526
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17542
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17478
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 17741
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17747
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17753
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17759
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 17915
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 17907
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17922
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17908
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 17815
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 17805
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17882
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17898
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17870
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17886
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17902
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17863
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17876
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17892
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 17819
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 18023
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 18016
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18106
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18122
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18138
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18109
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18125
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18141
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18093
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18103
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18119
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18135
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18113
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18129
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18081
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18145
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18097
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18074
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18087
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18027
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 24635
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 24625
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24860
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24876
          },
          "name": "putApmStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24892
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24908
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24924
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24940
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24956
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24972
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24988
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25004
          },
          "name": "putTextFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24767
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24783
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24863
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24879
          },
          "name": "resetApmStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24799
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24895
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24911
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24815
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24927
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24831
          },
          "name": "resetOrder"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24943
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24847
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24959
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24975
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24991
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25007
          },
          "name": "resetTextFormats"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24857
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24873
          },
          "name": "apmStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24889
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24905
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24921
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24937
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24953
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24969
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24985
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25001
          },
          "name": "textFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24771
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24787
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24867
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24883
          },
          "name": "apmStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24803
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24899
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24915
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24819
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24931
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24835
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24947
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24851
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24963
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24979
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24995
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25011
          },
          "name": "textFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24761
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24777
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24793
          },
          "name": "cellDisplayMode",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24809
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24825
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24841
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24639
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 18149
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18167
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#filter_by DashboardV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18155
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18161
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_by DashboardV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18173
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 18233
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 18226
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18284
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18300
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18329
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18288
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18304
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18317
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18333
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18278
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18294
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18310
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18323
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18237
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 21628
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21634
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21640
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21646
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21652
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21658
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21664
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21670
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 18337
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18349
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18355
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18367
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18373
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18391
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18397
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18403
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18343
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18361
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18379
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18385
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 18512
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 18505
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18605
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18647
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18689
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18705
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18609
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18622
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18635
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18651
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18664
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18677
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18693
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18709
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18722
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18735
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18748
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18599
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18615
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18628
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18641
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18657
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18670
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18683
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18699
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18715
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18728
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18741
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18516
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 18752
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18764
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18770
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18782
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18812
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18818
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18758
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18776
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18788
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18794
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18800
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18806
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 18927
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 18920
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19020
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19062
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19091
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19107
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19123
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19139
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19024
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19037
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19050
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19066
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19079
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19095
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19111
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19127
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19143
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19156
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19169
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19014
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19030
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19043
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19056
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19072
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19085
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19101
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19117
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19133
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19149
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19162
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 18931
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 19173
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19191
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19197
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19203
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19179
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19185
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 19270
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 19263
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19327
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19343
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19331
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19347
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19360
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19373
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19386
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19321
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19337
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19353
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19366
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19379
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19274
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 20302
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20338
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20314
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20326
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20308
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20344
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20350
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20320
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20356
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20332
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 19390
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19396
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19402
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19408
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 19564
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 19556
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19571
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19557
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 19464
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 19454
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19531
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19547
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19519
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19535
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19551
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19512
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19525
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19541
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19468
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 19728
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19734
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19740
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19746
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 20066
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20072
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20078
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20084
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 20137
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 20130
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20208
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20195
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20211
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20205
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20183
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20199
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20215
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20176
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20189
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20141
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 19913
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19919
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19925
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19931
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 19984
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 19977
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20042
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20058
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20030
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20046
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20062
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20023
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20036
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20052
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19988
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 19902
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 19894
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19909
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19895
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 19802
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 19792
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19882
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19869
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19885
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19879
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19857
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19873
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19889
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19850
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19863
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19806
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 19575
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19581
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19587
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19593
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 19646
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 19639
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19704
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19720
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19692
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19708
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19724
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19685
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19698
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19714
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 19650
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 20451
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 20444
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20603
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20616
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20632
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20648
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20532
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20619
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20635
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20561
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20651
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20590
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20600
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20613
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20629
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20645
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20607
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20536
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20549
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20639
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20623
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20565
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20578
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20655
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20594
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20526
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20542
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20555
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20571
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20584
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20455
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 20219
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20225
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 20264
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 20257
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20298
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20291
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20268
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 21945
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 21937
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21952
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21938
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 20659
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20683
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20689
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20665
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20671
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20677
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20695
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 20769
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 20762
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20832
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20848
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20864
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20906
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20836
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20852
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20868
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20881
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20894
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20910
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20826
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20842
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20858
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20874
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20887
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20900
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20773
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 21754
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 21744
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21829
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21845
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21861
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21877
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21893
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21909
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21925
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21832
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21848
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21864
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21880
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21896
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21912
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21928
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21826
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21842
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21858
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21874
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21890
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21906
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21922
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21836
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21852
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21868
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21884
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21900
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21916
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21932
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21758
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 20914
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20932
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20950
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20956
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20920
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20926
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20938
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20944
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20962
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20968
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 20974
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 21076
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 21069
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21163
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21179
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21208
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21224
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21266
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21282
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21298
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21167
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21183
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21196
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21212
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21228
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21241
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21254
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21270
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21286
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21302
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21157
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21173
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21189
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21202
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21218
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21234
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21247
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21260
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21276
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21292
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21080
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 21306
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21324
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21336
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21348
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21312
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21318
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21330
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21342
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21354
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 21442
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 21435
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21517
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21533
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21562
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21591
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21620
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21521
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21537
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21550
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21566
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21579
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21595
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21608
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21624
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21511
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21527
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21543
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21556
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21572
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21585
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21601
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21614
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21446
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 22632
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22638
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22650
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22656
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22662
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22644
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 21956
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21962
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21968
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 21974
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 22027
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 22020
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22085
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22101
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22073
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22089
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22105
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22066
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22079
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22095
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22031
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 22259
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22265
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22271
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22277
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 22436
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 22428
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22443
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22429
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 22333
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 22323
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22416
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22387
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22403
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22419
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22413
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22391
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22407
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22423
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22381
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22397
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22337
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 22109
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22115
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22127
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22121
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 22180
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 22173
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22238
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22226
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22242
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22255
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22219
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22232
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22248
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22184
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 22447
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22453
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22459
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22465
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 22621
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 22613
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22628
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22614
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 22521
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 22511
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22588
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22604
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22576
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22592
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22608
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22569
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22582
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22598
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22525
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 22729
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 22722
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22812
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22828
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22844
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22815
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22831
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22847
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22799
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22809
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22825
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22841
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22819
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22835
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22787
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22851
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22803
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22780
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22793
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22733
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 23531
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23537
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23549
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23555
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23561
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23543
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 22855
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22861
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22867
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22873
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 22926
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 22919
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22984
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23000
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22972
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22988
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23004
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22965
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22978
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22994
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 22930
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 23158
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23164
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23170
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23176
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 23335
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 23327
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23342
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23328
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 23232
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 23222
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23315
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23286
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23302
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23318
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23312
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23290
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23306
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23322
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23280
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23296
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23236
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 23008
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23014
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23026
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23020
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 23079
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 23072
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23137
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23125
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23141
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23154
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23118
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23131
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23147
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23083
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 23346
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23352
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23358
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23364
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 23520
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 23512
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23527
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23513
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 23420
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 23410
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23487
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23503
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23475
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23491
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23507
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23468
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23481
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23497
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23424
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 23628
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 23621
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23711
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23727
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23743
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23714
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23730
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23746
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23698
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23708
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23724
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23740
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23718
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23734
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23686
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23750
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23702
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23679
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23692
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23632
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 24274
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_format DashboardV2#text_format}",
            "stability": "stable",
            "summary": "text_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24280
          },
          "name": "textFormat",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormat"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 24381
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 24373
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24388
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24374
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 24322
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 24312
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24361
          },
          "name": "putTextFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormat"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24364
          },
          "name": "resetTextFormat"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24358
          },
          "name": "textFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24368
          },
          "name": "textFormatInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormat"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24326
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 24019
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#match DashboardV2#match}",
            "stability": "stable",
            "summary": "match block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24043
          },
          "name": "match",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The custom color palette to apply to the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24025
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The custom color palette to apply to the foreground text."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24031
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply. Valid values are `white_on_red`, `white_on_yellow`, `white_on_green`, `black_on_light_red`, `black_on_light_yellow`, `black_on_light_green`, `red_on_white`, `yellow_on_white`, `green_on_white`, `custom_bg`, `custom_text`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24037
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#replace DashboardV2#replace}",
            "stability": "stable",
            "summary": "replace block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24049
          },
          "name": "replace",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 24263
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 24255
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24270
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24256
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormat"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 23754
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#type DashboardV2#type}",
            "stability": "stable",
            "summary": "Match or compare option. Valid values are `is`, `is_not`, `contains`, `does_not_contain`, `starts_with`, `ends_with`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23760
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Table Widget Match String."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23766
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 23812
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 23805
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23852
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23865
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23845
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23858
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23816
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 24119
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 24109
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24230
          },
          "name": "putMatch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24243
          },
          "name": "putReplace",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24185
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24201
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24217
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24246
          },
          "name": "resetReplace"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24227
          },
          "name": "match",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24240
          },
          "name": "replace",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24189
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24205
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24234
          },
          "name": "matchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24221
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24250
          },
          "name": "replaceInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24179
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24195
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24211
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24123
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormat"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 23869
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#type DashboardV2#type}",
            "stability": "stable",
            "summary": "Table widget text format replace all type. Valid values are `all`, `substring`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23881
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#with DashboardV2#with}",
            "stability": "stable",
            "summary": "Table Widget Match String."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23887
          },
          "name": "with",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#substring DashboardV2#substring}",
            "stability": "stable",
            "summary": "Text that will be replaced. Must be used with type `substring`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23875
          },
          "name": "substring",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 23940
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 23933
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23985
          },
          "name": "resetSubstring"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23989
          },
          "name": "substringInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24002
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24015
          },
          "name": "withInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23979
          },
          "name": "substring",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23995
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 24008
          },
          "name": "with",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 23944
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 25265
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25271
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25277
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 25035
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25041
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25047
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 25093
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 25086
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25133
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25146
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25126
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25139
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25097
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 25150
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25156
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25162
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 25208
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 25201
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25248
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25261
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25241
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25254
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25212
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 25323
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 25316
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25359
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25375
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25362
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25378
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25356
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25372
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25366
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25382
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25327
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 11354
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#autoscale DashboardV2#autoscale}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to automatically scale the tile."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11360
          },
          "name": "autoscale",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_link DashboardV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11420
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_unit DashboardV2#custom_unit}",
            "stability": "stable",
            "summary": "Display a unit of your choice on the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11366
          },
          "name": "customUnit",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11372
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11378
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11384
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#precision DashboardV2#precision}",
            "stability": "stable",
            "summary": "Number of decimals to show. If not defined, the widget uses the raw value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11390
          },
          "name": "precision",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11426
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_align DashboardV2#text_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's text. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11396
          },
          "name": "textAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11432
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeseries_background DashboardV2#timeseries_background}",
            "stability": "stable",
            "summary": "timeseries_background block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11438
          },
          "name": "timeseriesBackground",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11402
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11408
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11414
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 25787
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_hidden DashboardV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25793
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25799
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#link DashboardV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25805
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#override_label DashboardV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25811
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 25999
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 25991
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 26006
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25992
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 25874
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 25864
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25934
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25950
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25966
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25982
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25938
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25954
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25970
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25986
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25928
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25944
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25960
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25976
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 25878
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 11568
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 11561
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11836
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11852
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11868
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11884
          },
          "name": "putTimeseriesBackground",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11679
          },
          "name": "resetAutoscale"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11839
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11695
          },
          "name": "resetCustomUnit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11711
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11727
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11743
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11759
          },
          "name": "resetPrecision"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11855
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11775
          },
          "name": "resetTextAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11871
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11887
          },
          "name": "resetTimeseriesBackground"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11791
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11807
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11823
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11833
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11849
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11865
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11881
          },
          "name": "timeseriesBackground",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11683
          },
          "name": "autoscaleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11843
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11699
          },
          "name": "customUnitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11715
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11731
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11747
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11763
          },
          "name": "precisionInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11859
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11779
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11875
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11891
          },
          "name": "timeseriesBackgroundInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11811
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11795
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11827
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11673
          },
          "name": "autoscale",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11689
          },
          "name": "customUnit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11705
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11721
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11737
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11753
          },
          "name": "precision",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11769
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11785
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11801
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11817
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11572
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 10191
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregator to use for time aggregation. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10197
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_query DashboardV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10209
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#audit_query DashboardV2#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10215
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10221
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10227
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#log_query DashboardV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10233
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10239
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10203
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10245
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#rum_query DashboardV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10251
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#security_query DashboardV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10257
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 538
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 544
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 556
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 562
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 568
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 550
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 26010
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 26016
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 26022
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 26028
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs1600.ts",
          "line": 26081
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs1600.ts",
        "line": 26074
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 26139
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 26155
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 26127
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 26143
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 26159
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 26120
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 26133
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 26149
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs1600.ts",
            "line": 26085
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs1600:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 165
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 171
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 177
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 183
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 342
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 334
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 349
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 335
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 239
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 229
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 322
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 293
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 309
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 325
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 319
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 297
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 313
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 329
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 287
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 303
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 243
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 15
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 33
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 27
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 86
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 79
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 144
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 132
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 148
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 161
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 125
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 138
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 154
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 90
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 353
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 359
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 365
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 371
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 527
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 519
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 534
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 520
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 427
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 417
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 494
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 510
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 482
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 498
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 514
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 475
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 488
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 504
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 431
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 635
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 628
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 718
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 734
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 750
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 721
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 737
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 753
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 705
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 715
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 731
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 747
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 725
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 741
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 693
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 757
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 709
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 686
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 699
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 639
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 1437
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1443
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1455
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1461
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1467
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1449
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 761
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 767
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 773
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 779
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 832
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 825
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 890
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 906
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 878
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 894
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 910
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 871
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 884
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 900
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 836
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 1064
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1070
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1076
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1082
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 1241
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 1233
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1248
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1234
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 1138
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 1128
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1221
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1192
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1208
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1224
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1218
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1196
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1212
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1228
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1186
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1202
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1142
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 914
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 920
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 932
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 926
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 985
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 978
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1043
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1031
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1047
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1060
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1024
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1037
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1053
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 989
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 1252
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1258
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1264
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1270
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 1426
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 1418
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1433
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1419
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 1326
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 1316
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1393
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1409
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1381
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1397
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1413
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1374
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1387
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1403
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1330
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 1534
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 1527
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1617
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1633
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1649
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1620
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1636
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1652
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1604
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1614
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1630
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1646
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1624
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1640
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1592
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1656
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1608
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1585
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1598
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1538
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 1660
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1666
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1702
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1714
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1672
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1678
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1684
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1690
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1696
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1708
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 2038
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 2030
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2045
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2031
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 1812
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 1802
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1915
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1931
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1947
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1963
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1979
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2008
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1903
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1919
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1935
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1951
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1967
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1983
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1996
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2012
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2025
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1896
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1909
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1925
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1941
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1957
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1973
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1989
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2002
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2018
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 1816
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 3327
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3345
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3333
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3339
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3351
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3357
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3363
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3369
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3375
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 2049
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2055
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2061
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 2107
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 2100
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2146
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2162
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2150
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2166
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2140
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2156
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2111
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 2170
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2176
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2212
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2224
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2182
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2188
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2194
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2200
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2206
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2218
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 2548
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 2540
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2555
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2541
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 2322
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 2312
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2425
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2441
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2457
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2473
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2489
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2518
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2413
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2429
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2445
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2461
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2477
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2493
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2506
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2522
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2535
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2406
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2419
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2435
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2451
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2467
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2483
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2499
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2512
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2528
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2326
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 2559
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2565
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2571
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 2617
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 2610
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2656
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2672
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2660
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2676
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2650
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2666
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2621
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 3676
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 3668
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3683
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3669
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 3088
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3094
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3100
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 3146
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 3139
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3182
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3195
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3198
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3179
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3192
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3186
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3202
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3150
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 2884
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2890
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2896
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 2680
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2686
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2692
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 2738
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 2731
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2777
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2793
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2781
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2797
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2771
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2787
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2742
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 2801
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2807
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 2846
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 2839
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2880
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2873
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2850
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 2942
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 2935
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2978
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2994
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2981
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2997
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2975
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2991
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2985
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3001
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 2946
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 3005
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3011
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 3050
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 3043
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3084
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3077
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3054
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 3466
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 3456
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3592
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3608
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3624
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3640
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3656
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3550
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3566
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3595
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3611
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3627
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3643
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3659
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3589
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3605
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3621
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3637
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3653
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3554
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3570
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3599
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3615
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3583
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3631
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3647
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3663
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3544
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3560
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3576
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3470
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 3206
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3212
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3218
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 3264
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 3257
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3303
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3319
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3323
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3307
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3297
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3313
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3268
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 10648
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 10640
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10655
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10641
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 4363
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4369
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4381
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4387
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4393
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4375
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 3687
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3693
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3699
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3705
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 3758
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 3751
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3816
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3832
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3804
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3820
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3836
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3797
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3810
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3826
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3762
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 3990
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3996
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4002
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4008
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 4167
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 4159
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4174
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4160
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 4064
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 4054
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4147
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4118
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4134
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4150
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4144
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4122
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4138
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4154
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4112
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4128
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4068
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 3840
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3846
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3858
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3852
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 3911
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 3904
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3969
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3957
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3973
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3986
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3950
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3963
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3979
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 3915
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 4178
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4184
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4190
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4196
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 4352
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 4344
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4359
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4345
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 4252
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 4242
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4319
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4335
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4307
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4323
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4339
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4300
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4313
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4329
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4256
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 4460
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 4453
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4543
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4559
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4575
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4546
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4562
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4578
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4530
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4540
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4556
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4572
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4550
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4566
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4518
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4582
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4534
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4511
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4524
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4464
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 10369
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 10359
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10500
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10516
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10532
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10548
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10564
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10580
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10596
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10612
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10628
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10471
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10503
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10519
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10535
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10551
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10567
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10583
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10487
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10599
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10615
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10631
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10497
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10513
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10529
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10545
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10561
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10577
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10593
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10609
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10625
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10475
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10507
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10523
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10539
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10555
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10571
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10587
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10491
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10603
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10619
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10635
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10465
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10481
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10373
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 4586
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4604
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#filter_by DashboardV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4592
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4598
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_by DashboardV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4610
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 4670
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 4663
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4721
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4737
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4766
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4725
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4741
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4754
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4770
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4715
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4731
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4747
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4760
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4674
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 8065
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8071
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8077
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8083
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8089
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8095
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8101
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8107
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 4774
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4786
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4792
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4804
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4810
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4828
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4834
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4840
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4780
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4798
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4816
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4822
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 4949
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 4942
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5042
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5084
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5126
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5142
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5046
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5059
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5072
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5088
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5101
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5114
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5130
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5146
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5159
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5172
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5185
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5036
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5052
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5065
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5078
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5094
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5107
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5120
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5136
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5152
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5165
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5178
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 4953
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 5189
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5201
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5207
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5219
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5249
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5255
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5195
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5213
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5225
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5231
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5237
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5243
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 5364
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 5357
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5457
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5499
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5528
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5544
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5560
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5576
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5461
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5474
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5487
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5503
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5516
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5532
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5548
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5564
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5580
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5593
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5606
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5451
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5467
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5480
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5493
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5509
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5522
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5538
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5554
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5570
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5586
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5599
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5368
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 5610
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5628
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5634
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5640
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5616
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5622
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 5707
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 5700
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5764
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5780
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5768
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5784
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5797
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5810
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5823
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5758
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5774
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5790
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5803
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5816
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5711
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 6739
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6775
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6751
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6763
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6745
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6781
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6787
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6757
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6793
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6769
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 5827
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5833
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5839
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5845
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 6001
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 5993
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6008
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5994
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 5901
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 5891
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5968
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5984
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5956
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5972
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5988
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5949
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5962
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5978
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 5905
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 6165
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6171
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6177
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6183
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 6503
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6509
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6515
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6521
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 6574
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 6567
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6645
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6632
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6648
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6642
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6620
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6636
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6652
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6613
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6626
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6578
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 6350
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6356
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6362
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6368
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 6421
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 6414
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6479
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6495
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6467
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6483
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6499
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6460
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6473
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6489
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6425
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 6339
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 6331
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6346
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6332
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 6239
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 6229
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6319
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6306
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6322
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6316
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6294
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6310
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6326
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6287
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6300
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6243
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 6012
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6018
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6024
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6030
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 6083
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 6076
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6141
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6157
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6129
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6145
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6161
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6122
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6135
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6151
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6087
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 6888
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 6881
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7040
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7053
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7069
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7085
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6969
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7056
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7072
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6998
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7088
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7027
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7037
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7050
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7066
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7082
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7044
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6973
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6986
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7076
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7060
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7002
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7015
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7092
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7031
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6963
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6979
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6992
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7008
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7021
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6892
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 6656
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6662
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 6701
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 6694
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6735
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6728
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 6705
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 8382
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 8374
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8389
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8375
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 7096
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7120
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7126
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7102
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7108
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7114
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7132
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 7206
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 7199
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7269
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7285
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7301
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7343
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7273
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7289
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7305
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7318
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7331
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7347
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7263
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7279
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7295
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7311
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7324
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7337
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7210
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 8191
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 8181
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8266
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8282
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8298
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8314
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8330
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8346
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8362
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8269
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8285
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8301
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8317
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8333
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8349
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8365
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8263
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8279
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8295
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8311
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8327
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8343
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8359
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8273
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8289
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8305
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8321
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8337
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8353
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8369
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8195
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 7351
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7369
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7387
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7393
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7357
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7363
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7375
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7381
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7399
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7405
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7411
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 7513
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 7506
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7600
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7616
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7645
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7661
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7703
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7719
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7735
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7604
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7620
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7633
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7649
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7665
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7678
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7691
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7707
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7723
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7739
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7594
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7610
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7626
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7639
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7655
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7671
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7684
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7697
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7713
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7729
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7517
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 7743
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7761
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7773
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7785
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7749
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7755
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7767
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7779
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7791
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 7879
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 7872
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7954
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7970
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7999
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8028
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8057
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7958
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7974
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7987
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8003
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8016
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8032
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8045
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8061
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7948
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7964
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7980
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7993
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8009
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8022
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8038
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8051
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 7883
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 9069
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9075
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9087
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9093
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9099
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9081
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 8393
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8399
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8405
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8411
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 8464
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 8457
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8522
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8538
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8510
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8526
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8542
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8503
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8516
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8532
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8468
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 8696
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8702
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8708
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8714
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 8873
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 8865
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8880
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8866
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 8770
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 8760
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8853
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8824
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8840
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8856
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8850
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8828
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8844
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8860
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8818
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8834
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8774
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 8546
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8552
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8564
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8558
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 8617
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 8610
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8675
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8663
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8679
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8692
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8656
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8669
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8685
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8621
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 8884
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8890
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8896
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8902
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 9058
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 9050
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9065
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9051
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 8958
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 8948
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9025
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9041
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9013
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9029
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9045
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9006
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9019
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9035
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 8962
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 9166
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 9159
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9249
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9265
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9281
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9252
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9268
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9284
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9236
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9246
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9262
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9278
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9256
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9272
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9224
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9288
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9240
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9217
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9230
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9170
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 9968
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9974
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9986
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9992
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9998
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9980
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 9292
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9298
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9304
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9310
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 9363
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 9356
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9421
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9437
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9409
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9425
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9441
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9402
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9415
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9431
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9367
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 9595
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9601
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9607
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9613
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 9772
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 9764
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9779
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9765
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 9669
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 9659
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9752
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9723
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9739
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9755
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9749
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9727
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9743
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9759
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9717
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9733
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9673
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 9445
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9451
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9463
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9457
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 9516
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 9509
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9574
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9562
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9578
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9591
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9555
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9568
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9584
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9520
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 9783
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9789
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9795
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9801
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 9957
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 9949
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9964
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9950
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 9857
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 9847
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9924
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9940
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9912
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9928
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9944
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9905
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9918
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9934
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 9861
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 10065
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 10058
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10148
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10164
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10180
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10151
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10167
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10183
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10135
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10145
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10161
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10177
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10155
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10171
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10123
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10187
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10139
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10116
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10129
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10069
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 10889
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10895
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10901
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 10659
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10665
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10671
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 10717
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 10710
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10757
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10770
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10750
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10763
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10721
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 10774
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10780
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10786
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 10832
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 10825
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10872
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10885
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10865
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10878
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10836
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 10947
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 10940
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10983
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10999
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10986
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11002
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10980
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10996
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10990
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11006
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 10951
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 11236
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#type DashboardV2#type}",
            "stability": "stable",
            "summary": "Whether the Timeseries is made using an area or bars. Valid values are `area`, `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11242
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#yaxis DashboardV2#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11248
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 11294
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 11287
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11343
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11346
          },
          "name": "resetYaxis"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11340
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11334
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11350
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11327
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11298
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 11010
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#include_zero DashboardV2#include_zero}",
            "stability": "stable",
            "summary": "Set to `true` to include zero."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11016
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph. Only usable on Scatterplot Widgets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11022
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#max DashboardV2#max}",
            "stability": "stable",
            "summary": "Specifies the maximum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11028
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#min DashboardV2#min}",
            "stability": "stable",
            "summary": "Specifies the minimum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11034
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#scale DashboardV2#scale}",
            "stability": "stable",
            "summary": "Specifies the scale type. Possible values are `linear`, `log`, `sqrt`, and `pow##` (for example `pow2` or `pow0.5`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11040
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 11107
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 11100
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11164
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11180
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11196
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11212
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11228
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11168
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11184
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11200
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11216
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11232
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11158
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11174
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11190
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11206
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11222
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11111
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 12616
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#workflow_id DashboardV2#workflow_id}",
            "stability": "stable",
            "summary": "Workflow ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12658
          },
          "name": "workflowId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_link DashboardV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12664
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12622
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12628
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#input DashboardV2#input}",
            "stability": "stable",
            "summary": "input block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12670
          },
          "name": "input",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInput"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12634
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12676
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12640
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12646
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12652
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 11895
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLink",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_hidden DashboardV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11901
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11907
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#link DashboardV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11913
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#override_label DashboardV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11919
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 12107
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 12099
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12114
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12100
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 11982
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 11972
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12042
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12058
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12074
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12090
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12046
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12062
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12078
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12094
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12036
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12052
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12068
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12084
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 11986
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInput": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInput",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 12118
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInput",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "Name of the workflow input."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12124
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Dashboard template variable. Can be suffixed with `.value` or `.key`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12130
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInput"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInputList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInputList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 12254
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 12246
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12261
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInputOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInputList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12247
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInput"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInputList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInputOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInputOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 12179
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 12169
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInputOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12228
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12241
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12221
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12234
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12183
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInput"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInputOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 12778
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 12771
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12971
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12987
          },
          "name": "putInput",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInput"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13003
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12974
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12865
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12881
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12990
          },
          "name": "resetInput"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12897
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13006
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12913
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12929
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12945
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12968
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12984
          },
          "name": "input",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInputList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13000
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12978
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12869
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12885
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12994
          },
          "name": "inputInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInput"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12901
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13010
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12933
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12917
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12949
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12962
          },
          "name": "workflowIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12859
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12875
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12891
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12907
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12923
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12939
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12955
          },
          "name": "workflowId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12782
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 12495
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12501
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12507
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 12265
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12271
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12277
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 12323
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 12316
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12363
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12376
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12356
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12369
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12327
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 12380
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12386
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12392
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 12438
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 12431
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12478
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12491
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12471
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12484
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12442
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 12553
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 12546
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12589
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12605
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12592
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12608
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12586
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12602
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12596
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12612
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 12557
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 11521
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#color_by_groups DashboardV2#color_by_groups}",
            "stability": "stable",
            "summary": "List of groups used for colors."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11527
          },
          "name": "colorByGroups",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_link DashboardV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11569
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11533
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11539
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11545
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11575
          },
          "name": "request",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequest"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11581
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11551
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11557
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11563
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#xaxis DashboardV2#xaxis}",
            "stability": "stable",
            "summary": "xaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11587
          },
          "name": "xaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionXaxis"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#yaxis DashboardV2#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11593
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 13014
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_hidden DashboardV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13020
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13026
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#link DashboardV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13032
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#override_label DashboardV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13038
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 13226
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 13218
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13233
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13219
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 13101
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 13091
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13161
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13177
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13193
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13209
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13165
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13181
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13197
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13213
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13155
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13171
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13187
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13203
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13105
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 11709
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 11702
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11917
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11933
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequest"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11949
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11965
          },
          "name": "putXaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionXaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11981
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11808
          },
          "name": "resetColorByGroups"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11920
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11824
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11840
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11856
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11936
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11952
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11872
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11888
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11904
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11968
          },
          "name": "resetXaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11984
          },
          "name": "resetYaxis"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11914
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11930
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11946
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11962
          },
          "name": "xaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionXaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11978
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11812
          },
          "name": "colorByGroupsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11924
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11828
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11844
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11860
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11940
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequest"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11956
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11892
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11876
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11908
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11972
          },
          "name": "xaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionXaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11988
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11802
          },
          "name": "colorByGroups",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11818
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11834
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11850
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11866
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11882
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11898
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11713
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 10562
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#scatterplot_table DashboardV2#scatterplot_table}",
            "stability": "stable",
            "summary": "scatterplot_table block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10568
          },
          "name": "scatterplotTable",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#x DashboardV2#x}",
            "stability": "stable",
            "summary": "x block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10574
          },
          "name": "x",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestX"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y DashboardV2#y}",
            "stability": "stable",
            "summary": "y block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10580
          },
          "name": "y",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestY"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 10633
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 10626
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10675
          },
          "name": "putScatterplotTable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10691
          },
          "name": "putX",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestX"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10707
          },
          "name": "putY",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestY"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10678
          },
          "name": "resetScatterplotTable"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10694
          },
          "name": "resetX"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10710
          },
          "name": "resetY"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10672
          },
          "name": "scatterplotTable",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10688
          },
          "name": "x",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10704
          },
          "name": "y",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10682
          },
          "name": "scatterplotTableInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10698
          },
          "name": "xInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestX"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10714
          },
          "name": "yInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestY"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10637
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequest"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 17038
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17044
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17050
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 13237
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#dimension DashboardV2#dimension}",
            "stability": "stable",
            "summary": "Dimension of the Scatterplot. Valid values are `x`, `y`, `radius`, `color`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13249
          },
          "name": "dimension",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13255
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13243
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 13408
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 13400
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13415
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13401
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 13311
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 13301
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13365
          },
          "name": "resetAlias"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13369
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13382
          },
          "name": "dimensionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13395
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13359
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13375
          },
          "name": "dimension",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13388
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13315
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 17180
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 17172
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17187
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17173
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 17099
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 17089
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17144
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17160
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17147
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17163
          },
          "name": "resetQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17141
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17157
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17151
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17167
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17103
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 16710
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16716
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16722
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16728
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16734
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16740
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16746
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16752
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 13419
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13431
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13437
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13449
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13455
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13473
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13479
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13485
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13425
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13443
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13461
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13467
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 13594
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 13587
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13687
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13729
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13771
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13787
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13691
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13704
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13717
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13733
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13746
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13759
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13775
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13791
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13804
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13817
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13830
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13681
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13697
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13710
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13723
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13739
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13752
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13765
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13781
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13797
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13810
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13823
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13598
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 13834
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13846
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13852
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13864
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13894
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13900
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13840
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13858
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13870
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13876
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13882
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 13888
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 14009
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 14002
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14102
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14144
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14173
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14189
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14205
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14221
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14106
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14119
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14132
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14148
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14161
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14177
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14193
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14209
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14225
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14238
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14251
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14096
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14112
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14125
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14138
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14154
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14167
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14183
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14199
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14215
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14231
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14244
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14013
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 14255
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14273
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14279
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14285
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14261
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14267
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 14352
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 14345
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14409
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14425
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14413
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14429
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14442
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14455
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14468
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14403
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14419
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14435
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14448
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14461
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14356
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 15384
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15420
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15396
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15408
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15390
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15426
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15432
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15402
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15438
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15414
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 14472
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14478
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14484
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14490
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 14646
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 14638
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14653
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14639
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 14546
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 14536
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14613
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14629
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14601
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14617
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14633
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14594
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14607
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14623
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14550
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 14810
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14816
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14822
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14828
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 15148
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15154
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15160
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15166
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 15219
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 15212
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15290
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15277
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15293
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15287
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15265
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15281
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15297
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15258
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15271
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15223
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 14995
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15001
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15007
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15013
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 15066
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 15059
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15124
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15140
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15112
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15128
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15144
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15105
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15118
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15134
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15070
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 14984
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 14976
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14991
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14977
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 14884
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 14874
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14964
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14951
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14967
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14961
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14939
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14955
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14971
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14932
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14945
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14888
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 14657
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14663
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14669
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14675
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 14728
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 14721
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14786
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14802
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14774
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14790
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14806
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14767
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14780
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14796
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 14732
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 15533
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 15526
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15685
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15698
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15714
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15730
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15614
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15701
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15717
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15643
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15733
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15672
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15682
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15695
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15711
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15727
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15689
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15618
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15631
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15721
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15705
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15647
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15660
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15737
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15676
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15608
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15624
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15637
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15653
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15666
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15537
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 15301
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15307
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 15346
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 15339
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15380
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15373
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15350
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 17027
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 17019
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17034
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17020
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 15741
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15765
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15771
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15747
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15753
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15759
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15777
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 15851
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 15844
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15914
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15930
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15946
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15988
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15918
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15934
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15950
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15963
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15976
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15992
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15908
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15924
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15940
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15956
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15969
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15982
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 15855
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 16836
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 16826
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16911
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16927
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16943
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16959
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16975
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16991
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17007
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16914
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16930
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16946
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16962
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16978
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16994
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17010
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16908
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16924
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16940
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16956
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16972
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16988
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17004
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16918
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16934
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16950
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16966
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16982
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16998
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17014
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16840
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 15996
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16014
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16032
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16038
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16002
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16008
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16020
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16026
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16044
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16050
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16056
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 16158
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 16151
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16245
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16261
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16290
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16306
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16348
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16364
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16380
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16249
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16265
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16278
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16294
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16310
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16323
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16336
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16352
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16368
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16384
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16239
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16255
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16271
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16284
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16300
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16316
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16329
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16342
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16358
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16374
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16162
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 16388
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16406
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16418
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16430
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16394
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16400
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16412
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16424
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16436
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 16524
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 16517
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16599
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16615
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16644
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16673
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16702
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16603
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16619
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16632
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16648
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16661
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16677
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16690
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16706
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16593
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16609
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16625
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16638
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16654
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16667
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16683
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16696
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 16528
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestX": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestX",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 789
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestX",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "Aggregator used for the request. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 795
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_query DashboardV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 807
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 813
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#log_query DashboardV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 819
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 825
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 801
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 831
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#rum_query DashboardV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 837
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#security_query DashboardV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 843
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestX"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 17867
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17873
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17885
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17891
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17897
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17879
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 17191
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17197
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17203
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17209
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 17262
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 17255
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17320
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17336
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17308
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17324
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17340
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17301
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17314
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17330
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17266
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 17494
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17500
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17506
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17512
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 17671
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 17663
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17678
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17664
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 17568
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 17558
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17651
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17622
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17638
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17654
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17648
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17626
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17642
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17658
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17616
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17632
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17572
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 17344
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17350
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17362
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17356
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 17415
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 17408
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17473
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17461
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17477
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17490
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17454
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17467
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17483
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17419
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 17682
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17688
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17694
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17700
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 17856
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 17848
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17863
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17849
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 17756
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 17746
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17823
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17839
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17811
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17827
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17843
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17804
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17817
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17833
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17760
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 17964
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 17957
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18047
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18063
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18079
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18050
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18066
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18082
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18034
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18044
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18060
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18076
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18054
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18070
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18022
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18086
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18038
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18015
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18028
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 17968
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 19368
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19386
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19374
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19380
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19392
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19398
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19404
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19410
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19416
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 18090
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18096
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18102
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 18148
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 18141
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18187
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18203
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18191
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18207
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18181
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18197
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18152
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 18211
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18217
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18253
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18265
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18223
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18229
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18235
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18241
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18247
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18259
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 18589
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 18581
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18596
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18582
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 18363
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 18353
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18466
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18482
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18498
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18514
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18530
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18559
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18454
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18470
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18486
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18502
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18518
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18534
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18547
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18563
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18576
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18447
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18460
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18476
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18492
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18508
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18524
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18540
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18553
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18569
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18367
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 18600
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18606
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18612
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 18658
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 18651
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18697
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18713
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18701
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18717
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18691
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18707
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18662
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 19717
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 19709
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19724
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19710
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 19129
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19135
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19141
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 19187
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 19180
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19223
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19236
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19239
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19220
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19233
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19227
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19243
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19191
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 18925
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18931
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18937
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 18721
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18727
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18733
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 18779
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 18772
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18818
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18834
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18822
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18838
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18812
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18828
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18783
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 18842
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18848
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 18887
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 18880
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18921
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18914
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18891
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 18983
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 18976
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19019
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19035
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19022
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19038
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19016
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19032
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19026
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19042
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 18987
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 19046
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19052
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 19091
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 19084
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19125
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19118
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19095
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 19507
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 19497
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19633
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19649
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19665
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19681
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19697
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19591
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19607
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19636
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19652
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19668
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19684
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19700
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19630
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19646
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19662
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19678
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19694
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19595
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19611
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19640
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19656
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19624
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19672
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19688
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19704
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19585
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19601
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19617
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19511
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 19247
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19253
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19259
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 19305
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 19298
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19344
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19360
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19364
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19348
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19338
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19354
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19309
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 20404
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20410
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20422
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20428
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20434
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20416
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 19728
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19734
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19740
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19746
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 19799
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 19792
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19857
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19873
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19845
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19861
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19877
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19838
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19851
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19867
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19803
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 20031
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20037
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20043
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20049
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 20208
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 20200
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20215
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20201
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 20105
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 20095
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20188
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20159
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20175
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20191
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20185
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20163
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20179
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20195
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20153
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20169
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20109
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 19881
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19887
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19899
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19893
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 19952
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 19945
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20010
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19998
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20014
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20027
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19991
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20004
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20020
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 19956
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 20219
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20225
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20231
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20237
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 20393
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 20385
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20400
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20386
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 20293
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 20283
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20360
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20376
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20348
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20364
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20380
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20341
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20354
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20370
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20297
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 20501
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 20494
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20584
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20600
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20616
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20587
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20603
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20619
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20571
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20581
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20597
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20613
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20591
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20607
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20559
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20623
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20575
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20552
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20565
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20505
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 938
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 931
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1048
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1064
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1080
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1096
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1112
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1128
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1144
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1019
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1051
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1067
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1083
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1099
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1035
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1115
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1131
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1147
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1045
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1061
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1077
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1093
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1109
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1125
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1141
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1023
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1055
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1071
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1087
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1103
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1039
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1119
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1135
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1151
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1013
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1029
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 942
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestX"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 20627
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20645
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#filter_by DashboardV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20633
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20639
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_by DashboardV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20651
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 20711
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 20704
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20762
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20778
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20807
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20766
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20782
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20795
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20811
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20756
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20772
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20788
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20801
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20715
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 24106
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24112
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24118
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24124
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24130
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24136
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24142
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24148
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 20815
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20827
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20833
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20845
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20851
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20869
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20875
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20881
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20821
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20839
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20857
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20863
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 20990
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 20983
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21083
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21125
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21167
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21183
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21087
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21100
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21113
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21129
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21142
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21155
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21171
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21187
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21200
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21213
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21226
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21077
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21093
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21106
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21119
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21135
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21148
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21161
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21177
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21193
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21206
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21219
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 20994
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 21230
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21242
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21248
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21260
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21290
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21296
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21236
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21254
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21266
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21272
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21278
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21284
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 21405
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 21398
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21498
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21540
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21569
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21585
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21601
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21617
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21502
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21515
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21528
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21544
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21557
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21573
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21589
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21605
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21621
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21634
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21647
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21492
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21508
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21521
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21534
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21550
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21563
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21579
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21595
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21611
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21627
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21640
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21409
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 21651
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21669
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21675
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21681
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21657
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21663
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 21748
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 21741
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21805
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21821
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21809
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21825
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21838
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21851
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21864
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21799
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21815
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21831
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21844
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21857
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21752
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 22780
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22816
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22792
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22804
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22786
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22822
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22828
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22798
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22834
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22810
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 21868
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21874
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21880
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21886
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 22042
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 22034
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22049
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22035
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 21942
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 21932
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22009
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22025
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21997
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22013
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22029
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21990
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22003
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22019
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 21946
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 22206
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22212
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22218
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22224
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 22544
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22550
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22556
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22562
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 22615
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 22608
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22686
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22673
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22689
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22683
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22661
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22677
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22693
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22654
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22667
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22619
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 22391
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22397
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22403
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22409
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 22462
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 22455
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22520
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22536
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22508
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22524
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22540
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22501
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22514
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22530
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22466
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 22380
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 22372
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22387
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22373
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 22280
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 22270
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22360
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22347
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22363
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22357
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22335
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22351
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22367
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22328
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22341
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22284
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 22053
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22059
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22065
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22071
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 22124
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 22117
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22182
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22198
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22170
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22186
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22202
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22163
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22176
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22192
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22128
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 22929
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 22922
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23081
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23094
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23110
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23126
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23010
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23097
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23113
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23039
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23129
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23068
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23078
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23091
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23107
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23123
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23085
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23014
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23027
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23117
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23101
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23043
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23056
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23133
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23072
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23004
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23020
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23033
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23049
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23062
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22933
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 22697
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22703
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 22742
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 22735
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22776
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22769
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 22746
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 24423
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 24415
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24430
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24416
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 23137
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23161
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23167
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23143
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23149
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23155
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23173
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 23247
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 23240
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23310
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23326
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23342
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23384
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23314
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23330
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23346
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23359
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23372
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23388
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23304
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23320
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23336
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23352
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23365
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23378
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23251
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 24232
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 24222
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24307
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24323
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24339
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24355
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24371
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24387
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24403
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24310
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24326
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24342
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24358
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24374
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24390
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24406
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24304
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24320
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24336
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24352
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24368
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24384
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24400
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24314
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24330
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24346
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24362
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24378
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24394
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24410
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24236
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 23392
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23410
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23428
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23434
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23398
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23404
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23416
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23422
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23440
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23446
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23452
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 23554
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 23547
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23641
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23657
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23686
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23702
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23744
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23760
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23776
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23645
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23661
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23674
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23690
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23706
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23719
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23732
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23748
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23764
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23780
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23635
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23651
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23667
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23680
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23696
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23712
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23725
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23738
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23754
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23770
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23558
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 23784
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23802
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23814
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23826
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23790
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23796
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23808
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23820
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23832
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 23920
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 23913
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23995
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24011
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24040
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24069
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24098
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23999
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24015
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24028
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24044
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24057
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24073
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24086
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24102
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23989
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24005
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24021
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24034
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24050
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24063
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24079
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24092
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 23924
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 25110
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25116
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25128
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25134
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25140
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25122
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 24434
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24440
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24446
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24452
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 24505
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 24498
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24563
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24579
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24551
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24567
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24583
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24544
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24557
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24573
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24509
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 24737
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24743
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24749
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24755
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 24914
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 24906
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24921
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24907
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 24811
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 24801
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24894
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24865
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24881
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24897
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24891
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24869
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24885
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24901
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24859
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24875
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24815
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 24587
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24593
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24605
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24599
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 24658
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 24651
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24716
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24704
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24720
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24733
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24697
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24710
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24726
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24662
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 24925
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24931
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24937
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 24943
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 25099
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 25091
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25106
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25092
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 24999
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 24989
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25066
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25082
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25054
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25070
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25086
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25047
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25060
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25076
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25003
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 25207
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 25200
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25290
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25306
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25322
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25293
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25309
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25325
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25277
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25287
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25303
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25319
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25297
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25313
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25265
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25329
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25281
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25258
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25271
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25211
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 566
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 572
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 584
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 590
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 596
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 578
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 25333
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25339
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25345
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25351
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2000.ts",
          "line": 25404
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2000.ts",
        "line": 25397
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25462
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25478
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25450
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25466
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25482
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25443
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25456
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25472
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2000.ts",
            "line": 25408
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2000:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 193
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 199
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 205
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 211
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 370
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 362
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 377
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 363
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 267
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 257
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 350
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 321
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 337
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 353
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 347
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 325
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 341
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 357
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 315
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 331
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 271
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 43
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 49
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 61
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 55
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 114
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 107
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 172
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 160
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 176
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 189
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 153
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 166
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 182
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 118
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 381
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 387
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 393
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 399
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 555
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 547
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 562
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 548
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 455
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 445
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 522
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 538
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 510
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 526
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 542
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 503
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 516
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 532
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 459
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 663
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 656
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 746
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 762
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 778
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 749
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 765
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 781
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 733
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 743
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 759
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 775
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 753
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 769
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 721
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 785
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 737
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 714
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 727
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 667
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestY": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestY",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 10196
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestY",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "Aggregator used for the request. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10202
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_query DashboardV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10214
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10220
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#log_query DashboardV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10226
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10232
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10208
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10238
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#rum_query DashboardV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10244
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#security_query DashboardV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10250
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestY"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 1831
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1837
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1849
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1855
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1861
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1843
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 1155
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1161
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1167
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1173
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 1226
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 1219
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1284
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1300
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1272
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1288
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1304
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1265
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1278
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1294
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1230
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 1458
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1464
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1470
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1476
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 1635
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 1627
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1642
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1628
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 1532
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 1522
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1615
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1586
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1602
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1618
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1612
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1590
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1606
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1622
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1580
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1596
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1536
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 1308
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1314
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1326
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1320
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 1379
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 1372
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1437
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1425
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1441
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1454
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1418
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1431
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1447
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1383
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 1646
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1652
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1658
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1664
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 1820
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 1812
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1827
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1813
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 1720
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 1710
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1787
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1803
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1775
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1791
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1807
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1768
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1781
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1797
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1724
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 1928
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 1921
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2011
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2027
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2043
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2014
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2030
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2046
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1998
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2008
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2024
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2040
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2018
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2034
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1986
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2050
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2002
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1979
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1992
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 1932
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 3332
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3350
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3338
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3344
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3356
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3362
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3368
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3374
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3380
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 2054
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2060
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2066
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 2112
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 2105
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2151
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2167
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2155
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2171
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2145
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2161
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2116
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 2175
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2181
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2217
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2229
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2187
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2193
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2199
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2205
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2211
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2223
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 2553
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 2545
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2560
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2546
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 2327
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 2317
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2430
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2446
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2462
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2478
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2494
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2523
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2418
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2434
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2450
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2466
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2482
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2498
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2511
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2527
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2540
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2411
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2424
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2440
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2456
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2472
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2488
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2504
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2517
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2533
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2331
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 2564
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2570
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2576
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 2622
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 2615
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2661
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2677
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2665
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2681
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2655
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2671
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2626
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 3681
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 3673
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3688
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3674
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 3093
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3099
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3105
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 3151
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 3144
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3187
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3200
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3203
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3184
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3197
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3191
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3207
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3155
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 2889
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2895
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2901
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 2685
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2691
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2697
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 2743
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 2736
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2782
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2798
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2786
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2802
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2776
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2792
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2747
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 2806
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2812
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 2851
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 2844
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2885
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2878
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2855
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 2947
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 2940
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2983
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2999
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2986
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3002
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2980
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2996
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2990
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3006
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 2951
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 3010
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3016
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 3055
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 3048
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3089
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3082
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3059
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 3471
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 3461
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3597
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3613
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3629
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3645
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3661
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3555
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3571
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3600
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3616
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3632
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3648
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3664
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3594
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3610
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3626
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3642
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3658
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3559
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3575
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3604
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3620
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3588
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3636
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3652
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3668
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3549
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3565
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3581
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3475
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 3211
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3217
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3223
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 3269
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 3262
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3308
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3324
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3328
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3312
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3302
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3318
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3273
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 4368
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4374
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4386
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4392
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4398
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4380
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 3692
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3698
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3704
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3710
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 3763
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 3756
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3821
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3837
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3809
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3825
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3841
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3802
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3815
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3831
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3767
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 3995
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4001
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4007
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4013
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 4172
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 4164
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4179
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4165
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 4069
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 4059
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4152
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4123
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4139
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4155
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4149
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4127
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4143
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4159
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4117
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4133
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4073
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 3845
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3851
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3863
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3857
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 3916
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 3909
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3974
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3962
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3978
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3991
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3955
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3968
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3984
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 3920
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 4183
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4189
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4195
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4201
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 4357
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 4349
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4364
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4350
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 4257
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 4247
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4324
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4340
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4312
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4328
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4344
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4305
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4318
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4334
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4261
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 4465
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 4458
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4548
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4564
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4580
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4551
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4567
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4583
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4535
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4545
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4561
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4577
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4555
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4571
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4523
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4587
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4539
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4516
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4529
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4469
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 10345
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 10338
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10455
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10471
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10487
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10503
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10519
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10535
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10551
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10426
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10458
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10474
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10490
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10506
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10442
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10522
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10538
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10554
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10452
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10468
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10484
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10500
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10516
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10532
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10548
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10430
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10462
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10478
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10494
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10510
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10446
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10526
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10542
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10558
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10420
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10436
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10349
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestY"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 4591
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4609
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#filter_by DashboardV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4597
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4603
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_by DashboardV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4615
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 4675
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 4668
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4726
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4742
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4771
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4730
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4746
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4759
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4775
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4720
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4736
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4752
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4765
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4679
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 8070
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8076
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8082
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8088
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8094
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8100
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8106
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8112
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 4779
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4791
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4797
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4809
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4815
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4833
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4839
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4845
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4785
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4803
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4821
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4827
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 4954
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 4947
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5047
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5089
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5131
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5147
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5051
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5064
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5077
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5093
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5106
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5119
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5135
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5151
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5164
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5177
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5190
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5041
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5057
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5070
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5083
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5099
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5112
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5125
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5141
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5157
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5170
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5183
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 4958
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 5194
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5206
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5212
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5224
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5254
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5260
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5200
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5218
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5230
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5236
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5242
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5248
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 5369
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 5362
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5462
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5504
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5533
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5549
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5565
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5581
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5466
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5479
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5492
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5508
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5521
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5537
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5553
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5569
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5585
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5598
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5611
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5456
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5472
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5485
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5498
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5514
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5527
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5543
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5559
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5575
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5591
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5604
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5373
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 5615
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5633
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5639
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5645
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5621
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5627
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 5712
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 5705
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5769
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5785
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5773
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5789
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5802
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5815
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5828
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5763
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5779
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5795
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5808
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5821
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5716
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 6744
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6780
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6756
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6768
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6750
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6786
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6792
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6762
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6798
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6774
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 5832
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5838
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5844
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5850
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 6006
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 5998
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6013
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5999
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 5906
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 5896
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5973
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5989
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5961
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5977
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5993
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5954
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5967
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5983
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 5910
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 6170
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6176
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6182
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6188
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 6508
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6514
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6520
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6526
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 6579
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 6572
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6650
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6637
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6653
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6647
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6625
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6641
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6657
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6618
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6631
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6583
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 6355
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6361
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6367
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6373
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 6426
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 6419
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6484
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6500
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6472
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6488
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6504
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6465
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6478
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6494
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6430
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 6344
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 6336
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6351
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6337
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 6244
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 6234
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6324
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6311
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6327
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6321
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6299
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6315
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6331
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6292
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6305
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6248
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 6017
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6023
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6029
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6035
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 6088
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 6081
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6146
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6162
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6134
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6150
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6166
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6127
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6140
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6156
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6092
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 6893
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 6886
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7045
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7058
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7074
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7090
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6974
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7061
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7077
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7003
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7093
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7032
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7042
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7055
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7071
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7087
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7049
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6978
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6991
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7081
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7065
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7007
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7020
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7097
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7036
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6968
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6984
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6997
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7013
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7026
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6897
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 6661
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6667
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 6706
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 6699
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6740
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6733
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 6710
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 8387
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 8379
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8394
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8380
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 7101
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7125
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7131
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7107
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7113
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7119
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7137
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 7211
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 7204
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7274
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7290
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7306
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7348
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7278
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7294
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7310
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7323
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7336
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7352
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7268
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7284
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7300
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7316
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7329
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7342
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7215
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 8196
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 8186
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8271
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8287
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8303
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8319
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8335
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8351
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8367
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8274
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8290
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8306
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8322
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8338
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8354
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8370
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8268
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8284
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8300
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8316
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8332
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8348
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8364
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8278
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8294
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8310
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8326
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8342
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8358
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8374
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8200
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 7356
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7374
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7392
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7398
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7362
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7368
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7380
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7386
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7404
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7410
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7416
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 7518
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 7511
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7605
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7621
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7650
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7666
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7708
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7724
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7740
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7609
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7625
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7638
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7654
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7670
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7683
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7696
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7712
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7728
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7744
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7599
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7615
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7631
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7644
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7660
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7676
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7689
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7702
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7718
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7734
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7522
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 7748
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7766
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7778
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7790
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7754
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7760
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7772
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7784
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7796
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 7884
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 7877
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7959
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7975
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8004
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8033
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8062
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7963
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7979
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7992
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8008
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8021
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8037
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8050
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8066
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7953
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7969
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7985
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7998
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8014
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8027
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8043
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8056
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 7888
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 9074
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9080
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9092
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9098
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9104
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9086
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 8398
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8404
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8410
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8416
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 8469
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 8462
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8527
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8543
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8515
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8531
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8547
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8508
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8521
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8537
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8473
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 8701
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8707
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8713
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8719
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 8878
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 8870
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8885
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8871
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 8775
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 8765
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8858
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8829
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8845
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8861
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8855
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8833
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8849
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8865
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8823
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8839
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8779
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 8551
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8557
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8569
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8563
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 8622
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 8615
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8680
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8668
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8684
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8697
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8661
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8674
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8690
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8626
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 8889
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8895
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8901
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8907
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 9063
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 9055
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9070
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9056
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 8963
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 8953
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9030
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9046
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9018
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9034
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9050
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9011
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9024
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9040
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 8967
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 9171
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 9164
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9254
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9270
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9286
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9257
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9273
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9289
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9241
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9251
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9267
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9283
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9261
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9277
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9229
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9293
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9245
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9222
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9235
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9175
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 9973
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9979
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9991
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9997
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10003
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9985
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 9297
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9303
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9309
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9315
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 9368
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 9361
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9426
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9442
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9414
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9430
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9446
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9407
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9420
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9436
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9372
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 9600
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9606
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9612
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9618
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 9777
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 9769
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9784
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9770
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 9674
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 9664
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9757
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9728
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9744
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9760
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9754
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9732
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9748
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9764
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9722
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9738
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9678
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 9450
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9456
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9468
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9462
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 9521
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 9514
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9579
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9567
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9583
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9596
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9560
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9573
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9589
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9525
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 9788
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9794
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9800
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9806
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 9962
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 9954
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9969
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9955
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 9862
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 9852
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9929
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9945
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9917
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9933
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9949
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9910
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9923
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9939
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 9866
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 10070
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 10063
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10153
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10169
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10185
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10156
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10172
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10188
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10140
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10150
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10166
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10182
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10160
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10176
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10128
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10192
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10144
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10121
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10134
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10074
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 10948
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10954
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10960
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 10718
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10724
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10730
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 10776
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 10769
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10816
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10829
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10809
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10822
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10780
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 10833
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10839
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10845
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 10891
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 10884
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10931
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10944
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10924
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10937
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 10895
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 11006
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 10999
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11042
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11058
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11045
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11061
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11039
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11055
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11049
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11065
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11010
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionXaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionXaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 11069
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionXaxis",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#include_zero DashboardV2#include_zero}",
            "stability": "stable",
            "summary": "Set to `true` to include zero."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11075
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph. Only usable on Scatterplot Widgets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11081
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#max DashboardV2#max}",
            "stability": "stable",
            "summary": "Specifies the maximum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11087
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#min DashboardV2#min}",
            "stability": "stable",
            "summary": "Specifies the minimum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11093
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#scale DashboardV2#scale}",
            "stability": "stable",
            "summary": "Specifies the scale type. Possible values are `linear`, `log`, `sqrt`, and `pow##` (for example `pow2` or `pow0.5`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11099
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionXaxis"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionXaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionXaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 11166
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 11159
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11223
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11239
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11255
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11271
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11287
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionXaxisOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11227
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11243
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11259
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11275
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11291
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11217
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11233
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11249
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11265
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11281
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11170
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionXaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionXaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 11295
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionYaxis",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#include_zero DashboardV2#include_zero}",
            "stability": "stable",
            "summary": "Set to `true` to include zero."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11301
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph. Only usable on Scatterplot Widgets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11307
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#max DashboardV2#max}",
            "stability": "stable",
            "summary": "Specifies the maximum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11313
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#min DashboardV2#min}",
            "stability": "stable",
            "summary": "Specifies the minimum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11319
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#scale DashboardV2#scale}",
            "stability": "stable",
            "summary": "Specifies the scale type. Possible values are `linear`, `log`, `sqrt`, and `pow##` (for example `pow2` or `pow0.5`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11325
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionYaxis"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 11392
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 11385
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11449
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11465
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11481
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11497
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11513
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionYaxisOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11453
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11469
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11485
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11501
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11517
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11443
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11459
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11475
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11491
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11507
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11396
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetScatterplotDefinitionYaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 12343
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "The ID of the service level objective used by the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12385
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `7d`, `30d`, `90d`, `week_to_date`, `previous_week`, `month_to_date`, `previous_month`, `global_time`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time_windows DashboardV2#time_windows}",
            "stability": "stable",
            "summary": "A list of time windows to display in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12391
          },
          "name": "timeWindows",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#view_mode DashboardV2#view_mode}",
            "stability": "stable",
            "summary": "The view mode for the widget. Valid values are `overall`, `component`, `both`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12415
          },
          "name": "viewMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#view_type DashboardV2#view_type}",
            "stability": "stable",
            "summary": "The type of view to use when displaying the widget. Only `detail` is supported."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12421
          },
          "name": "viewType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12349
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12355
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#global_time_target DashboardV2#global_time_target}",
            "stability": "stable",
            "summary": "The global time target of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12361
          },
          "name": "globalTimeTarget",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12367
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12373
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_error_budget DashboardV2#show_error_budget}",
            "stability": "stable",
            "summary": "Whether to show the error budget or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12379
          },
          "name": "showErrorBudget",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12427
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12397
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12403
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12409
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 12557
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 12550
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12861
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12668
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12684
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12700
          },
          "name": "resetGlobalTimeTarget"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12716
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12732
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12748
          },
          "name": "resetShowErrorBudget"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12864
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12790
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12806
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12822
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12858
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12672
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12688
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12704
          },
          "name": "globalTimeTargetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12720
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12736
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12752
          },
          "name": "showErrorBudgetInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12765
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12868
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12778
          },
          "name": "timeWindowsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12810
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12794
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12826
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12839
          },
          "name": "viewModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12852
          },
          "name": "viewTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12662
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12678
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12694
          },
          "name": "globalTimeTarget",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12710
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12726
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12742
          },
          "name": "showErrorBudget",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12758
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12771
          },
          "name": "timeWindows",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12784
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12800
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12816
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12832
          },
          "name": "viewMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12845
          },
          "name": "viewType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12561
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 12222
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12228
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12234
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 11992
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 11998
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12004
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 12050
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 12043
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12090
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12103
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12083
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12096
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12054
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 12107
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12113
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12119
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 12165
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 12158
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12205
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12218
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12198
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12211
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12169
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 12280
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 12273
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12316
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12332
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12319
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12335
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12313
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12329
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12323
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12339
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12284
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 13446
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetServicemapDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#filters DashboardV2#filters}",
            "stability": "stable",
            "summary": "Your environment and primary tag (or `*` if enabled for your account)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13458
          },
          "name": "filters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "The ID of the service to map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13476
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_link DashboardV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13500
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13452
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13464
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13470
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13506
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13482
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13488
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13494
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetServicemapDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 12872
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLink",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_hidden DashboardV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12878
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12884
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#link DashboardV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12890
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#override_label DashboardV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12896
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 13084
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 13076
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13091
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13077
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 12959
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 12949
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13019
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13035
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13051
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13067
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13023
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13039
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13055
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13071
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13013
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13029
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13045
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13061
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 12963
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 13608
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 13601
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13814
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13830
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13817
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13695
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13724
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13740
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13833
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13769
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13785
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13801
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13811
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13827
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13821
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13699
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13712
          },
          "name": "filtersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13728
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13744
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13757
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13837
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13789
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13773
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13805
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13689
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13705
          },
          "name": "filters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13718
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13734
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13750
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13763
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13779
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13795
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13612
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 13325
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13331
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13337
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 13095
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13101
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13107
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 13153
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 13146
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13193
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13206
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13186
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13199
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13157
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 13210
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13216
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13222
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 13268
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 13261
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13308
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13321
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13301
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13314
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13272
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 13383
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 13376
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13419
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13435
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13422
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13438
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13416
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13432
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13426
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13442
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13387
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 14639
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSloListDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14681
          },
          "name": "request",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14645
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14651
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14657
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14687
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14663
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14669
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14675
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSloListDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 14775
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 14768
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14943
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14956
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14850
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14866
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14882
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14959
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14898
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14914
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14930
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14940
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14953
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14854
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14870
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14886
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14947
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14963
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14918
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14902
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14934
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14844
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14860
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14876
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14892
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14908
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14924
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14779
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 14141
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14153
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request_type DashboardV2#request_type}",
            "stability": "stable",
            "summary": "The request type for the SLO List request. Valid values are `slo_list`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14147
          },
          "name": "requestType",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 14277
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 14269
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14284
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14270
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 14202
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 14192
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14260
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuery"
              }
            }
          ]
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14257
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14264
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14251
          },
          "name": "requestTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14244
          },
          "name": "requestType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14206
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 13988
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query_string DashboardV2#query_string}",
            "stability": "stable",
            "summary": "Widget query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14000
          },
          "name": "queryString",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "Maximum number of results to display in the table."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13994
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14006
          },
          "name": "sort",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySort"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 14059
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 14052
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14130
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySort"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14104
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14133
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14127
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySortList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14108
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14121
          },
          "name": "queryStringInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14137
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySort"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14098
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14114
          },
          "name": "queryString",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14063
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 13841
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#column DashboardV2#column}",
            "stability": "stable",
            "summary": "The facet path for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13847
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13853
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySortList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySortList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 13977
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 13969
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13984
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySortOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySortList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13970
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySort"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySortList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 13902
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 13892
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13951
          },
          "name": "columnInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13964
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13944
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13957
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 13906
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySort"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 14518
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14524
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14530
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 14288
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14294
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14300
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 14346
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 14339
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14386
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14399
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14379
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14392
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14350
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 14403
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14409
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14415
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 14461
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 14454
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14501
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14514
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14494
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14507
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14465
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 14576
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 14569
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14612
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14628
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14615
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14631
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14609
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14625
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14619
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14635
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14580
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSloListDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 3324
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_link DashboardV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3372
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3330
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3336
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_total DashboardV2#hide_total}",
            "stability": "stable",
            "summary": "Whether or not to show the total value in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3342
          },
          "name": "hideTotal",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#legend_inline DashboardV2#legend_inline}",
            "stability": "stable",
            "summary": "legend_inline block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3378
          },
          "name": "legendInline",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendInline"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#legend_table DashboardV2#legend_table}",
            "stability": "stable",
            "summary": "legend_table block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3384
          },
          "name": "legendTable",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendTable"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3348
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3390
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3396
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3354
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3360
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3366
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 14967
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLink",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_hidden DashboardV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14973
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14979
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#link DashboardV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14985
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#override_label DashboardV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 14991
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 15179
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 15171
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15186
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15172
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 15054
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 15044
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15114
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15130
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15146
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15162
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15118
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15134
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15150
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15166
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15108
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15124
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15140
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15156
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15058
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendInline": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendInline",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 15190
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendInline",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#type DashboardV2#type}",
            "stability": "stable",
            "summary": "The type of legend (inline or automatic)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15208
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_percent DashboardV2#hide_percent}",
            "stability": "stable",
            "summary": "Whether to hide the percentages of the groups."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15196
          },
          "name": "hidePercent",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Whether to hide the values of the groups."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15202
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendInline"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendInlineOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendInlineOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 15261
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 15254
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15306
          },
          "name": "resetHidePercent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15322
          },
          "name": "resetHideValue"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendInlineOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15310
          },
          "name": "hidePercentInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15326
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15339
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15300
          },
          "name": "hidePercent",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15316
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15332
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15265
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendInline"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendInlineOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendTable": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendTable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 15343
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendTable",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#type DashboardV2#type}",
            "stability": "stable",
            "summary": "The type of legend (table or none)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15349
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendTable"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendTableOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendTableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 15388
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 15381
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendTableOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15422
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15415
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15392
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendTable"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendTableOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 3512
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 3505
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3720
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3736
          },
          "name": "putLegendInline",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendInline"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3752
          },
          "name": "putLegendTable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendTable"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3768
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3784
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3723
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3611
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3627
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3643
          },
          "name": "resetHideTotal"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3739
          },
          "name": "resetLegendInline"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3755
          },
          "name": "resetLegendTable"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3659
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3771
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3787
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3675
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3691
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3707
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3717
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3733
          },
          "name": "legendInline",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendInlineOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3749
          },
          "name": "legendTable",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendTableOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3765
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3781
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3727
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3615
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3631
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3647
          },
          "name": "hideTotalInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3743
          },
          "name": "legendInlineInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendInline"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3759
          },
          "name": "legendTableInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendTable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3663
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3775
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3791
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3695
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3679
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3711
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3605
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3621
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3637
          },
          "name": "hideTotal",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3653
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3669
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3685
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3701
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3516
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 2470
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_query DashboardV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2482
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#audit_query DashboardV2#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2488
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2494
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#log_query DashboardV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2500
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#network_query DashboardV2#network_query}",
            "stability": "stable",
            "summary": "network_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2506
          },
          "name": "networkQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2512
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2476
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2518
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#rum_query DashboardV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2524
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#security_query DashboardV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2530
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2536
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2542
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 16102
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16108
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16120
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16126
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16132
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16114
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 15426
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15432
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15438
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15444
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 15497
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 15490
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15555
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15571
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15543
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15559
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15575
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15536
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15549
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15565
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15501
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 15729
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15735
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15741
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15747
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 15906
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 15898
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15913
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15899
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 15803
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 15793
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15886
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15857
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15873
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15889
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15883
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15861
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15877
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15893
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15851
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15867
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15807
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 15579
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15585
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15597
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15591
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 15650
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 15643
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15708
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15696
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15712
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15725
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15689
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15702
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15718
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15654
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 15917
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15923
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15929
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15935
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 16091
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 16083
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16098
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16084
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 15991
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 15981
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16058
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16074
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16046
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16062
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16078
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16039
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16052
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16068
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 15995
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 16199
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 16192
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16282
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16298
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16314
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16285
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16301
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16317
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16269
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16279
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16295
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16311
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16289
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16305
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16257
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16321
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16273
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16250
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16263
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16203
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 17001
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17007
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17019
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17025
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17031
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17013
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 16325
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16331
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16337
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16343
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 16396
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 16389
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16454
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16470
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16442
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16458
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16474
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16435
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16448
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16464
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16400
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 16628
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16634
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16640
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16646
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 16805
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 16797
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16812
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16798
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 16702
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 16692
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16785
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16756
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16772
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16788
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16782
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16760
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16776
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16792
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16750
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16766
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16706
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 16478
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16484
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16496
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16490
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 16549
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 16542
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16607
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16595
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16611
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16624
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16588
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16601
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16617
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16553
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 16816
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16822
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16828
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16834
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 16990
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 16982
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16997
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16983
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 16890
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 16880
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16957
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16973
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16945
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16961
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16977
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16938
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16951
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16967
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 16894
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 17098
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 17091
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17181
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17197
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17213
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17184
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17200
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17216
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17168
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17178
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17194
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17210
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17188
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17204
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17156
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17220
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17172
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17149
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17162
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17102
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 18502
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18520
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18508
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18514
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18526
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18532
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18538
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18544
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18550
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 17224
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17230
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17236
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 17282
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 17275
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17321
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17337
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17325
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17341
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17315
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17331
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17286
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 17345
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17351
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17387
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17399
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17357
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17363
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17369
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17375
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17381
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17393
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 17723
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 17715
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17730
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17716
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 17497
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 17487
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17600
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17616
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17632
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17648
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17664
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17693
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17588
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17604
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17620
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17636
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17652
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17668
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17681
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17697
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17710
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17581
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17594
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17610
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17626
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17642
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17658
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17674
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17687
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17703
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17501
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 17734
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17740
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17746
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 17792
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 17785
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17831
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17847
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17835
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17851
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17825
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17841
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17796
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 18851
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 18843
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18858
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18844
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 18263
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18269
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18275
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 18321
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 18314
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18357
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18370
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18373
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18354
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18367
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18361
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18377
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18325
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 18059
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18065
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18071
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 17855
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17861
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17867
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 17913
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 17906
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17952
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17968
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17956
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17972
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17946
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17962
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17917
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 17976
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 17982
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 18021
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 18014
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18055
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18048
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18025
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 18117
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 18110
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18153
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18169
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18156
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18172
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18150
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18166
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18160
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18176
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18121
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 18180
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18186
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 18225
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 18218
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18259
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18252
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18229
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 18641
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 18631
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18767
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18783
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18799
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18815
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18831
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18725
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18741
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18770
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18786
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18802
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18818
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18834
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18764
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18780
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18796
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18812
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18828
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18729
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18745
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18774
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18790
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18758
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18806
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18822
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18838
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18719
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18735
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18751
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18645
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 18381
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18387
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18393
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 18439
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 18432
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18478
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18494
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18498
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18482
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18472
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18488
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18443
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 2962
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 2954
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2969
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2955
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 19538
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19544
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19556
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19562
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19568
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19550
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 18862
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18868
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18874
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18880
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 18933
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 18926
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18991
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19007
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18979
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18995
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19011
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18972
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18985
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19001
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 18937
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 19165
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19171
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19177
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19183
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 19342
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 19334
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19349
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19335
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 19239
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 19229
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19322
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19293
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19309
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19325
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19319
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19297
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19313
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19329
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19287
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19303
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19243
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 19015
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19021
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19033
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19027
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 19086
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 19079
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19144
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19132
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19148
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19161
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19125
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19138
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19154
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19090
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 19353
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19359
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19365
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19371
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 19527
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 19519
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19534
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19520
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 19427
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 19417
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19494
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19510
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19482
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19498
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19514
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19475
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19488
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19504
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19431
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 19635
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 19628
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19718
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19734
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19750
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19721
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19737
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19753
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19705
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19715
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19731
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19747
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19725
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19741
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19693
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19757
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19709
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19686
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19699
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19639
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 20437
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20443
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20455
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20461
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20467
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20449
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 19761
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19767
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19773
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19779
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 19832
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 19825
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19890
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19906
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19878
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19894
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19910
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19871
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19884
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19900
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19836
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 20064
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20070
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20076
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20082
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 20241
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 20233
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20248
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20234
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 20138
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 20128
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20221
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20192
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20208
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20224
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20218
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20196
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20212
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20228
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20186
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20202
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20142
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 19914
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19920
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19932
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19926
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 19985
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 19978
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20043
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20031
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20047
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20060
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20024
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20037
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20053
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 19989
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 20252
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20258
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20264
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20270
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 20426
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 20418
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20433
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20419
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 20326
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 20316
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20393
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20409
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20381
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20397
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20413
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20374
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20387
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20403
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20330
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 20534
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 20527
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20617
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20633
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20649
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20620
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20636
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20652
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20604
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20614
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20630
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20646
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20624
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20640
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20592
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20656
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20608
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20585
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20598
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20538
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 2661
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 2651
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2782
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2798
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2814
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2830
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2846
          },
          "name": "putNetworkQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2862
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2878
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2894
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2910
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2926
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2942
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2785
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2801
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2817
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2833
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2849
          },
          "name": "resetNetworkQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2865
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2769
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2881
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2897
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2913
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2929
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2945
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2779
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2795
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2811
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2827
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2843
          },
          "name": "networkQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2859
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2875
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2891
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2907
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2923
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2939
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2789
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2805
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2821
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2837
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2853
          },
          "name": "networkQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2869
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2773
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2885
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2901
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2917
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2933
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2949
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2763
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2665
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 20660
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20678
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#filter_by DashboardV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20666
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20672
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_by DashboardV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20684
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 20744
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 20737
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20795
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20811
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20840
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20799
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20815
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20828
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20844
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20789
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20805
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20821
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20834
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20748
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 24139
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24145
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24151
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24157
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24163
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24169
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24175
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24181
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 20848
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20860
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20866
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20878
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20884
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20902
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20908
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20914
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20854
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20872
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20890
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 20896
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 21023
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 21016
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21116
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21158
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21200
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21216
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21120
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21133
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21146
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21162
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21175
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21188
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21204
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21220
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21233
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21246
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21259
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21110
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21126
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21139
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21152
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21168
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21181
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21194
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21210
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21226
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21239
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21252
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21027
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 21263
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21275
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21281
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21293
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21323
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21329
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21269
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21287
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21299
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21305
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21311
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21317
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 21438
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 21431
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21531
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21573
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21602
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21618
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21634
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21650
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21535
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21548
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21561
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21577
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21590
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21606
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21622
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21638
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21654
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21667
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21680
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21525
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21541
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21554
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21567
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21583
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21596
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21612
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21628
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21644
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21660
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21673
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21442
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 21684
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21702
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21708
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21714
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21690
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21696
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 21781
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 21774
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21838
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21854
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21842
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21858
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21871
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21884
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21897
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21832
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21848
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21864
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21877
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21890
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21785
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 22813
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22849
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22825
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22837
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22819
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22855
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22861
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22831
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22867
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22843
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 21901
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21907
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21913
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21919
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 22075
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 22067
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22082
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22068
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 21975
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 21965
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22042
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22058
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22030
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22046
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22062
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22023
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22036
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22052
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 21979
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 22239
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22245
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22251
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22257
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 22577
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22583
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22589
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22595
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 22648
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 22641
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22719
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22706
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22722
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22716
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22694
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22710
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22726
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22687
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22700
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22652
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 22424
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22430
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22436
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22442
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 22495
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 22488
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22553
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22569
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22541
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22557
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22573
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22534
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22547
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22563
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22499
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 22413
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 22405
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22420
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22406
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 22313
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 22303
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22393
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22380
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22396
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22390
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22368
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22384
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22400
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22361
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22374
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22317
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 22086
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22092
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22098
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22104
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 22157
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 22150
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22215
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22231
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22203
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22219
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22235
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22196
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22209
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22225
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22161
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 22962
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 22955
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23114
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23127
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23143
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23159
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23043
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23130
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23146
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23072
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23162
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23101
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23111
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23124
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23140
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23156
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23118
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23047
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23060
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23150
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23134
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23076
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23089
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23166
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23105
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23037
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23053
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23066
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23082
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23095
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22966
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 22730
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22736
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 22775
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 22768
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22809
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22802
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 22779
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 24456
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 24448
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24463
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24449
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 23170
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23194
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23200
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23176
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23182
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23188
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23206
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 23280
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 23273
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23343
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23359
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23375
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23417
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23347
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23363
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23379
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23392
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23405
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23421
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23337
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23353
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23369
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23385
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23398
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23411
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23284
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 24265
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 24255
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24340
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24356
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24372
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24388
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24404
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24420
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24436
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24343
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24359
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24375
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24391
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24407
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24423
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24439
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24337
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24353
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24369
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24385
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24401
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24417
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24433
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24347
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24363
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24379
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24395
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24411
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24427
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24443
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24269
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 23425
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23443
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23461
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23467
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23431
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23437
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23449
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23455
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23473
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23479
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23485
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 23587
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 23580
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23674
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23690
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23719
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23735
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23777
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23793
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23809
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23678
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23694
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23707
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23723
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23739
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23752
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23765
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23781
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23797
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23813
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23668
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23684
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23700
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23713
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23729
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23745
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23758
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23771
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23787
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23803
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23591
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 23817
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23835
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23847
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23859
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23823
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23829
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23841
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23853
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23865
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2400.ts",
          "line": 23953
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2400.ts",
        "line": 23946
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24028
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24044
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24073
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24102
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24131
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24032
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24048
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24061
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24077
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24090
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24106
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24119
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24135
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24022
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24038
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24054
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24067
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24083
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24096
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24112
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 24125
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2400.ts",
            "line": 23957
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2400:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 723
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 729
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 741
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 747
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 753
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 735
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 47
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 53
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 59
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 65
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 118
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 111
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 176
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 192
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 164
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 180
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 196
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 157
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 170
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 186
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 122
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 350
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 356
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 362
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 368
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 527
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 519
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 534
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 520
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 424
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 414
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 507
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 478
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 494
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 510
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 504
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 482
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 498
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 514
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 472
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 488
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 428
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 200
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 206
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 218
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 212
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 271
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 264
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 329
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 317
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 333
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 346
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 310
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 323
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 339
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 275
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 538
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 544
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 550
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 556
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 712
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 704
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 719
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 705
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 612
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 602
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 679
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 695
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 667
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 683
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 699
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 660
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 673
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 689
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 616
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 820
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 813
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 903
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 919
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 935
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 906
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 922
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 938
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 890
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 900
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 916
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 932
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 910
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 926
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 878
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 942
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 894
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 871
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 884
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 824
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 1622
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1628
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1640
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1646
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1652
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1634
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 946
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 952
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 958
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 964
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 1017
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 1010
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1075
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1091
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1063
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1079
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1095
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1056
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1069
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1085
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1021
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 1249
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1255
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1261
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1267
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 1426
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 1418
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1433
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1419
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 1323
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 1313
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1406
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1377
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1393
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1409
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1403
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1381
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1397
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1413
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1371
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1387
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1327
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 1099
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1105
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1117
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1111
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 1170
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 1163
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1228
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1216
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1232
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1245
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1209
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1222
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1238
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1174
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 1437
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1443
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1449
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1455
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 1611
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 1603
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1618
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1604
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 1511
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 1501
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1578
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1594
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1566
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1582
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1598
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1559
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1572
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1588
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1515
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 1719
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 1712
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1802
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1818
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1834
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1805
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1821
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1837
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1789
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1799
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1815
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1831
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1809
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1825
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1777
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1841
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1793
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1770
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1783
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1723
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 2228
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of items to limit the widget to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2234
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order_by DashboardV2#order_by}",
            "stability": "stable",
            "summary": "order_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2240
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 2075
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_sort DashboardV2#formula_sort}",
            "stability": "stable",
            "summary": "formula_sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2081
          },
          "name": "formulaSort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByFormulaSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_sort DashboardV2#group_sort}",
            "stability": "stable",
            "summary": "group_sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2087
          },
          "name": "groupSort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByGroupSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByFormulaSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByFormulaSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 1845
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByFormulaSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "The index of the formula to sort by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1851
          },
          "name": "index",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting direction. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1857
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByFormulaSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByFormulaSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByFormulaSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 1903
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 1896
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByFormulaSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1943
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1956
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1936
          },
          "name": "index",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1949
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1907
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByFormulaSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByFormulaSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByGroupSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByGroupSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 1960
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByGroupSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the group tag to sort by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1966
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting direction. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 1972
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByGroupSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByGroupSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByGroupSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 2018
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 2011
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByGroupSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2058
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2071
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2051
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2064
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2022
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByGroupSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByGroupSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 2217
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 2209
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2224
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2210
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 2136
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 2126
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2181
          },
          "name": "putFormulaSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByFormulaSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2197
          },
          "name": "putGroupSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByGroupSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2184
          },
          "name": "resetFormulaSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2200
          },
          "name": "resetGroupSort"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2178
          },
          "name": "formulaSort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByFormulaSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2194
          },
          "name": "groupSort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByGroupSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2188
          },
          "name": "formulaSortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByFormulaSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2204
          },
          "name": "groupSortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByGroupSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2140
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 2286
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 2279
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2338
          },
          "name": "putOrderBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2325
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2341
          },
          "name": "resetOrderBy"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2335
          },
          "name": "orderBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2329
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2345
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2319
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2290
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 2349
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order_by DashboardV2#order_by}",
            "stability": "stable",
            "summary": "How to order series. Valid values are `tags`, `values`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2355
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2361
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 2407
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 2400
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2446
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2462
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2450
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2466
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2440
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2456
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2411
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 3203
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3209
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3215
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 2973
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2979
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 2985
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 3031
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 3024
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3071
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3084
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3064
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3077
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3035
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 3088
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3094
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3100
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 3146
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 3139
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3186
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3199
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3179
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3192
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3150
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 3261
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 3254
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3297
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3313
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3300
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3316
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3294
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3310
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3304
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3320
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3265
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 18847
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_link DashboardV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18913
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18853
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event DashboardV2#event}",
            "stability": "stable",
            "summary": "event block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18919
          },
          "name": "event",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18859
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#legend_columns DashboardV2#legend_columns}",
            "stability": "stable",
            "summary": "A list of columns to display in the legend. Valid values are `value`, `avg`, `sum`, `min`, `max`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18865
          },
          "name": "legendColumns",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#legend_layout DashboardV2#legend_layout}",
            "stability": "stable",
            "summary": "The layout of the legend displayed in the widget. Valid values are `auto`, `horizontal`, `vertical`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18871
          },
          "name": "legendLayout",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#legend_size DashboardV2#legend_size}",
            "stability": "stable",
            "summary": "The size of the legend displayed in the widget. Valid values are `0`, `2`, `4`, `8`, `16`, `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18877
          },
          "name": "legendSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18883
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#marker DashboardV2#marker}",
            "stability": "stable",
            "summary": "marker block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18925
          },
          "name": "marker",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18931
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#right_yaxis DashboardV2#right_yaxis}",
            "stability": "stable",
            "summary": "right_yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18937
          },
          "name": "rightYaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_legend DashboardV2#show_legend}",
            "stability": "stable",
            "summary": "Whether or not to show the legend on this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18889
          },
          "name": "showLegend",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18943
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18895
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18901
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18907
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#yaxis DashboardV2#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18949
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 3795
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_hidden DashboardV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3801
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3807
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#link DashboardV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3813
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#override_label DashboardV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3819
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 4007
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 3999
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4014
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4000
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 3882
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 3872
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3942
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3958
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3974
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3990
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3946
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3962
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3978
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3994
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3936
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3952
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3968
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3984
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 3886
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEvent": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEvent",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 4018
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEvent",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The event query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4024
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tags_execution DashboardV2#tags_execution}",
            "stability": "stable",
            "summary": "The execution method for multi-value filters."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4030
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEvent"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEventList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEventList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 4157
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 4149
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4164
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEventOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEventList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4150
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEventList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEventOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEventOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 4079
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 4069
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4140
          },
          "name": "resetTagsExecution"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEventOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4128
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4144
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4121
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4134
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4083
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEvent"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEventOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarker": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarker",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 4168
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarker",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be a single value `y = 15` or a range of values `0 < y < 10`. For Distribution widgets with `display_type` set to `percentile`, this should be a numeric percentile value (for example, `90` for P90).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4192
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "For Distribution widgets, this can be set to `percentile`. Example: `error dashed`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#display_type DashboardV2#display_type}",
            "stability": "stable",
            "summary": "Combination of a severity (`error`, `warning`, `ok`, or `info`) and a line type (`dashed`, `solid`, or `bold`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4174
          },
          "name": "displayType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Label to display over the marker."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4180
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "Timestamp for the marker position."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4186
          },
          "name": "time",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarker"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 4377
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 4369
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4384
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4370
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 4255
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 4245
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4315
          },
          "name": "resetDisplayType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4331
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4347
          },
          "name": "resetTime"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4319
          },
          "name": "displayTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4335
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4351
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4364
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4309
          },
          "name": "displayType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4325
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4341
          },
          "name": "time",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4357
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4259
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarker"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 19100
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 19093
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19386
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19402
          },
          "name": "putEvent",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEvent"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19418
          },
          "name": "putMarker",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarker"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19434
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19450
          },
          "name": "putRightYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19466
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19482
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19389
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19229
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19405
          },
          "name": "resetEvent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19245
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19261
          },
          "name": "resetLegendColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19277
          },
          "name": "resetLegendLayout"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19293
          },
          "name": "resetLegendSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19309
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19421
          },
          "name": "resetMarker"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19437
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19453
          },
          "name": "resetRightYaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19325
          },
          "name": "resetShowLegend"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19469
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19341
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19357
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19373
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19485
          },
          "name": "resetYaxis"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19383
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19399
          },
          "name": "event",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEventList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19415
          },
          "name": "marker",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19431
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19447
          },
          "name": "rightYaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19463
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19479
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19393
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19233
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19409
          },
          "name": "eventInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19249
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19265
          },
          "name": "legendColumnsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19281
          },
          "name": "legendLayoutInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19297
          },
          "name": "legendSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19313
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19425
          },
          "name": "markerInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19441
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19457
          },
          "name": "rightYaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19329
          },
          "name": "showLegendInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19473
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19361
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19345
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19377
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19489
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19223
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19239
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19255
          },
          "name": "legendColumns",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19271
          },
          "name": "legendLayout",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19287
          },
          "name": "legendSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19303
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19319
          },
          "name": "showLegend",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19335
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19351
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19367
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19104
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 17401
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_query DashboardV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17425
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#audit_query DashboardV2#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17431
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#display_type DashboardV2#display_type}",
            "stability": "stable",
            "summary": "How to display the marker lines. Valid values are `area`, `bars`, `line`, `overlay`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17407
          },
          "name": "displayType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17437
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17443
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#log_query DashboardV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17449
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metadata DashboardV2#metadata}",
            "stability": "stable",
            "summary": "metadata block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17455
          },
          "name": "metadata",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#network_query DashboardV2#network_query}",
            "stability": "stable",
            "summary": "network_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17461
          },
          "name": "networkQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#on_right_yaxis DashboardV2#on_right_yaxis}",
            "stability": "stable",
            "summary": "A Boolean indicating whether the request uses the right or left Y-Axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17413
          },
          "name": "onRightYaxis",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17467
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#profile_metrics_query DashboardV2#profile_metrics_query}",
            "stability": "stable",
            "summary": "profile_metrics_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17473
          },
          "name": "profileMetricsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17419
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17479
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#rum_query DashboardV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17485
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#security_query DashboardV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17491
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17497
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 5064
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5070
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5082
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5088
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5094
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5076
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 4388
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4394
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4400
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4406
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 4459
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 4452
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4517
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4533
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4505
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4521
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4537
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4498
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4511
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4527
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4463
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 4691
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4697
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4703
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4709
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 4868
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 4860
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4875
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4861
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 4765
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 4755
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4848
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4819
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4835
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4851
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4845
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4823
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4839
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4855
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4813
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4829
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4769
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 4541
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4547
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4559
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4553
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 4612
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 4605
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4670
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4658
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4674
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4687
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4651
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4664
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4680
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4616
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 4879
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4885
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4891
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4897
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 5053
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 5045
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5060
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5046
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 4953
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 4943
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5020
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5036
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5008
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5024
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5040
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5001
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5014
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5030
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 4957
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 5161
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 5154
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5244
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5260
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5276
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5247
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5263
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5279
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5231
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5241
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5257
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5273
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5251
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5267
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5219
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5283
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5235
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5212
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5225
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5165
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 5963
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5969
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5981
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5987
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5993
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5975
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 5287
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5293
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5299
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5305
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 5358
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 5351
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5416
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5432
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5404
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5420
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5436
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5397
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5410
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5426
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5362
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 5590
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5596
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5602
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5608
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 5767
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 5759
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5774
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5760
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 5664
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 5654
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5747
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5718
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5734
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5750
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5744
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5722
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5738
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5754
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5712
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5728
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5668
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 5440
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5446
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5458
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5452
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 5511
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 5504
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5569
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5557
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5573
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5586
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5550
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5563
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5579
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5515
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 5778
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5784
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5790
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5796
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 5952
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 5944
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5959
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5945
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 5852
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 5842
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5919
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5935
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5907
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5923
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5939
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5900
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5913
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5929
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 5856
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 6060
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 6053
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6143
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6159
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6175
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6146
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6162
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6178
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6130
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6140
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6156
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6172
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6150
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6166
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6118
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6182
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6134
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6111
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6124
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6064
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 6862
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6868
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6880
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6886
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6892
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6874
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 6186
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6192
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6198
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6204
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 6257
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 6250
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6315
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6331
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6303
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6319
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6335
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6296
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6309
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6325
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6261
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 6489
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6495
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6501
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6507
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 6666
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 6658
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6673
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6659
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 6563
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 6553
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6646
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6617
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6633
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6649
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6643
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6621
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6637
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6653
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6611
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6627
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6567
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 6339
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6345
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6357
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6351
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 6410
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 6403
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6468
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6456
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6472
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6485
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6449
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6462
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6478
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6414
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 6677
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6683
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6689
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6695
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 6851
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 6843
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6858
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6844
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 6751
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 6741
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6818
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6834
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6806
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6822
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6838
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6799
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6812
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6828
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6755
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 6959
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 6952
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7042
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7058
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7074
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7045
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7061
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7077
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7029
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7039
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7055
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7071
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7049
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7065
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7017
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7081
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7033
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7010
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7023
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 6963
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 8363
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8381
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8369
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8375
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8387
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8393
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8399
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8405
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8411
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 7085
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7091
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7097
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 7143
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 7136
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7182
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7198
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7186
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7202
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7176
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7192
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7147
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 7206
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7212
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7248
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7260
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7218
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7224
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7230
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7236
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7242
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7254
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 7584
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 7576
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7591
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7577
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 7358
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 7348
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7461
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7477
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7493
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7509
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7525
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7554
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7449
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7465
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7481
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7497
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7513
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7529
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7542
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7558
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7571
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7442
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7455
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7471
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7487
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7503
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7519
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7535
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7548
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7564
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7362
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 7595
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7601
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7607
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 7653
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 7646
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7692
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7708
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7696
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7712
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7686
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7702
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7657
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 8712
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 8704
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8719
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8705
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 8124
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8130
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8136
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 8182
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 8175
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8218
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8231
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8234
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8215
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8228
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8222
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8238
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8186
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 7920
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7926
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7932
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 7716
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7722
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7728
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 7774
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 7767
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7813
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7829
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7817
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7833
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7807
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7823
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7778
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 7837
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7843
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 7882
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 7875
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7916
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7909
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7886
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 7978
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 7971
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8014
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8030
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8017
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8033
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8011
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8027
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8021
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8037
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 7982
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 8041
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8047
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 8086
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 8079
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8120
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8113
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8090
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 8502
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 8492
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8628
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8644
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8660
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8676
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8692
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8586
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8602
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8631
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8647
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8663
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8679
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8695
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8625
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8641
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8657
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8673
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8689
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8590
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8606
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8635
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8651
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8619
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8667
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8683
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8699
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8580
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8596
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8612
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8506
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 8242
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8248
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8254
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 8300
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 8293
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8339
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8355
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8359
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8343
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8333
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8349
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8304
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 18033
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 18025
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18040
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18026
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 9399
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9405
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9417
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9423
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9429
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9411
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 8723
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8729
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8735
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8741
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 8794
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 8787
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8852
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8868
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8840
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8856
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8872
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8833
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8846
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8862
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8798
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 9026
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9032
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9038
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9044
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 9203
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 9195
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9210
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9196
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 9100
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 9090
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9183
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9154
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9170
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9186
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9180
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9158
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9174
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9190
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9148
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9164
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9104
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 8876
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8882
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8894
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8888
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 8947
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 8940
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9005
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8993
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9009
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9022
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8986
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8999
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9015
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 8951
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 9214
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9220
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9226
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9232
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 9388
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 9380
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9395
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9381
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 9288
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 9278
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9355
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9371
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9343
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9359
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9375
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9336
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9349
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9365
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9292
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 9496
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 9489
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9579
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9595
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9611
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9582
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9598
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9614
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9566
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9576
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9592
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9608
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9586
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9602
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9554
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9618
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9570
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9547
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9560
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9500
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 9622
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#expression DashboardV2#expression}",
            "stability": "stable",
            "summary": "The expression name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9634
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias_name DashboardV2#alias_name}",
            "stability": "stable",
            "summary": "The expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9628
          },
          "name": "aliasName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 9761
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 9753
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9768
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9754
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 9683
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 9673
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9731
          },
          "name": "resetAliasName"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9735
          },
          "name": "aliasNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9748
          },
          "name": "expressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9725
          },
          "name": "aliasName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9741
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9687
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 10448
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10454
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10466
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10472
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10478
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10460
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 9772
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9778
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9784
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9790
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 9843
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 9836
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9901
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9917
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9889
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9905
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9921
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9882
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9895
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9911
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9847
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 10075
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10081
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10087
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10093
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 10252
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 10244
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10259
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10245
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 10149
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 10139
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10232
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10203
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10219
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10235
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10229
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10207
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10223
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10239
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10197
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10213
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10153
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 9925
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9931
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9943
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 9937
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 9996
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 9989
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10054
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10042
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10058
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10071
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10035
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10048
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10064
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10000
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 10263
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10269
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10275
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10281
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 10437
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 10429
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10444
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10430
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 10337
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 10327
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10404
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10420
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10392
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10408
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10424
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10385
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10398
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10414
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10341
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 10545
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 10538
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10628
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10644
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10660
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10631
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10647
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10663
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10615
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10625
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10641
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10657
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10635
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10651
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10603
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10667
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10619
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10596
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10609
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10549
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 17644
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 17634
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17821
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17837
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17853
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17869
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17885
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17901
          },
          "name": "putMetadata",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17917
          },
          "name": "putNetworkQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17933
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17949
          },
          "name": "putProfileMetricsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17965
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17981
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17997
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18013
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17824
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17840
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17776
          },
          "name": "resetDisplayType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17856
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17872
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17888
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17904
          },
          "name": "resetMetadata"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17920
          },
          "name": "resetNetworkQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17792
          },
          "name": "resetOnRightYaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17936
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17952
          },
          "name": "resetProfileMetricsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17808
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17968
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17984
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18000
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18016
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17818
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17834
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17850
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17866
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17882
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17898
          },
          "name": "metadata",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17914
          },
          "name": "networkQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17930
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17946
          },
          "name": "profileMetricsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17962
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17978
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17994
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18010
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17828
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17844
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17780
          },
          "name": "displayTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17860
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17876
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17892
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17908
          },
          "name": "metadataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17924
          },
          "name": "networkQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17796
          },
          "name": "onRightYaxisInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17940
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17956
          },
          "name": "profileMetricsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17812
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17972
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17988
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18004
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18020
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17770
          },
          "name": "displayType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17786
          },
          "name": "onRightYaxis",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17802
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17648
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 10671
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10689
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#filter_by DashboardV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10677
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10683
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_by DashboardV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10695
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 10755
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 10748
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10806
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10822
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10851
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10810
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10826
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10839
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10855
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10800
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10816
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10832
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10845
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10759
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 11535
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11541
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11553
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11559
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11565
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11547
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 10859
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10865
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10871
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10877
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 10930
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 10923
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10988
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11004
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10976
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10992
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11008
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10969
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10982
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10998
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 10934
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 11162
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11168
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11174
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11180
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 11339
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 11331
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11346
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11332
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 11236
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 11226
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11319
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11290
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11306
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11322
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11316
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11294
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11310
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11326
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11284
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11300
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11240
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 11012
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11018
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11030
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11024
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 11083
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 11076
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11141
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11129
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11145
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11158
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11122
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11135
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11151
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11087
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 11350
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11356
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11362
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11368
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 11524
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 11516
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11531
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11517
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 11424
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 11414
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11491
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11507
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11479
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11495
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11511
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11472
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11485
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11501
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11428
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 11632
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 11625
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11715
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11731
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11747
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11718
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11734
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11750
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11702
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11712
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11728
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11744
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11722
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11738
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11690
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11754
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11706
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11683
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11696
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11636
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 15049
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15055
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15061
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15067
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15073
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15079
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15085
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15091
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 11758
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11770
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11776
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11788
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11794
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11812
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11818
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11824
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11764
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11782
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11800
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11806
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 11933
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 11926
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12026
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12068
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12110
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12126
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12030
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12043
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12056
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12072
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12085
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12098
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12114
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12130
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12143
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12156
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12169
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12020
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12036
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12049
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12062
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12078
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12091
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12104
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12120
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12136
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12149
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12162
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 11937
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 12173
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12185
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12191
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12203
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12233
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12239
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12179
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12197
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12209
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12215
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12221
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12227
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 12348
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 12341
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12441
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12483
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12512
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12528
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12544
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12560
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12445
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12458
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12471
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12487
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12500
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12516
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12532
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12548
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12564
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12577
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12590
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12435
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12451
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12464
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12477
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12493
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12506
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12522
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12538
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12554
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12570
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12583
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12352
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 12594
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12612
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12618
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12624
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12600
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12606
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 12691
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 12684
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12748
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12764
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12752
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12768
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12781
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12794
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12807
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12742
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12758
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12774
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12787
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12800
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12695
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 13723
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13759
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13735
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13747
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13729
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13765
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13771
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13741
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13777
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13753
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 12811
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12817
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12823
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12829
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 12985
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 12977
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12992
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12978
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 12885
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 12875
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12952
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12968
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12940
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12956
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12972
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12933
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12946
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12962
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 12889
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 13149
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13155
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13161
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13167
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 13487
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13493
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13499
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13505
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 13558
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 13551
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13629
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13616
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13632
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13626
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13604
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13620
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13636
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13597
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13610
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13562
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 13334
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13340
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13346
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13352
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 13405
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 13398
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13463
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13479
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13451
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13467
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13483
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13444
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13457
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13473
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13409
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 13323
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 13315
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13330
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13316
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 13223
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 13213
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13303
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13290
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13306
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13300
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13278
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13294
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13310
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13271
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13284
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13227
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 12996
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13002
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13008
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13014
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 13067
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 13060
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13125
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13141
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13113
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13129
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13145
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13106
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13119
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13135
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13071
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 13872
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 13865
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14024
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14037
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14053
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14069
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13953
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14040
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14056
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13982
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14072
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14011
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14021
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14034
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14050
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14066
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14028
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13957
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13970
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14060
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14044
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13986
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13999
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14076
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14015
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13947
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13963
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13976
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13992
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14005
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13876
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 13640
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13646
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 13685
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 13678
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13719
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13712
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 13689
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 15366
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 15358
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15373
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15359
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 14080
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14104
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14110
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14086
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14092
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14098
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14116
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 14190
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 14183
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14253
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14269
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14285
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14327
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14257
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14273
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14289
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14302
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14315
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14331
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14247
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14263
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14279
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14295
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14308
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14321
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14194
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 15175
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 15165
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15250
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15266
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15282
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15298
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15314
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15330
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15346
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15253
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15269
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15285
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15301
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15317
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15333
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15349
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15247
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15263
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15279
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15295
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15311
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15327
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15343
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15257
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15273
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15289
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15305
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15321
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15337
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15353
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15179
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 14335
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14353
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14371
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14377
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14341
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14347
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14359
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14365
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14383
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14389
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14395
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 14497
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 14490
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14584
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14600
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14629
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14645
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14687
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14703
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14719
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14588
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14604
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14617
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14633
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14649
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14662
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14675
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14691
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14707
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14723
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14578
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14594
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14610
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14623
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14639
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14655
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14668
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14681
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14697
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14713
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14501
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 14727
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14745
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14757
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14769
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14733
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14739
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14751
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14763
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14775
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 14863
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 14856
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14938
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14954
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14983
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15012
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15041
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14942
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14958
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14971
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14987
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15000
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15016
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15029
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15045
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14932
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14948
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14964
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14977
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14993
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15006
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15022
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15035
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 14867
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 16053
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16059
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16071
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16077
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16083
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16065
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 15377
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15383
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15389
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15395
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 15448
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 15441
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15506
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15522
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15494
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15510
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15526
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15487
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15500
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15516
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15452
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 15680
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15686
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15692
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15698
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 15857
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 15849
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15864
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15850
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 15754
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 15744
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15837
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15808
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15824
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15840
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15834
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15812
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15828
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15844
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15802
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15818
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15758
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 15530
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15536
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15548
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15542
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 15601
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 15594
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15659
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15647
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15663
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15676
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15640
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15653
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15669
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15605
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 15868
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15874
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15880
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15886
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 16042
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 16034
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16049
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16035
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 15942
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 15932
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16009
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16025
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15997
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16013
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16029
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15990
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16003
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16019
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 15946
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 16150
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 16143
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16233
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16249
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16265
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16236
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16252
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16268
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16220
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16230
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16246
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16262
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16240
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16256
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16208
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16272
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16224
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16201
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16214
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16154
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 16952
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16958
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16970
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16976
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16982
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16964
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 16276
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16282
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16288
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16294
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 16347
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 16340
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16405
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16421
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16393
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16409
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16425
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16386
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16399
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16415
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16351
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 16579
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16585
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16591
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16597
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 16756
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 16748
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16763
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16749
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 16653
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 16643
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16736
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16707
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16723
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16739
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16733
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16711
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16727
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16743
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16701
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16717
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16657
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 16429
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16435
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16447
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16441
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 16500
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 16493
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16558
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16546
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16562
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16575
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16539
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16552
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16568
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16504
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 16767
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16773
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16779
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16785
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 16941
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 16933
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16948
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16934
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 16841
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 16831
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16908
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16924
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16896
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16912
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16928
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16889
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16902
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16918
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 16845
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 17049
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 17042
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17132
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17148
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17164
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17135
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17151
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17167
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17119
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17129
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17145
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17161
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17139
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17155
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17107
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17171
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17123
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17100
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17113
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17053
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 17175
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#has_value_labels DashboardV2#has_value_labels}",
            "stability": "stable",
            "summary": "Whether to display value labels on the timeseries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17181
          },
          "name": "hasValueLabels",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#line_type DashboardV2#line_type}",
            "stability": "stable",
            "summary": "The type of lines displayed. Valid values are `dashed`, `dotted`, `solid`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17187
          },
          "name": "lineType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#line_width DashboardV2#line_width}",
            "stability": "stable",
            "summary": "The width of line displayed. Valid values are `normal`, `thick`, `thin`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17193
          },
          "name": "lineWidth",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order_by DashboardV2#order_by}",
            "stability": "stable",
            "summary": "How to order series in timeseries visualizations. Valid values are `tags`, `values`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17199
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17205
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 17272
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 17265
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17329
          },
          "name": "resetHasValueLabels"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17345
          },
          "name": "resetLineType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17361
          },
          "name": "resetLineWidth"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17377
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17393
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17333
          },
          "name": "hasValueLabelsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17349
          },
          "name": "lineTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17365
          },
          "name": "lineWidthInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17381
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17397
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17323
          },
          "name": "hasValueLabels",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17339
          },
          "name": "lineType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17355
          },
          "name": "lineWidth",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17371
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17387
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 17276
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 18044
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#include_zero DashboardV2#include_zero}",
            "stability": "stable",
            "summary": "Set to `true` to include zero."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18050
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph. Only usable on Scatterplot Widgets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18056
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#max DashboardV2#max}",
            "stability": "stable",
            "summary": "Specifies the maximum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18062
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#min DashboardV2#min}",
            "stability": "stable",
            "summary": "Specifies the minimum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18068
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#scale DashboardV2#scale}",
            "stability": "stable",
            "summary": "Specifies the scale type. Possible values are `linear`, `log`, `sqrt`, and `pow##` (for example `pow2` or `pow0.5`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18074
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 18141
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 18134
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18198
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18214
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18230
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18246
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18262
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxisOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18202
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18218
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18234
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18250
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18266
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18192
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18208
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18224
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18240
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18256
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18145
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 18500
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18506
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18512
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 18270
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18276
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18282
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 18328
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 18321
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18368
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18381
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18361
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18374
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18332
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 18385
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18391
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18397
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 18443
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 18436
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18483
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18496
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18476
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18489
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18447
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 18558
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 18551
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18594
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18610
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18597
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18613
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18591
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18607
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18601
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18617
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18562
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 18621
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#include_zero DashboardV2#include_zero}",
            "stability": "stable",
            "summary": "Set to `true` to include zero."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18627
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph. Only usable on Scatterplot Widgets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18633
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#max DashboardV2#max}",
            "stability": "stable",
            "summary": "Specifies the maximum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18639
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#min DashboardV2#min}",
            "stability": "stable",
            "summary": "Specifies the minimum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18645
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#scale DashboardV2#scale}",
            "stability": "stable",
            "summary": "Specifies the scale type. Possible values are `linear`, `log`, `sqrt`, and `pow##` (for example `pow2` or `pow0.5`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18651
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 18718
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 18711
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18775
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18791
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18807
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18823
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18839
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionYaxisOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18779
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18795
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18811
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18827
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18843
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18769
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18785
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18801
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18817
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18833
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 18722
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetTimeseriesDefinitionYaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 8385
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_link DashboardV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8427
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8391
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8397
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8403
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8433
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8439
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyle"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8445
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8409
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8415
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8421
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 19493
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLink",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_hidden DashboardV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19499
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19505
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#link DashboardV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19511
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#override_label DashboardV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19517
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 19705
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 19697
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19712
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLinkList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19698
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 19580
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 19570
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19640
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19656
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19672
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19688
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLinkOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19644
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19660
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19676
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19692
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19634
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19650
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19666
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19682
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19584
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 8547
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 8540
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8727
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8743
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8759
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8775
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8730
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8634
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8650
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8666
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8746
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8762
          },
          "name": "resetStyle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8778
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8682
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8698
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8714
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8724
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8740
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8756
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8772
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8734
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8638
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8654
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8670
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8750
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8766
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8782
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8702
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8686
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8718
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8628
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8644
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8660
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8676
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8692
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8708
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8551
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 7119
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_query DashboardV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7131
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#audit_query DashboardV2#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7137
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7143
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7149
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#log_query DashboardV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7155
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7161
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7125
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7167
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#rum_query DashboardV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7173
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#security_query DashboardV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7179
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7185
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7191
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 20392
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20398
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20410
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20416
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20422
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20404
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 19716
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19722
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19728
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19734
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 19787
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 19780
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19845
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19861
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19833
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19849
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19865
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19826
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19839
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19855
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19791
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 20019
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20025
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20031
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20037
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 20196
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 20188
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20203
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20189
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 20093
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 20083
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20176
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20147
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20163
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20179
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20173
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20151
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20167
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20183
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20141
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20157
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20097
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 19869
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19875
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19887
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19881
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 19940
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 19933
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19998
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19986
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20002
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20015
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19979
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19992
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20008
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 19944
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 20207
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20213
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20219
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20225
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 20381
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 20373
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20388
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20374
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 20281
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 20271
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20348
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20364
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20336
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20352
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20368
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20329
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20342
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20358
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20285
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 20489
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 20482
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20572
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20588
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20604
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20575
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20591
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20607
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20559
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20569
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20585
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20601
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20579
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20595
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20547
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20611
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20563
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20540
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20553
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20493
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 21291
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21297
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21309
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21315
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21321
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21303
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 20615
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20621
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20627
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20633
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 20686
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 20679
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20744
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20760
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20732
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20748
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20764
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20725
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20738
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20754
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20690
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 20918
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20924
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20930
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20936
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 21095
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 21087
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21102
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21088
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 20992
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 20982
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21075
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21046
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21062
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21078
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21072
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21050
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21066
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21082
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21040
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21056
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20996
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 20768
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20774
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20786
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20780
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 20839
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 20832
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20897
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20885
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20901
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20914
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20878
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20891
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20907
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 20843
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 21106
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21112
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21118
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21124
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 21280
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 21272
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21287
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21273
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 21180
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 21170
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21247
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21263
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21235
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21251
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21267
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21228
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21241
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21257
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21184
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 21388
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 21381
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21471
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21487
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21503
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21474
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21490
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21506
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21458
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21468
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21484
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21500
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21478
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21494
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21446
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21510
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21462
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21439
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21452
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21392
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 21514
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21520
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21556
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21568
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21526
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21532
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21538
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21544
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21550
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21562
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 21892
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 21884
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21899
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21885
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 21666
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 21656
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21769
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21785
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21801
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21817
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21833
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21862
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21757
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21773
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21789
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21805
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21821
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21837
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21850
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21866
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21879
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21750
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21763
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21779
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21795
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21811
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21827
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21843
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21856
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21872
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21670
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 23181
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23199
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23187
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23193
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23205
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23211
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23217
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23223
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23229
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 21903
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21909
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21915
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 21961
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 21954
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22000
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22016
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22004
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22020
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21994
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22010
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 21965
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 22024
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22030
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22066
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22078
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22036
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22042
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22048
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22054
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22060
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22072
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 22402
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 22394
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22409
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22395
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 22176
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 22166
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22279
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22295
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22311
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22327
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22343
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22372
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22267
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22283
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22299
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22315
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22331
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22347
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22360
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22376
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22389
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22260
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22273
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22289
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22305
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22321
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22337
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22353
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22366
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22382
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22180
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 22413
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22419
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22425
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 22471
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 22464
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22510
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22526
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22514
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22530
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22504
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22520
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22475
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 23530
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 23522
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23537
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23523
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 22942
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22948
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22954
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 23000
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 22993
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23036
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23049
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23052
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23033
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23046
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23040
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23056
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23004
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 22738
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22744
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22750
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 22534
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22540
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22546
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 22592
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 22585
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22631
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22647
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22635
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22651
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22625
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22641
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22596
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 22655
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22661
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 22700
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 22693
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22734
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22727
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22704
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 22796
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 22789
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22832
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22848
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22835
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22851
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22829
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22845
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22839
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22855
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22800
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 22859
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22865
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 22904
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 22897
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22938
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22931
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 22908
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 23320
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 23310
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23446
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23462
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23478
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23494
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23510
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23404
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23420
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23449
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23465
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23481
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23497
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23513
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23443
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23459
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23475
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23491
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23507
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23408
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23424
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23453
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23469
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23437
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23485
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23501
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23517
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23398
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23414
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23430
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23324
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 23060
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23066
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23072
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 23118
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 23111
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23157
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23173
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23177
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23161
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23151
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23167
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23122
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 7611
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 7603
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7618
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7604
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 666
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 672
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 684
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 690
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 696
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 678
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 23541
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23547
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23553
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23559
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs2800.ts",
          "line": 23612
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs2800.ts",
        "line": 23605
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23670
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23686
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23658
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23674
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23690
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23651
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23664
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23680
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs2800.ts",
            "line": 23616
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs2800:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 293
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 299
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 305
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 311
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 470
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 462
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 477
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 463
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 367
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 357
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 450
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 421
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 437
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 453
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 447
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 425
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 441
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 457
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 415
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 431
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 371
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 143
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 149
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 161
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 155
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 214
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 207
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 272
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 260
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 276
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 289
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 253
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 266
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 282
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 218
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 481
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 487
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 493
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 499
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 655
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 647
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 662
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 648
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 555
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 545
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 622
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 638
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 610
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 626
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 642
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 603
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 616
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 632
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 559
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 763
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 756
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 846
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 862
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 878
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 849
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 865
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 881
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 833
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 843
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 859
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 875
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 853
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 869
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 821
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 885
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 837
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 814
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 827
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 767
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 7310
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 7300
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7431
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7447
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7463
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7479
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7495
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7511
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7527
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7543
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7559
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7575
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7591
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7434
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7450
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7466
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7482
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7498
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7514
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7418
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7530
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7546
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7562
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7578
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7594
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7428
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7444
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7460
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7476
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7492
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7508
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7524
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7540
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7556
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7572
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7588
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7438
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7454
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7470
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7486
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7502
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7518
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7422
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7534
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7550
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7566
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7582
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7598
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7412
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7314
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 889
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 907
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#filter_by DashboardV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 895
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 901
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_by DashboardV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 913
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 973
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 966
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1024
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1040
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1069
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1028
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1044
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1057
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1073
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1018
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1034
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1050
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1063
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 977
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 4368
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4374
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4380
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4386
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4392
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4398
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4404
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4410
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 1077
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1089
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1095
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1107
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1113
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1131
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1137
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1143
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1083
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1101
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1119
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1125
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 1252
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 1245
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1345
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1387
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1429
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1445
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1349
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1362
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1375
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1391
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1404
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1417
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1433
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1449
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1462
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1475
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1488
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1339
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1355
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1368
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1381
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1397
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1410
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1423
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1439
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1455
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1468
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1481
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1256
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 1492
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1504
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1510
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1522
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1552
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1558
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1498
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1516
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1528
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1534
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1540
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1546
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 1667
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 1660
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1760
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1802
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1831
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1847
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1863
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1879
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1764
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1777
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1790
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1806
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1819
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1835
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1851
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1867
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1883
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1896
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1909
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1754
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1770
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1783
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1796
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1812
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1825
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1841
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1857
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1873
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1889
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1902
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1671
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 1913
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1931
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1937
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1943
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1919
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 1925
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 2010
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 2003
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2067
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2083
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2071
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2087
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2100
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2113
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2126
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2061
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2077
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2093
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2106
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2119
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2014
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 3042
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3078
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3054
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3066
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3048
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3084
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3090
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3060
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3096
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3072
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 2130
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2136
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2142
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2148
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 2304
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 2296
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2311
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2297
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 2204
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 2194
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2271
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2287
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2259
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2275
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2291
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2252
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2265
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2281
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2208
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 2468
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2474
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2480
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2486
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 2806
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2812
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2818
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2824
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 2877
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 2870
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2948
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2935
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2951
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2945
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2923
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2939
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2955
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2916
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2929
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2881
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 2653
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2659
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2665
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2671
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 2724
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 2717
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2782
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2798
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2770
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2786
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2802
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2763
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2776
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2792
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2728
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 2642
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 2634
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2649
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2635
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 2542
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 2532
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2622
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2609
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2625
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2619
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2597
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2613
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2629
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2590
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2603
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2546
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 2315
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2321
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2327
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2333
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 2386
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 2379
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2444
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2460
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2432
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2448
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2464
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2425
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2438
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2454
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2390
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 3191
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 3184
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3343
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3356
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3372
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3388
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3272
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3359
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3375
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3301
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3391
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3330
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3340
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3353
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3369
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3385
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3347
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3276
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3289
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3379
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3363
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3305
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3318
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3395
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3334
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3266
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3282
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3295
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3311
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3324
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3195
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 2959
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 2965
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 3004
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 2997
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3038
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3031
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3008
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 4685
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 4677
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4692
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4678
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 3399
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3423
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3429
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3405
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3411
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3417
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3435
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 3509
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 3502
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3572
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3588
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3604
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3646
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3576
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3592
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3608
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3621
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3634
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3650
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3566
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3582
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3598
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3614
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3627
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3640
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3513
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 4494
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 4484
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4569
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4585
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4601
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4617
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4633
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4649
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4665
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4572
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4588
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4604
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4620
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4636
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4652
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4668
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4566
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4582
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4598
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4614
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4630
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4646
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4662
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4576
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4592
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4608
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4624
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4640
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4656
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4672
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4498
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 3654
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3672
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3690
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3696
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3660
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3666
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3678
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3684
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3702
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3708
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3714
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 3816
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 3809
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3903
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3919
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3948
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3964
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4006
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4022
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4038
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3907
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3923
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3936
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3952
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3968
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3981
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3994
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4010
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4026
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4042
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3897
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3913
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3929
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3942
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3958
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3974
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3987
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4000
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4016
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4032
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 3820
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 4046
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4064
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4076
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4088
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4052
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4058
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4070
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4082
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4094
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 4182
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 4175
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4257
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4273
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4302
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4331
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4360
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4261
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4277
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4290
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4306
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4319
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4335
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4348
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4364
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4251
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4267
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4283
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4296
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4312
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4325
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4341
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4354
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4186
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 5372
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5378
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5390
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5396
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5402
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5384
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 4696
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4702
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4708
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4714
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 4767
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 4760
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4825
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4841
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4813
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4829
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4845
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4806
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4819
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4835
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4771
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 4999
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5005
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5011
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5017
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 5176
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 5168
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5183
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5169
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 5073
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 5063
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5156
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5127
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5143
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5159
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5153
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5131
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5147
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5163
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5121
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5137
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5077
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 4849
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4855
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4867
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4861
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 4920
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 4913
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4978
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4966
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4982
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4995
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4959
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4972
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4988
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 4924
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 5187
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5193
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5199
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5205
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 5361
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 5353
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5368
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5354
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 5261
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 5251
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5328
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5344
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5316
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5332
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5348
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5309
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5322
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5338
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5265
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 5469
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 5462
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5552
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5568
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5584
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5555
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5571
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5587
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5539
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5549
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5565
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5581
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5559
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5575
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5527
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5591
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5543
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5520
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5533
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5473
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 6271
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6277
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6289
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6295
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6301
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6283
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 5595
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5601
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5607
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5613
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 5666
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 5659
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5724
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5740
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5712
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5728
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5744
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5705
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5718
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5734
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5670
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 5898
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5904
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5910
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5916
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 6075
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 6067
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6082
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6068
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 5972
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 5962
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6055
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6026
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6042
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6058
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6052
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6030
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6046
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6062
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6020
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6036
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5976
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 5748
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5754
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5766
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5760
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 5819
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 5812
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5877
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5865
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5881
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5894
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5858
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5871
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5887
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 5823
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 6086
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6092
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6098
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6104
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 6260
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 6252
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6267
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6253
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 6160
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 6150
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6227
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6243
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6215
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6231
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6247
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6208
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6221
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6237
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6164
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 6368
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 6361
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6451
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6467
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6483
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6454
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6470
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6486
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6438
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6448
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6464
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6480
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6458
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6474
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6426
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6490
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6442
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6419
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6432
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6372
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 6877
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of items to limit the widget to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6883
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order_by DashboardV2#order_by}",
            "stability": "stable",
            "summary": "order_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6889
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 6724
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_sort DashboardV2#formula_sort}",
            "stability": "stable",
            "summary": "formula_sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6730
          },
          "name": "formulaSort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByFormulaSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_sort DashboardV2#group_sort}",
            "stability": "stable",
            "summary": "group_sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6736
          },
          "name": "groupSort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByGroupSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByFormulaSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByFormulaSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 6494
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByFormulaSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "The index of the formula to sort by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6500
          },
          "name": "index",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting direction. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6506
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByFormulaSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByFormulaSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByFormulaSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 6552
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 6545
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByFormulaSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6592
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6605
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6585
          },
          "name": "index",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6598
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6556
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByFormulaSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByFormulaSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByGroupSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByGroupSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 6609
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByGroupSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the group tag to sort by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6615
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting direction. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6621
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByGroupSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByGroupSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByGroupSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 6667
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 6660
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByGroupSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6707
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6720
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6700
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6713
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6671
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByGroupSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByGroupSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 6866
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 6858
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6873
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6859
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 6785
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 6775
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6830
          },
          "name": "putFormulaSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByFormulaSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6846
          },
          "name": "putGroupSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByGroupSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6833
          },
          "name": "resetFormulaSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6849
          },
          "name": "resetGroupSort"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6827
          },
          "name": "formulaSort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByFormulaSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6843
          },
          "name": "groupSort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByGroupSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6837
          },
          "name": "formulaSortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByFormulaSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6853
          },
          "name": "groupSortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByGroupSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6789
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 6935
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 6928
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6987
          },
          "name": "putOrderBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6974
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6990
          },
          "name": "resetOrderBy"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6984
          },
          "name": "orderBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6978
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6994
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6968
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 6939
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 6998
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order_by DashboardV2#order_by}",
            "stability": "stable",
            "summary": "How to order series. Valid values are `tags`, `values`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7004
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7010
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 7056
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 7049
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7095
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7111
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7099
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7115
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7089
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7105
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7060
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 7878
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#display DashboardV2#display}",
            "stability": "stable",
            "summary": "display block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7896
          },
          "name": "display",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplay"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette for the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7884
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#scaling DashboardV2#scaling}",
            "stability": "stable",
            "summary": "The scaling mode for the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7890
          },
          "name": "scaling",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplay": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplay",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 7757
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplay",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#flat DashboardV2#flat}",
            "stability": "stable",
            "summary": "flat block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7763
          },
          "name": "flat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayFlat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stacked DashboardV2#stacked}",
            "stability": "stable",
            "summary": "stacked block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7769
          },
          "name": "stacked",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayStacked"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplay"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayFlat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayFlat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 7622
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayFlat",
      "namespace": "dashboardV2",
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayFlat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayFlatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayFlatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 7652
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 7645
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayFlatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7656
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayFlat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayFlatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 7815
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 7808
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7851
          },
          "name": "putFlat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayFlat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7867
          },
          "name": "putStacked",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayStacked"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7854
          },
          "name": "resetFlat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7870
          },
          "name": "resetStacked"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7848
          },
          "name": "flat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayFlatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7864
          },
          "name": "stacked",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayStackedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7858
          },
          "name": "flatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayFlat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7874
          },
          "name": "stackedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayStacked"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7819
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplay"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayStacked": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayStacked",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 7671
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayStacked",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#legend DashboardV2#legend}",
            "stability": "stable",
            "summary": "Legend behavior for the stacked top list. Valid values are `automatic`, `inline`, `none`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7677
          },
          "name": "legend",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayStacked"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayStackedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayStackedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 7716
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 7709
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7749
          },
          "name": "resetLegend"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayStackedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7753
          },
          "name": "legendInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7743
          },
          "name": "legend",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7720
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayStacked"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayStackedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 7949
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 7942
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8023
          },
          "name": "putDisplay",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplay"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8026
          },
          "name": "resetDisplay"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7994
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8010
          },
          "name": "resetScaling"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8020
          },
          "name": "display",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8030
          },
          "name": "displayInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplay"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7998
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8014
          },
          "name": "scalingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7988
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8004
          },
          "name": "scaling",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 7953
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 8264
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8270
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8276
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 8034
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8040
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8046
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 8092
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 8085
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8132
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8145
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8125
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8138
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8096
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 8149
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8155
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8161
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 8207
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 8200
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8247
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8260
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8240
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8253
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8211
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 8322
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 8315
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8358
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8374
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8361
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8377
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8355
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8371
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8365
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8381
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8326
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetToplistDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 9657
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_link DashboardV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9699
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9663
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9669
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9675
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9705
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9711
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9681
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9687
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9693
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 8786
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLink",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_hidden DashboardV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8792
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8798
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#link DashboardV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8804
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#override_label DashboardV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8810
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 8998
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 8990
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9005
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8991
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 8873
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 8863
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8933
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8949
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8965
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8981
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8937
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8953
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8969
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8985
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8927
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8943
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8959
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8975
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 8877
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 9806
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 9799
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9980
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9996
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10012
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9983
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9887
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9903
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9919
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9999
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10015
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9935
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9951
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9967
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9977
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9993
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10009
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9987
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9891
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9907
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9923
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10003
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10019
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9955
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9939
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9971
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9881
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9897
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9913
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9929
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9945
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9961
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9810
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 9156
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request_type DashboardV2#request_type}",
            "stability": "stable",
            "summary": "The request type for the Topology request ('topology')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9162
          },
          "name": "requestType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9168
          },
          "name": "query",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 9295
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 9287
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9302
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9288
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 9217
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 9207
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9275
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9278
          },
          "name": "resetQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9272
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9282
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9266
          },
          "name": "requestTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9259
          },
          "name": "requestType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9221
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 9009
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for the Topology request ('service_map' or 'data_streams')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9015
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#filters DashboardV2#filters}",
            "stability": "stable",
            "summary": "Your environment and primary tag (or `*` if enabled for your account)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9021
          },
          "name": "filters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "Name of the service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9027
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 9080
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 9073
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9126
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9139
          },
          "name": "filtersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9152
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9119
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9132
          },
          "name": "filters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9145
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9084
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 9536
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9542
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9548
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 9306
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9312
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9318
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 9364
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 9357
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9404
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9417
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9397
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9410
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9368
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 9421
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9427
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9433
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 9479
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 9472
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9519
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9532
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9512
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9525
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9483
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 9594
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 9587
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9630
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9646
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9633
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9649
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9627
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9643
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9637
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9653
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 9598
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 10374
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10392
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10410
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#span_name DashboardV2#span_name}",
            "stability": "stable",
            "summary": "APM span name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10458
          },
          "name": "spanName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10380
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#display_format DashboardV2#display_format}",
            "stability": "stable",
            "summary": "The number of columns to display. Valid values are `one_column`, `two_column`, `three_column`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10386
          },
          "name": "displayFormat",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10398
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10404
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_breakdown DashboardV2#show_breakdown}",
            "stability": "stable",
            "summary": "Whether to show the latency breakdown or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10416
          },
          "name": "showBreakdown",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_distribution DashboardV2#show_distribution}",
            "stability": "stable",
            "summary": "Whether to show the latency distribution or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10422
          },
          "name": "showDistribution",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_errors DashboardV2#show_errors}",
            "stability": "stable",
            "summary": "Whether to show the error metrics or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10428
          },
          "name": "showErrors",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_hits DashboardV2#show_hits}",
            "stability": "stable",
            "summary": "Whether to show the hits metrics or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10434
          },
          "name": "showHits",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_latency DashboardV2#show_latency}",
            "stability": "stable",
            "summary": "Whether to show the latency metrics or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10440
          },
          "name": "showLatency",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_resource_list DashboardV2#show_resource_list}",
            "stability": "stable",
            "summary": "Whether to show the resource list or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10446
          },
          "name": "showResourceList",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#size_format DashboardV2#size_format}",
            "stability": "stable",
            "summary": "The size of the widget. Valid values are `small`, `medium`, `large`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10452
          },
          "name": "sizeFormat",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10482
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10464
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10470
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10476
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 10640
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 10633
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11035
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10775
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10791
          },
          "name": "resetDisplayFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10820
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10836
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10865
          },
          "name": "resetShowBreakdown"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10881
          },
          "name": "resetShowDistribution"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10897
          },
          "name": "resetShowErrors"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10913
          },
          "name": "resetShowHits"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10929
          },
          "name": "resetShowLatency"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10945
          },
          "name": "resetShowResourceList"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10961
          },
          "name": "resetSizeFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11038
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10990
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11006
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11022
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11032
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10779
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10795
          },
          "name": "displayFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10808
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10824
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10840
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10853
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10869
          },
          "name": "showBreakdownInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10885
          },
          "name": "showDistributionInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10901
          },
          "name": "showErrorsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10917
          },
          "name": "showHitsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10933
          },
          "name": "showLatencyInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10949
          },
          "name": "showResourceListInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10965
          },
          "name": "sizeFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10978
          },
          "name": "spanNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11042
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11010
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10994
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11026
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10769
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10785
          },
          "name": "displayFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10801
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10814
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10830
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10846
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10859
          },
          "name": "showBreakdown",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10875
          },
          "name": "showDistribution",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10891
          },
          "name": "showErrors",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10907
          },
          "name": "showHits",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10923
          },
          "name": "showLatency",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10939
          },
          "name": "showResourceList",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10955
          },
          "name": "sizeFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10971
          },
          "name": "spanName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10984
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11000
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11016
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10644
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 10253
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10259
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10265
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 10023
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10029
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10035
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 10081
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 10074
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10121
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10134
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10114
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10127
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10085
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 10138
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10144
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10150
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 10196
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 10189
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10236
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10249
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10229
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10242
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10200
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 10311
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 10304
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10347
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10363
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10350
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10366
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10344
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10360
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10354
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10370
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 10315
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 17725
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_links DashboardV2#custom_links}",
            "stability": "stable",
            "summary": "custom_links block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17767
          },
          "name": "customLinks",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinks"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17731
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17737
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17743
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17773
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17779
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17749
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17755
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17761
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinks": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinks",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 11046
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinks",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_hidden DashboardV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11052
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11058
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#link DashboardV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11064
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#override_label DashboardV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11070
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinks"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 11258
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 11250
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11265
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11251
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinks"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 11133
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 11123
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11193
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11209
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11225
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11241
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11197
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11213
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11229
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11245
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11187
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11203
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11219
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11235
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11137
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinks"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 17874
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 17867
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18048
          },
          "name": "putCustomLinks",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinks"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18064
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18080
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18051
          },
          "name": "resetCustomLinks"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17955
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17971
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17987
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18067
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18083
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18003
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18019
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18035
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18045
          },
          "name": "customLinks",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18061
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18077
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18055
          },
          "name": "customLinksInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinks"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17959
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17975
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17991
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18071
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18087
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18023
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18007
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18039
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17949
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17965
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17981
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17997
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18013
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18029
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17878
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 17151
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17157
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17163
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17169
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17175
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 12547
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12565
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12553
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12559
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12571
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12577
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12583
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12589
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12595
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 11269
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11275
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11281
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 11327
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 11320
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11366
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11382
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11370
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11386
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11360
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11376
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11331
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 11390
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11396
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11432
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11444
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11402
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11408
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11414
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11420
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11426
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11438
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 11768
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 11760
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11775
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11761
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 11542
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 11532
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11645
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11661
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11677
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11693
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11709
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11738
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11633
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11649
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11665
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11681
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11697
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11713
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11726
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11742
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11755
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11626
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11639
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11655
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11671
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11687
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11703
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11719
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11732
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11748
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11546
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 11779
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11785
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11791
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 11837
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 11830
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11876
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11892
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11880
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11896
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11870
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11886
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11841
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 12896
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 12888
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12903
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12889
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 12308
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12314
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12320
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 12366
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 12359
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12402
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12415
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12418
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12399
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12412
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12406
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12422
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12370
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 12104
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12110
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12116
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 11900
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11906
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11912
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 11958
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 11951
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11997
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12013
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12001
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12017
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11991
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12007
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 11962
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 12021
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12027
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 12066
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 12059
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12100
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12093
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12070
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 12162
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 12155
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12198
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12214
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12201
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12217
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12195
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12211
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12205
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12221
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12166
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 12225
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12231
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 12270
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 12263
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12304
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12297
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12274
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 12686
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 12676
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12812
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12828
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12844
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12860
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12876
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12770
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12786
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12815
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12831
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12847
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12863
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12879
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12809
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12825
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12841
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12857
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12873
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12774
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12790
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12819
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12835
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12803
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12851
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12867
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12883
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12764
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12780
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12796
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12690
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 12426
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12432
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12438
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 12484
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 12477
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12523
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12539
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12543
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12527
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12517
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12533
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12488
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 17363
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 17355
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17370
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17356
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 17238
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 17228
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17295
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17311
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17327
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17343
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17298
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17314
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17330
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17346
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17292
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17308
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17324
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17340
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17302
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17318
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17334
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17350
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17242
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 16198
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16204
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16210
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16216
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16222
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16228
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16234
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16240
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 12907
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12919
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12925
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12937
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12943
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12961
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12967
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12973
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12913
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12931
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12949
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 12955
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 13082
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 13075
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13175
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13217
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13259
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13275
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13179
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13192
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13205
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13221
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13234
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13247
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13263
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13279
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13292
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13305
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13318
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13169
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13185
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13198
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13211
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13227
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13240
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13253
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13269
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13285
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13298
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13311
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13086
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 13322
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13334
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13340
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13352
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13382
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13388
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13328
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13346
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13358
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13364
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13370
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13376
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 13497
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 13490
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13590
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13632
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13661
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13677
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13693
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13709
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13594
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13607
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13620
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13636
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13649
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13665
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13681
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13697
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13713
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13726
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13739
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13584
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13600
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13613
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13626
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13642
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13655
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13671
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13687
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13703
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13719
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13732
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13501
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 13743
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13761
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13767
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13773
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13749
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13755
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 13840
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 13833
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13897
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13913
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13901
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13917
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13930
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13943
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13956
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13891
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13907
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13923
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13936
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13949
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13844
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 14872
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14908
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14884
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14896
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14878
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14914
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14920
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14890
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14926
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14902
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 13960
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13966
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13972
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 13978
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 14134
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 14126
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14141
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14127
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 14034
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 14024
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14101
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14117
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14089
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14105
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14121
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14082
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14095
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14111
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14038
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 14298
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14304
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14310
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14316
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 14636
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14642
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14648
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14654
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 14707
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 14700
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14778
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14765
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14781
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14775
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14753
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14769
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14785
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14746
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14759
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14711
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 14483
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14489
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14495
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14501
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 14554
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 14547
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14612
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14628
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14600
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14616
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14632
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14593
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14606
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14622
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14558
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 14472
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 14464
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14479
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14465
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 14372
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 14362
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14452
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14439
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14455
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14449
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14427
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14443
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14459
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14420
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14433
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14376
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 14145
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14151
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14157
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14163
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 14216
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 14209
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14274
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14290
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14262
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14278
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14294
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14255
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14268
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14284
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14220
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 15021
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 15014
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15173
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15186
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15202
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15218
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15102
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15189
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15205
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15131
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15221
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15160
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15170
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15183
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15199
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15215
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15177
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15106
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15119
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15209
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15193
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15135
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15148
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15225
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15164
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15096
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15112
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15125
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15141
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15154
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15025
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 14789
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14795
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 14834
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 14827
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14868
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14861
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 14838
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 16515
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 16507
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16522
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16508
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 15229
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15253
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15259
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15235
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15241
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15247
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15265
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 15339
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 15332
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15402
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15418
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15434
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15476
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15406
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15422
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15438
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15451
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15464
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15480
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15396
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15412
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15428
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15444
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15457
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15470
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15343
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 16324
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 16314
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16399
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16415
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16431
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16447
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16463
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16479
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16495
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16402
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16418
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16434
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16450
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16466
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16482
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16498
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16396
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16412
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16428
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16444
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16460
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16476
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16492
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16406
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16422
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16438
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16454
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16470
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16486
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16502
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16328
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 15484
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15502
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15520
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15526
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15490
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15496
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15508
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15514
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15532
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15538
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15544
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 15646
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 15639
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15733
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15749
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15778
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15794
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15836
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15852
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15868
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15737
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15753
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15766
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15782
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15798
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15811
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15824
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15840
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15856
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15872
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15727
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15743
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15759
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15772
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15788
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15804
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15817
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15830
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15846
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15862
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15650
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 15876
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15894
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15906
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15918
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15882
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15888
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15900
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15912
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 15924
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 16012
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 16005
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16087
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16103
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16132
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16161
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16190
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16091
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16107
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16120
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16136
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16149
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16165
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16178
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16194
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16081
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16097
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16113
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16126
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16142
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16155
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16171
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16184
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16016
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 16909
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of items to limit the widget to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16915
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order_by DashboardV2#order_by}",
            "stability": "stable",
            "summary": "order_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16921
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 16756
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_sort DashboardV2#formula_sort}",
            "stability": "stable",
            "summary": "formula_sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16762
          },
          "name": "formulaSort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByFormulaSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_sort DashboardV2#group_sort}",
            "stability": "stable",
            "summary": "group_sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16768
          },
          "name": "groupSort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByGroupSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByFormulaSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByFormulaSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 16526
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByFormulaSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "The index of the formula to sort by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16532
          },
          "name": "index",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting direction. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16538
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByFormulaSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByFormulaSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByFormulaSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 16584
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 16577
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByFormulaSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16624
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16637
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16617
          },
          "name": "index",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16630
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16588
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByFormulaSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByFormulaSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByGroupSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByGroupSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 16641
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByGroupSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the group tag to sort by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16647
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting direction. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16653
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByGroupSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByGroupSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByGroupSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 16699
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 16692
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByGroupSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16739
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16752
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16732
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16745
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16703
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByGroupSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByGroupSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 16898
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 16890
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16905
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16891
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 16817
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 16807
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16862
          },
          "name": "putFormulaSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByFormulaSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16878
          },
          "name": "putGroupSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByGroupSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16865
          },
          "name": "resetFormulaSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16881
          },
          "name": "resetGroupSort"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16859
          },
          "name": "formulaSort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByFormulaSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16875
          },
          "name": "groupSort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByGroupSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16869
          },
          "name": "formulaSortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByFormulaSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16885
          },
          "name": "groupSortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByGroupSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16821
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 16967
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 16960
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17019
          },
          "name": "putOrderBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17006
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17022
          },
          "name": "resetOrderBy"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17016
          },
          "name": "orderBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17010
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17026
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17000
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 16971
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 17030
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order_by DashboardV2#order_by}",
            "stability": "stable",
            "summary": "How to order series. Valid values are `tags`, `values`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17036
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17042
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 17088
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 17081
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17127
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17143
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17131
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17147
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17121
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17137
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17092
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 17604
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17610
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17616
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 17374
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17380
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17386
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 17432
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 17425
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17472
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17485
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17465
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17478
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17436
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 17489
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17495
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17501
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 17547
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 17540
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17587
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17600
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17580
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17593
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17551
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 17662
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 17655
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17698
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17714
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17701
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17717
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17695
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17711
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17705
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17721
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 17666
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetWidgetLayout": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetWidgetLayout",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 18091
      },
      "name": "DashboardV2WidgetGroupDefinitionWidgetWidgetLayout",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#height DashboardV2#height}",
            "stability": "stable",
            "summary": "The height of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18097
          },
          "name": "height",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#width DashboardV2#width}",
            "stability": "stable",
            "summary": "The width of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18109
          },
          "name": "width",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#x DashboardV2#x}",
            "stability": "stable",
            "summary": "The position of the widget on the x (horizontal) axis. Must be greater than or equal to 0."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18115
          },
          "name": "x",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y DashboardV2#y}",
            "stability": "stable",
            "summary": "The position of the widget on the y (vertical) axis. Must be greater than or equal to 0."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18121
          },
          "name": "y",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Only one widget in the dashboard should have this property set to `true`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_column_break DashboardV2#is_column_break}",
            "stability": "stable",
            "summary": "Whether the widget should be the first one on the second column in high density or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18103
          },
          "name": "isColumnBreak",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetWidgetLayout"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetWidgetLayoutOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetWidgetLayoutOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 18188
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 18181
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18258
          },
          "name": "resetIsColumnBreak"
        }
      ],
      "name": "DashboardV2WidgetGroupDefinitionWidgetWidgetLayoutOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18246
          },
          "name": "heightInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18262
          },
          "name": "isColumnBreakInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18275
          },
          "name": "widthInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18288
          },
          "name": "xInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18301
          },
          "name": "yInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18239
          },
          "name": "height",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18252
          },
          "name": "isColumnBreak",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18268
          },
          "name": "width",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18281
          },
          "name": "x",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18294
          },
          "name": "y",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 18192
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionWidgetWidgetLayout"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetGroupDefinitionWidgetWidgetLayoutOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 5078
      },
      "name": "DashboardV2WidgetHeatmapDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_link DashboardV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5132
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5084
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event DashboardV2#event}",
            "stability": "stable",
            "summary": "event block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5138
          },
          "name": "event",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5090
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#legend_size DashboardV2#legend_size}",
            "stability": "stable",
            "summary": "The size of the legend displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5096
          },
          "name": "legendSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5102
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#marker DashboardV2#marker}",
            "stability": "stable",
            "summary": "marker block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5144
          },
          "name": "marker",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5150
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_legend DashboardV2#show_legend}",
            "stability": "stable",
            "summary": "Whether or not to show the legend on this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5108
          },
          "name": "showLegend",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5156
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5114
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5120
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5126
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#xaxis DashboardV2#xaxis}",
            "stability": "stable",
            "summary": "xaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5162
          },
          "name": "xaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionXaxis"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#yaxis DashboardV2#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5168
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 20014
      },
      "name": "DashboardV2WidgetHeatmapDefinitionCustomLink",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_hidden DashboardV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20020
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20026
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#link DashboardV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20032
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#override_label DashboardV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20038
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 20226
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 20218
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20233
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionCustomLinkList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20219
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 20101
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 20091
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20161
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20177
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20193
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20209
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionCustomLinkOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20165
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20181
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20197
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20213
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20155
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20171
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20187
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20203
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20105
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionEvent": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionEvent",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 20237
      },
      "name": "DashboardV2WidgetHeatmapDefinitionEvent",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The event query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20243
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tags_execution DashboardV2#tags_execution}",
            "stability": "stable",
            "summary": "The execution method for multi-value filters."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20249
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionEvent"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionEventList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionEventList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 20376
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 20368
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20383
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionEventOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionEventList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20369
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionEventList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionEventOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionEventOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 20298
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 20288
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20359
          },
          "name": "resetTagsExecution"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionEventOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20347
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20363
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20340
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20353
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20302
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionEvent"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionEventOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionMarker": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionMarker",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 20387
      },
      "name": "DashboardV2WidgetHeatmapDefinitionMarker",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be a single value `y = 15` or a range of values `0 < y < 10`. For Distribution widgets with `display_type` set to `percentile`, this should be a numeric percentile value (for example, `90` for P90).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20411
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "For Distribution widgets, this can be set to `percentile`. Example: `error dashed`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#display_type DashboardV2#display_type}",
            "stability": "stable",
            "summary": "Combination of a severity (`error`, `warning`, `ok`, or `info`) and a line type (`dashed`, `solid`, or `bold`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20393
          },
          "name": "displayType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Label to display over the marker."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20399
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "Timestamp for the marker position."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20405
          },
          "name": "time",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionMarker"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionMarkerList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionMarkerList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 20596
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 20588
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20603
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionMarkerOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionMarkerList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20589
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionMarkerList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionMarkerOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionMarkerOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 20474
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 20464
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20534
          },
          "name": "resetDisplayType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20550
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20566
          },
          "name": "resetTime"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionMarkerOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20538
          },
          "name": "displayTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20554
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20570
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20583
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20528
          },
          "name": "displayType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20544
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20560
          },
          "name": "time",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20576
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20478
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionMarker"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionMarkerOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 5305
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 5298
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5547
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5563
          },
          "name": "putEvent",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionEvent"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5579
          },
          "name": "putMarker",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionMarker"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5595
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5611
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5627
          },
          "name": "putXaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionXaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5643
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5550
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5422
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5566
          },
          "name": "resetEvent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5438
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5454
          },
          "name": "resetLegendSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5470
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5582
          },
          "name": "resetMarker"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5598
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5486
          },
          "name": "resetShowLegend"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5614
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5502
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5518
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5534
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5630
          },
          "name": "resetXaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5646
          },
          "name": "resetYaxis"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5544
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5560
          },
          "name": "event",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionEventList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5576
          },
          "name": "marker",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionMarkerList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5592
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5608
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5624
          },
          "name": "xaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionXaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5640
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5554
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5426
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5570
          },
          "name": "eventInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5442
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5458
          },
          "name": "legendSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5474
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5586
          },
          "name": "markerInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5602
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5490
          },
          "name": "showLegendInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5618
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5522
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5506
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5538
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5634
          },
          "name": "xaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionXaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5650
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5416
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5432
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5448
          },
          "name": "legendSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5464
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5480
          },
          "name": "showLegend",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5496
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5512
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5528
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5309
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 4017
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_query DashboardV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4029
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4035
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#log_query DashboardV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4041
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4047
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4023
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4053
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#rum_query DashboardV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4059
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#security_query DashboardV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4065
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4071
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 21283
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestApmQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21289
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21301
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21307
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21313
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21295
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 20607
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20613
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20619
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20625
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 20678
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 20671
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20736
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20752
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20724
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20740
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20756
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20717
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20730
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20746
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20682
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 20910
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20916
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20922
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20928
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 21087
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 21079
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21094
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21080
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 20984
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 20974
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21067
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21038
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21054
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21070
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21064
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21042
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21058
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21074
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21032
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21048
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20988
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 20760
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20766
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20778
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20772
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 20831
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 20824
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20889
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20877
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20893
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20906
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20870
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20883
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20899
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 20835
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 21098
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21104
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21110
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21116
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 21272
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 21264
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21279
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21265
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 21172
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 21162
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21239
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21255
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21227
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21243
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21259
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21220
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21233
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21249
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21176
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 21380
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 21373
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21463
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21479
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21495
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21466
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21482
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21498
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21450
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21460
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21476
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21492
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21470
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21486
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21438
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21502
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21454
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21431
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21444
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21384
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 22784
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22802
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22790
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22796
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22808
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22814
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22820
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22826
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22832
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 21506
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21512
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21518
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 21564
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 21557
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21603
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21619
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21607
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21623
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21597
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21613
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21568
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 21627
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21633
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21669
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21681
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21639
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21645
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21651
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21657
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21663
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21675
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 22005
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 21997
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22012
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21998
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 21779
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 21769
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21882
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21898
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21914
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21930
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21946
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21975
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21870
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21886
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21902
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21918
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21934
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21950
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21963
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21979
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21992
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21863
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21876
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21892
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21908
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21924
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21940
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21956
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21969
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21985
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 21783
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 22016
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22022
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22028
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 22074
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 22067
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22113
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22129
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22117
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22133
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22107
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22123
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22078
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 23133
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 23125
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23140
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23126
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 22545
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22551
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22557
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 22603
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 22596
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22639
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22652
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22655
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22636
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22649
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22643
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22659
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22607
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 22341
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22347
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22353
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 22137
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22143
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22149
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 22195
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 22188
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22234
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22250
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22238
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22254
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22228
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22244
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22199
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 22258
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22264
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 22303
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 22296
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22337
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22330
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22307
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 22399
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 22392
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22435
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22451
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22438
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22454
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22432
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22448
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22442
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22458
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22403
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 22462
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22468
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 22507
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 22500
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22541
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22534
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22511
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 22923
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 22913
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23049
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23065
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23081
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23097
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23113
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23007
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23023
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23052
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23068
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23084
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23100
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23116
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23046
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23062
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23078
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23094
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23110
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23011
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23027
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23056
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23072
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23040
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23088
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23104
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23120
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23001
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23017
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23033
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22927
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 22663
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22669
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22675
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 22721
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 22714
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22760
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22776
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22780
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22764
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22754
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22770
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 22725
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 4404
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 4396
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4411
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4397
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 23820
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestLogQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23826
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23838
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23844
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23850
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23832
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 23144
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23150
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23156
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23162
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 23215
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 23208
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23273
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23289
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23261
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23277
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23293
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23254
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23267
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23283
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23219
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 23447
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23453
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23459
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23465
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 23624
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 23616
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23631
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23617
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 23521
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 23511
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23604
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23575
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23591
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23607
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23601
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23579
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23595
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23611
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23569
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23585
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23525
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 23297
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23303
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23315
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23309
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 23368
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 23361
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23426
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23414
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23430
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23443
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23407
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23420
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23436
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23372
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 23635
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23641
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23647
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23653
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 23809
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 23801
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23816
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23802
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 23709
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 23699
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23776
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23792
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23764
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23780
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23796
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23757
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23770
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23786
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23713
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 23917
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 23910
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24000
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24016
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24032
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24003
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24019
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24035
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23987
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23997
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24013
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24029
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24007
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24023
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23975
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24039
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23991
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23968
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23981
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 23921
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 4169
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 4159
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4272
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4288
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4304
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4320
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4336
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4352
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4368
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4384
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4275
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4291
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4307
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4323
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4259
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4339
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4355
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4371
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4387
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4269
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4285
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4301
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4317
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4333
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4349
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4365
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4381
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4279
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4295
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4311
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4327
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4263
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4343
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4359
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4375
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4391
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4253
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4173
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 24043
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24061
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#filter_by DashboardV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24049
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24055
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_by DashboardV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24067
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 24127
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 24120
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24178
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24194
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24223
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24182
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24198
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24211
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24227
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24172
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24188
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24204
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24217
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24131
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 1770
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1776
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1782
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1788
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1794
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1800
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1806
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1812
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 24231
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24243
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24249
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24261
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24267
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24285
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24291
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24297
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24237
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24255
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24273
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24279
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 24406
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 24399
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24499
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24541
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24583
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24599
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24503
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24516
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24529
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24545
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24558
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24571
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24587
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24603
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24616
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24629
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24642
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24493
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24509
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24522
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24535
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24551
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24564
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24577
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24593
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24609
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24622
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24635
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24410
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 24646
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24658
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24664
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24676
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24706
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24712
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24652
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24670
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24682
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24688
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24694
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24700
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 24821
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 24814
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24914
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24956
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24985
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25001
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25017
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25033
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24918
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24931
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24944
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24960
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24973
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24989
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25005
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25021
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25037
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25050
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25063
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24908
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24924
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24937
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24950
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24966
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24979
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24995
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25011
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25027
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25043
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25056
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 24825
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 25067
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25085
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25091
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25097
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25073
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25079
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 25164
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 25157
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25221
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25237
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25225
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25241
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25254
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25267
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25280
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25215
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25231
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25247
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25260
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25273
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25168
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 444
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 480
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 456
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 468
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 450
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 486
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 492
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 462
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 498
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 474
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 25284
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25290
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25296
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25302
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 25458
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 25450
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25465
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25451
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 25358
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 25348
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25425
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25441
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25413
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25429
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25445
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25406
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25419
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25435
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25362
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 25622
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25628
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25634
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25640
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 208
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 214
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 220
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 226
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 279
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 272
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 350
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 337
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 353
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 347
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 325
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 341
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 357
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 318
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 331
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 283
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 55
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 61
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 67
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 73
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 126
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 119
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 184
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 200
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 172
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 188
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 204
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 165
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 178
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 194
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 130
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 25796
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 25788
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25803
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25789
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 25696
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 25686
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25776
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25763
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25779
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25773
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25751
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25767
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25783
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25744
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25757
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25700
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 25469
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25475
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25481
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25487
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3200.ts",
          "line": 25540
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3200.ts",
        "line": 25533
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25598
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25614
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25586
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25602
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25618
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25579
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25592
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25608
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3200.ts",
            "line": 25544
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3200:DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 593
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 586
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 745
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 758
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 774
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 790
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 674
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 761
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 777
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 703
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 793
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 732
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 742
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 755
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 771
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 787
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 749
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 678
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 691
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 781
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 765
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 707
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 720
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 797
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 736
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 668
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 684
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 697
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 713
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 726
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 597
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 361
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 367
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 406
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 399
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 440
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 433
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 410
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 2087
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 2079
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2094
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2080
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 801
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 825
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 831
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 807
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 813
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 819
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 837
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 911
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 904
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 974
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 990
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1006
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1048
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 978
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 994
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1010
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1023
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1036
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1052
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 968
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 984
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1000
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1016
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1029
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1042
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 915
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 1896
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 1886
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1971
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1987
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2003
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2019
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2035
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2051
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2067
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1974
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1990
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2006
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2022
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2038
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2054
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2070
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1968
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1984
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2000
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2016
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2032
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2048
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2064
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1978
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1994
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2010
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2026
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2042
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2058
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2074
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1900
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 1056
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1074
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1092
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1098
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1062
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1068
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1080
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1086
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1104
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1110
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1116
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 1218
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 1211
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1305
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1321
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1350
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1366
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1408
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1424
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1440
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1309
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1325
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1338
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1354
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1370
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1383
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1396
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1412
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1428
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1444
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1299
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1315
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1331
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1344
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1360
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1376
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1389
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1402
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1418
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1434
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1222
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 1448
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1466
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1478
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1490
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1454
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1460
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1472
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1484
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1496
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 1584
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 1577
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1659
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1675
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1704
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1733
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1762
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1663
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1679
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1692
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1708
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1721
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1737
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1750
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1766
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1653
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1669
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1685
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1698
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1714
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1727
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1743
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1756
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 1588
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 2774
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestRumQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2780
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2792
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2798
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2804
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2786
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 2098
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2104
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2110
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2116
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 2169
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 2162
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2227
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2243
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2215
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2231
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2247
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2208
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2221
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2237
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2173
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 2401
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2407
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2413
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2419
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 2578
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 2570
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2585
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2571
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 2475
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 2465
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2558
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2529
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2545
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2561
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2555
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2533
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2549
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2565
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2523
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2539
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2479
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 2251
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2257
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2269
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2263
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 2322
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 2315
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2380
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2368
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2384
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2397
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2361
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2374
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2390
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2326
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 2589
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2595
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2601
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2607
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 2763
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 2755
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2770
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2756
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 2663
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 2653
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2730
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2746
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2718
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2734
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2750
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2711
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2724
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2740
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2667
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 2871
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 2864
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2954
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2970
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2986
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2957
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2973
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2989
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2941
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2951
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2967
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2983
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2961
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2977
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2929
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2993
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2945
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2922
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2935
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 2875
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 3673
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestSecurityQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3679
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3691
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3697
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3703
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3685
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 2997
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3003
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3009
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3015
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 3068
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 3061
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3126
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3142
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3114
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3130
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3146
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3107
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3120
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3136
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3072
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 3300
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3306
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3312
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3318
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 3477
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 3469
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3484
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3470
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 3374
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 3364
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3457
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3428
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3444
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3460
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3454
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3432
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3448
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3464
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3422
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3438
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3378
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 3150
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3156
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3168
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3162
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 3221
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 3214
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3279
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3267
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3283
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3296
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3260
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3273
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3289
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3225
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 3488
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3494
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3500
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3506
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 3662
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 3654
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3669
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3655
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 3562
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 3552
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3629
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3645
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3617
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3633
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3649
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3610
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3623
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3639
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3566
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 3770
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 3763
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3853
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3869
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3885
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3856
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3872
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3888
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3840
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3850
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3866
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3882
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3860
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3876
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3828
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3892
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3844
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3821
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3834
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3774
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 3896
      },
      "name": "DashboardV2WidgetHeatmapDefinitionRequestStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order_by DashboardV2#order_by}",
            "stability": "stable",
            "summary": "How to order series. Valid values are `tags`, `values`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3902
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3908
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 3954
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 3947
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3993
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4009
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionRequestStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3997
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4013
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3987
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4003
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 3958
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 4645
      },
      "name": "DashboardV2WidgetHeatmapDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4651
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4657
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 4415
      },
      "name": "DashboardV2WidgetHeatmapDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4421
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4427
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 4473
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 4466
      },
      "name": "DashboardV2WidgetHeatmapDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4513
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4526
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4506
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4519
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4477
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 4530
      },
      "name": "DashboardV2WidgetHeatmapDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4536
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4542
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 4588
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 4581
      },
      "name": "DashboardV2WidgetHeatmapDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4628
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4641
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4621
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4634
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4592
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 4703
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 4696
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4739
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4755
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4742
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4758
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4736
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4752
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4746
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4762
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4707
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionXaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionXaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 4766
      },
      "name": "DashboardV2WidgetHeatmapDefinitionXaxis",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "This is only applicable for distribution of points (group distributions use the roll-up modifier).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#num_buckets DashboardV2#num_buckets}",
            "stability": "stable",
            "summary": "Number of time buckets to target, also known as the resolution of the time bins."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4772
          },
          "name": "numBuckets",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionXaxis"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionXaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionXaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 4811
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 4804
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4844
          },
          "name": "resetNumBuckets"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionXaxisOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4848
          },
          "name": "numBucketsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4838
          },
          "name": "numBuckets",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4815
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionXaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionXaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 4852
      },
      "name": "DashboardV2WidgetHeatmapDefinitionYaxis",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#include_zero DashboardV2#include_zero}",
            "stability": "stable",
            "summary": "Set to `true` to include zero."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4858
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph. Only usable on Scatterplot Widgets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4864
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#max DashboardV2#max}",
            "stability": "stable",
            "summary": "Specifies the maximum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4870
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#min DashboardV2#min}",
            "stability": "stable",
            "summary": "Specifies the minimum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4876
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#scale DashboardV2#scale}",
            "stability": "stable",
            "summary": "Specifies the scale type. Possible values are `linear`, `log`, `sqrt`, and `pow##` (for example `pow2` or `pow0.5`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4882
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionYaxis"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 4949
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 4942
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5006
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5022
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5038
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5054
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5070
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardV2WidgetHeatmapDefinitionYaxisOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5010
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5026
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5042
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5058
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5074
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5000
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5016
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5032
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5048
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5064
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 4953
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHeatmapDefinitionYaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 259
      },
      "name": "DashboardV2WidgetHostmapDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_link DashboardV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 337
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 265
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group DashboardV2#group}",
            "stability": "stable",
            "summary": "The list of tag prefixes to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 271
          },
          "name": "group",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 277
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 283
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#node_type DashboardV2#node_type}",
            "stability": "stable",
            "summary": "The type of node used. Valid values are `host`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 301
          },
          "name": "nodeType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#no_group_hosts DashboardV2#no_group_hosts}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to show the hosts that don't fit in a group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 289
          },
          "name": "noGroupHosts",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#no_metric_hosts DashboardV2#no_metric_hosts}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to show nodes with no metrics."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 295
          },
          "name": "noMetricHosts",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#notes DashboardV2#notes}",
            "stability": "stable",
            "summary": "Notes/description text for the host map widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 307
          },
          "name": "notes",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 343
          },
          "name": "request",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequest"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#scope DashboardV2#scope}",
            "stability": "stable",
            "summary": "The list of tags used to filter the map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 313
          },
          "name": "scope",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 349
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionStyle"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 355
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 319
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 325
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 331
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetHostmapDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 5654
      },
      "name": "DashboardV2WidgetHostmapDefinitionCustomLink",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_hidden DashboardV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5660
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5666
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#link DashboardV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5672
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#override_label DashboardV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5678
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 5866
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 5858
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5873
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionCustomLinkList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5859
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 5741
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 5731
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5801
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5817
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5833
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5849
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionCustomLinkOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5805
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5821
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5837
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5853
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5795
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5811
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5827
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5843
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5745
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 499
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 492
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 811
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 827
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequest"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 843
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 859
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 814
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 622
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 638
          },
          "name": "resetGroup"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 654
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 670
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 718
          },
          "name": "resetNodeType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 686
          },
          "name": "resetNoGroupHosts"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 702
          },
          "name": "resetNoMetricHosts"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 734
          },
          "name": "resetNotes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 830
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 750
          },
          "name": "resetScope"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 846
          },
          "name": "resetStyle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 862
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 766
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 782
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 798
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 808
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 824
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 840
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 856
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 818
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 626
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 642
          },
          "name": "groupInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 658
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 674
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 722
          },
          "name": "nodeTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 690
          },
          "name": "noGroupHostsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 706
          },
          "name": "noMetricHostsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 738
          },
          "name": "notesInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 834
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequest"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 754
          },
          "name": "scopeInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 850
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 866
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 786
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 770
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 802
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 616
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 632
          },
          "name": "group",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 648
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 664
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 712
          },
          "name": "nodeType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 680
          },
          "name": "noGroupHosts",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 696
          },
          "name": "noMetricHosts",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 728
          },
          "name": "notes",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 744
          },
          "name": "scope",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 760
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 776
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 792
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 503
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetHostmapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 24621
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fill DashboardV2#fill}",
            "stability": "stable",
            "summary": "fill block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24627
          },
          "name": "fill",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFill"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#size DashboardV2#size}",
            "stability": "stable",
            "summary": "size block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24633
          },
          "name": "size",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSize"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFill": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFill",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 14918
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFill",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_query DashboardV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14930
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14936
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#log_query DashboardV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14942
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14948
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14924
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14954
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#rum_query DashboardV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14960
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#security_query DashboardV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14966
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFill"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 6553
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillApmQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6559
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6571
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6577
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6583
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6565
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillApmQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 5877
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillApmQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5883
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5889
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5895
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 5948
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 5941
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6006
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6022
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5994
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6010
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6026
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5987
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6000
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6016
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 5952
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 6180
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillApmQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6186
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6192
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6198
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 6357
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 6349
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6364
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillApmQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6350
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 6254
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 6244
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6337
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6308
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6324
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6340
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6334
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6312
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6328
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6344
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6302
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6318
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6258
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 6030
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6036
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6048
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6042
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 6101
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 6094
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6159
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6147
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6163
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6176
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6140
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6153
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6169
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6105
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 6368
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillApmQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6374
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6380
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6386
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 6542
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 6534
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6549
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillApmQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6535
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 6442
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 6432
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6509
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6525
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6497
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6513
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6529
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6490
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6503
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6519
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6446
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 6650
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 6643
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6733
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6749
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6765
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6736
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6752
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6768
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6720
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillApmQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6730
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6746
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6762
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6740
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6756
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6708
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6772
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6724
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6701
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6714
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6654
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 8054
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8072
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8060
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8066
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8078
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8084
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8090
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8096
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8102
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 6776
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6782
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6788
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 6834
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 6827
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6873
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6889
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6877
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6893
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6867
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6883
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6838
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 6897
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6903
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6939
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6951
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6909
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6915
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6921
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6927
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6933
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 6945
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 7275
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 7267
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7282
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7268
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 7049
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 7039
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7152
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7168
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7184
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7200
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7216
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7245
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7140
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7156
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7172
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7188
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7204
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7220
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7233
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7249
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7262
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7133
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7146
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7162
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7178
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7194
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7210
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7226
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7239
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7255
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7053
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 7286
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7292
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7298
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 7344
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 7337
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7383
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7399
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7387
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7403
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7377
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7393
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7348
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 8403
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 8395
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8410
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8396
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 7815
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7821
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7827
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 7873
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 7866
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7909
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7922
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7925
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7906
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7919
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7913
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7929
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7877
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 7611
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7617
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7623
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 7407
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7413
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7419
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 7465
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 7458
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7504
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7520
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7508
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7524
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7498
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7514
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7469
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 7528
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7534
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 7573
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 7566
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7607
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7600
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7577
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 7669
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 7662
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7705
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7721
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7708
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7724
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7702
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7718
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7712
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7728
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7673
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 7732
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7738
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 7777
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 7770
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7811
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7804
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7781
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 8193
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 8183
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8319
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8335
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8351
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8367
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8383
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8277
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8293
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8322
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8338
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8354
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8370
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8386
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8316
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8332
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8348
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8364
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8380
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8281
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8297
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8326
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8342
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8310
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8358
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8374
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8390
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8271
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8287
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8303
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8197
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 7933
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7939
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7945
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 7991
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 7984
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8030
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8046
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8050
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8034
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8024
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8040
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 7995
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 9090
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillLogQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9096
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9108
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9114
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9120
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9102
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillLogQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 8414
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillLogQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8420
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8426
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8432
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 8485
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 8478
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8543
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8559
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8531
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8547
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8563
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8524
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8537
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8553
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8489
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 8717
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillLogQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8723
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8729
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8735
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 8894
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 8886
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8901
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillLogQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8887
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 8791
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 8781
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8874
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8845
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8861
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8877
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8871
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8849
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8865
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8881
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8839
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8855
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8795
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 8567
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8573
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8585
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8579
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 8638
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 8631
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8696
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8684
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8700
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8713
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8677
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8690
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8706
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8642
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 8905
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillLogQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8911
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8917
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8923
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 9079
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 9071
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9086
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillLogQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9072
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 8979
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 8969
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9046
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9062
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9034
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9050
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9066
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9027
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9040
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9056
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 8983
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 9187
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 9180
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9270
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9286
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9302
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9273
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9289
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9305
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9257
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillLogQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9267
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9283
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9299
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9277
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9293
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9245
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9309
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9261
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9238
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9251
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9191
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 15054
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 15047
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15142
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15158
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15174
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15190
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15206
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15222
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15238
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15145
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15161
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15177
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15193
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15129
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15209
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15225
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15241
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15139
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15155
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15171
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15187
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15203
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15219
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15235
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15149
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15165
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15181
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15197
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15133
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15213
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15229
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15245
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15123
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15058
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFill"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 9313
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9331
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#filter_by DashboardV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9319
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9325
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_by DashboardV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9337
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 9397
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 9390
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9448
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9464
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9493
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9452
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9468
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9481
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9497
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9442
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9458
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9474
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9487
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9401
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 12792
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12798
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12804
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12810
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12816
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12822
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12828
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12834
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 9501
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9513
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9519
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9531
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9537
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9555
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9561
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9567
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9507
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9525
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9543
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9549
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 9676
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 9669
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9769
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9811
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9853
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9869
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9773
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9786
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9799
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9815
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9828
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9841
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9857
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9873
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9886
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9899
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9912
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9763
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9779
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9792
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9805
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9821
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9834
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9847
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9863
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9879
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9892
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9905
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9680
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 9916
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9928
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9934
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9946
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9976
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9982
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9922
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9940
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9952
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9958
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9964
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 9970
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 10091
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 10084
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10184
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10226
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10255
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10271
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10287
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10303
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10188
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10201
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10214
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10230
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10243
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10259
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10275
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10291
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10307
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10320
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10333
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10178
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10194
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10207
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10220
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10236
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10249
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10265
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10281
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10297
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10313
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10326
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10095
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 10337
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10355
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10361
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10367
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10343
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10349
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 10434
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 10427
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10491
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10507
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10495
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10511
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10524
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10537
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10550
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10485
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10501
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10517
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10530
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10543
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10438
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 11466
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11502
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11478
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11490
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11472
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11508
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11514
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11484
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11520
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11496
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 10554
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10560
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10566
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10572
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 10728
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 10720
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10735
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10721
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 10628
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 10618
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10695
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10711
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10683
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10699
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10715
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10676
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10689
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10705
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10632
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 10892
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10898
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10904
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10910
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 11230
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11236
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11242
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11248
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 11301
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 11294
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11372
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11359
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11375
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11369
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11347
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11363
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11379
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11340
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11353
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11305
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 11077
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11083
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11089
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11095
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 11148
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 11141
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11206
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11222
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11194
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11210
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11226
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11187
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11200
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11216
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11152
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 11066
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 11058
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11073
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11059
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 10966
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 10956
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11046
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11033
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11049
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11043
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11021
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11037
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11053
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11014
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11027
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10970
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 10739
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10745
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10751
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10757
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 10810
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 10803
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10868
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10884
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10856
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10872
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10888
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10849
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10862
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10878
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 10814
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 11615
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 11608
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11767
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11780
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11796
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11812
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11696
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11783
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11799
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11725
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11815
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11754
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11764
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11777
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11793
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11809
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11771
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11700
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11713
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11803
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11787
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11729
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11742
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11819
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11758
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11690
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11706
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11719
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11735
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11748
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11619
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 11383
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11389
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 11428
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 11421
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11462
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11455
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11432
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 13109
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 13101
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13116
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13102
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 11823
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11847
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11853
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11829
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11835
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11841
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11859
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 11933
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 11926
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11996
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12012
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12028
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12070
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12000
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12016
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12032
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12045
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12058
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12074
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11990
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12006
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12022
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12038
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12051
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12064
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 11937
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 12918
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 12908
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12993
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13009
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13025
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13041
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13057
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13073
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13089
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12996
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13012
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13028
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13044
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13060
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13076
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13092
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12990
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13006
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13022
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13038
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13054
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13070
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13086
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13000
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13016
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13032
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13048
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13064
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13080
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13096
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12922
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 12078
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12096
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12114
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12120
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12084
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12090
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12102
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12108
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12126
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12132
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12138
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 12240
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 12233
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12327
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12343
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12372
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12388
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12430
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12446
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12462
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12331
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12347
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12360
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12376
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12392
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12405
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12418
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12434
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12450
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12466
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12321
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12337
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12353
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12366
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12382
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12398
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12411
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12424
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12440
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12456
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12244
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 12470
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12488
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12500
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12512
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12476
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12482
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12494
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12506
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12518
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 12606
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 12599
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12681
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12697
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12726
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12755
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12784
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12685
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12701
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12714
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12730
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12743
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12759
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12772
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12788
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12675
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12691
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12707
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12720
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12736
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12749
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12765
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12778
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 12610
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 13796
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillRumQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13802
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13814
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13820
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13826
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13808
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillRumQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 13120
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillRumQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13126
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13132
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13138
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 13191
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 13184
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13249
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13265
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13237
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13253
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13269
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13230
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13243
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13259
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13195
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 13423
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillRumQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13429
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13435
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13441
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 13600
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 13592
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13607
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillRumQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13593
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 13497
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 13487
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13580
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13551
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13567
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13583
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13577
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13555
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13571
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13587
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13545
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13561
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13501
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 13273
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13279
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13291
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13285
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 13344
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 13337
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13402
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13390
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13406
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13419
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13383
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13396
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13412
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13348
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 13611
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillRumQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13617
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13623
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13629
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 13785
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 13777
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13792
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillRumQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13778
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 13685
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 13675
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13752
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13768
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13740
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13756
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13772
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13733
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13746
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13762
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13689
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 13893
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 13886
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13976
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13992
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14008
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13979
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13995
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14011
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13963
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillRumQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13973
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13989
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14005
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13983
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13999
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13951
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14015
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13967
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13944
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13957
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 13897
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 14695
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillSecurityQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14701
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14713
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14719
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14725
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14707
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 14019
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14025
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14031
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14037
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 14090
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 14083
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14148
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14164
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14136
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14152
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14168
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14129
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14142
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14158
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14094
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 14322
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14328
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14334
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14340
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 14499
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 14491
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14506
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14492
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 14396
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 14386
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14479
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14450
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14466
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14482
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14476
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14454
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14470
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14486
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14444
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14460
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14400
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 14172
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14178
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14190
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14184
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 14243
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 14236
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14301
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14289
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14305
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14318
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14282
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14295
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14311
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14247
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 14510
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14516
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14522
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14528
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 14684
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 14676
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14691
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14677
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 14584
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 14574
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14651
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14667
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14639
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14655
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14671
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14632
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14645
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14661
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14588
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 14792
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 14785
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14875
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14891
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14907
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14878
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14894
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14910
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14862
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14872
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14888
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14904
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14882
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14898
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14850
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14914
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14866
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14843
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14856
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 14796
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestFillSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 24679
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 24672
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24715
          },
          "name": "putFill",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFill"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24731
          },
          "name": "putSize",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSize"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24718
          },
          "name": "resetFill"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24734
          },
          "name": "resetSize"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24712
          },
          "name": "fill",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFillOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24728
          },
          "name": "size",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24722
          },
          "name": "fillInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestFill"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24738
          },
          "name": "sizeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSize"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24683
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequest"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSize": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSize",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 24290
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSize",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_query DashboardV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24302
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24308
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#log_query DashboardV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24314
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24320
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24296
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24326
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#rum_query DashboardV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24332
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#security_query DashboardV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24338
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSize"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 15925
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeApmQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15931
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15943
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15949
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15955
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15937
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeApmQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 15249
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15255
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15261
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15267
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 15320
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 15313
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15378
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15394
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15366
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15382
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15398
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15359
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15372
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15388
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15324
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 15552
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15558
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15564
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15570
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 15729
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 15721
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15736
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15722
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 15626
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 15616
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15709
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15680
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15696
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15712
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15706
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15684
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15700
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15716
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15674
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15690
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15630
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 15402
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15408
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15420
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15414
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 15473
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 15466
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15531
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15519
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15535
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15548
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15512
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15525
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15541
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15477
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 15740
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15746
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15752
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15758
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 15914
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 15906
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15921
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15907
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 15814
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 15804
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15881
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15897
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15869
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15885
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15901
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15862
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15875
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15891
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 15818
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 16022
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 16015
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16105
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16121
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16137
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16108
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16124
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16140
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16092
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16102
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16118
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16134
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16112
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16128
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16080
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16144
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16096
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16073
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16086
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16026
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 17426
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17444
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17432
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17438
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17450
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17456
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17462
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17468
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17474
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 16148
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16154
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16160
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 16206
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 16199
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16245
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16261
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16249
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16265
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16239
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16255
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16210
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 16269
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16275
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16311
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16323
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16281
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16287
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16293
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16299
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16305
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16317
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 16647
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 16639
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16654
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16640
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 16421
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 16411
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16524
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16540
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16556
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16572
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16588
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16617
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16512
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16528
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16544
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16560
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16576
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16592
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16605
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16621
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16634
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16505
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16518
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16534
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16550
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16566
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16582
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16598
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16611
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16627
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16425
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 16658
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16664
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16670
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 16716
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 16709
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16755
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16771
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16759
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16775
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16749
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16765
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16720
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 17775
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 17767
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17782
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17768
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 17187
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17193
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17199
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 17245
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 17238
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17281
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17294
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17297
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17278
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17291
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17285
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17301
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17249
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 16983
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16989
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16995
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 16779
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16785
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16791
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 16837
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 16830
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16876
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16892
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16880
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16896
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16870
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16886
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16841
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 16900
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16906
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 16945
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 16938
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16979
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16972
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 16949
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 17041
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 17034
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17077
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17093
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17080
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17096
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17074
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17090
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17084
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17100
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17045
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 17104
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17110
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 17149
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 17142
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17183
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17176
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17153
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 17565
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 17555
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17691
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17707
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17723
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17739
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17755
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17649
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17665
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17694
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17710
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17726
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17742
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17758
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17688
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17704
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17720
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17736
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17752
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17653
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17669
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17698
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17714
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17682
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17730
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17746
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17762
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17643
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17659
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17675
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17569
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 17305
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17311
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17317
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 17363
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 17356
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17402
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17418
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17422
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17406
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17396
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17412
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17367
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 18462
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeLogQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18468
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18480
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18486
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18492
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18474
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeLogQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 17786
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17792
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17798
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17804
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 17857
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 17850
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17915
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17931
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17903
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17919
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17935
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17896
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17909
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17925
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17861
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 18089
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18095
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18101
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18107
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 18266
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 18258
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18273
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18259
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 18163
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 18153
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18246
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18217
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18233
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18249
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18243
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18221
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18237
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18253
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18211
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18227
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18167
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 17939
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17945
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17957
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 17951
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 18010
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 18003
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18068
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18056
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18072
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18085
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18049
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18062
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18078
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18014
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 18277
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18283
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18289
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18295
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 18451
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 18443
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18458
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18444
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 18351
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 18341
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18418
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18434
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18406
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18422
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18438
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18399
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18412
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18428
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18355
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 18559
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 18552
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18642
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18658
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18674
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18645
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18661
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18677
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18629
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18639
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18655
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18671
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18649
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18665
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18617
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18681
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18633
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18610
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18623
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18563
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 24426
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 24419
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24514
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24530
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24546
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24562
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24578
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24594
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24610
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24517
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24533
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24549
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24565
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24501
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24581
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24597
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24613
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24511
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24527
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24543
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24559
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24575
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24591
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24607
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24521
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24537
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24553
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24569
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24505
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24585
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24601
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24617
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24495
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24430
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSize"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 18685
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18703
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#filter_by DashboardV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18691
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18697
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_by DashboardV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18709
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 18769
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 18762
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18820
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18836
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18865
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18824
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18840
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18853
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18869
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18814
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18830
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18846
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18859
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18773
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 22164
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22170
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22176
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22182
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22188
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22194
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22200
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22206
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 18873
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18885
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18891
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18903
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18909
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18927
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18933
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18939
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18879
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18897
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18915
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 18921
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 19048
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 19041
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19141
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19183
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19225
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19241
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19145
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19158
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19171
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19187
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19200
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19213
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19229
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19245
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19258
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19271
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19284
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19135
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19151
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19164
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19177
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19193
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19206
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19219
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19235
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19251
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19264
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19277
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19052
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 19288
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19300
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19306
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19318
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19348
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19354
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19294
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19312
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19324
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19330
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19336
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19342
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 19463
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 19456
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19556
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19598
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19627
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19643
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19659
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19675
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19560
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19573
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19586
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19602
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19615
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19631
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19647
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19663
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19679
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19692
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19705
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19550
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19566
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19579
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19592
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19608
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19621
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19637
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19653
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19669
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19685
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19698
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19467
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 19709
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19727
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19733
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19739
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19715
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19721
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 19806
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 19799
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19863
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19879
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19867
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19883
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19896
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19909
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19922
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19857
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19873
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19889
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19902
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19915
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19810
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 20838
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20874
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20850
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20862
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20844
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20880
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20886
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20856
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20892
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20868
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 19926
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19932
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19938
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 19944
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 20100
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 20092
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20107
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20093
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 20000
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 19990
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20067
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20083
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20055
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20071
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20087
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20048
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20061
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20077
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20004
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 20264
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20270
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20276
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20282
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 20602
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20608
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20614
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20620
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 20673
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 20666
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20744
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20731
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20747
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20741
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20719
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20735
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20751
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20712
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20725
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20677
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 20449
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20455
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20461
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20467
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 20520
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 20513
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20578
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20594
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20566
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20582
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20598
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20559
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20572
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20588
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20524
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 20438
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 20430
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20445
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20431
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 20338
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 20328
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20418
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20405
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20421
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20415
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20393
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20409
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20425
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20386
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20399
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20342
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 20111
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20117
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20123
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20129
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 20182
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 20175
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20240
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20256
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20228
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20244
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20260
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20221
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20234
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20250
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20186
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 20987
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 20980
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21139
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21152
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21168
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21184
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21068
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21155
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21171
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21097
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21187
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21126
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21136
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21149
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21165
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21181
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21143
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21072
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21085
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21175
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21159
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21101
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21114
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21191
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21130
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21062
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21078
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21091
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21107
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21120
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20991
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 20755
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20761
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 20800
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 20793
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20834
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20827
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 20804
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 22481
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 22473
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22488
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22474
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 21195
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21219
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21225
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21201
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21207
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21213
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21231
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 21305
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 21298
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21368
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21384
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21400
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21442
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21372
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21388
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21404
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21417
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21430
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21446
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21362
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21378
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21394
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21410
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21423
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21436
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21309
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 22290
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 22280
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22365
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22381
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22397
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22413
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22429
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22445
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22461
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22368
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22384
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22400
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22416
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22432
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22448
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22464
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22362
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22378
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22394
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22410
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22426
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22442
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22458
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22372
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22388
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22404
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22420
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22436
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22452
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22468
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22294
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 21450
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21468
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21486
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21492
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21456
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21462
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21474
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21480
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21498
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21504
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21510
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 21612
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 21605
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21699
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21715
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21744
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21760
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21802
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21818
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21834
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21703
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21719
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21732
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21748
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21764
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21777
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21790
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21806
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21822
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21838
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21693
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21709
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21725
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21738
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21754
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21770
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21783
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21796
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21812
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21828
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21616
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 21842
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21860
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21872
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21884
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21848
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21854
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21866
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21878
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21890
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 21978
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 21971
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22053
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22069
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22098
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22127
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22156
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22057
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22073
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22086
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22102
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22115
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22131
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22144
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22160
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22047
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22063
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22079
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22092
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22108
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22121
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22137
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22150
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 21982
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 23168
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeRumQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23174
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23186
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23192
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23198
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23180
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeRumQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 22492
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22498
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22504
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22510
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 22563
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 22556
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22621
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22637
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22609
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22625
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22641
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22602
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22615
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22631
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22567
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 22795
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22801
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22807
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22813
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 22972
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 22964
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22979
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22965
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 22869
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 22859
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22952
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22923
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22939
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22955
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22949
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22927
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22943
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22959
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22917
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22933
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22873
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 22645
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22651
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22663
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22657
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 22716
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 22709
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22774
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22762
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22778
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22791
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22755
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22768
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22784
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22720
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 22983
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22989
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 22995
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23001
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 23157
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 23149
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23164
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23150
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 23057
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 23047
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23124
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23140
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23112
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23128
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23144
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23105
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23118
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23134
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23061
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 23265
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 23258
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23348
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23364
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23380
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23351
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23367
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23383
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23335
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23345
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23361
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23377
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23355
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23371
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23323
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23387
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23339
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23316
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23329
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23269
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 24067
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24073
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24085
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24091
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24097
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24079
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 23391
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23397
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23403
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23409
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 23462
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 23455
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23520
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23536
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23508
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23524
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23540
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23501
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23514
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23530
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23466
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 23694
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23700
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23706
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23712
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 23871
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 23863
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23878
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23864
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 23768
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 23758
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23851
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23822
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23838
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23854
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23848
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23826
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23842
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23858
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23816
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23832
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23772
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 23544
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23550
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23562
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23556
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 23615
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 23608
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23673
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23661
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23677
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23690
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23654
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23667
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23683
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23619
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 23882
      },
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23888
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23894
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23900
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 24056
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 24048
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24063
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24049
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 23956
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 23946
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24023
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24039
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24011
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24027
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24043
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24004
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24017
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24033
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 23960
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 24164
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 24157
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24247
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24263
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24279
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24250
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24266
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24282
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24234
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24244
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24260
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24276
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24254
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24270
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24222
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24286
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24238
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24215
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24228
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24168
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 24742
      },
      "name": "DashboardV2WidgetHostmapDefinitionStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fill_max DashboardV2#fill_max}",
            "stability": "stable",
            "summary": "The max value to use to color the map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24748
          },
          "name": "fillMax",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fill_min DashboardV2#fill_min}",
            "stability": "stable",
            "summary": "The min value to use to color the map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24754
          },
          "name": "fillMin",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24760
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_flip DashboardV2#palette_flip}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to flip the palette tones."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24766
          },
          "name": "paletteFlip",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 24826
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 24819
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24877
          },
          "name": "resetFillMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24893
          },
          "name": "resetFillMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24909
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24925
          },
          "name": "resetPaletteFlip"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24881
          },
          "name": "fillMaxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24897
          },
          "name": "fillMinInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24929
          },
          "name": "paletteFlipInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24913
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24871
          },
          "name": "fillMax",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24887
          },
          "name": "fillMin",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24903
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24919
          },
          "name": "paletteFlip",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24830
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 138
      },
      "name": "DashboardV2WidgetHostmapDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 144
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 150
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetHostmapDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 24933
      },
      "name": "DashboardV2WidgetHostmapDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24939
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24945
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs3600.ts",
          "line": 24991
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs3600.ts",
        "line": 24984
      },
      "name": "DashboardV2WidgetHostmapDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 25031
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 25044
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 25024
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 25037
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs3600.ts",
            "line": 24995
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs3600:DashboardV2WidgetHostmapDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 23
      },
      "name": "DashboardV2WidgetHostmapDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 29
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 35
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetHostmapDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 81
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 74
      },
      "name": "DashboardV2WidgetHostmapDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 121
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 134
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 114
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 127
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 85
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetHostmapDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 196
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 189
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 232
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 248
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 235
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 251
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetHostmapDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 229
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 245
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 239
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 255
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 200
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetHostmapDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetIframeDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetIframeDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 1221
      },
      "name": "DashboardV2WidgetIframeDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#url DashboardV2#url}",
            "stability": "stable",
            "summary": "The URL to use as a data source for the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1263
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1227
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1233
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1239
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1269
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetIframeDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1245
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1251
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1257
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetIframeDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetIframeDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetIframeDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 1357
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 1350
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1538
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetIframeDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1432
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1448
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1464
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1541
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1480
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1496
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1512
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetIframeDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1535
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetIframeDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1436
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1452
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1468
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1545
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetIframeDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1500
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1484
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1516
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1529
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1426
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1442
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1458
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1474
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1490
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1506
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1522
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1361
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetIframeDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetIframeDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetIframeDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetIframeDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 1100
      },
      "name": "DashboardV2WidgetIframeDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1106
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetIframeDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1112
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetIframeDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetIframeDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetIframeDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetIframeDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 870
      },
      "name": "DashboardV2WidgetIframeDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 876
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 882
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetIframeDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetIframeDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetIframeDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 928
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 921
      },
      "name": "DashboardV2WidgetIframeDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 968
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 981
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 961
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 974
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 932
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetIframeDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetIframeDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetIframeDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetIframeDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 985
      },
      "name": "DashboardV2WidgetIframeDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 991
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 997
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetIframeDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetIframeDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetIframeDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 1043
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 1036
      },
      "name": "DashboardV2WidgetIframeDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1083
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1096
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1076
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1089
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1047
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetIframeDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetIframeDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetIframeDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetIframeDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 1158
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 1151
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1194
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetIframeDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1210
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetIframeDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1197
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1213
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetIframeDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1191
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetIframeDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1207
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetIframeDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1201
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetIframeDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1217
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetIframeDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1162
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetIframeDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetIframeDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetImageDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetImageDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 1900
      },
      "name": "DashboardV2WidgetImageDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#url DashboardV2#url}",
            "stability": "stable",
            "summary": "URL of the image."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1972
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1906
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#has_background DashboardV2#has_background}",
            "stability": "stable",
            "summary": "Whether to display a background or not. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1912
          },
          "name": "hasBackground",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#has_border DashboardV2#has_border}",
            "stability": "stable",
            "summary": "Whether to display a border or not. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1918
          },
          "name": "hasBorder",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1924
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#horizontal_align DashboardV2#horizontal_align}",
            "stability": "stable",
            "summary": "The horizontal alignment for the widget. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1930
          },
          "name": "horizontalAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1936
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Note: `small` and `large` values are deprecated. Valid values are `sm`, `md`, `lg`, `small`, `large`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#margin DashboardV2#margin}",
            "stability": "stable",
            "summary": "The margins to use around the image."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1942
          },
          "name": "margin",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "The values are based on the image `object-fit` CSS properties. Note: `zoom`, `fit` and `center` values are deprecated. Valid values are `fill`, `contain`, `cover`, `none`, `scale-down`, `zoom`, `fit`, `center`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sizing DashboardV2#sizing}",
            "stability": "stable",
            "summary": "The preferred method to adapt the dimensions of the image."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1948
          },
          "name": "sizing",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1990
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetImageDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1954
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1960
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1966
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#url_dark_theme DashboardV2#url_dark_theme}",
            "stability": "stable",
            "summary": "URL of the image in dark mode."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1978
          },
          "name": "urlDarkTheme",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#vertical_align DashboardV2#vertical_align}",
            "stability": "stable",
            "summary": "The vertical alignment for the widget. Valid values are `center`, `top`, `bottom`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1984
          },
          "name": "verticalAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetImageDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetImageDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetImageDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 2127
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 2120
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2462
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetImageDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2244
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2260
          },
          "name": "resetHasBackground"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2276
          },
          "name": "resetHasBorder"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2292
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2308
          },
          "name": "resetHorizontalAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2324
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2340
          },
          "name": "resetMargin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2356
          },
          "name": "resetSizing"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2465
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2372
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2388
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2404
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2433
          },
          "name": "resetUrlDarkTheme"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2449
          },
          "name": "resetVerticalAlign"
        }
      ],
      "name": "DashboardV2WidgetImageDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2459
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetImageDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2248
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2264
          },
          "name": "hasBackgroundInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2280
          },
          "name": "hasBorderInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2296
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2312
          },
          "name": "horizontalAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2328
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2344
          },
          "name": "marginInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2360
          },
          "name": "sizingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2469
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetImageDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2392
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2376
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2408
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2437
          },
          "name": "urlDarkThemeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2421
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2453
          },
          "name": "verticalAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2238
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2254
          },
          "name": "hasBackground",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2270
          },
          "name": "hasBorder",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2286
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2302
          },
          "name": "horizontalAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2318
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2334
          },
          "name": "margin",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2350
          },
          "name": "sizing",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2366
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2382
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2398
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2414
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2427
          },
          "name": "urlDarkTheme",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2443
          },
          "name": "verticalAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2131
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetImageDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetImageDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetImageDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetImageDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 1779
      },
      "name": "DashboardV2WidgetImageDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1785
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetImageDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1791
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetImageDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetImageDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetImageDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetImageDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 1549
      },
      "name": "DashboardV2WidgetImageDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1555
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1561
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetImageDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetImageDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetImageDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 1607
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 1600
      },
      "name": "DashboardV2WidgetImageDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1647
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1660
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1640
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1653
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1611
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetImageDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetImageDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetImageDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetImageDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 1664
      },
      "name": "DashboardV2WidgetImageDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1670
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1676
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetImageDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetImageDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetImageDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 1722
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 1715
      },
      "name": "DashboardV2WidgetImageDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1762
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1775
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1755
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1768
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1726
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetImageDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetImageDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetImageDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetImageDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 1837
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 1830
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1873
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetImageDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1889
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetImageDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1876
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1892
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetImageDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1870
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetImageDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1886
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetImageDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1880
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetImageDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1896
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetImageDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 1841
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetImageDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetImageDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 10623
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 10615
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10630
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10616
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2Widget"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 3714
      },
      "name": "DashboardV2WidgetListStreamDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3768
          },
          "name": "request",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3720
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3726
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#legend_size DashboardV2#legend_size}",
            "stability": "stable",
            "summary": "The size of the legend displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3732
          },
          "name": "legendSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3738
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_legend DashboardV2#show_legend}",
            "stability": "stable",
            "summary": "Whether or not to show the legend on this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3744
          },
          "name": "showLegend",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3774
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3750
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3756
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3762
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetListStreamDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 3876
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 3869
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4088
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4101
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3963
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3979
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3995
          },
          "name": "resetLegendSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4011
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4027
          },
          "name": "resetShowLegend"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4104
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4043
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4059
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4075
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetListStreamDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4085
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4098
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3967
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3983
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3999
          },
          "name": "legendSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4015
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4092
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4031
          },
          "name": "showLegendInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4108
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4063
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4047
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4079
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3957
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3973
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3989
          },
          "name": "legendSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4005
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4021
          },
          "name": "showLegend",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4037
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4053
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4069
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3880
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetListStreamDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 3184
      },
      "name": "DashboardV2WidgetListStreamDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#columns DashboardV2#columns}",
            "stability": "stable",
            "summary": "columns block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3196
          },
          "name": "columns",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3202
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#response_format DashboardV2#response_format}",
            "stability": "stable",
            "summary": "Widget response format. Valid values are `event_list`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3190
          },
          "name": "responseFormat",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetListStreamDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestColumns": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestColumns",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 2473
      },
      "name": "DashboardV2WidgetListStreamDefinitionRequestColumns",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#field DashboardV2#field}",
            "stability": "stable",
            "summary": "Widget column field."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2479
          },
          "name": "field",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#width DashboardV2#width}",
            "stability": "stable",
            "summary": "Widget column width. Valid values are `auto`, `compact`, `full`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2485
          },
          "name": "width",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetListStreamDefinitionRequestColumns"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestColumnsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestColumnsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 2615
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 2607
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2622
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestColumnsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetListStreamDefinitionRequestColumnsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2608
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetListStreamDefinitionRequestColumnsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestColumnsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestColumnsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 2534
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 2524
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2582
          },
          "name": "resetField"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2598
          },
          "name": "resetWidth"
        }
      ],
      "name": "DashboardV2WidgetListStreamDefinitionRequestColumnsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2586
          },
          "name": "fieldInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2602
          },
          "name": "widthInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2576
          },
          "name": "field",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2592
          },
          "name": "width",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2538
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestColumns"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetListStreamDefinitionRequestColumnsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 3352
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 3344
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3359
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetListStreamDefinitionRequestList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3345
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetListStreamDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 3258
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 3248
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3322
          },
          "name": "putColumns",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestColumns"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3335
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestQuery"
              }
            }
          ]
        }
      ],
      "name": "DashboardV2WidgetListStreamDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3319
          },
          "name": "columns",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestColumnsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3332
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3326
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3339
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3313
          },
          "name": "responseFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3306
          },
          "name": "responseFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3262
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetListStreamDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 2856
      },
      "name": "DashboardV2WidgetListStreamDefinitionRequestQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs_stream`, `audit_stream`, `ci_pipeline_stream`, `ci_test_stream`, `rum_issue_stream`, `apm_issue_stream`, `trace_stream`, `logs_issue_stream`, `logs_pattern_stream`, `logs_transaction_stream`, `event_stream`, `rum_stream`, `llm_observability_stream`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "Source from which to query items to display in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2868
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#clustering_pattern_field_path DashboardV2#clustering_pattern_field_path}",
            "stability": "stable",
            "summary": "Specifies the field for logs pattern clustering. Can only be used with `logs_pattern_stream`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2862
          },
          "name": "clusteringPatternFieldPath",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_size DashboardV2#event_size}",
            "stability": "stable",
            "summary": "Size of events displayed in widget. Required if `data_source` is `event_stream`. Valid values are `s`, `l`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2874
          },
          "name": "eventSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2898
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "List of indexes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2880
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query_string DashboardV2#query_string}",
            "stability": "stable",
            "summary": "Widget query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2886
          },
          "name": "queryString",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2904
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestQuerySort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2892
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetListStreamDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 2626
      },
      "name": "DashboardV2WidgetListStreamDefinitionRequestQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "Facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2632
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetListStreamDefinitionRequestQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 2730
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 2722
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2737
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetListStreamDefinitionRequestQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2723
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetListStreamDefinitionRequestQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 2674
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 2664
      },
      "name": "DashboardV2WidgetListStreamDefinitionRequestQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2717
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2710
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2678
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetListStreamDefinitionRequestQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 2992
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 2985
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3157
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3173
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestQuerySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3067
          },
          "name": "resetClusteringPatternFieldPath"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3096
          },
          "name": "resetEventSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3160
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3112
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3128
          },
          "name": "resetQueryString"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3176
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3144
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetListStreamDefinitionRequestQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3154
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3170
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestQuerySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3071
          },
          "name": "clusteringPatternFieldPathInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3084
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3100
          },
          "name": "eventSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3164
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3116
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3132
          },
          "name": "queryStringInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3180
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestQuerySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3148
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3061
          },
          "name": "clusteringPatternFieldPath",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3077
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3090
          },
          "name": "eventSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3106
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3122
          },
          "name": "queryString",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3138
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2996
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetListStreamDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestQuerySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestQuerySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 2741
      },
      "name": "DashboardV2WidgetListStreamDefinitionRequestQuerySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#column DashboardV2#column}",
            "stability": "stable",
            "summary": "The facet path for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2747
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2753
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetListStreamDefinitionRequestQuerySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestQuerySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestQuerySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 2799
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 2792
      },
      "name": "DashboardV2WidgetListStreamDefinitionRequestQuerySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2839
          },
          "name": "columnInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2852
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2832
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2845
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 2803
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionRequestQuerySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetListStreamDefinitionRequestQuerySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 3593
      },
      "name": "DashboardV2WidgetListStreamDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3599
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3605
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetListStreamDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 3363
      },
      "name": "DashboardV2WidgetListStreamDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3369
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3375
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetListStreamDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 3421
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 3414
      },
      "name": "DashboardV2WidgetListStreamDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3461
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3474
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3454
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3467
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3425
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetListStreamDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 3478
      },
      "name": "DashboardV2WidgetListStreamDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3484
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3490
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetListStreamDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 3536
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 3529
      },
      "name": "DashboardV2WidgetListStreamDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3576
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3589
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3569
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3582
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3540
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetListStreamDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 3651
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 3644
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3687
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3703
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3690
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3706
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetListStreamDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3684
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3700
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3694
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3710
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 3655
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetListStreamDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 4578
      },
      "name": "DashboardV2WidgetLogStreamDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#columns DashboardV2#columns}",
            "stability": "stable",
            "summary": "Stringified list of columns to use, for example: `[\"column1\",\"column2\",\"column3\"]`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4584
          },
          "name": "columns",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4590
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4596
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4602
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4608
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#message_display DashboardV2#message_display}",
            "stability": "stable",
            "summary": "The number of log lines to display. Valid values are `inline`, `expanded-md`, `expanded-lg`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4614
          },
          "name": "messageDisplay",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query to filter the log stream with."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4620
          },
          "name": "query",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_date_column DashboardV2#show_date_column}",
            "stability": "stable",
            "summary": "If the date column should be displayed."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4626
          },
          "name": "showDateColumn",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_message_column DashboardV2#show_message_column}",
            "stability": "stable",
            "summary": "If the message column should be displayed."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4632
          },
          "name": "showMessageColumn",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4656
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4662
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4638
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4644
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4650
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetLogStreamDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 4792
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 4785
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5092
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5108
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4903
          },
          "name": "resetColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4919
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4935
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4951
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4967
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4983
          },
          "name": "resetMessageDisplay"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4999
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5015
          },
          "name": "resetShowDateColumn"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5031
          },
          "name": "resetShowMessageColumn"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5095
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5111
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5047
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5063
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5079
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetLogStreamDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5089
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5105
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4907
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4923
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4939
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4955
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4971
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4987
          },
          "name": "messageDisplayInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5003
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5019
          },
          "name": "showDateColumnInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5035
          },
          "name": "showMessageColumnInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5099
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5115
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5067
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5051
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5083
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4897
          },
          "name": "columns",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4913
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4929
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4945
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4961
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4977
          },
          "name": "messageDisplay",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4993
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5009
          },
          "name": "showDateColumn",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5025
          },
          "name": "showMessageColumn",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5041
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5057
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5073
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4796
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetLogStreamDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 4112
      },
      "name": "DashboardV2WidgetLogStreamDefinitionSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#column DashboardV2#column}",
            "stability": "stable",
            "summary": "The facet path for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4118
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4124
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetLogStreamDefinitionSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 4170
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 4163
      },
      "name": "DashboardV2WidgetLogStreamDefinitionSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4210
          },
          "name": "columnInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4223
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4203
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4216
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4174
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetLogStreamDefinitionSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 4457
      },
      "name": "DashboardV2WidgetLogStreamDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4463
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4469
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetLogStreamDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 4227
      },
      "name": "DashboardV2WidgetLogStreamDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4233
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4239
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetLogStreamDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 4285
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 4278
      },
      "name": "DashboardV2WidgetLogStreamDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4325
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4338
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4318
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4331
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4289
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetLogStreamDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 4342
      },
      "name": "DashboardV2WidgetLogStreamDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4348
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4354
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetLogStreamDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 4400
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 4393
      },
      "name": "DashboardV2WidgetLogStreamDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4440
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4453
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4433
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4446
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4404
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetLogStreamDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 4515
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 4508
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4551
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4567
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4554
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4570
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetLogStreamDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4548
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4564
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4558
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4574
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 4519
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetLogStreamDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetManageStatusDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetManageStatusDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 5470
      },
      "name": "DashboardV2WidgetManageStatusDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query to filter the monitors with."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5512
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#color_preference DashboardV2#color_preference}",
            "stability": "stable",
            "summary": "Whether to colorize text or background. Valid values are `background`, `text`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5476
          },
          "name": "colorPreference",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5482
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#display_format DashboardV2#display_format}",
            "stability": "stable",
            "summary": "The display setting to use. Valid values are `counts`, `countsAndList`, `list`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5488
          },
          "name": "displayFormat",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5494
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_zero_counts DashboardV2#hide_zero_counts}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to hide empty categories."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5500
          },
          "name": "hideZeroCounts",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5506
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_last_triggered DashboardV2#show_last_triggered}",
            "stability": "stable",
            "summary": "Whether to show the time that has elapsed since the monitor/group triggered."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5518
          },
          "name": "showLastTriggered",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_priority DashboardV2#show_priority}",
            "stability": "stable",
            "summary": "Whether to show the priorities column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5524
          },
          "name": "showPriority",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `name`, `group`, `status`, `tags`, `triggered`, `group,asc`, `group,desc`, `name,asc`, `name,desc`, `status,asc`, `status,desc`, `tags,asc`, `tags,desc`, `triggered,asc`, `triggered,desc`, `priority,asc`, `priority,desc`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The method to sort the monitors."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5530
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#summary_type DashboardV2#summary_type}",
            "stability": "stable",
            "summary": "The summary type to use. Valid values are `monitors`, `groups`, `combined`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5536
          },
          "name": "summaryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5560
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetManageStatusDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5542
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5548
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5554
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetManageStatusDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetManageStatusDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetManageStatusDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 5697
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 5690
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6032
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetManageStatusDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5814
          },
          "name": "resetColorPreference"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5830
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5846
          },
          "name": "resetDisplayFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5862
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5878
          },
          "name": "resetHideZeroCounts"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5894
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5923
          },
          "name": "resetShowLastTriggered"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5939
          },
          "name": "resetShowPriority"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5955
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5971
          },
          "name": "resetSummaryType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6035
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5987
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6003
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6019
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetManageStatusDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6029
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetManageStatusDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5818
          },
          "name": "colorPreferenceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5834
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5850
          },
          "name": "displayFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5866
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5882
          },
          "name": "hideZeroCountsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5898
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5911
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5927
          },
          "name": "showLastTriggeredInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5943
          },
          "name": "showPriorityInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5959
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5975
          },
          "name": "summaryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6039
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetManageStatusDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6007
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5991
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6023
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5808
          },
          "name": "colorPreference",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5824
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5840
          },
          "name": "displayFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5856
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5872
          },
          "name": "hideZeroCounts",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5888
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5904
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5917
          },
          "name": "showLastTriggered",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5933
          },
          "name": "showPriority",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5949
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5965
          },
          "name": "summaryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5981
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5997
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6013
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5701
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetManageStatusDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetManageStatusDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetManageStatusDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetManageStatusDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 5349
      },
      "name": "DashboardV2WidgetManageStatusDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5355
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetManageStatusDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5361
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetManageStatusDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetManageStatusDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetManageStatusDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetManageStatusDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 5119
      },
      "name": "DashboardV2WidgetManageStatusDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5125
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5131
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetManageStatusDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetManageStatusDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetManageStatusDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 5177
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 5170
      },
      "name": "DashboardV2WidgetManageStatusDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5217
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5230
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5210
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5223
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5181
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetManageStatusDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetManageStatusDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetManageStatusDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetManageStatusDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 5234
      },
      "name": "DashboardV2WidgetManageStatusDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5240
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5246
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetManageStatusDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetManageStatusDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetManageStatusDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 5292
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 5285
      },
      "name": "DashboardV2WidgetManageStatusDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5332
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5345
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5325
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5338
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5296
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetManageStatusDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetManageStatusDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetManageStatusDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetManageStatusDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 5407
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 5400
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5443
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetManageStatusDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5459
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetManageStatusDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5446
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5462
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetManageStatusDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5440
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetManageStatusDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5456
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetManageStatusDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5450
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetManageStatusDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5466
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetManageStatusDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 5411
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetManageStatusDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetManageStatusDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetNoteDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetNoteDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 6394
      },
      "name": "DashboardV2WidgetNoteDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#content DashboardV2#content}",
            "stability": "stable",
            "summary": "The content of the note."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6406
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#background_color DashboardV2#background_color}",
            "stability": "stable",
            "summary": "The background color of the note."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6400
          },
          "name": "backgroundColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6412
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#font_size DashboardV2#font_size}",
            "stability": "stable",
            "summary": "The size of the text."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6418
          },
          "name": "fontSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#has_padding DashboardV2#has_padding}",
            "stability": "stable",
            "summary": "Whether to add padding or not. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6424
          },
          "name": "hasPadding",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6430
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6436
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_tick DashboardV2#show_tick}",
            "stability": "stable",
            "summary": "Whether to show a tick or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6442
          },
          "name": "showTick",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_align DashboardV2#text_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's text. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6448
          },
          "name": "textAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `bottom`, `left`, `right`, `top`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tick_edge DashboardV2#tick_edge}",
            "stability": "stable",
            "summary": "When `tick = true`, a string indicating on which side of the widget the tick should be displayed."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6454
          },
          "name": "tickEdge",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tick_pos DashboardV2#tick_pos}",
            "stability": "stable",
            "summary": "When `tick = true`, a string with a percent sign indicating the position of the tick, for example: `tick_pos = \"50%\"` is centered alignment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6460
          },
          "name": "tickPos",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6490
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetNoteDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6466
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6472
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6478
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#vertical_align DashboardV2#vertical_align}",
            "stability": "stable",
            "summary": "The vertical alignment for the widget. Valid values are `center`, `top`, `bottom`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6484
          },
          "name": "verticalAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetNoteDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetNoteDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetNoteDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 6634
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 6627
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6991
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetNoteDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6757
          },
          "name": "resetBackgroundColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6786
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6802
          },
          "name": "resetFontSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6818
          },
          "name": "resetHasPadding"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6834
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6850
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6866
          },
          "name": "resetShowTick"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6882
          },
          "name": "resetTextAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6898
          },
          "name": "resetTickEdge"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6914
          },
          "name": "resetTickPos"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6994
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6930
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6946
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6962
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6978
          },
          "name": "resetVerticalAlign"
        }
      ],
      "name": "DashboardV2WidgetNoteDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6988
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetNoteDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6761
          },
          "name": "backgroundColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6774
          },
          "name": "contentInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6790
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6806
          },
          "name": "fontSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6822
          },
          "name": "hasPaddingInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6838
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6854
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6870
          },
          "name": "showTickInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6886
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6902
          },
          "name": "tickEdgeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6918
          },
          "name": "tickPosInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6998
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetNoteDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6950
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6934
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6966
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6982
          },
          "name": "verticalAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6751
          },
          "name": "backgroundColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6767
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6780
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6796
          },
          "name": "fontSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6812
          },
          "name": "hasPadding",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6828
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6844
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6860
          },
          "name": "showTick",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6876
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6892
          },
          "name": "tickEdge",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6908
          },
          "name": "tickPos",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6924
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6940
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6956
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6972
          },
          "name": "verticalAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6638
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetNoteDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetNoteDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetNoteDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetNoteDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 6273
      },
      "name": "DashboardV2WidgetNoteDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6279
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetNoteDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6285
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetNoteDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetNoteDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetNoteDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetNoteDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 6043
      },
      "name": "DashboardV2WidgetNoteDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6049
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6055
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetNoteDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetNoteDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetNoteDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 6101
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 6094
      },
      "name": "DashboardV2WidgetNoteDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6141
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6154
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6134
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6147
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6105
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetNoteDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetNoteDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetNoteDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetNoteDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 6158
      },
      "name": "DashboardV2WidgetNoteDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6164
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6170
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetNoteDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetNoteDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetNoteDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 6216
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 6209
      },
      "name": "DashboardV2WidgetNoteDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6256
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6269
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6249
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6262
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6220
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetNoteDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetNoteDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetNoteDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetNoteDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 6331
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 6324
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6367
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetNoteDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6383
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetNoteDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6370
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6386
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetNoteDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6364
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetNoteDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6380
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetNoteDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6374
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetNoteDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6390
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetNoteDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 6335
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetNoteDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetNoteDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 9794
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 9784
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10059
          },
          "name": "putAlertGraphDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertGraphDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10075
          },
          "name": "putAlertValueDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertValueDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10091
          },
          "name": "putChangeDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10107
          },
          "name": "putCheckStatusDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetCheckStatusDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10123
          },
          "name": "putDistributionDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10139
          },
          "name": "putEventStreamDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventStreamDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10155
          },
          "name": "putEventTimelineDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventTimelineDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10171
          },
          "name": "putFreeTextDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFreeTextDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10187
          },
          "name": "putFunnelDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10203
          },
          "name": "putGeomapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10219
          },
          "name": "putGroupDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10235
          },
          "name": "putHeatmapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10251
          },
          "name": "putHostmapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10267
          },
          "name": "putIframeDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetIframeDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10283
          },
          "name": "putImageDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetImageDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10299
          },
          "name": "putListStreamDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10315
          },
          "name": "putLogStreamDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10331
          },
          "name": "putManageStatusDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetManageStatusDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10347
          },
          "name": "putNoteDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetNoteDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10363
          },
          "name": "putPowerpackDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10379
          },
          "name": "putQueryTableDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10395
          },
          "name": "putQueryValueDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10411
          },
          "name": "putRunWorkflowDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10427
          },
          "name": "putScatterplotDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10443
          },
          "name": "putServiceLevelObjectiveDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServiceLevelObjectiveDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10459
          },
          "name": "putServicemapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10475
          },
          "name": "putSloListDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10491
          },
          "name": "putSplitGraphDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10507
          },
          "name": "putSunburstDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10523
          },
          "name": "putTimeseriesDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10539
          },
          "name": "putToplistDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10555
          },
          "name": "putTopologyMapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10571
          },
          "name": "putTraceServiceDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTraceServiceDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10587
          },
          "name": "putTreemapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10603
          },
          "name": "putWidgetLayout",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetWidgetLayout"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10062
          },
          "name": "resetAlertGraphDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10078
          },
          "name": "resetAlertValueDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10094
          },
          "name": "resetChangeDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10110
          },
          "name": "resetCheckStatusDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10126
          },
          "name": "resetDistributionDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10142
          },
          "name": "resetEventStreamDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10158
          },
          "name": "resetEventTimelineDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10174
          },
          "name": "resetFreeTextDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10190
          },
          "name": "resetFunnelDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10206
          },
          "name": "resetGeomapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10222
          },
          "name": "resetGroupDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10238
          },
          "name": "resetHeatmapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10254
          },
          "name": "resetHostmapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10046
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10270
          },
          "name": "resetIframeDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10286
          },
          "name": "resetImageDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10302
          },
          "name": "resetListStreamDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10318
          },
          "name": "resetLogStreamDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10334
          },
          "name": "resetManageStatusDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10350
          },
          "name": "resetNoteDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10366
          },
          "name": "resetPowerpackDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10382
          },
          "name": "resetQueryTableDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10398
          },
          "name": "resetQueryValueDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10414
          },
          "name": "resetRunWorkflowDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10430
          },
          "name": "resetScatterplotDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10446
          },
          "name": "resetServiceLevelObjectiveDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10462
          },
          "name": "resetServicemapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10478
          },
          "name": "resetSloListDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10494
          },
          "name": "resetSplitGraphDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10510
          },
          "name": "resetSunburstDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10526
          },
          "name": "resetTimeseriesDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10542
          },
          "name": "resetToplistDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10558
          },
          "name": "resetTopologyMapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10574
          },
          "name": "resetTraceServiceDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10590
          },
          "name": "resetTreemapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10606
          },
          "name": "resetWidgetLayout"
        }
      ],
      "name": "DashboardV2WidgetOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10056
          },
          "name": "alertGraphDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertGraphDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10072
          },
          "name": "alertValueDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertValueDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10088
          },
          "name": "changeDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10104
          },
          "name": "checkStatusDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetCheckStatusDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10120
          },
          "name": "distributionDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10136
          },
          "name": "eventStreamDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventStreamDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10152
          },
          "name": "eventTimelineDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventTimelineDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10168
          },
          "name": "freeTextDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFreeTextDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10184
          },
          "name": "funnelDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10200
          },
          "name": "geomapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10216
          },
          "name": "groupDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10232
          },
          "name": "heatmapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10248
          },
          "name": "hostmapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10264
          },
          "name": "iframeDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetIframeDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10280
          },
          "name": "imageDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetImageDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10296
          },
          "name": "listStreamDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10312
          },
          "name": "logStreamDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10328
          },
          "name": "manageStatusDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetManageStatusDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10344
          },
          "name": "noteDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetNoteDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10360
          },
          "name": "powerpackDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10376
          },
          "name": "queryTableDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10392
          },
          "name": "queryValueDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10408
          },
          "name": "runWorkflowDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10424
          },
          "name": "scatterplotDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10440
          },
          "name": "serviceLevelObjectiveDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServiceLevelObjectiveDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10456
          },
          "name": "servicemapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10472
          },
          "name": "sloListDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10488
          },
          "name": "splitGraphDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10504
          },
          "name": "sunburstDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10520
          },
          "name": "timeseriesDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10536
          },
          "name": "toplistDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10552
          },
          "name": "topologyMapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10568
          },
          "name": "traceServiceDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTraceServiceDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10584
          },
          "name": "treemapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10600
          },
          "name": "widgetLayout",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetWidgetLayoutOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10066
          },
          "name": "alertGraphDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertGraphDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10082
          },
          "name": "alertValueDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetAlertValueDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10098
          },
          "name": "changeDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetChangeDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10114
          },
          "name": "checkStatusDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetCheckStatusDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10130
          },
          "name": "distributionDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetDistributionDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10146
          },
          "name": "eventStreamDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventStreamDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10162
          },
          "name": "eventTimelineDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetEventTimelineDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10178
          },
          "name": "freeTextDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFreeTextDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10194
          },
          "name": "funnelDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetFunnelDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10210
          },
          "name": "geomapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGeomapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10226
          },
          "name": "groupDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetGroupDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10242
          },
          "name": "heatmapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHeatmapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10258
          },
          "name": "hostmapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetHostmapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10050
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10274
          },
          "name": "iframeDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetIframeDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10290
          },
          "name": "imageDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetImageDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10306
          },
          "name": "listStreamDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetListStreamDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10322
          },
          "name": "logStreamDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetLogStreamDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10338
          },
          "name": "manageStatusDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetManageStatusDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10354
          },
          "name": "noteDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetNoteDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10370
          },
          "name": "powerpackDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10386
          },
          "name": "queryTableDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10402
          },
          "name": "queryValueDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10418
          },
          "name": "runWorkflowDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10434
          },
          "name": "scatterplotDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10450
          },
          "name": "serviceLevelObjectiveDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServiceLevelObjectiveDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10466
          },
          "name": "servicemapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10482
          },
          "name": "sloListDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10498
          },
          "name": "splitGraphDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10514
          },
          "name": "sunburstDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10530
          },
          "name": "timeseriesDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10546
          },
          "name": "toplistDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10562
          },
          "name": "topologyMapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10578
          },
          "name": "traceServiceDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTraceServiceDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10594
          },
          "name": "treemapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10610
          },
          "name": "widgetLayoutInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetWidgetLayout"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 10040
          },
          "name": "id",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9798
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2Widget"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 7838
      },
      "name": "DashboardV2WidgetPowerpackDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#powerpack_id DashboardV2#powerpack_id}",
            "stability": "stable",
            "summary": "UUID of the associated powerpack."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7874
          },
          "name": "powerpackId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#background_color DashboardV2#background_color}",
            "stability": "stable",
            "summary": "The background color of the powerpack title."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7844
          },
          "name": "backgroundColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#banner_img DashboardV2#banner_img}",
            "stability": "stable",
            "summary": "URL of image to display as a banner for the powerpack."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7850
          },
          "name": "bannerImg",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7856
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7862
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7868
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_title DashboardV2#show_title}",
            "stability": "stable",
            "summary": "Whether to show the title of the powerpack."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7880
          },
          "name": "showTitle",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#template_variables DashboardV2#template_variables}",
            "stability": "stable",
            "summary": "template_variables block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7904
          },
          "name": "templateVariables",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTemplateVariables"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7910
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7886
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7892
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7898
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetPowerpackDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 8026
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 8019
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8279
          },
          "name": "putTemplateVariables",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTemplateVariables"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8295
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8125
          },
          "name": "resetBackgroundColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8141
          },
          "name": "resetBannerImg"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8157
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8173
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8189
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8218
          },
          "name": "resetShowTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8282
          },
          "name": "resetTemplateVariables"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8298
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8234
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8250
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8266
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetPowerpackDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8276
          },
          "name": "templateVariables",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTemplateVariablesOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8292
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8129
          },
          "name": "backgroundColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8145
          },
          "name": "bannerImgInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8161
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8177
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8193
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8206
          },
          "name": "powerpackIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8222
          },
          "name": "showTitleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8286
          },
          "name": "templateVariablesInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTemplateVariables"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8302
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8254
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8238
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8270
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8119
          },
          "name": "backgroundColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8135
          },
          "name": "bannerImg",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8151
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8167
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8183
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8199
          },
          "name": "powerpackId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8212
          },
          "name": "showTitle",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8228
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8244
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8260
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8030
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetPowerpackDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTemplateVariables": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTemplateVariables",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 7366
      },
      "name": "DashboardV2WidgetPowerpackDefinitionTemplateVariables",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#controlled_by_powerpack DashboardV2#controlled_by_powerpack}",
            "stability": "stable",
            "summary": "controlled_by_powerpack block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7372
          },
          "name": "controlledByPowerpack",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#controlled_externally DashboardV2#controlled_externally}",
            "stability": "stable",
            "summary": "controlled_externally block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7378
          },
          "name": "controlledExternally",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledExternally"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetPowerpackDefinitionTemplateVariables"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 7002
      },
      "name": "DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7008
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#values DashboardV2#values}",
            "stability": "stable",
            "summary": "One or many template variable values within the saved view, which will be unioned together using `OR` if more than one is specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7020
          },
          "name": "values",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#prefix DashboardV2#prefix}",
            "stability": "stable",
            "summary": "The tag prefix associated with the variable. Only tags with this prefix appear in the variable dropdown."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7014
          },
          "name": "prefix",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 7173
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 7165
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7180
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7166
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 7076
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 7066
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7143
          },
          "name": "resetPrefix"
        }
      ],
      "name": "DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7131
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7147
          },
          "name": "prefixInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7160
          },
          "name": "valuesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7124
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7137
          },
          "name": "prefix",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7153
          },
          "name": "values",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7080
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledExternally": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledExternally",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 7184
      },
      "name": "DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledExternally",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7190
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#values DashboardV2#values}",
            "stability": "stable",
            "summary": "One or many template variable values within the saved view, which will be unioned together using `OR` if more than one is specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7202
          },
          "name": "values",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#prefix DashboardV2#prefix}",
            "stability": "stable",
            "summary": "The tag prefix associated with the variable. Only tags with this prefix appear in the variable dropdown."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7196
          },
          "name": "prefix",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledExternally"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledExternallyList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledExternallyList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 7355
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 7347
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7362
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledExternallyOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledExternallyList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7348
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledExternally"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledExternallyList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledExternallyOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledExternallyOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 7258
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 7248
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7325
          },
          "name": "resetPrefix"
        }
      ],
      "name": "DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledExternallyOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7313
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7329
          },
          "name": "prefixInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7342
          },
          "name": "valuesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7306
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7319
          },
          "name": "prefix",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7335
          },
          "name": "values",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7262
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledExternally"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledExternallyOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTemplateVariablesOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTemplateVariablesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 7424
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 7417
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7460
          },
          "name": "putControlledByPowerpack",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7476
          },
          "name": "putControlledExternally",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledExternally"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7463
          },
          "name": "resetControlledByPowerpack"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7479
          },
          "name": "resetControlledExternally"
        }
      ],
      "name": "DashboardV2WidgetPowerpackDefinitionTemplateVariablesOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7457
          },
          "name": "controlledByPowerpack",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledByPowerpackList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7473
          },
          "name": "controlledExternally",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledExternallyList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7467
          },
          "name": "controlledByPowerpackInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledByPowerpack"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7483
          },
          "name": "controlledExternallyInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTemplateVariablesControlledExternally"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7428
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTemplateVariables"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetPowerpackDefinitionTemplateVariablesOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 7717
      },
      "name": "DashboardV2WidgetPowerpackDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7723
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7729
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetPowerpackDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 7487
      },
      "name": "DashboardV2WidgetPowerpackDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7493
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7499
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetPowerpackDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 7545
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 7538
      },
      "name": "DashboardV2WidgetPowerpackDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7585
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7598
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7578
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7591
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7549
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetPowerpackDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 7602
      },
      "name": "DashboardV2WidgetPowerpackDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7608
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7614
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetPowerpackDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 7660
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 7653
      },
      "name": "DashboardV2WidgetPowerpackDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7700
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7713
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7693
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7706
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7664
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetPowerpackDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 7775
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 7768
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7811
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7827
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7814
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7830
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetPowerpackDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7808
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7824
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7818
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7834
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 7779
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetPowerpackDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetPowerpackDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 20092
      },
      "name": "DashboardV2WidgetQueryTableDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_link DashboardV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20140
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20098
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#has_search_bar DashboardV2#has_search_bar}",
            "stability": "stable",
            "summary": "Controls the display of the search bar. Valid values are `always`, `never`, `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20104
          },
          "name": "hasSearchBar",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20110
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20116
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20146
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20152
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20122
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20128
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20134
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 8306
      },
      "name": "DashboardV2WidgetQueryTableDefinitionCustomLink",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_hidden DashboardV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8312
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8318
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#link DashboardV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8324
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#override_label DashboardV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8330
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 8518
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 8510
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8525
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionCustomLinkList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8511
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 8393
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 8383
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8453
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8469
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8485
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8501
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionCustomLinkOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8457
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8473
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8489
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8505
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8447
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8463
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8479
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8495
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8397
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 20254
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 20247
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20450
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20466
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20482
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20453
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20341
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20357
          },
          "name": "resetHasSearchBar"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20373
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20389
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20469
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20485
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20405
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20421
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20437
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20447
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20463
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20479
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20457
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20345
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20361
          },
          "name": "hasSearchBarInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20377
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20393
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20473
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20489
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20425
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20409
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20441
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20335
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20351
          },
          "name": "hasSearchBar",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20367
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20383
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20399
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20415
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20431
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20258
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 19098
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregator to use for time aggregation. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19104
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "The alias for the column name (defaults to metric name)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19110
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_query DashboardV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19140
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_stats_query DashboardV2#apm_stats_query}",
            "stability": "stable",
            "summary": "apm_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19146
          },
          "name": "apmStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19116
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19152
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19158
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "For metric queries, the number of lines to show in the table. Only one request should have this property."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19122
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#log_query DashboardV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19164
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The sort order for the rows. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19128
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19170
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19134
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19176
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#rum_query DashboardV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19182
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#security_query DashboardV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19188
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_formats DashboardV2#text_formats}",
            "stability": "stable",
            "summary": "text_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19194
          },
          "name": "textFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 9205
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestApmQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9211
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9223
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9229
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9235
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9217
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 8529
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8535
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8541
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8547
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 8600
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 8593
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8658
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8674
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8646
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8662
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8678
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8639
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8652
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8668
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8604
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 8832
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8838
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8844
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8850
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 9009
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 9001
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9016
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9002
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 8906
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 8896
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8989
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8960
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8976
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8992
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8986
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8964
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8980
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8996
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8954
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8970
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8910
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 8682
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8688
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8700
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8694
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 8753
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 8746
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8811
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8799
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8815
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8828
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8792
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8805
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8821
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 8757
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 9020
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9026
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9032
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9038
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 9194
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 9186
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9201
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9187
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 9094
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 9084
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9161
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9177
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9149
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9165
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9181
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9142
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9155
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9171
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9098
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 9302
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 9295
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9385
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9401
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9417
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9388
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9404
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9420
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9372
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9382
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9398
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9414
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9392
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9408
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9360
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9424
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9376
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9353
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9366
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9306
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 9648
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestApmStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "The environment name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9654
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The operation name associated with the service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9660
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag DashboardV2#primary_tag}",
            "stability": "stable",
            "summary": "The organization's host group name and value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9666
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#row_type DashboardV2#row_type}",
            "stability": "stable",
            "summary": "The level of detail for the request. Valid values are `service`, `resource`, `span`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9678
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "The service name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9684
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#columns DashboardV2#columns}",
            "stability": "stable",
            "summary": "columns block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9690
          },
          "name": "columns",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource DashboardV2#resource}",
            "stability": "stable",
            "summary": "The resource name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9672
          },
          "name": "resource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestApmStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmStatsQueryColumns": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmStatsQueryColumns",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 9428
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestApmStatsQueryColumns",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The column name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9446
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "A user-assigned alias for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9434
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9440
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9452
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestApmStatsQueryColumns"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmStatsQueryColumnsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmStatsQueryColumnsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 9637
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 9629
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9644
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestApmStatsQueryColumnsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9630
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestApmStatsQueryColumnsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 9515
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 9505
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9575
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9591
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9620
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9579
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9595
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9608
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9624
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9569
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9585
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9601
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9614
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9519
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 9771
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 9764
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9918
          },
          "name": "putColumns",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9921
          },
          "name": "resetColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9879
          },
          "name": "resetResource"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestApmStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9915
          },
          "name": "columns",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmStatsQueryColumnsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9925
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9841
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9854
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9867
          },
          "name": "primaryTagInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9883
          },
          "name": "resourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9896
          },
          "name": "rowTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9909
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9834
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9847
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9860
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9873
          },
          "name": "resource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9889
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9902
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9775
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestApmStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 9929
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9935
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9971
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9983
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9941
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9947
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9953
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9959
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9965
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 9977
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 10307
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 10299
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10314
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10300
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 10081
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 10071
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10184
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10200
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10216
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10232
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10248
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10277
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10172
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10188
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10204
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10220
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10236
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10252
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10265
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10281
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10294
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10165
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10178
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10194
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10210
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10226
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10242
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10258
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10271
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10287
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10085
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 11596
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11614
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11602
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11608
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11620
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11626
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11632
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11638
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11644
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 10318
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10324
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10330
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 10376
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 10369
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10415
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10431
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10419
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10435
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10409
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10425
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10380
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 10439
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10445
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10481
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10493
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10451
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10457
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10463
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10469
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10475
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10487
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 10817
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 10809
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10824
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10810
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 10591
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 10581
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10694
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10710
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10726
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10742
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10758
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10787
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10682
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10698
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10714
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10730
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10746
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10762
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10775
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10791
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10804
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10675
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10688
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10704
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10720
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10736
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10752
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10768
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10781
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10797
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10595
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 10828
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10834
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10840
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 10886
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 10879
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10925
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10941
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10929
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10945
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10919
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10935
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10890
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 11945
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 11937
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11952
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11938
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 11357
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11363
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11369
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 11415
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 11408
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11451
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11464
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11467
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11448
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11461
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11455
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11471
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11419
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 11153
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11159
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11165
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 10949
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10955
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 10961
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 11007
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 11000
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11046
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11062
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11050
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11066
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11040
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11056
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11011
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 11070
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11076
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 11115
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 11108
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11149
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11142
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11119
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 11211
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 11204
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11247
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11263
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11250
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11266
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11244
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11260
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11254
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11270
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11215
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 11274
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11280
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 11319
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 11312
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11353
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11346
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11323
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 11735
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 11725
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11861
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11877
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11893
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11909
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11925
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11819
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11835
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11864
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11880
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11896
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11912
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11928
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11858
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11874
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11890
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11906
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11922
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11823
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11839
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11868
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11884
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11852
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11900
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11916
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11932
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11813
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11829
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11845
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11739
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 11475
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11481
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11487
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 11533
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 11526
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11572
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11588
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11592
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11576
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11566
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11582
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11537
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 19730
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 19722
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19737
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19723
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 12632
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestLogQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12638
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12650
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12656
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12662
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12644
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 11956
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11962
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11968
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 11974
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 12027
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 12020
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12085
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12101
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12073
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12089
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12105
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12066
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12079
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12095
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12031
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 12259
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12265
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12271
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12277
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 12436
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 12428
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12443
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12429
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 12333
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 12323
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12416
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12387
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12403
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12419
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12413
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12391
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12407
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12423
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12381
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12397
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12337
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 12109
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12115
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12127
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12121
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 12180
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 12173
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12238
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12226
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12242
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12255
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12219
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12232
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12248
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12184
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 12447
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12453
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12459
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12465
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 12621
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 12613
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12628
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12614
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 12521
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 12511
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12588
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12604
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12576
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12592
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12608
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12569
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12582
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12598
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12525
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 12729
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 12722
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12812
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12828
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12844
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12815
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12831
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12847
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12799
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12809
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12825
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12841
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12819
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12835
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12787
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12851
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12803
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12780
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12793
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12733
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 19341
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 19331
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19566
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19582
          },
          "name": "putApmStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19598
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19614
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19630
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19646
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19662
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19678
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19694
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19710
          },
          "name": "putTextFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19473
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19489
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19569
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19585
          },
          "name": "resetApmStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19505
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19601
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19617
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19521
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19633
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19537
          },
          "name": "resetOrder"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19649
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19553
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19665
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19681
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19697
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19713
          },
          "name": "resetTextFormats"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19563
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19579
          },
          "name": "apmStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19595
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19611
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19627
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19643
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19659
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19675
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19691
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19707
          },
          "name": "textFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19477
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19493
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19573
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19589
          },
          "name": "apmStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestApmStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19509
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19605
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19621
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19525
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19637
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19541
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19653
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19557
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19669
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19685
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19701
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19717
          },
          "name": "textFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19467
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19483
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19499
          },
          "name": "cellDisplayMode",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19515
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19531
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19547
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19345
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 12855
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12873
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#filter_by DashboardV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12861
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12867
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_by DashboardV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12879
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 12939
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 12932
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12990
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13006
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13035
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12994
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13010
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13023
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13039
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12984
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13000
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13016
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13029
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 12943
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 16334
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16340
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16346
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16352
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16358
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16364
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16370
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16376
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 13043
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13055
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13061
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13073
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13079
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13097
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13103
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13109
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13049
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13067
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13085
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13091
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 13218
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 13211
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13311
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13353
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13395
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13411
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13315
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13328
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13341
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13357
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13370
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13383
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13399
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13415
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13428
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13441
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13454
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13305
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13321
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13334
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13347
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13363
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13376
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13389
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13405
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13421
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13434
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13447
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13222
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 13458
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13470
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13476
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13488
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13518
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13524
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13464
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13482
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13494
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13500
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13506
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13512
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 13633
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 13626
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13726
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13768
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13797
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13813
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13829
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13845
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13730
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13743
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13756
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13772
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13785
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13801
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13817
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13833
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13849
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13862
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13875
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13720
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13736
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13749
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13762
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13778
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13791
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13807
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13823
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13839
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13855
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13868
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13637
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 13879
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13897
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13903
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13909
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13885
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13891
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 13976
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 13969
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14033
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14049
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14037
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14053
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14066
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14079
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14092
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14027
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14043
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14059
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14072
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14085
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 13980
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 15008
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15044
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15020
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15032
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15014
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15050
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15056
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15026
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15062
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15038
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 14096
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14102
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14108
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14114
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 14270
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 14262
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14277
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14263
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 14170
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 14160
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14237
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14253
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14225
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14241
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14257
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14218
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14231
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14247
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14174
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 14434
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14440
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14446
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14452
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 14772
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14778
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14784
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14790
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 14843
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 14836
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14914
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14901
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14917
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14911
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14889
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14905
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14921
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14882
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14895
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14847
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 14619
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14625
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14631
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14637
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 14690
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 14683
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14748
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14764
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14736
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14752
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14768
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14729
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14742
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14758
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14694
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 14608
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 14600
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14615
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14601
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 14508
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 14498
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14588
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14575
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14591
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14585
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14563
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14579
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14595
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14556
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14569
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14512
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 14281
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14287
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14293
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14299
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 14352
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 14345
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14410
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14426
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14398
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14414
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14430
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14391
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14404
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14420
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14356
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 15157
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 15150
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15309
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15322
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15338
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15354
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15238
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15325
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15341
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15267
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15357
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15296
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15306
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15319
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15335
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15351
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15313
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15242
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15255
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15345
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15329
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15271
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15284
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15361
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15300
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15232
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15248
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15261
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15277
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15290
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15161
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 14925
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14931
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 14970
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 14963
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15004
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14997
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 14974
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 16651
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 16643
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16658
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16644
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 15365
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15389
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15395
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15371
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15377
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15383
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15401
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 15475
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 15468
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15538
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15554
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15570
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15612
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15542
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15558
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15574
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15587
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15600
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15616
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15532
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15548
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15564
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15580
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15593
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15606
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15479
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 16460
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 16450
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16535
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16551
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16567
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16583
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16599
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16615
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16631
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16538
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16554
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16570
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16586
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16602
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16618
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16634
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16532
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16548
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16564
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16580
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16596
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16612
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16628
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16542
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16558
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16574
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16590
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16606
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16622
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16638
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16464
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 15620
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15638
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15656
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15662
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15626
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15632
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15644
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15650
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15668
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15674
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15680
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 15782
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 15775
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15869
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15885
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15914
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15930
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15972
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15988
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16004
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15873
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15889
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15902
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15918
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15934
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15947
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15960
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15976
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15992
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16008
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15863
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15879
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15895
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15908
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15924
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15940
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15953
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15966
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15982
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15998
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 15786
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 16012
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16030
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16042
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16054
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16018
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16024
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16036
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16048
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16060
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 16148
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 16141
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16223
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16239
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16268
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16297
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16326
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16227
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16243
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16256
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16272
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16285
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16301
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16314
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16330
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16217
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16233
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16249
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16262
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16278
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16291
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16307
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16320
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16152
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 17338
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestRumQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17344
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17356
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17362
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17368
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17350
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 16662
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16668
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16674
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16680
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 16733
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 16726
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16791
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16807
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16779
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16795
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16811
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16772
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16785
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16801
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16737
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 16965
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16971
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16977
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16983
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 17142
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 17134
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17149
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17135
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 17039
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 17029
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17122
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17093
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17109
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17125
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17119
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17097
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17113
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17129
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17087
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17103
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17043
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 16815
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16821
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16833
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16827
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 16886
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 16879
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16944
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16932
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16948
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16961
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16925
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16938
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16954
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 16890
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 17153
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17159
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17165
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17171
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 17327
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 17319
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17334
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17320
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 17227
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 17217
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17294
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17310
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17282
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17298
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17314
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17275
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17288
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17304
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17231
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 17435
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 17428
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17518
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17534
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17550
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17521
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17537
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17553
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17505
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17515
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17531
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17547
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17525
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17541
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17493
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17557
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17509
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17486
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17499
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17439
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 18237
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestSecurityQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18243
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18255
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18261
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18267
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18249
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 17561
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17567
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17573
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17579
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 17632
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 17625
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17690
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17706
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17678
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17694
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17710
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17671
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17684
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17700
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17636
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 17864
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17870
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17876
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17882
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 18041
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 18033
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18048
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18034
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 17938
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 17928
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18021
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17992
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18008
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18024
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18018
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17996
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18012
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18028
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17986
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18002
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17942
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 17714
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17720
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17732
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17726
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 17785
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 17778
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17843
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17831
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17847
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17860
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17824
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17837
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17853
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 17789
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 18052
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18058
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18064
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18070
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 18226
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 18218
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18233
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18219
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 18126
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 18116
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18193
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18209
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18181
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18197
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18213
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18174
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18187
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18203
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18130
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 18334
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 18327
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18417
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18433
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18449
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18420
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18436
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18452
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18404
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18414
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18430
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18446
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18424
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18440
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18392
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18456
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18408
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18385
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18398
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18338
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 18980
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestTextFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_format DashboardV2#text_format}",
            "stability": "stable",
            "summary": "text_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18986
          },
          "name": "textFormat",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormat"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestTextFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 19087
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 19079
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19094
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestTextFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19080
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestTextFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 19028
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 19018
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19067
          },
          "name": "putTextFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormat"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19070
          },
          "name": "resetTextFormat"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestTextFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19064
          },
          "name": "textFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19074
          },
          "name": "textFormatInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormat"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19032
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestTextFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 18725
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#match DashboardV2#match}",
            "stability": "stable",
            "summary": "match block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18749
          },
          "name": "match",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The custom color palette to apply to the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18731
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The custom color palette to apply to the foreground text."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18737
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply. Valid values are `white_on_red`, `white_on_yellow`, `white_on_green`, `black_on_light_red`, `black_on_light_yellow`, `black_on_light_green`, `red_on_white`, `yellow_on_white`, `green_on_white`, `custom_bg`, `custom_text`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18743
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#replace DashboardV2#replace}",
            "stability": "stable",
            "summary": "replace block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18755
          },
          "name": "replace",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 18969
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 18961
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18976
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18962
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormat"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 18460
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#type DashboardV2#type}",
            "stability": "stable",
            "summary": "Match or compare option. Valid values are `is`, `is_not`, `contains`, `does_not_contain`, `starts_with`, `ends_with`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18466
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Table Widget Match String."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18472
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 18518
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 18511
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18558
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18571
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18551
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18564
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18522
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 18825
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 18815
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18936
          },
          "name": "putMatch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18949
          },
          "name": "putReplace",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18891
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18907
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18923
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18952
          },
          "name": "resetReplace"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18933
          },
          "name": "match",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18946
          },
          "name": "replace",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18895
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18911
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18940
          },
          "name": "matchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18927
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18956
          },
          "name": "replaceInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18885
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18901
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18917
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18829
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormat"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 18575
      },
      "name": "DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#type DashboardV2#type}",
            "stability": "stable",
            "summary": "Table widget text format replace all type. Valid values are `all`, `substring`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18587
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#with DashboardV2#with}",
            "stability": "stable",
            "summary": "Table Widget Match String."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18593
          },
          "name": "with",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#substring DashboardV2#substring}",
            "stability": "stable",
            "summary": "Text that will be replaced. Must be used with type `substring`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18581
          },
          "name": "substring",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 18646
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 18639
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18691
          },
          "name": "resetSubstring"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18695
          },
          "name": "substringInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18708
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18721
          },
          "name": "withInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18685
          },
          "name": "substring",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18701
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18714
          },
          "name": "with",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 18650
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 19971
      },
      "name": "DashboardV2WidgetQueryTableDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19977
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19983
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 19741
      },
      "name": "DashboardV2WidgetQueryTableDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19747
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19753
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 19799
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 19792
      },
      "name": "DashboardV2WidgetQueryTableDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19839
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19852
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19832
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19845
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19803
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 19856
      },
      "name": "DashboardV2WidgetQueryTableDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19862
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19868
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 19914
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 19907
      },
      "name": "DashboardV2WidgetQueryTableDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19954
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19967
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19947
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19960
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 19918
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 20029
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 20022
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20065
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20081
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20068
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20084
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetQueryTableDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20062
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20078
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20072
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20088
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20033
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryTableDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryTableDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 7399
      },
      "name": "DashboardV2WidgetQueryValueDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#autoscale DashboardV2#autoscale}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to automatically scale the tile."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7405
          },
          "name": "autoscale",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_link DashboardV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7465
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_unit DashboardV2#custom_unit}",
            "stability": "stable",
            "summary": "Display a unit of your choice on the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7411
          },
          "name": "customUnit",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7417
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7423
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7429
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#precision DashboardV2#precision}",
            "stability": "stable",
            "summary": "Number of decimals to show. If not defined, the widget uses the raw value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7435
          },
          "name": "precision",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7471
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_align DashboardV2#text_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's text. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7441
          },
          "name": "textAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7477
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeseries_background DashboardV2#timeseries_background}",
            "stability": "stable",
            "summary": "timeseries_background block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7483
          },
          "name": "timeseriesBackground",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeseriesBackground"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7447
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7453
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7459
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 20493
      },
      "name": "DashboardV2WidgetQueryValueDefinitionCustomLink",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_hidden DashboardV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20499
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20505
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#link DashboardV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20511
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#override_label DashboardV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20517
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 20705
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 20697
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20712
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionCustomLinkList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20698
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 20580
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 20570
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20640
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20656
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20672
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20688
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionCustomLinkOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20644
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20660
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20676
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20692
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20634
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20650
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20666
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20682
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20584
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 7613
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 7606
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7881
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7897
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7913
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7929
          },
          "name": "putTimeseriesBackground",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeseriesBackground"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7724
          },
          "name": "resetAutoscale"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7884
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7740
          },
          "name": "resetCustomUnit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7756
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7772
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7788
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7804
          },
          "name": "resetPrecision"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7900
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7820
          },
          "name": "resetTextAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7916
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7932
          },
          "name": "resetTimeseriesBackground"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7836
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7852
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7868
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7878
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7894
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7910
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7926
          },
          "name": "timeseriesBackground",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeseriesBackgroundOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7728
          },
          "name": "autoscaleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7888
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7744
          },
          "name": "customUnitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7760
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7776
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7792
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7808
          },
          "name": "precisionInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7904
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7824
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7920
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7936
          },
          "name": "timeseriesBackgroundInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeseriesBackground"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7856
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7840
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7872
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7718
          },
          "name": "autoscale",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7734
          },
          "name": "customUnit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7750
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7766
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7782
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7798
          },
          "name": "precision",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7814
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7830
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7846
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7862
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7617
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 6236
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregator to use for time aggregation. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6242
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_query DashboardV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6254
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#audit_query DashboardV2#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6260
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6266
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6272
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#log_query DashboardV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6278
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6284
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6248
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6290
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#rum_query DashboardV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6296
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#security_query DashboardV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6302
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 21392
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestApmQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21398
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21410
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21416
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21422
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21404
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 20716
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20722
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20728
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20734
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 20787
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 20780
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20845
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20861
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20833
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20849
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20865
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20826
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20839
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20855
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20791
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 21019
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21025
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21031
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21037
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 21196
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 21188
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21203
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21189
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 21093
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 21083
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21176
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21147
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21163
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21179
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21173
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21151
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21167
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21183
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21141
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21157
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21097
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 20869
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20875
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20887
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20881
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 20940
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 20933
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20998
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20986
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21002
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21015
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20979
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20992
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21008
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 20944
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 21207
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21213
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21219
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21225
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 21381
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 21373
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21388
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21374
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 21281
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 21271
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21348
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21364
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21336
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21352
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21368
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21329
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21342
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21358
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21285
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 21489
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 21482
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21572
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21588
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21604
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21575
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21591
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21607
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21559
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21569
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21585
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21601
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21579
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21595
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21547
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21611
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21563
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21540
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21553
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21493
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 22291
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestAuditQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22297
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22309
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22315
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22321
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22303
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 21615
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestAuditQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21621
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21627
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21633
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 21686
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 21679
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21744
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21760
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21732
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21748
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21764
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21725
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21738
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21754
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21690
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 21918
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestAuditQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21924
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21930
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21936
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 22095
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 22087
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22102
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestAuditQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22088
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 21992
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 21982
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22075
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22046
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22062
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22078
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22072
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22050
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22066
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22082
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22040
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22056
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21996
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 21768
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21774
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21786
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21780
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 21839
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 21832
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21897
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21885
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21901
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21914
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21878
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21891
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21907
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 21843
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 22106
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestAuditQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22112
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22118
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22124
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 22280
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 22272
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22287
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22273
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 22180
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 22170
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22247
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22263
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22235
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22251
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22267
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22228
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22241
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22257
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22184
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 22388
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 22381
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22471
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22487
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22503
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22474
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22490
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22506
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22458
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestAuditQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22468
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22484
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22500
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22478
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22494
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22446
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22510
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22462
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22439
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22452
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22392
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 22514
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22520
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22556
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22568
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22526
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22532
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22538
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22544
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22550
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22562
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 22892
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 22884
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22899
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22885
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 22666
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 22656
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22769
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22785
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22801
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22817
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22833
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22862
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22757
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22773
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22789
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22805
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22821
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22837
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22850
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22866
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22879
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22750
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22763
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22779
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22795
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22811
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22827
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22843
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22856
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22872
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22670
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 24181
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24199
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24187
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24193
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24205
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24211
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24217
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24223
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24229
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 22903
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22909
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22915
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 22961
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 22954
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23000
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23016
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23004
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23020
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22994
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23010
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 22965
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 23024
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23030
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23066
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23078
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23036
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23042
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23048
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23054
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23060
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23072
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 23402
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 23394
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23409
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23395
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 23176
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 23166
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23279
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23295
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23311
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23327
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23343
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23372
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23267
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23283
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23299
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23315
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23331
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23347
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23360
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23376
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23389
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23260
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23273
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23289
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23305
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23321
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23337
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23353
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23366
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23382
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23180
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 23413
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23419
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23425
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 23471
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 23464
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23510
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23526
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23514
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23530
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23504
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23520
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23475
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 24530
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 24522
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24537
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24523
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 23942
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23948
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23954
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 24000
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 23993
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24036
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24049
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24052
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24033
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24046
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24040
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24056
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24004
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 23738
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23744
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23750
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 23534
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23540
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23546
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 23592
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 23585
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23631
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23647
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23635
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23651
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23625
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23641
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23596
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 23655
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23661
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 23700
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 23693
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23734
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23727
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23704
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 23796
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 23789
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23832
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23848
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23835
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23851
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23829
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23845
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23839
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23855
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23800
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 23859
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23865
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 23904
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 23897
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23938
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23931
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 23908
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 24320
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 24310
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24446
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24462
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24478
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24494
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24510
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24404
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24420
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24449
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24465
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24481
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24497
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24513
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24443
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24459
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24475
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24491
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24507
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24408
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24424
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24453
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24469
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24437
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24485
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24501
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24517
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24398
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24414
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24430
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24324
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 24060
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24066
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24072
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 24118
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 24111
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24157
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24173
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24177
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24161
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24151
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24167
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24122
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 6693
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 6685
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6700
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6686
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 408
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestLogQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 414
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 426
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 432
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 438
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 420
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 24541
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24547
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24553
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24559
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 24612
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 24605
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24670
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24686
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24658
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24674
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24690
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24651
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24664
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24680
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24616
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 35
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 41
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 47
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 53
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 212
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 204
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 219
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 205
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 109
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 99
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 192
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 163
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 179
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 195
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 189
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 167
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 183
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 199
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 157
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 173
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 113
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 24694
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24700
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24712
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24706
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4000.ts",
          "line": 24765
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4000.ts",
        "line": 24758
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24823
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24811
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24827
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24840
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24804
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24817
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24833
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4000.ts",
            "line": 24769
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4000:DashboardV2WidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 223
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 229
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 235
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 241
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 397
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 389
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 404
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 390
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 297
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 287
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 364
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 380
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 352
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 368
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 384
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 345
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 358
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 374
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 301
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 505
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 498
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 588
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 604
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 620
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 591
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 607
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 623
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 575
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 585
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 601
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 617
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 595
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 611
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 563
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 627
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 579
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 556
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 569
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 509
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 6414
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 6404
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6545
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6561
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6577
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6593
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6609
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6625
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6641
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6657
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6673
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6516
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6548
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6564
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6580
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6596
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6612
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6628
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6532
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6644
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6660
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6676
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6542
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6558
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6574
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6590
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6606
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6622
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6638
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6654
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6670
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6520
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6552
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6568
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6584
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6600
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6616
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6632
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6536
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6648
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6664
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6680
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6510
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6526
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6418
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 631
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 649
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#filter_by DashboardV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 637
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 643
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_by DashboardV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 655
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 715
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 708
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 766
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 782
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 811
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 770
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 786
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 799
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 815
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 760
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 776
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 792
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 805
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 719
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 4110
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4116
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4122
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4128
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4134
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4140
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4146
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4152
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 819
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 831
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 837
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 849
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 855
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 873
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 879
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 885
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 825
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 843
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 861
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 867
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 994
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 987
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1087
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1129
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1171
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1187
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1091
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1104
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1117
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1133
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1146
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1159
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1175
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1191
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1204
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1217
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1230
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1081
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1097
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1110
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1123
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1139
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1152
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1165
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1181
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1197
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1210
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1223
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 998
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 1234
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1246
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1252
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1264
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1294
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1300
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1240
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1258
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1270
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1276
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1282
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1288
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 1409
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 1402
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1502
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1544
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1573
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1589
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1605
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1621
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1506
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1519
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1532
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1548
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1561
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1577
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1593
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1609
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1625
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1638
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1651
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1496
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1512
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1525
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1538
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1554
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1567
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1583
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1599
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1615
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1631
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1644
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1413
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 1655
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1673
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1679
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1685
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1661
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1667
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 1752
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 1745
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1809
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1825
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1813
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1829
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1842
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1855
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1868
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1803
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1819
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1835
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1848
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1861
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1756
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 2784
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2820
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2796
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2808
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2790
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2826
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2832
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2802
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2838
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2814
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 1872
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1878
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1884
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1890
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 2046
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 2038
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2053
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2039
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 1946
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 1936
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2013
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2029
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2001
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2017
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2033
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1994
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2007
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2023
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 1950
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 2210
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2216
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2222
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2228
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 2548
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2554
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2560
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2566
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 2619
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 2612
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2690
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2677
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2693
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2687
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2665
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2681
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2697
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2658
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2671
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2623
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 2395
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2401
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2407
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2413
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 2466
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 2459
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2524
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2540
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2512
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2528
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2544
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2505
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2518
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2534
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2470
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 2384
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 2376
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2391
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2377
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 2284
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 2274
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2364
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2351
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2367
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2361
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2339
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2355
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2371
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2332
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2345
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2288
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 2057
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2063
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2069
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2075
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 2128
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 2121
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2186
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2202
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2174
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2190
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2206
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2167
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2180
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2196
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2132
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 2933
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 2926
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3085
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3098
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3114
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3130
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3014
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3101
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3117
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3043
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3133
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3072
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3082
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3095
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3111
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3127
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3089
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3018
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3031
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3121
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3105
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3047
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3060
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3137
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3076
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3008
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3024
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3037
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3053
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3066
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2937
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 2701
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2707
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 2746
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 2739
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2780
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2773
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 2750
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 4427
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 4419
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4434
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4420
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 3141
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3165
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3171
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3147
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3153
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3159
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3177
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 3251
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 3244
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3314
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3330
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3346
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3388
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3318
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3334
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3350
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3363
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3376
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3392
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3308
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3324
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3340
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3356
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3369
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3382
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3255
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 4236
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 4226
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4311
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4327
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4343
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4359
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4375
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4391
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4407
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4314
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4330
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4346
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4362
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4378
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4394
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4410
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4308
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4324
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4340
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4356
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4372
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4388
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4404
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4318
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4334
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4350
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4366
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4382
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4398
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4414
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4240
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 3396
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3414
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3432
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3438
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3402
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3408
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3420
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3426
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3444
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3450
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3456
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 3558
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 3551
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3645
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3661
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3690
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3706
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3748
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3764
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3780
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3649
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3665
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3678
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3694
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3710
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3723
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3736
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3752
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3768
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3784
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3639
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3655
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3671
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3684
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3700
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3716
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3729
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3742
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3758
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3774
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3562
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 3788
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3806
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3818
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3830
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3794
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3800
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3812
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3824
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3836
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 3924
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 3917
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3999
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4015
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4044
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4073
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4102
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4003
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4019
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4032
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4048
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4061
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4077
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4090
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4106
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3993
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4009
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4025
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4038
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4054
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4067
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4083
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4096
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 3928
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 5114
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestRumQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5120
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5132
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5138
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5144
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5126
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 4438
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4444
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4450
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4456
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 4509
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 4502
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4567
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4583
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4555
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4571
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4587
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4548
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4561
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4577
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4513
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 4741
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4747
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4753
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4759
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 4918
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 4910
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4925
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4911
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 4815
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 4805
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4898
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4869
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4885
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4901
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4895
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4873
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4889
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4905
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4863
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4879
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4819
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 4591
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4597
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4609
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4603
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 4662
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 4655
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4720
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4708
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4724
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4737
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4701
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4714
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4730
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4666
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 4929
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4935
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4941
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 4947
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 5103
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 5095
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5110
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5096
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 5003
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 4993
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5070
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5086
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5058
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5074
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5090
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5051
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5064
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5080
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5007
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 5211
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 5204
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5294
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5310
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5326
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5297
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5313
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5329
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5281
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5291
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5307
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5323
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5301
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5317
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5269
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5333
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5285
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5262
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5275
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5215
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 6013
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestSecurityQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6019
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6031
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6037
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6043
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6025
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 5337
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5343
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5349
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5355
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 5408
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 5401
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5466
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5482
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5454
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5470
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5486
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5447
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5460
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5476
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5412
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 5640
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5646
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5652
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5658
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 5817
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 5809
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5824
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5810
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 5714
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 5704
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5797
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5768
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5784
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5800
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5794
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5772
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5788
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5804
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5762
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5778
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5718
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 5490
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5496
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5508
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5502
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 5561
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 5554
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5619
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5607
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5623
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5636
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5600
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5613
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5629
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5565
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 5828
      },
      "name": "DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5834
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5840
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5846
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 6002
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 5994
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6009
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5995
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 5902
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 5892
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5969
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5985
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5957
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5973
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5989
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5950
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5963
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5979
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 5906
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 6110
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 6103
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6193
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6209
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6225
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6196
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6212
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6228
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6180
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6190
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6206
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6222
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6200
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6216
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6168
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6232
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6184
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6161
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6174
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6114
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 6934
      },
      "name": "DashboardV2WidgetQueryValueDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6940
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6946
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 6704
      },
      "name": "DashboardV2WidgetQueryValueDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6710
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6716
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 6762
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 6755
      },
      "name": "DashboardV2WidgetQueryValueDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6802
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6815
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6795
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6808
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6766
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 6819
      },
      "name": "DashboardV2WidgetQueryValueDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6825
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6831
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 6877
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 6870
      },
      "name": "DashboardV2WidgetQueryValueDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6917
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6930
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6910
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6923
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6881
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 6992
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 6985
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7028
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7044
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7031
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7047
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7025
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7041
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7035
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7051
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 6996
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeseriesBackground": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeseriesBackground",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 7281
      },
      "name": "DashboardV2WidgetQueryValueDefinitionTimeseriesBackground",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#type DashboardV2#type}",
            "stability": "stable",
            "summary": "Whether the Timeseries is made using an area or bars. Valid values are `area`, `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7287
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#yaxis DashboardV2#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7293
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionTimeseriesBackground"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeseriesBackgroundOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeseriesBackgroundOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 7339
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 7332
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7388
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7391
          },
          "name": "resetYaxis"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionTimeseriesBackgroundOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7385
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7379
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7395
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7372
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7343
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeseriesBackground"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionTimeseriesBackgroundOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeseriesBackgroundYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeseriesBackgroundYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 7055
      },
      "name": "DashboardV2WidgetQueryValueDefinitionTimeseriesBackgroundYaxis",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#include_zero DashboardV2#include_zero}",
            "stability": "stable",
            "summary": "Set to `true` to include zero."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7061
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph. Only usable on Scatterplot Widgets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7067
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#max DashboardV2#max}",
            "stability": "stable",
            "summary": "Specifies the maximum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7073
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#min DashboardV2#min}",
            "stability": "stable",
            "summary": "Specifies the minimum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7079
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#scale DashboardV2#scale}",
            "stability": "stable",
            "summary": "Specifies the scale type. Possible values are `linear`, `log`, `sqrt`, and `pow##` (for example `pow2` or `pow0.5`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7085
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 7152
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 7145
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7209
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7225
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7241
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7257
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7273
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardV2WidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7213
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7229
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7245
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7261
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7277
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7203
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7219
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7235
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7251
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7267
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7156
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 8661
      },
      "name": "DashboardV2WidgetRunWorkflowDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#workflow_id DashboardV2#workflow_id}",
            "stability": "stable",
            "summary": "Workflow ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8703
          },
          "name": "workflowId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_link DashboardV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8709
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8667
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8673
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#input DashboardV2#input}",
            "stability": "stable",
            "summary": "input block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8715
          },
          "name": "input",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionInput"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8679
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8721
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8685
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8691
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8697
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetRunWorkflowDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 7940
      },
      "name": "DashboardV2WidgetRunWorkflowDefinitionCustomLink",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_hidden DashboardV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7946
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7952
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#link DashboardV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7958
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#override_label DashboardV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 7964
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetRunWorkflowDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 8152
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 8144
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8159
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetRunWorkflowDefinitionCustomLinkList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8145
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetRunWorkflowDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 8027
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 8017
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8087
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8103
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8119
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8135
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardV2WidgetRunWorkflowDefinitionCustomLinkOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8091
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8107
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8123
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8139
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8081
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8097
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8113
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8129
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8031
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetRunWorkflowDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionInput": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionInput",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 8163
      },
      "name": "DashboardV2WidgetRunWorkflowDefinitionInput",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "Name of the workflow input."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8169
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Dashboard template variable. Can be suffixed with `.value` or `.key`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8175
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetRunWorkflowDefinitionInput"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionInputList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionInputList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 8299
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 8291
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8306
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionInputOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetRunWorkflowDefinitionInputList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8292
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionInput"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetRunWorkflowDefinitionInputList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionInputOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionInputOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 8224
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 8214
      },
      "name": "DashboardV2WidgetRunWorkflowDefinitionInputOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8273
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8286
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8266
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8279
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8228
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionInput"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetRunWorkflowDefinitionInputOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 8823
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 8816
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9016
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9032
          },
          "name": "putInput",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionInput"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9048
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9019
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8910
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8926
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9035
          },
          "name": "resetInput"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8942
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9051
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8958
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8974
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8990
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetRunWorkflowDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9013
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9029
          },
          "name": "input",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionInputList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9045
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9023
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8914
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8930
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9039
          },
          "name": "inputInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionInput"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8946
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9055
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8978
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8962
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8994
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9007
          },
          "name": "workflowIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8904
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8920
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8936
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8952
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8968
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8984
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9000
          },
          "name": "workflowId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8827
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetRunWorkflowDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 8540
      },
      "name": "DashboardV2WidgetRunWorkflowDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8546
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8552
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetRunWorkflowDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 8310
      },
      "name": "DashboardV2WidgetRunWorkflowDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8316
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8322
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetRunWorkflowDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 8368
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 8361
      },
      "name": "DashboardV2WidgetRunWorkflowDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8408
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8421
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8401
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8414
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8372
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetRunWorkflowDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 8425
      },
      "name": "DashboardV2WidgetRunWorkflowDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8431
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8437
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetRunWorkflowDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 8483
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 8476
      },
      "name": "DashboardV2WidgetRunWorkflowDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8523
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8536
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8516
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8529
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8487
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetRunWorkflowDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 8598
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 8591
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8634
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8650
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8637
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8653
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetRunWorkflowDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8631
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8647
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8641
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8657
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 8602
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetRunWorkflowDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetRunWorkflowDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 7561
      },
      "name": "DashboardV2WidgetScatterplotDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#color_by_groups DashboardV2#color_by_groups}",
            "stability": "stable",
            "summary": "List of groups used for colors."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7567
          },
          "name": "colorByGroups",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_link DashboardV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7609
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7573
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7579
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7585
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7615
          },
          "name": "request",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequest"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7621
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7591
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7597
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7603
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#xaxis DashboardV2#xaxis}",
            "stability": "stable",
            "summary": "xaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7627
          },
          "name": "xaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionXaxis"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#yaxis DashboardV2#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7633
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 9059
      },
      "name": "DashboardV2WidgetScatterplotDefinitionCustomLink",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_hidden DashboardV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9065
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9071
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#link DashboardV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9077
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#override_label DashboardV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9083
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 9271
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 9263
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9278
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionCustomLinkList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9264
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 9146
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 9136
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9206
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9222
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9238
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9254
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionCustomLinkOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9210
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9226
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9242
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9258
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9200
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9216
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9232
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9248
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9150
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 7749
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 7742
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7957
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7973
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequest"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7989
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8005
          },
          "name": "putXaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionXaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8021
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7848
          },
          "name": "resetColorByGroups"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7960
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7864
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7880
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7896
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7976
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7992
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7912
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7928
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7944
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8008
          },
          "name": "resetXaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8024
          },
          "name": "resetYaxis"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7954
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7970
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7986
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8002
          },
          "name": "xaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionXaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8018
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7852
          },
          "name": "colorByGroupsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7964
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7868
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7884
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7900
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7980
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequest"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7996
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7932
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7916
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7948
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8012
          },
          "name": "xaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionXaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8028
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7842
          },
          "name": "colorByGroups",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7858
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7874
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7890
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7906
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7922
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7938
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7753
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 6602
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#scatterplot_table DashboardV2#scatterplot_table}",
            "stability": "stable",
            "summary": "scatterplot_table block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6608
          },
          "name": "scatterplotTable",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#x DashboardV2#x}",
            "stability": "stable",
            "summary": "x block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6614
          },
          "name": "x",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestX"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y DashboardV2#y}",
            "stability": "stable",
            "summary": "y block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6620
          },
          "name": "y",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestY"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 6673
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 6666
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6715
          },
          "name": "putScatterplotTable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTable"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6731
          },
          "name": "putX",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestX"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6747
          },
          "name": "putY",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestY"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6718
          },
          "name": "resetScatterplotTable"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6734
          },
          "name": "resetX"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6750
          },
          "name": "resetY"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6712
          },
          "name": "scatterplotTable",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6728
          },
          "name": "x",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6744
          },
          "name": "y",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6722
          },
          "name": "scatterplotTableInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6738
          },
          "name": "xInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestX"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6754
          },
          "name": "yInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestY"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6677
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequest"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTable": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 13083
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestScatterplotTable",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13089
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13095
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestScatterplotTable"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 9282
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#dimension DashboardV2#dimension}",
            "stability": "stable",
            "summary": "Dimension of the Scatterplot. Valid values are `x`, `y`, `radius`, `color`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9294
          },
          "name": "dimension",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9300
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9288
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 9453
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 9445
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9460
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9446
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 9356
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 9346
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9410
          },
          "name": "resetAlias"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9414
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9427
          },
          "name": "dimensionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9440
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9404
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9420
          },
          "name": "dimension",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9433
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9360
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 13225
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 13217
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13232
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13218
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 13144
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 13134
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13189
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13205
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13192
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13208
          },
          "name": "resetQuery"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13186
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13202
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13196
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13212
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13148
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 12755
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12761
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12767
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12773
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12779
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12785
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12791
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12797
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 9464
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9476
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9482
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9494
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9500
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9518
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9524
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9530
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9470
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9488
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9506
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9512
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 9639
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 9632
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9732
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9774
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9816
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9832
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9736
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9749
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9762
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9778
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9791
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9804
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9820
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9836
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9849
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9862
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9875
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9726
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9742
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9755
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9768
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9784
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9797
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9810
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9826
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9842
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9855
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9868
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9643
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 9879
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9891
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9897
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9909
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9939
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9945
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9885
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9903
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9915
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9921
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9927
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 9933
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 10054
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 10047
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10147
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10189
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10218
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10234
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10250
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10266
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10151
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10164
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10177
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10193
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10206
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10222
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10238
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10254
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10270
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10283
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10296
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10141
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10157
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10170
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10183
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10199
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10212
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10228
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10244
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10260
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10276
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10289
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10058
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 10300
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10318
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10324
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10330
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10306
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10312
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 10397
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 10390
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10454
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10470
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10458
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10474
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10487
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10500
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10513
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10448
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10464
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10480
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10493
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10506
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10401
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 11429
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11465
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11441
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11453
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11435
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11471
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11477
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11447
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11483
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11459
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 10517
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10523
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10529
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10535
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 10691
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 10683
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10698
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10684
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 10591
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 10581
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10658
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10674
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10646
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10662
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10678
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10639
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10652
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10668
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10595
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 10855
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10861
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10867
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10873
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 11193
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11199
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11205
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11211
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 11264
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 11257
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11335
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11322
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11338
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11332
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11310
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11326
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11342
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11303
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11316
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11268
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 11040
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11046
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11052
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11058
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 11111
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 11104
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11169
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11185
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11157
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11173
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11189
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11150
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11163
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11179
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11115
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 11029
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 11021
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11036
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11022
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 10929
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 10919
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11009
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10996
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11012
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11006
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10984
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11000
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11016
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10977
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10990
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10933
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 10702
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10708
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10714
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10720
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 10773
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 10766
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10831
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10847
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10819
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10835
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10851
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10812
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10825
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10841
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 10777
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 11578
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 11571
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11730
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11743
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11759
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11775
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11659
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11746
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11762
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11688
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11778
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11717
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11727
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11740
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11756
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11772
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11734
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11663
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11676
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11766
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11750
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11692
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11705
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11782
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11721
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11653
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11669
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11682
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11698
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11711
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11582
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 11346
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11352
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 11391
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 11384
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11425
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11418
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11395
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 13072
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 13064
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13079
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13065
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 11786
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11810
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11816
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11792
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11798
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11804
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11822
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 11896
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 11889
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11959
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11975
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11991
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12033
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11963
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11979
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11995
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12008
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12021
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12037
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11953
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11969
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11985
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12001
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12014
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12027
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 11900
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 12881
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 12871
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12956
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12972
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12988
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13004
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13020
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13036
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13052
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12959
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12975
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12991
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13007
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13023
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13039
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13055
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12953
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12969
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12985
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13001
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13017
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13033
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13049
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12963
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12979
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12995
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13011
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13027
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13043
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13059
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12885
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 12041
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12059
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12077
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12083
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12047
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12053
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12065
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12071
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12089
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12095
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12101
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 12203
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 12196
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12290
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12306
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12335
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12351
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12393
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12409
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12425
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12294
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12310
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12323
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12339
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12355
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12368
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12381
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12397
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12413
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12429
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12284
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12300
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12316
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12329
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12345
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12361
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12374
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12387
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12403
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12419
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12207
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 12433
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12451
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12463
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12475
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12439
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12445
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12457
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12469
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12481
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 12569
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 12562
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12644
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12660
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12689
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12718
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12747
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12648
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12664
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12677
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12693
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12706
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12722
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12735
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12751
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12638
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12654
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12670
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12683
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12699
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12712
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12728
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12741
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 12573
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestX": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestX",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 22277
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestX",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "Aggregator used for the request. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22283
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_query DashboardV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22295
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22301
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#log_query DashboardV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22307
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22313
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22289
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22319
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#rum_query DashboardV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22325
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#security_query DashboardV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22331
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestX"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 13912
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXApmQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13918
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13930
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13936
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13942
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13924
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXApmQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 13236
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXApmQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13242
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13248
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13254
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 13307
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 13300
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13365
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13381
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13353
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13369
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13385
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13346
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13359
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13375
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13311
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 13539
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXApmQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13545
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13551
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13557
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 13716
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 13708
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13723
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXApmQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13709
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 13613
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 13603
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13696
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13667
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13683
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13699
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13693
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13671
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13687
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13703
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13661
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13677
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13617
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 13389
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13395
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13407
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13401
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 13460
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 13453
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13518
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13506
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13522
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13535
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13499
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13512
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13528
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13464
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 13727
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXApmQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13733
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13739
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13745
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 13901
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 13893
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13908
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXApmQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13894
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 13801
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 13791
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13868
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13884
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13856
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13872
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13888
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13849
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13862
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13878
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 13805
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 14009
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 14002
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14092
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14108
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14124
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14095
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14111
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14127
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14079
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXApmQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14089
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14105
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14121
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14099
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14115
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14067
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14131
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14083
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14060
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14073
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14013
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 15413
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15431
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15419
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15425
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15437
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15443
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15449
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15455
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15461
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 14135
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14141
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14147
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 14193
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 14186
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14232
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14248
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14236
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14252
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14226
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14242
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14197
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 14256
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14262
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14298
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14310
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14268
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14274
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14280
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14286
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14292
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14304
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 14634
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 14626
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14641
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14627
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 14408
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 14398
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14511
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14527
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14543
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14559
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14575
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14604
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14499
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14515
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14531
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14547
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14563
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14579
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14592
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14608
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14621
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14492
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14505
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14521
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14537
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14553
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14569
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14585
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14598
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14614
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14412
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 14645
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14651
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14657
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 14703
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 14696
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14742
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14758
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14746
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14762
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14736
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14752
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14707
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 15762
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 15754
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15769
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15755
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 15174
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15180
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15186
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 15232
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 15225
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15268
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15281
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15284
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15265
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15278
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15272
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15288
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15236
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 14970
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14976
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14982
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 14766
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14772
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14778
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 14824
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 14817
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14863
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14879
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14867
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14883
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14857
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14873
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14828
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 14887
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14893
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 14932
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 14925
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14966
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14959
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 14936
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 15028
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 15021
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15064
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15080
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15067
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15083
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15061
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15077
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15071
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15087
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15032
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 15091
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15097
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 15136
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 15129
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15170
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15163
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15140
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 15552
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 15542
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15678
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15694
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15710
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15726
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15742
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15636
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15652
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15681
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15697
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15713
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15729
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15745
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15675
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15691
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15707
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15723
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15739
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15640
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15656
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15685
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15701
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15669
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15717
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15733
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15749
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15630
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15646
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15662
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15556
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 15292
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15298
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15304
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 15350
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 15343
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15389
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15405
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15409
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15393
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15383
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15399
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15354
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 16449
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXLogQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16455
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16467
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16473
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16479
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16461
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXLogQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 15773
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXLogQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15779
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15785
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15791
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 15844
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 15837
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15902
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15918
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15890
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15906
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15922
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15883
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15896
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15912
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15848
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 16076
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXLogQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16082
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16088
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16094
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 16253
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 16245
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16260
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXLogQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16246
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 16150
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 16140
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16233
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16204
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16220
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16236
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16230
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16208
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16224
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16240
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16198
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16214
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16154
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 15926
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15932
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15944
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 15938
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 15997
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 15990
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16055
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16043
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16059
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16072
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16036
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16049
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16065
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16001
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 16264
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXLogQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16270
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16276
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16282
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 16438
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 16430
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16445
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXLogQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16431
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 16338
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 16328
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16405
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16421
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16393
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16409
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16425
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16386
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16399
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16415
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16342
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 16546
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 16539
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16629
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16645
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16661
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16632
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16648
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16664
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16616
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXLogQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16626
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16642
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16658
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16636
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16652
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16604
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16668
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16620
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16597
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16610
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16550
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 22426
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 22419
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22536
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22552
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22568
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22584
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22600
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22616
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22632
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22507
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22539
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22555
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22571
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22587
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22523
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22603
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22619
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22635
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22533
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22549
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22565
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22581
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22597
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22613
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22629
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22511
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22543
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22559
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22575
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22591
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22527
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22607
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22623
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22639
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22501
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22517
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22430
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestX"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 16672
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16690
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#filter_by DashboardV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16678
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16684
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_by DashboardV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16696
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 16756
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 16749
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16807
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16823
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16852
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16811
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16827
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16840
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16856
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16801
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16817
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16833
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16846
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16760
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 20151
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20157
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20163
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20169
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20175
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20181
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20187
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20193
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 16860
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16872
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16878
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16890
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16896
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16914
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16920
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16926
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16866
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16884
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16902
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 16908
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 17035
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 17028
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17128
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17170
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17212
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17228
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17132
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17145
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17158
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17174
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17187
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17200
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17216
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17232
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17245
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17258
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17271
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17122
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17138
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17151
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17164
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17180
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17193
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17206
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17222
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17238
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17251
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17264
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17039
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 17275
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17287
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17293
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17305
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17335
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17341
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17281
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17299
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17311
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17317
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17323
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17329
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 17450
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 17443
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17543
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17585
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17614
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17630
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17646
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17662
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17547
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17560
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17573
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17589
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17602
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17618
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17634
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17650
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17666
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17679
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17692
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17537
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17553
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17566
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17579
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17595
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17608
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17624
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17640
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17656
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17672
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17685
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17454
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 17696
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17714
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17720
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17726
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17702
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17708
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 17793
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 17786
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17850
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17866
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17854
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17870
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17883
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17896
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17909
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17844
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17860
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17876
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17889
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17902
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17797
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 18825
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18861
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18837
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18849
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18831
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18867
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18873
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18843
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18879
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18855
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 17913
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17919
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17925
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17931
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 18087
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 18079
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18094
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18080
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 17987
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 17977
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18054
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18070
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18042
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18058
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18074
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18035
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18048
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18064
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 17991
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 18251
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18257
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18263
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18269
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 18589
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18595
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18601
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18607
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 18660
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 18653
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18731
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18718
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18734
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18728
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18706
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18722
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18738
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18699
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18712
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18664
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 18436
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18442
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18448
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18454
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 18507
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 18500
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18565
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18581
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18553
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18569
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18585
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18546
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18559
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18575
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18511
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 18425
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 18417
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18432
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18418
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 18325
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 18315
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18405
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18392
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18408
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18402
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18380
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18396
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18412
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18373
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18386
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18329
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 18098
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18104
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18110
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18116
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 18169
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 18162
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18227
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18243
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18215
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18231
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18247
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18208
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18221
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18237
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18173
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 18974
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 18967
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19126
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19139
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19155
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19171
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19055
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19142
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19158
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19084
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19174
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19113
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19123
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19136
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19152
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19168
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19130
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19059
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19072
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19162
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19146
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19088
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19101
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19178
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19117
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19049
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19065
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19078
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19094
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19107
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18978
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 18742
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18748
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 18787
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 18780
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18821
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18814
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 18791
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 20468
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 20460
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20475
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20461
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 19182
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19206
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19212
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19188
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19194
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19200
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19218
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 19292
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 19285
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19355
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19371
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19387
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19429
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19359
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19375
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19391
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19404
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19417
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19433
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19349
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19365
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19381
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19397
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19410
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19423
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19296
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 20277
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 20267
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20352
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20368
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20384
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20400
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20416
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20432
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20448
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20355
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20371
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20387
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20403
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20419
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20435
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20451
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20349
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20365
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20381
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20397
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20413
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20429
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20445
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20359
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20375
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20391
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20407
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20423
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20439
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20455
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20281
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 19437
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19455
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19473
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19479
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19443
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19449
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19461
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19467
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19485
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19491
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19497
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 19599
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 19592
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19686
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19702
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19731
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19747
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19789
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19805
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19821
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19690
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19706
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19719
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19735
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19751
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19764
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19777
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19793
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19809
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19825
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19680
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19696
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19712
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19725
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19741
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19757
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19770
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19783
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19799
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19815
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19603
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 19829
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19847
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19859
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19871
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19835
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19841
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19853
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19865
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19877
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 19965
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 19958
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20040
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20056
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20085
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20114
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20143
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20044
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20060
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20073
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20089
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20102
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20118
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20131
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20147
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20034
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20050
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20066
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20079
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20095
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20108
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20124
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20137
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 19969
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 21155
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXRumQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21161
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21173
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21179
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21185
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21167
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXRumQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 20479
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXRumQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20485
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20491
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20497
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 20550
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 20543
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20608
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20624
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20596
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20612
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20628
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20589
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20602
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20618
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20554
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 20782
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXRumQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20788
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20794
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20800
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 20959
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 20951
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20966
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXRumQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20952
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 20856
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 20846
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20939
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20910
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20926
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20942
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20936
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20914
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20930
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20946
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20904
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20920
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20860
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 20632
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20638
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20650
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20644
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 20703
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 20696
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20761
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20749
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20765
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20778
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20742
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20755
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20771
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20707
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 20970
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXRumQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20976
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20982
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 20988
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 21144
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 21136
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21151
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXRumQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21137
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 21044
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 21034
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21111
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21127
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21099
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21115
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21131
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21092
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21105
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21121
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21048
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 21252
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 21245
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21335
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21351
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21367
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21338
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21354
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21370
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21322
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXRumQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21332
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21348
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21364
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21342
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21358
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21310
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21374
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21326
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21303
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21316
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21256
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 22054
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXSecurityQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22060
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22072
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22078
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22084
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22066
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 21378
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21384
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21390
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21396
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 21449
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 21442
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21507
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21523
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21495
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21511
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21527
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21488
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21501
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21517
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21453
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 21681
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21687
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21693
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21699
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 21858
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 21850
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21865
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21851
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 21755
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 21745
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21838
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21809
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21825
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21841
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21835
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21813
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21829
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21845
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21803
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21819
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21759
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 21531
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21537
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21549
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21543
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 21602
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 21595
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21660
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21648
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21664
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21677
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21641
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21654
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21670
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21606
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 21869
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21875
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21881
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21887
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 22043
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 22035
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22050
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22036
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 21943
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 21933
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22010
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22026
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21998
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22014
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22030
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21991
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22004
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22020
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 21947
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 22151
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 22144
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22234
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22250
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22266
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22237
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22253
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22269
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22221
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22231
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22247
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22263
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22241
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22257
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22209
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22273
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22225
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22202
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22215
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22155
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestXSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestXSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestY": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestY",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 6236
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestY",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "Aggregator used for the request. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6242
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_query DashboardV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6254
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6260
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#log_query DashboardV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6266
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6272
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6248
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6278
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#rum_query DashboardV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6284
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#security_query DashboardV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6290
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestY"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 23319
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYApmQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23325
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23337
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23343
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23349
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23331
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYApmQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 22643
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYApmQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22649
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22655
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22661
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 22714
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 22707
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22772
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22788
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22760
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22776
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22792
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22753
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22766
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22782
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22718
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 22946
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYApmQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22952
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22958
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22964
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 23123
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 23115
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23130
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYApmQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23116
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 23020
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 23010
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23103
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23074
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23090
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23106
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23100
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23078
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23094
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23110
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23068
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23084
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23024
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 22796
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22802
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22814
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22808
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 22867
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 22860
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22925
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22913
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22929
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22942
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22906
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22919
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22935
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 22871
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 23134
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYApmQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23140
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23146
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23152
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 23308
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 23300
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23315
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYApmQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23301
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 23208
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 23198
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23275
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23291
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23263
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23279
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23295
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23256
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23269
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23285
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23212
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 23416
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 23409
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23499
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23515
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23531
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23502
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23518
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23534
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23486
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYApmQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23496
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23512
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23528
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23506
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23522
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23474
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23538
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23490
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23467
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23480
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23420
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 24820
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24838
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24826
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24832
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24844
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24850
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24856
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24862
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24868
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 23542
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23548
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23554
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 23600
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 23593
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23639
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23655
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23643
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23659
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23633
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23649
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23604
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 23663
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23669
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23705
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23717
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23675
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23681
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23687
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23693
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23699
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23711
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 24041
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 24033
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24048
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24034
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 23815
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 23805
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23918
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23934
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23950
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23966
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23982
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24011
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23906
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23922
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23938
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23954
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23970
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23986
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23999
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24015
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24028
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23899
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23912
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23928
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23944
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23960
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23976
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23992
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24005
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24021
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 23819
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 24052
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24058
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24064
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 24110
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 24103
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24149
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24165
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24153
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24169
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24143
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24159
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24114
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 25169
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 25161
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25176
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25162
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 24581
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24587
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24593
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 24639
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 24632
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24675
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24688
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24691
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24672
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24685
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24679
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24695
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24643
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 24377
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24383
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24389
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 24173
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24179
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24185
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 24231
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 24224
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24270
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24286
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24274
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24290
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24264
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24280
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24235
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 24294
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24300
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 24339
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 24332
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24373
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24366
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24343
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 24435
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 24428
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24471
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24487
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24474
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24490
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24468
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24484
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24478
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24494
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24439
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 24498
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24504
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 24543
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 24536
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24577
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24570
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24547
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 24959
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 24949
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25085
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25101
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25117
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25133
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25149
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25043
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25059
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25088
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25104
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25120
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25136
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25152
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25082
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25098
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25114
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25130
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25146
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25047
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25063
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25092
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25108
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25076
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25124
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25140
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25156
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25037
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25053
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25069
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24963
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 24699
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24705
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24711
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 24757
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 24750
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24796
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24812
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24816
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24800
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24790
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24806
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 24761
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 408
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYLogQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 414
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 426
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 432
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 438
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 420
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYLogQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 25180
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYLogQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25186
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25192
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25198
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 25251
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 25244
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25309
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25325
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25297
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25313
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25329
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25290
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25303
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25319
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25255
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 35
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYLogQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 41
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 47
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 53
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 212
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 204
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 219
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYLogQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 205
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 109
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 99
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 192
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 163
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 179
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 195
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 189
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 167
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 183
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 199
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 157
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 173
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 113
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 25333
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25339
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25351
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25345
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4400.ts",
          "line": 25404
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4400.ts",
        "line": 25397
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25462
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25450
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25466
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25479
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25443
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25456
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25472
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4400.ts",
            "line": 25408
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4400:DashboardV2WidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 223
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYLogQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 229
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 235
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 241
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 397
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 389
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 404
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYLogQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 390
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 297
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 287
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 364
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 380
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 352
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 368
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 384
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 345
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 358
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 374
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 301
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 505
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 498
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 588
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 604
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 620
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 591
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 607
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 623
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 575
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYLogQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 585
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 601
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 617
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 595
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 611
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 563
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 627
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 579
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 556
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 569
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 509
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 6385
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 6378
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6495
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6511
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6527
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6543
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6559
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6575
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6591
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6466
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6498
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6514
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6530
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6546
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6482
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6562
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6578
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6594
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6492
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6508
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6524
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6540
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6556
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6572
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6588
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6470
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6502
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6518
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6534
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6550
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6486
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6566
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6582
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6598
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6460
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6476
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6389
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestY"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 631
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 649
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#filter_by DashboardV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 637
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 643
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_by DashboardV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 655
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 715
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 708
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 766
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 782
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 811
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 770
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 786
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 799
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 815
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 760
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 776
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 792
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 805
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 719
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 4110
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4116
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4122
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4128
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4134
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4140
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4146
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4152
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 819
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 831
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 837
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 849
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 855
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 873
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 879
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 885
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 825
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 843
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 861
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 867
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 994
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 987
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1087
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1129
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1171
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1187
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1091
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1104
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1117
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1133
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1146
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1159
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1175
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1191
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1204
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1217
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1230
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1081
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1097
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1110
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1123
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1139
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1152
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1165
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1181
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1197
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1210
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1223
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 998
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 1234
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1246
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1252
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1264
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1294
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1300
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1240
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1258
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1270
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1276
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1282
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1288
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 1409
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 1402
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1502
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1544
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1573
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1589
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1605
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1621
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1506
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1519
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1532
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1548
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1561
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1577
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1593
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1609
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1625
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1638
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1651
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1496
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1512
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1525
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1538
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1554
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1567
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1583
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1599
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1615
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1631
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1644
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1413
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 1655
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1673
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1679
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1685
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1661
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1667
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 1752
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 1745
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1809
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1825
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1813
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1829
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1842
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1855
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1868
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1803
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1819
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1835
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1848
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1861
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1756
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 2784
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2820
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2796
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2808
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2790
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2826
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2832
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2802
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2838
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2814
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 1872
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1878
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1884
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1890
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 2046
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 2038
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2053
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2039
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 1946
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 1936
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2013
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2029
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2001
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2017
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2033
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1994
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2007
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2023
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 1950
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 2210
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2216
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2222
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2228
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 2548
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2554
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2560
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2566
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 2619
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 2612
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2690
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2677
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2693
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2687
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2665
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2681
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2697
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2658
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2671
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2623
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 2395
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2401
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2407
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2413
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 2466
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 2459
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2524
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2540
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2512
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2528
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2544
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2505
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2518
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2534
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2470
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 2384
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 2376
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2391
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2377
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 2284
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 2274
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2364
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2351
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2367
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2361
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2339
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2355
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2371
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2332
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2345
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2288
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 2057
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2063
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2069
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2075
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 2128
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 2121
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2186
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2202
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2174
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2190
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2206
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2167
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2180
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2196
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2132
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 2933
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 2926
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3085
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3098
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3114
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3130
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3014
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3101
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3117
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3043
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3133
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3072
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3082
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3095
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3111
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3127
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3089
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3018
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3031
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3121
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3105
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3047
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3060
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3137
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3076
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3008
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3024
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3037
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3053
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3066
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2937
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 2701
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2707
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 2746
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 2739
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2780
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2773
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 2750
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 4427
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 4419
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4434
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4420
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 3141
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3165
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3171
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3147
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3153
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3159
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3177
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 3251
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 3244
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3314
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3330
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3346
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3388
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3318
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3334
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3350
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3363
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3376
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3392
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3308
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3324
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3340
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3356
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3369
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3382
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3255
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 4236
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 4226
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4311
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4327
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4343
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4359
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4375
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4391
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4407
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4314
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4330
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4346
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4362
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4378
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4394
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4410
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4308
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4324
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4340
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4356
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4372
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4388
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4404
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4318
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4334
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4350
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4366
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4382
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4398
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4414
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4240
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 3396
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3414
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3432
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3438
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3402
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3408
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3420
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3426
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3444
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3450
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3456
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 3558
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 3551
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3645
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3661
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3690
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3706
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3748
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3764
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3780
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3649
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3665
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3678
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3694
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3710
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3723
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3736
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3752
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3768
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3784
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3639
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3655
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3671
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3684
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3700
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3716
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3729
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3742
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3758
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3774
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3562
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 3788
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3806
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3818
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3830
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3794
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3800
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3812
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3824
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3836
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 3924
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 3917
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3999
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4015
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4044
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4073
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4102
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4003
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4019
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4032
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4048
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4061
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4077
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4090
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4106
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3993
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4009
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4025
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4038
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4054
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4067
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4083
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4096
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 3928
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 5114
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYRumQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5120
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5132
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5138
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5144
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5126
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYRumQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 4438
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYRumQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4444
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4450
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4456
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 4509
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 4502
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4567
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4583
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4555
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4571
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4587
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4548
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4561
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4577
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4513
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 4741
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYRumQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4747
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4753
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4759
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 4918
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 4910
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4925
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYRumQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4911
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 4815
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 4805
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4898
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4869
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4885
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4901
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4895
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4873
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4889
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4905
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4863
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4879
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4819
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 4591
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4597
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4609
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4603
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 4662
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 4655
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4720
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4708
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4724
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4737
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4701
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4714
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4730
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4666
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 4929
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYRumQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4935
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4941
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 4947
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 5103
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 5095
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5110
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYRumQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5096
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 5003
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 4993
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5070
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5086
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5058
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5074
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5090
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5051
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5064
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5080
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5007
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 5211
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 5204
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5294
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5310
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5326
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5297
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5313
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5329
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5281
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYRumQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5291
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5307
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5323
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5301
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5317
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5269
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5333
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5285
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5262
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5275
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5215
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 6013
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYSecurityQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6019
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6031
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6037
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6043
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6025
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 5337
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5343
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5349
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5355
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 5408
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 5401
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5466
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5482
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5454
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5470
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5486
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5447
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5460
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5476
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5412
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 5640
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5646
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5652
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5658
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 5817
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 5809
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5824
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5810
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 5714
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 5704
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5797
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5768
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5784
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5800
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5794
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5772
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5788
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5804
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5762
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5778
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5718
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 5490
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5496
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5508
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5502
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 5561
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 5554
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5619
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5607
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5623
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5636
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5600
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5613
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5629
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5565
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 5828
      },
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5834
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5840
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5846
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 6002
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 5994
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6009
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5995
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 5902
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 5892
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5969
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5985
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5957
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5973
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5989
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5950
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5963
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5979
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 5906
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 6110
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 6103
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6193
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6209
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6225
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6196
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6212
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6228
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6180
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6190
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6206
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6222
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6200
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6216
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6168
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6232
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6184
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6161
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6174
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6114
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionRequestYSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionRequestYSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 6988
      },
      "name": "DashboardV2WidgetScatterplotDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6994
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7000
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 6758
      },
      "name": "DashboardV2WidgetScatterplotDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6764
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6770
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 6816
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 6809
      },
      "name": "DashboardV2WidgetScatterplotDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6856
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6869
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6849
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6862
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6820
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 6873
      },
      "name": "DashboardV2WidgetScatterplotDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6879
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6885
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 6931
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 6924
      },
      "name": "DashboardV2WidgetScatterplotDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6971
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6984
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6964
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6977
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 6935
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 7046
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 7039
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7082
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7098
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7085
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7101
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7079
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7095
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7089
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7105
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7050
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionXaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionXaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 7109
      },
      "name": "DashboardV2WidgetScatterplotDefinitionXaxis",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#include_zero DashboardV2#include_zero}",
            "stability": "stable",
            "summary": "Set to `true` to include zero."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7115
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph. Only usable on Scatterplot Widgets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7121
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#max DashboardV2#max}",
            "stability": "stable",
            "summary": "Specifies the maximum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7127
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#min DashboardV2#min}",
            "stability": "stable",
            "summary": "Specifies the minimum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7133
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#scale DashboardV2#scale}",
            "stability": "stable",
            "summary": "Specifies the scale type. Possible values are `linear`, `log`, `sqrt`, and `pow##` (for example `pow2` or `pow0.5`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7139
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionXaxis"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionXaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionXaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 7206
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 7199
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7263
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7279
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7295
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7311
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7327
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionXaxisOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7267
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7283
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7299
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7315
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7331
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7257
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7273
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7289
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7305
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7321
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7210
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionXaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionXaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 7335
      },
      "name": "DashboardV2WidgetScatterplotDefinitionYaxis",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#include_zero DashboardV2#include_zero}",
            "stability": "stable",
            "summary": "Set to `true` to include zero."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7341
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph. Only usable on Scatterplot Widgets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7347
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#max DashboardV2#max}",
            "stability": "stable",
            "summary": "Specifies the maximum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7353
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#min DashboardV2#min}",
            "stability": "stable",
            "summary": "Specifies the minimum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7359
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#scale DashboardV2#scale}",
            "stability": "stable",
            "summary": "Specifies the scale type. Possible values are `linear`, `log`, `sqrt`, and `pow##` (for example `pow2` or `pow0.5`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7365
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionYaxis"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 7432
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 7425
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7489
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7505
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7521
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7537
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7553
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardV2WidgetScatterplotDefinitionYaxisOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7493
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7509
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7525
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7541
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7557
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7483
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7499
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7515
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7531
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7547
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 7436
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetScatterplotDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetScatterplotDefinitionYaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServiceLevelObjectiveDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServiceLevelObjectiveDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 8383
      },
      "name": "DashboardV2WidgetServiceLevelObjectiveDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "The ID of the service level objective used by the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8425
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `7d`, `30d`, `90d`, `week_to_date`, `previous_week`, `month_to_date`, `previous_month`, `global_time`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time_windows DashboardV2#time_windows}",
            "stability": "stable",
            "summary": "A list of time windows to display in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8431
          },
          "name": "timeWindows",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#view_mode DashboardV2#view_mode}",
            "stability": "stable",
            "summary": "The view mode for the widget. Valid values are `overall`, `component`, `both`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8455
          },
          "name": "viewMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#view_type DashboardV2#view_type}",
            "stability": "stable",
            "summary": "The type of view to use when displaying the widget. Only `detail` is supported."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8461
          },
          "name": "viewType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8389
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8395
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#global_time_target DashboardV2#global_time_target}",
            "stability": "stable",
            "summary": "The global time target of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8401
          },
          "name": "globalTimeTarget",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8407
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8413
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_error_budget DashboardV2#show_error_budget}",
            "stability": "stable",
            "summary": "Whether to show the error budget or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8419
          },
          "name": "showErrorBudget",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8467
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServiceLevelObjectiveDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8437
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8443
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8449
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetServiceLevelObjectiveDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServiceLevelObjectiveDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServiceLevelObjectiveDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 8597
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 8590
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8901
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServiceLevelObjectiveDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8708
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8724
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8740
          },
          "name": "resetGlobalTimeTarget"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8756
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8772
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8788
          },
          "name": "resetShowErrorBudget"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8904
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8830
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8846
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8862
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetServiceLevelObjectiveDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8898
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServiceLevelObjectiveDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8712
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8728
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8744
          },
          "name": "globalTimeTargetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8760
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8776
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8792
          },
          "name": "showErrorBudgetInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8805
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8908
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServiceLevelObjectiveDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8818
          },
          "name": "timeWindowsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8850
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8834
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8866
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8879
          },
          "name": "viewModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8892
          },
          "name": "viewTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8702
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8718
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8734
          },
          "name": "globalTimeTarget",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8750
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8766
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8782
          },
          "name": "showErrorBudget",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8798
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8811
          },
          "name": "timeWindows",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8824
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8840
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8856
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8872
          },
          "name": "viewMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8885
          },
          "name": "viewType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8601
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServiceLevelObjectiveDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetServiceLevelObjectiveDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServiceLevelObjectiveDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServiceLevelObjectiveDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 8262
      },
      "name": "DashboardV2WidgetServiceLevelObjectiveDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8268
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServiceLevelObjectiveDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8274
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServiceLevelObjectiveDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetServiceLevelObjectiveDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServiceLevelObjectiveDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServiceLevelObjectiveDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 8032
      },
      "name": "DashboardV2WidgetServiceLevelObjectiveDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8038
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8044
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetServiceLevelObjectiveDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServiceLevelObjectiveDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServiceLevelObjectiveDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 8090
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 8083
      },
      "name": "DashboardV2WidgetServiceLevelObjectiveDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8130
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8143
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8123
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8136
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8094
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServiceLevelObjectiveDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetServiceLevelObjectiveDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServiceLevelObjectiveDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServiceLevelObjectiveDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 8147
      },
      "name": "DashboardV2WidgetServiceLevelObjectiveDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8153
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8159
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetServiceLevelObjectiveDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServiceLevelObjectiveDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServiceLevelObjectiveDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 8205
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 8198
      },
      "name": "DashboardV2WidgetServiceLevelObjectiveDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8245
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8258
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8238
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8251
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8209
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServiceLevelObjectiveDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetServiceLevelObjectiveDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServiceLevelObjectiveDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServiceLevelObjectiveDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 8320
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 8313
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8356
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServiceLevelObjectiveDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8372
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServiceLevelObjectiveDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8359
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8375
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetServiceLevelObjectiveDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8353
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServiceLevelObjectiveDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8369
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServiceLevelObjectiveDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8363
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServiceLevelObjectiveDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8379
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServiceLevelObjectiveDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8324
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServiceLevelObjectiveDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetServiceLevelObjectiveDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 9486
      },
      "name": "DashboardV2WidgetServicemapDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#filters DashboardV2#filters}",
            "stability": "stable",
            "summary": "Your environment and primary tag (or `*` if enabled for your account)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9498
          },
          "name": "filters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "The ID of the service to map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9516
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_link DashboardV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9540
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9492
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9504
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9510
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9546
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9522
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9528
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9534
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetServicemapDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 8912
      },
      "name": "DashboardV2WidgetServicemapDefinitionCustomLink",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_hidden DashboardV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8918
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8924
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#link DashboardV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8930
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#override_label DashboardV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 8936
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetServicemapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 9124
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 9116
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9131
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetServicemapDefinitionCustomLinkList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9117
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetServicemapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 8999
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 8989
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9059
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9075
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9091
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9107
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardV2WidgetServicemapDefinitionCustomLinkOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9063
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9079
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9095
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9111
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9053
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9069
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9085
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9101
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9003
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetServicemapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 9648
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 9641
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9854
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9870
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9857
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9735
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9764
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9780
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9873
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9809
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9825
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9841
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetServicemapDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9851
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9867
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9861
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9739
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9752
          },
          "name": "filtersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9768
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9784
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9797
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9877
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9829
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9813
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9845
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9729
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9745
          },
          "name": "filters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9758
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9774
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9790
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9803
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9819
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9835
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9652
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetServicemapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 9365
      },
      "name": "DashboardV2WidgetServicemapDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9371
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9377
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetServicemapDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 9135
      },
      "name": "DashboardV2WidgetServicemapDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9141
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9147
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetServicemapDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 9193
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 9186
      },
      "name": "DashboardV2WidgetServicemapDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9233
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9246
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9226
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9239
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9197
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetServicemapDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 9250
      },
      "name": "DashboardV2WidgetServicemapDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9256
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9262
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetServicemapDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 9308
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 9301
      },
      "name": "DashboardV2WidgetServicemapDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9348
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9361
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9341
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9354
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9312
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetServicemapDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 9423
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 9416
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9459
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9475
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9462
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9478
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetServicemapDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9456
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9472
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9466
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9482
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9427
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetServicemapDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetServicemapDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 10679
      },
      "name": "DashboardV2WidgetSloListDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10721
          },
          "name": "request",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10685
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10691
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10697
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10727
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10703
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10709
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10715
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSloListDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 10815
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 10808
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10983
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10996
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10890
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10906
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10922
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10999
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10938
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10954
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10970
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetSloListDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10980
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10993
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10894
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10910
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10926
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10987
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11003
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10958
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10942
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10974
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10884
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10900
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10916
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10932
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10948
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10964
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10819
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSloListDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 10181
      },
      "name": "DashboardV2WidgetSloListDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10193
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionRequestQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request_type DashboardV2#request_type}",
            "stability": "stable",
            "summary": "The request type for the SLO List request. Valid values are `slo_list`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10187
          },
          "name": "requestType",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSloListDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 10317
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 10309
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10324
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSloListDefinitionRequestList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10310
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSloListDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 10242
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 10232
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10300
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionRequestQuery"
              }
            }
          ]
        }
      ],
      "name": "DashboardV2WidgetSloListDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10297
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionRequestQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10304
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionRequestQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10291
          },
          "name": "requestTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10284
          },
          "name": "requestType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10246
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSloListDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 10028
      },
      "name": "DashboardV2WidgetSloListDefinitionRequestQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query_string DashboardV2#query_string}",
            "stability": "stable",
            "summary": "Widget query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10040
          },
          "name": "queryString",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "Maximum number of results to display in the table."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10034
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10046
          },
          "name": "sort",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionRequestQuerySort"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSloListDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 10099
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 10092
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10170
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionRequestQuerySort"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10144
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10173
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetSloListDefinitionRequestQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10167
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionRequestQuerySortList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10148
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10161
          },
          "name": "queryStringInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10177
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionRequestQuerySort"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10138
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10154
          },
          "name": "queryString",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10103
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionRequestQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSloListDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionRequestQuerySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionRequestQuerySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 9881
      },
      "name": "DashboardV2WidgetSloListDefinitionRequestQuerySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#column DashboardV2#column}",
            "stability": "stable",
            "summary": "The facet path for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9887
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9893
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSloListDefinitionRequestQuerySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionRequestQuerySortList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionRequestQuerySortList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 10017
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 10009
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10024
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionRequestQuerySortOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSloListDefinitionRequestQuerySortList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10010
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionRequestQuerySort"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSloListDefinitionRequestQuerySortList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionRequestQuerySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionRequestQuerySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 9942
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 9932
      },
      "name": "DashboardV2WidgetSloListDefinitionRequestQuerySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9991
          },
          "name": "columnInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10004
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9984
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9997
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 9946
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionRequestQuerySort"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSloListDefinitionRequestQuerySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 10558
      },
      "name": "DashboardV2WidgetSloListDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10564
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10570
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSloListDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 10328
      },
      "name": "DashboardV2WidgetSloListDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10334
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10340
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSloListDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 10386
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 10379
      },
      "name": "DashboardV2WidgetSloListDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10426
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10439
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10419
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10432
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10390
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSloListDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 10443
      },
      "name": "DashboardV2WidgetSloListDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10449
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10455
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSloListDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 10501
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 10494
      },
      "name": "DashboardV2WidgetSloListDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10541
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10554
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10534
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10547
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10505
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSloListDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 10616
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 10609
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10652
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10668
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10655
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10671
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetSloListDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10649
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10665
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10659
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10675
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 10620
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSloListDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSloListDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 5186
      },
      "name": "DashboardV2WidgetSplitGraphDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#size DashboardV2#size}",
            "stability": "stable",
            "summary": "Size of the individual graphs in the split."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5216
          },
          "name": "size",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#split_config DashboardV2#split_config}",
            "stability": "stable",
            "summary": "split_config block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5246
          },
          "name": "splitConfig",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfig"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5192
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#has_uniform_y_axes DashboardV2#has_uniform_y_axes}",
            "stability": "stable",
            "summary": "Normalize y axes across graphs."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5198
          },
          "name": "hasUniformYAxes",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5204
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5210
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#source_widget_definition DashboardV2#source_widget_definition}",
            "stability": "stable",
            "summary": "source_widget_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5240
          },
          "name": "sourceWidgetDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5252
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5222
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5228
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5234
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 5361
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 5354
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5576
          },
          "name": "putSourceWidgetDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5592
          },
          "name": "putSplitConfig",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfig"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5605
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5454
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5470
          },
          "name": "resetHasUniformYAxes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5486
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5502
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5579
          },
          "name": "resetSourceWidgetDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5608
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5531
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5547
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5563
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5573
          },
          "name": "sourceWidgetDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5589
          },
          "name": "splitConfig",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5602
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5458
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5474
          },
          "name": "hasUniformYAxesInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5490
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5506
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5519
          },
          "name": "sizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5583
          },
          "name": "sourceWidgetDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5596
          },
          "name": "splitConfigInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfig"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5612
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5551
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5535
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5567
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5448
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5464
          },
          "name": "hasUniformYAxes",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5480
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5496
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5512
          },
          "name": "size",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5525
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5541
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5557
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5365
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 3675
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#change_definition DashboardV2#change_definition}",
            "stability": "stable",
            "summary": "change_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3681
          },
          "name": "changeDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#geomap_definition DashboardV2#geomap_definition}",
            "stability": "stable",
            "summary": "geomap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3687
          },
          "name": "geomapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query_table_definition DashboardV2#query_table_definition}",
            "stability": "stable",
            "summary": "query_table_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3693
          },
          "name": "queryTableDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query_value_definition DashboardV2#query_value_definition}",
            "stability": "stable",
            "summary": "query_value_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3699
          },
          "name": "queryValueDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#scatterplot_definition DashboardV2#scatterplot_definition}",
            "stability": "stable",
            "summary": "scatterplot_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3705
          },
          "name": "scatterplotDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sunburst_definition DashboardV2#sunburst_definition}",
            "stability": "stable",
            "summary": "sunburst_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3711
          },
          "name": "sunburstDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeseries_definition DashboardV2#timeseries_definition}",
            "stability": "stable",
            "summary": "timeseries_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3717
          },
          "name": "timeseriesDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#toplist_definition DashboardV2#toplist_definition}",
            "stability": "stable",
            "summary": "toplist_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3723
          },
          "name": "toplistDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#treemap_definition DashboardV2#treemap_definition}",
            "stability": "stable",
            "summary": "treemap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3729
          },
          "name": "treemapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 21195
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_link DashboardV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21237
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21201
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21207
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21213
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21243
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21249
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21219
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21225
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21231
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 11007
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_hidden DashboardV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11013
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11019
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#link DashboardV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11025
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#override_label DashboardV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11031
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 11219
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 11211
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11226
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11212
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 11094
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 11084
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11154
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11170
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11186
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11202
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11158
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11174
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11190
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11206
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11148
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11164
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11180
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11196
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11098
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 21344
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 21337
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21518
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21534
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21550
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21521
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21425
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21441
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21457
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21537
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21553
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21473
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21489
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21505
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21515
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21531
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21547
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21525
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21429
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21445
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21461
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21541
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21557
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21493
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21477
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21509
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21419
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21435
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21451
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21467
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21483
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21499
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21348
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 20271
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_query DashboardV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20319
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#change_type DashboardV2#change_type}",
            "stability": "stable",
            "summary": "Whether to show absolute or relative change. Valid values are `absolute`, `relative`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20277
          },
          "name": "changeType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compare_to DashboardV2#compare_to}",
            "stability": "stable",
            "summary": "Choose from when to compare current data to. Valid values are `hour_before`, `day_before`, `week_before`, `month_before`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20283
          },
          "name": "compareTo",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20325
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#increase_good DashboardV2#increase_good}",
            "stability": "stable",
            "summary": "A Boolean indicating whether an increase in the value is good (displayed in green) or not (displayed in red)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20289
          },
          "name": "increaseGood",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#log_query DashboardV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20331
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order_by DashboardV2#order_by}",
            "stability": "stable",
            "summary": "What to order by. Valid values are `change`, `name`, `present`, `past`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20295
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order_dir DashboardV2#order_dir}",
            "stability": "stable",
            "summary": "Widget sorting method. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20301
          },
          "name": "orderDir",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20337
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20307
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20343
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#rum_query DashboardV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20349
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#security_query DashboardV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20355
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_present DashboardV2#show_present}",
            "stability": "stable",
            "summary": "If set to `true`, displays the current value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20313
          },
          "name": "showPresent",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 11906
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11912
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11924
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11930
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11936
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11918
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 11230
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11236
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11242
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11248
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 11301
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 11294
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11359
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11375
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11347
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11363
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11379
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11340
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11353
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11369
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11305
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 11533
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11539
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11545
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11551
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 11710
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 11702
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11717
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11703
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 11607
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 11597
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11690
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11661
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11677
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11693
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11687
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11665
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11681
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11697
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11655
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11671
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11611
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 11383
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11389
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11401
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11395
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 11454
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 11447
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11512
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11500
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11516
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11529
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11493
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11506
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11522
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11458
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 11721
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11727
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11733
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11739
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 11895
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 11887
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11902
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11888
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 11795
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 11785
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11862
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11878
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11850
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11866
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11882
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11843
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11856
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11872
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 11799
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 12003
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 11996
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12086
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12102
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12118
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12089
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12105
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12121
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12073
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12083
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12099
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12115
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12093
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12109
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12061
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12125
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12077
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12054
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12067
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12007
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 13407
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13425
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13413
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13419
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13431
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13437
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13443
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13449
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13455
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 12129
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12135
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12141
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 12187
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 12180
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12226
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12242
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12230
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12246
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12220
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12236
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12191
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 12250
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12256
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12292
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12304
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12262
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12268
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12274
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12280
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12286
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12298
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 12628
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 12620
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12635
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12621
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 12402
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 12392
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12505
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12521
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12537
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12553
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12569
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12598
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12493
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12509
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12525
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12541
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12557
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12573
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12586
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12602
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12615
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12486
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12499
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12515
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12531
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12547
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12563
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12579
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12592
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12608
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12406
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 12639
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12645
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12651
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 12697
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 12690
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12736
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12752
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12740
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12756
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12730
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12746
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12701
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 13756
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 13748
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13763
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13749
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 13168
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13174
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13180
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 13226
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 13219
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13262
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13275
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13278
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13259
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13272
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13266
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13282
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13230
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 12964
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12970
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12976
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 12760
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12766
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12772
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 12818
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 12811
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12857
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12873
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12861
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12877
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12851
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12867
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12822
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 12881
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12887
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 12926
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 12919
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12960
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12953
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 12930
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 13022
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 13015
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13058
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13074
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13061
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13077
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13055
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13071
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13065
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13081
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13026
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 13085
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13091
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 13130
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 13123
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13164
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13157
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13134
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 13546
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 13536
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13672
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13688
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13704
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13720
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13736
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13630
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13646
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13675
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13691
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13707
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13723
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13739
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13669
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13685
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13701
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13717
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13733
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13634
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13650
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13679
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13695
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13663
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13711
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13727
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13743
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13624
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13640
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13656
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13550
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 13286
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13292
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13298
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 13344
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 13337
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13383
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13399
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13403
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13387
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13377
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13393
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13348
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 20833
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 20825
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20840
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20826
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 14443
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14449
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14461
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14467
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14473
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14455
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 13767
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13773
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13779
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13785
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 13838
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 13831
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13896
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13912
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13884
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13900
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13916
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13877
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13890
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13906
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13842
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 14070
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14076
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14082
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14088
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 14247
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 14239
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14254
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14240
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 14144
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 14134
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14227
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14198
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14214
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14230
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14224
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14202
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14218
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14234
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14192
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14208
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14148
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 13920
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13926
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13938
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13932
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 13991
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 13984
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14049
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14037
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14053
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14066
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14030
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14043
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14059
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 13995
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 14258
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14264
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14270
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14276
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 14432
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 14424
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14439
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14425
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 14332
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 14322
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14399
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14415
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14387
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14403
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14419
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14380
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14393
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14409
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14336
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 14540
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 14533
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14623
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14639
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14655
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14626
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14642
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14658
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14610
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14620
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14636
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14652
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14630
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14646
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14598
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14662
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14614
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14591
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14604
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14544
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 20488
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 20478
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20717
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20733
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20749
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20765
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20781
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20797
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20813
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20720
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20608
          },
          "name": "resetChangeType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20624
          },
          "name": "resetCompareTo"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20736
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20640
          },
          "name": "resetIncreaseGood"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20752
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20656
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20672
          },
          "name": "resetOrderDir"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20768
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20688
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20784
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20800
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20816
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20704
          },
          "name": "resetShowPresent"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20714
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20730
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20746
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20762
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20778
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20794
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20810
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20724
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20612
          },
          "name": "changeTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20628
          },
          "name": "compareToInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20740
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20644
          },
          "name": "increaseGoodInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20756
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20660
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20676
          },
          "name": "orderDirInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20772
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20692
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20788
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20804
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20820
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20708
          },
          "name": "showPresentInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20602
          },
          "name": "changeType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20618
          },
          "name": "compareTo",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20634
          },
          "name": "increaseGood",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20650
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20666
          },
          "name": "orderDir",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20682
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20698
          },
          "name": "showPresent",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20492
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 14666
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14684
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#filter_by DashboardV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14672
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14678
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_by DashboardV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14690
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 14750
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 14743
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14801
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14817
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14846
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14805
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14821
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14834
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14850
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14795
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14811
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14827
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14840
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14754
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 18145
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18151
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18157
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18163
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18169
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18175
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18181
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18187
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 14854
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14866
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14872
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14884
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14890
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14908
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14914
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14920
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14860
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14878
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14896
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 14902
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 15029
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 15022
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15122
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15164
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15206
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15222
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15126
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15139
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15152
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15168
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15181
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15194
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15210
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15226
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15239
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15252
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15265
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15116
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15132
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15145
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15158
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15174
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15187
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15200
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15216
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15232
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15245
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15258
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15033
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 15269
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15281
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15287
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15299
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15329
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15335
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15275
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15293
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15305
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15311
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15317
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15323
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 15444
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 15437
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15537
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15579
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15608
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15624
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15640
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15656
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15541
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15554
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15567
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15583
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15596
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15612
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15628
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15644
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15660
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15673
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15686
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15531
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15547
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15560
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15573
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15589
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15602
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15618
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15634
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15650
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15666
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15679
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15448
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 15690
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15708
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15714
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15720
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15696
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15702
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 15787
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 15780
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15844
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15860
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15848
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15864
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15877
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15890
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15903
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15838
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15854
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15870
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15883
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15896
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15791
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 16819
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16855
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16831
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16843
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16825
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16861
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16867
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16837
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16873
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16849
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 15907
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15913
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15919
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15925
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 16081
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 16073
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16088
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16074
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 15981
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 15971
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16048
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16064
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16036
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16052
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16068
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16029
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16042
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16058
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 15985
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 16245
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16251
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16257
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16263
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 16583
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16589
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16595
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16601
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 16654
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 16647
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16725
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16712
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16728
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16722
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16700
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16716
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16732
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16693
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16706
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16658
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 16430
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16436
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16442
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16448
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 16501
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 16494
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16559
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16575
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16547
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16563
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16579
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16540
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16553
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16569
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16505
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 16419
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 16411
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16426
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16412
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 16319
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 16309
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16399
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16386
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16402
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16396
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16374
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16390
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16406
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16367
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16380
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16323
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 16092
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16098
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16104
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16110
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 16163
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 16156
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16221
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16237
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16209
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16225
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16241
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16202
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16215
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16231
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16167
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 16968
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 16961
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17120
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17133
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17149
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17165
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17049
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17136
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17152
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17078
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17168
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17107
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17117
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17130
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17146
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17162
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17124
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17053
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17066
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17156
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17140
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17082
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17095
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17172
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17111
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17043
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17059
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17072
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17088
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17101
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16972
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 16736
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16742
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 16781
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 16774
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16815
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16808
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 16785
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 18462
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 18454
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18469
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18455
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 17176
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17200
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17206
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17182
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17188
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17194
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17212
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 17286
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 17279
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17349
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17365
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17381
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17423
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17353
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17369
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17385
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17398
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17411
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17427
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17343
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17359
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17375
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17391
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17404
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17417
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17290
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 18271
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 18261
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18346
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18362
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18378
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18394
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18410
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18426
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18442
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18349
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18365
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18381
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18397
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18413
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18429
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18445
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18343
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18359
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18375
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18391
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18407
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18423
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18439
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18353
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18369
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18385
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18401
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18417
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18433
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18449
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18275
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 17431
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17449
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17467
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17473
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17437
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17443
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17455
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17461
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17479
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17485
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17491
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 17593
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 17586
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17680
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17696
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17725
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17741
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17783
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17799
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17815
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17684
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17700
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17713
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17729
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17745
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17758
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17771
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17787
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17803
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17819
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17674
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17690
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17706
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17719
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17735
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17751
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17764
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17777
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17793
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17809
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17597
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 17823
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17841
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17853
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17865
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17829
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17835
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17847
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17859
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17871
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 17959
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 17952
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18034
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18050
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18079
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18108
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18137
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18038
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18054
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18067
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18083
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18096
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18112
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18125
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18141
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18028
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18044
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18060
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18073
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18089
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18102
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18118
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18131
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 17963
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 19149
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19155
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19167
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19173
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19179
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19161
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 18473
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18479
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18485
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18491
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 18544
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 18537
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18602
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18618
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18590
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18606
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18622
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18583
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18596
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18612
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18548
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 18776
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18782
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18788
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18794
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 18953
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 18945
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18960
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18946
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 18850
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 18840
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18933
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18904
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18920
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18936
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18930
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18908
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18924
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18940
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18898
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18914
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18854
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 18626
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18632
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18644
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18638
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 18697
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 18690
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18755
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18743
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18759
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18772
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18736
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18749
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18765
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18701
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 18964
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18970
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18976
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 18982
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 19138
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 19130
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19145
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19131
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 19038
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 19028
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19105
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19121
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19093
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19109
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19125
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19086
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19099
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19115
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19042
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 19246
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 19239
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19329
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19345
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19361
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19332
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19348
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19364
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19316
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19326
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19342
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19358
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19336
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19352
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19304
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19368
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19320
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19297
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19310
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19250
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 20048
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20054
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20066
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20072
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20078
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20060
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 19372
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19378
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19384
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19390
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 19443
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 19436
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19501
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19517
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19489
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19505
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19521
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19482
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19495
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19511
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19447
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 19675
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19681
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19687
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19693
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 19852
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 19844
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19859
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19845
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 19749
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 19739
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19832
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19803
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19819
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19835
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19829
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19807
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19823
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19839
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19797
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19813
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19753
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 19525
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19531
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19543
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19537
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 19596
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 19589
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19654
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19642
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19658
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19671
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19635
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19648
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19664
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19600
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 19863
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19869
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19875
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19881
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 20037
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 20029
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20044
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20030
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 19937
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 19927
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20004
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20020
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19992
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20008
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20024
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19985
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19998
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20014
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 19941
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 20145
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 20138
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20228
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20244
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20260
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20231
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20247
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20263
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20215
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20225
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20241
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20257
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20235
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20251
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20203
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20267
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20219
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20196
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20209
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20149
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 21074
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21080
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21086
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 20844
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20850
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20856
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 20902
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 20895
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20942
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20955
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20935
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20948
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20906
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 20959
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20965
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 20971
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 21017
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 21010
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21057
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21070
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21050
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21063
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21021
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 21132
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 21125
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21168
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21184
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21171
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21187
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21165
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21181
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21175
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21191
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21136
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 4303
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_link DashboardV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4345
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4309
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4315
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4321
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4351
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4357
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4363
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4327
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4333
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4339
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#view DashboardV2#view}",
            "stability": "stable",
            "summary": "view block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4369
          },
          "name": "view",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 21561
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_hidden DashboardV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21567
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21573
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#link DashboardV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21579
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#override_label DashboardV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21585
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 21773
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 21765
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21780
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21766
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 21648
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 21638
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21708
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21724
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21740
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21756
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21712
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21728
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21744
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21760
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21702
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21718
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21734
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21750
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21652
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 4478
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 4471
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4664
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4680
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4696
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4712
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4728
          },
          "name": "putView",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4667
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4571
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4587
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4603
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4683
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4699
          },
          "name": "resetStyle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4715
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4619
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4635
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4651
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4731
          },
          "name": "resetView"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4661
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4677
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4693
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4709
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4725
          },
          "name": "view",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionViewOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4671
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4575
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4591
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4607
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4687
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4703
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4719
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4639
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4623
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4655
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4735
          },
          "name": "viewInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4565
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4581
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4597
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4613
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4629
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4645
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4482
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 3496
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3508
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#log_query DashboardV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3514
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3502
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3520
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#rum_query DashboardV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3526
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 23062
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23080
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23068
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23074
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23086
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23092
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23098
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23104
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23110
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 21784
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21790
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21796
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 21842
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 21835
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21881
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21897
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21885
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21901
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21875
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21891
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21846
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 21905
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21911
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21947
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21959
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21917
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21923
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21929
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21935
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21941
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 21953
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 22283
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 22275
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22290
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22276
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 22057
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 22047
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22160
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22176
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22192
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22208
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22224
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22253
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22148
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22164
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22180
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22196
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22212
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22228
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22241
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22257
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22270
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22141
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22154
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22170
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22186
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22202
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22218
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22234
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22247
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22263
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22061
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 22294
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22300
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22306
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 22352
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 22345
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22391
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22407
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22395
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22411
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22385
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22401
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22356
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 23411
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 23403
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23418
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23404
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 22823
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22829
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22835
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 22881
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 22874
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22917
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22930
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22933
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22914
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22927
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22921
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22937
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22885
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 22619
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22625
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22631
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 22415
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22421
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22427
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 22473
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 22466
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22512
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22528
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22516
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22532
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22506
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22522
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22477
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 22536
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22542
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 22581
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 22574
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22615
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22608
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22585
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 22677
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 22670
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22713
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22729
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22716
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22732
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22710
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22726
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22720
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22736
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22681
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 22740
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22746
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 22785
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 22778
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22819
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22812
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22789
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 23201
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 23191
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23327
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23343
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23359
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23375
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23391
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23285
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23301
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23330
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23346
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23362
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23378
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23394
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23324
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23340
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23356
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23372
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23388
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23289
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23305
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23334
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23350
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23318
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23366
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23382
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23398
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23279
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23295
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23311
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23205
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 22941
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22947
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 22953
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 22999
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 22992
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23038
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23054
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23058
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23042
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23032
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23048
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23003
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 3743
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 3735
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3750
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3736
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 24098
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24104
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24116
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24122
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24128
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24110
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 23422
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23428
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23434
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23440
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 23493
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 23486
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23551
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23567
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23539
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23555
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23571
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23532
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23545
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23561
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23497
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 23725
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23731
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23737
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23743
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 23902
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 23894
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23909
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23895
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 23799
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 23789
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23882
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23853
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23869
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23885
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23879
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23857
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23873
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23889
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23847
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23863
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23803
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 23575
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23581
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23593
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23587
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 23646
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 23639
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23704
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23692
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23708
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23721
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23685
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23698
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23714
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23650
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 23913
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23919
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23925
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23931
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 24087
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 24079
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24094
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24080
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 23987
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 23977
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24054
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24070
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24042
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24058
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24074
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24035
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24048
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24064
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 23991
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 24195
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 24188
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24278
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24294
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24310
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24281
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24297
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24313
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24265
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24275
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24291
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24307
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24285
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24301
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24253
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24317
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24269
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24246
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24259
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24199
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 3596
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 3586
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3675
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3691
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3707
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3723
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3678
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3694
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3662
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3710
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3726
          },
          "name": "resetRumQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3672
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3688
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3704
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3720
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3682
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3698
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3666
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3714
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3730
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3656
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3600
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 2269
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2275
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2281
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2287
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2293
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2299
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2305
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2311
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 24321
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24333
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24339
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24351
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24357
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24375
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24381
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24387
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24327
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24345
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24363
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24369
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 24496
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 24489
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24589
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24631
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24673
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24689
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24593
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24606
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24619
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24635
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24648
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24661
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24677
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24693
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24706
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24719
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24732
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24583
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24599
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24612
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24625
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24641
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24654
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24667
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24683
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24699
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24712
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24725
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24500
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 24736
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24748
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24754
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24766
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24796
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24802
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24742
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24760
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24772
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24778
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24784
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24790
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 24911
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 24904
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25004
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25046
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25075
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25091
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25107
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25123
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25008
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25021
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25034
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25050
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25063
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25079
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25095
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25111
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25127
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25140
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25153
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24998
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25014
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25027
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25040
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25056
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25069
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25085
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25101
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25117
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25133
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25146
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 24915
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 25157
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25175
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25181
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25187
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25163
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25169
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs4800.ts",
          "line": 25254
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs4800.ts",
        "line": 25247
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25311
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25327
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25315
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25331
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25344
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25357
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25370
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25305
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25321
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25337
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25350
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25363
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs4800.ts",
            "line": 25258
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs4800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 943
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 979
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 955
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 967
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 949
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 985
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 991
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 961
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 997
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 973
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 31
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 37
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 43
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 49
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 205
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 197
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 212
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 198
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 105
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 95
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 172
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 188
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 160
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 176
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 192
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 153
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 166
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 182
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 109
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 369
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 375
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 381
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 387
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 707
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 713
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 719
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 725
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 778
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 771
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 849
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 836
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 852
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 846
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 824
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 840
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 856
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 817
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 830
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 782
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 554
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 560
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 566
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 572
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 625
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 618
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 683
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 699
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 671
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 687
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 703
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 664
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 677
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 693
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 629
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 543
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 535
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 550
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 536
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 443
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 433
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 523
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 510
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 526
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 520
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 498
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 514
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 530
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 491
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 504
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 447
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 216
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 222
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 228
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 234
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 287
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 280
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 345
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 361
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 333
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 349
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 365
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 326
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 339
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 355
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 291
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 1092
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 1085
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1244
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1257
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1273
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1289
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1173
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1260
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1276
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1202
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1292
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1231
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1241
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1254
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1270
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1286
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1248
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1177
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1190
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1280
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1264
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1206
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1219
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1296
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1235
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1167
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1183
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1196
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1212
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1225
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1096
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 860
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 866
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 905
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 898
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 939
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 932
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 909
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 2586
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 2578
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2593
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2579
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 1300
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1324
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1330
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1306
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1312
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1318
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1336
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 1410
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 1403
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1473
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1489
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1505
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1547
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1477
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1493
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1509
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1522
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1535
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1551
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1467
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1483
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1499
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1515
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1528
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1541
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1414
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 2395
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 2385
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2470
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2486
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2502
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2518
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2534
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2550
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2566
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2473
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2489
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2505
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2521
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2537
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2553
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2569
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2467
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2483
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2499
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2515
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2531
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2547
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2563
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2477
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2493
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2509
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2525
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2541
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2557
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2573
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2399
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 1555
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1573
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1591
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1597
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1561
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1567
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1579
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1585
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1603
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1609
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1615
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 1717
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 1710
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1804
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1820
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1849
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1865
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1907
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1923
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1939
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1808
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1824
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1837
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1853
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1869
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1882
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1895
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1911
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1927
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1943
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1798
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1814
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1830
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1843
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1859
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1875
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1888
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1901
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1917
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1933
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1721
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 1947
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1965
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1977
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1989
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1953
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1959
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1971
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1983
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 1995
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 2083
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 2076
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2158
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2174
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2203
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2232
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2261
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2162
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2178
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2191
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2207
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2220
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2236
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2249
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2265
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2152
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2168
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2184
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2197
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2213
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2226
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2242
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2255
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2087
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 3273
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3279
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3291
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3297
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3303
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3285
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 2597
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2603
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2609
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2615
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 2668
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 2661
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2726
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2742
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2714
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2730
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2746
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2707
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2720
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2736
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2672
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 2900
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2906
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2912
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2918
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 3077
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 3069
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3084
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3070
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 2974
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 2964
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3057
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3028
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3044
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3060
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3054
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3032
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3048
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3064
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3022
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3038
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2978
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 2750
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2756
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2768
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2762
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 2821
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 2814
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2879
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2867
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2883
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2896
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2860
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2873
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2889
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 2825
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 3088
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3094
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3100
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3106
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 3262
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 3254
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3269
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3255
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 3162
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 3152
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3229
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3245
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3217
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3233
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3249
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3210
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3223
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3239
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3166
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 3370
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 3363
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3453
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3469
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3485
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3456
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3472
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3488
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3440
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3450
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3466
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3482
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3460
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3476
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3428
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3492
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3444
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3421
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3434
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3374
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 3754
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply to the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3760
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_flip DashboardV2#palette_flip}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to flip the palette tones."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3766
          },
          "name": "paletteFlip",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 3812
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 3805
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3865
          },
          "name": "paletteFlipInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3852
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3845
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3858
          },
          "name": "paletteFlip",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3816
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 4099
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4105
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4111
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 3869
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3875
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3881
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 3927
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 3920
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3967
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3980
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3960
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3973
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3931
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 3984
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3990
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 3996
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 4042
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 4035
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4082
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4095
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4075
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4088
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4046
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 4157
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 4150
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4193
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4209
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4196
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4212
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4190
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4206
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4200
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4216
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4161
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 4220
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#focus DashboardV2#focus}",
            "stability": "stable",
            "summary": "The 2-letter ISO code of a country to focus the map on, or `WORLD` for global view, or a region (`EMEA`, `APAC`, `LATAM`), or a continent (`NORTH_AMERICA`, `SOUTH_AMERICA`, `EUROPE`, `AFRICA`, `ASIA`, `OCEANIA`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4226
          },
          "name": "focus",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionViewOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionViewOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 4265
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 4258
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionViewOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4299
          },
          "name": "focusInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4292
          },
          "name": "focus",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4269
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionView"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionViewOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 3824
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 3817
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3902
          },
          "name": "putChangeDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3918
          },
          "name": "putGeomapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3934
          },
          "name": "putQueryTableDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3950
          },
          "name": "putQueryValueDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3966
          },
          "name": "putScatterplotDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3982
          },
          "name": "putSunburstDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3998
          },
          "name": "putTimeseriesDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4014
          },
          "name": "putToplistDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4030
          },
          "name": "putTreemapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3905
          },
          "name": "resetChangeDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3921
          },
          "name": "resetGeomapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3937
          },
          "name": "resetQueryTableDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3953
          },
          "name": "resetQueryValueDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3969
          },
          "name": "resetScatterplotDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3985
          },
          "name": "resetSunburstDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4001
          },
          "name": "resetTimeseriesDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4017
          },
          "name": "resetToplistDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4033
          },
          "name": "resetTreemapDefinition"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3899
          },
          "name": "changeDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3915
          },
          "name": "geomapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3931
          },
          "name": "queryTableDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3947
          },
          "name": "queryValueDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3963
          },
          "name": "scatterplotDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3979
          },
          "name": "sunburstDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3995
          },
          "name": "timeseriesDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4011
          },
          "name": "toplistDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4027
          },
          "name": "treemapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3909
          },
          "name": "changeDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionChangeDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3925
          },
          "name": "geomapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionGeomapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3941
          },
          "name": "queryTableDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3957
          },
          "name": "queryValueDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3973
          },
          "name": "scatterplotDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3989
          },
          "name": "sunburstDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4005
          },
          "name": "timeseriesDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4021
          },
          "name": "toplistDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4037
          },
          "name": "treemapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3828
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 16525
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_link DashboardV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16573
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16531
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#has_search_bar DashboardV2#has_search_bar}",
            "stability": "stable",
            "summary": "Controls the display of the search bar. Valid values are `always`, `never`, `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16537
          },
          "name": "hasSearchBar",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16543
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16549
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16579
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16585
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16555
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16561
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16567
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 4739
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_hidden DashboardV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4745
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4751
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#link DashboardV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4757
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#override_label DashboardV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4763
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 4951
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 4943
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4958
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4944
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 4826
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 4816
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4886
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4902
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4918
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4934
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4890
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4906
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4922
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4938
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4880
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4896
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4912
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4928
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4830
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 16687
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 16680
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16883
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16899
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16915
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16886
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16774
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16790
          },
          "name": "resetHasSearchBar"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16806
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16822
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16902
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16918
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16838
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16854
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16870
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16880
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16896
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16912
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16890
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16778
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16794
          },
          "name": "hasSearchBarInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16810
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16826
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16906
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16922
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16858
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16842
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16874
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16768
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16784
          },
          "name": "hasSearchBar",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16800
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16816
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16832
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16848
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16864
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16691
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 15531
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregator to use for time aggregation. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15537
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "The alias for the column name (defaults to metric name)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15543
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_query DashboardV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15573
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_stats_query DashboardV2#apm_stats_query}",
            "stability": "stable",
            "summary": "apm_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15579
          },
          "name": "apmStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15549
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15585
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15591
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "For metric queries, the number of lines to show in the table. Only one request should have this property."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15555
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#log_query DashboardV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15597
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The sort order for the rows. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15561
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15603
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15567
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15609
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#rum_query DashboardV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15615
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#security_query DashboardV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15621
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_formats DashboardV2#text_formats}",
            "stability": "stable",
            "summary": "text_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15627
          },
          "name": "textFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 5638
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5644
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5656
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5662
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5668
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5650
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 4962
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4968
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4974
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 4980
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 5033
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 5026
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5091
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5107
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5079
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5095
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5111
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5072
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5085
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5101
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5037
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 5265
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5271
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5277
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5283
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 5442
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 5434
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5449
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5435
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 5339
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 5329
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5422
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5393
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5409
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5425
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5419
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5397
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5413
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5429
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5387
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5403
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5343
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 5115
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5121
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5133
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5127
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 5186
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 5179
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5244
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5232
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5248
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5261
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5225
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5238
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5254
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5190
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 5453
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5459
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5465
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5471
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 5627
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 5619
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5634
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5620
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 5527
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 5517
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5594
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5610
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5582
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5598
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5614
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5575
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5588
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5604
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5531
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 5735
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 5728
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5818
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5834
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5850
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5821
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5837
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5853
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5805
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5815
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5831
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5847
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5825
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5841
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5793
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5857
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5809
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5786
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5799
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5739
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 6081
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "The environment name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6087
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The operation name associated with the service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6093
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag DashboardV2#primary_tag}",
            "stability": "stable",
            "summary": "The organization's host group name and value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6099
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#row_type DashboardV2#row_type}",
            "stability": "stable",
            "summary": "The level of detail for the request. Valid values are `service`, `resource`, `span`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6111
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "The service name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6117
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#columns DashboardV2#columns}",
            "stability": "stable",
            "summary": "columns block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6123
          },
          "name": "columns",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource DashboardV2#resource}",
            "stability": "stable",
            "summary": "The resource name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6105
          },
          "name": "resource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 5861
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The column name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5879
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "A user-assigned alias for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5867
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5873
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5885
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 6070
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 6062
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6077
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6063
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 5948
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 5938
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6008
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6024
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6053
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6012
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6028
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6041
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6057
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6002
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6018
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6034
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6047
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 5952
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 6204
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 6197
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6351
          },
          "name": "putColumns",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6354
          },
          "name": "resetColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6312
          },
          "name": "resetResource"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6348
          },
          "name": "columns",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumnsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6358
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6274
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6287
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6300
          },
          "name": "primaryTagInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6316
          },
          "name": "resourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6329
          },
          "name": "rowTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6342
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6267
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6280
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6293
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6306
          },
          "name": "resource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6322
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6335
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6208
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 6362
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6368
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6404
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6416
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6374
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6380
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6386
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6392
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6398
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6410
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 6740
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 6732
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6747
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6733
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 6514
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 6504
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6617
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6633
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6649
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6665
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6681
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6710
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6605
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6621
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6637
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6653
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6669
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6685
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6698
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6714
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6727
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6598
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6611
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6627
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6643
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6659
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6675
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6691
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6704
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6720
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6518
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 8029
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8047
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8035
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8041
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8053
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8059
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8065
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8071
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8077
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 6751
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6757
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6763
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 6809
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 6802
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6848
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6864
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6852
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6868
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6842
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6858
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6813
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 6872
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6878
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6914
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6926
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6884
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6890
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6896
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6902
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6908
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 6920
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 7250
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 7242
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7257
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7243
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 7024
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 7014
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7127
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7143
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7159
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7175
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7191
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7220
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7115
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7131
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7147
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7163
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7179
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7195
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7208
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7224
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7237
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7108
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7121
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7137
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7153
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7169
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7185
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7201
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7214
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7230
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7028
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 7261
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7267
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7273
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 7319
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 7312
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7358
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7374
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7362
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7378
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7352
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7368
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7323
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 8378
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 8370
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8385
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8371
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 7790
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7796
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7802
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 7848
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 7841
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7884
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7897
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7900
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7881
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7894
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7888
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7904
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7852
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 7586
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7592
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7598
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 7382
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7388
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7394
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 7440
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 7433
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7479
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7495
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7483
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7499
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7473
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7489
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7444
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 7503
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7509
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 7548
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 7541
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7582
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7575
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7552
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 7644
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 7637
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7680
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7696
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7683
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7699
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7677
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7693
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7687
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7703
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7648
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 7707
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7713
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 7752
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 7745
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7786
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7779
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7756
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 8168
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 8158
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8294
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8310
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8326
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8342
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8358
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8252
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8268
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8297
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8313
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8329
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8345
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8361
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8291
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8307
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8323
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8339
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8355
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8256
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8272
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8301
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8317
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8285
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8333
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8349
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8365
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8246
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8262
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8278
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8172
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 7908
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7914
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7920
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 7966
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 7959
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8005
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8021
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8025
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8009
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7999
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8015
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 7970
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 16163
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 16155
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16170
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16156
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 9065
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9071
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9083
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9089
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9095
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9077
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 8389
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8395
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8401
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8407
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 8460
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 8453
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8518
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8534
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8506
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8522
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8538
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8499
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8512
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8528
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8464
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 8692
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8698
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8704
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8710
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 8869
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 8861
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8876
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8862
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 8766
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 8756
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8849
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8820
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8836
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8852
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8846
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8824
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8840
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8856
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8814
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8830
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8770
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 8542
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8548
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8560
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8554
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 8613
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 8606
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8671
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8659
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8675
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8688
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8652
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8665
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8681
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8617
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 8880
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8886
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8892
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8898
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 9054
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 9046
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9061
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9047
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 8954
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 8944
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9021
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9037
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9009
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9025
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9041
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9002
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9015
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9031
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 8958
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 9162
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 9155
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9245
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9261
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9277
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9248
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9264
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9280
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9232
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9242
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9258
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9274
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9252
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9268
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9220
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9284
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9236
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9213
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9226
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9166
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 15774
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 15764
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15999
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16015
          },
          "name": "putApmStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16031
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16047
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16063
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16079
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16095
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16111
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16127
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16143
          },
          "name": "putTextFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15906
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15922
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16002
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16018
          },
          "name": "resetApmStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15938
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16034
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16050
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15954
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16066
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15970
          },
          "name": "resetOrder"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16082
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15986
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16098
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16114
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16130
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16146
          },
          "name": "resetTextFormats"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15996
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16012
          },
          "name": "apmStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16028
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16044
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16060
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16076
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16092
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16108
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16124
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16140
          },
          "name": "textFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15910
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15926
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16006
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16022
          },
          "name": "apmStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestApmStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15942
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16038
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16054
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15958
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16070
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15974
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16086
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15990
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16102
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16118
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16134
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16150
          },
          "name": "textFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15900
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15916
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15932
          },
          "name": "cellDisplayMode",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15948
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15964
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15980
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15778
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 9288
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9306
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#filter_by DashboardV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9294
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9300
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_by DashboardV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9312
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 9372
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 9365
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9423
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9439
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9468
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9427
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9443
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9456
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9472
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9417
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9433
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9449
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9462
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9376
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 12767
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12773
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12779
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12785
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12791
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12797
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12803
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12809
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 9476
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9488
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9494
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9506
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9512
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9530
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9536
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9542
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9482
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9500
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9518
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9524
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 9651
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 9644
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9744
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9786
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9828
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9844
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9748
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9761
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9774
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9790
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9803
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9816
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9832
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9848
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9861
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9874
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9887
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9738
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9754
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9767
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9780
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9796
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9809
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9822
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9838
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9854
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9867
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9880
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9655
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 9891
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9903
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9909
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9921
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9951
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9957
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9897
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9915
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9927
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9933
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9939
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 9945
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 10066
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 10059
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10159
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10201
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10230
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10246
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10262
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10278
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10163
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10176
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10189
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10205
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10218
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10234
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10250
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10266
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10282
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10295
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10308
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10153
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10169
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10182
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10195
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10211
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10224
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10240
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10256
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10272
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10288
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10301
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10070
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 10312
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10330
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10336
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10342
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10318
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10324
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 10409
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 10402
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10466
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10482
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10470
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10486
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10499
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10512
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10525
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10460
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10476
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10492
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10505
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10518
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10413
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 11441
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11477
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11453
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11465
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11447
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11483
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11489
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11459
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11495
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11471
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 10529
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10535
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10541
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10547
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 10703
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 10695
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10710
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10696
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 10603
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 10593
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10670
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10686
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10658
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10674
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10690
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10651
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10664
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10680
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10607
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 10867
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10873
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10879
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10885
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 11205
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11211
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11217
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11223
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 11276
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 11269
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11347
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11334
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11350
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11344
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11322
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11338
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11354
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11315
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11328
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11280
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 11052
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11058
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11064
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11070
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 11123
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 11116
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11181
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11197
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11169
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11185
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11201
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11162
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11175
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11191
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11127
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 11041
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 11033
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11048
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11034
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 10941
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 10931
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11021
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11008
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11024
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11018
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10996
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11012
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11028
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10989
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11002
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10945
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 10714
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10720
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10726
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10732
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 10785
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 10778
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10843
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10859
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10831
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10847
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10863
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10824
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10837
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10853
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 10789
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 11590
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 11583
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11742
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11755
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11771
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11787
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11671
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11758
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11774
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11700
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11790
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11729
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11739
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11752
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11768
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11784
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11746
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11675
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11688
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11778
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11762
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11704
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11717
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11794
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11733
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11665
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11681
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11694
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11710
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11723
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11594
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 11358
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11364
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 11403
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 11396
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11437
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11430
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11407
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 13084
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 13076
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13091
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13077
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 11798
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11822
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11828
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11804
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11810
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11816
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11834
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 11908
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 11901
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11971
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11987
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12003
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12045
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11975
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11991
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12007
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12020
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12033
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12049
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11965
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11981
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11997
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12013
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12026
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12039
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 11912
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 12893
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 12883
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12968
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12984
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13000
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13016
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13032
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13048
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13064
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12971
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12987
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13003
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13019
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13035
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13051
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13067
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12965
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12981
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12997
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13013
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13029
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13045
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13061
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12975
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12991
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13007
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13023
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13039
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13055
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13071
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12897
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 12053
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12071
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12089
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12095
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12059
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12065
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12077
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12083
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12101
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12107
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12113
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 12215
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 12208
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12302
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12318
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12347
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12363
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12405
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12421
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12437
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12306
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12322
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12335
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12351
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12367
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12380
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12393
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12409
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12425
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12441
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12296
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12312
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12328
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12341
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12357
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12373
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12386
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12399
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12415
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12431
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12219
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 12445
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12463
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12475
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12487
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12451
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12457
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12469
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12481
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12493
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 12581
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 12574
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12656
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12672
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12701
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12730
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12759
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12660
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12676
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12689
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12705
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12718
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12734
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12747
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12763
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12650
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12666
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12682
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12695
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12711
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12724
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12740
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12753
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 12585
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 13771
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13777
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13789
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13795
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13801
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13783
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 13095
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13101
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13107
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13113
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 13166
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 13159
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13224
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13240
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13212
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13228
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13244
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13205
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13218
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13234
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13170
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 13398
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13404
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13410
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13416
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 13575
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 13567
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13582
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13568
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 13472
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 13462
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13555
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13526
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13542
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13558
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13552
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13530
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13546
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13562
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13520
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13536
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13476
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 13248
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13254
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13266
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13260
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 13319
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 13312
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13377
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13365
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13381
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13394
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13358
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13371
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13387
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13323
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 13586
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13592
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13598
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13604
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 13760
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 13752
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13767
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13753
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 13660
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 13650
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13727
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13743
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13715
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13731
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13747
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13708
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13721
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13737
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13664
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 13868
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 13861
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13951
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13967
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13983
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13954
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13970
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13986
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13938
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13948
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13964
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13980
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13958
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13974
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13926
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13990
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13942
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13919
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13932
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 13872
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 14670
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14676
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14688
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14694
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14700
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14682
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 13994
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14000
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14006
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14012
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 14065
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 14058
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14123
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14139
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14111
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14127
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14143
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14104
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14117
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14133
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14069
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 14297
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14303
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14309
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14315
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 14474
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 14466
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14481
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14467
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 14371
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 14361
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14454
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14425
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14441
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14457
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14451
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14429
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14445
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14461
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14419
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14435
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14375
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 14147
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14153
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14165
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14159
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 14218
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 14211
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14276
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14264
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14280
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14293
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14257
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14270
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14286
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14222
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 14485
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14491
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14497
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14503
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 14659
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 14651
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14666
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14652
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 14559
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 14549
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14626
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14642
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14614
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14630
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14646
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14607
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14620
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14636
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14563
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 14767
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 14760
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14850
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14866
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14882
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14853
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14869
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14885
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14837
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14847
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14863
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14879
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14857
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14873
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14825
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14889
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14841
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14818
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14831
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14771
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 15413
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_format DashboardV2#text_format}",
            "stability": "stable",
            "summary": "text_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15419
          },
          "name": "textFormat",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 15520
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 15512
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15527
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15513
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 15461
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 15451
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15500
          },
          "name": "putTextFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15503
          },
          "name": "resetTextFormat"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15497
          },
          "name": "textFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15507
          },
          "name": "textFormatInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15465
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 15158
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#match DashboardV2#match}",
            "stability": "stable",
            "summary": "match block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15182
          },
          "name": "match",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The custom color palette to apply to the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15164
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The custom color palette to apply to the foreground text."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15170
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply. Valid values are `white_on_red`, `white_on_yellow`, `white_on_green`, `black_on_light_red`, `black_on_light_yellow`, `black_on_light_green`, `red_on_white`, `yellow_on_white`, `green_on_white`, `custom_bg`, `custom_text`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15176
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#replace DashboardV2#replace}",
            "stability": "stable",
            "summary": "replace block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15188
          },
          "name": "replace",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 15402
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 15394
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15409
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15395
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 14893
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#type DashboardV2#type}",
            "stability": "stable",
            "summary": "Match or compare option. Valid values are `is`, `is_not`, `contains`, `does_not_contain`, `starts_with`, `ends_with`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14899
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Table Widget Match String."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14905
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 14951
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 14944
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14991
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15004
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14984
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14997
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 14955
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 15258
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 15248
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15369
          },
          "name": "putMatch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15382
          },
          "name": "putReplace",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15324
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15340
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15356
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15385
          },
          "name": "resetReplace"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15366
          },
          "name": "match",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15379
          },
          "name": "replace",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15328
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15344
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15373
          },
          "name": "matchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatMatch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15360
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15389
          },
          "name": "replaceInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15318
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15334
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15350
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15262
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormat"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 15008
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#type DashboardV2#type}",
            "stability": "stable",
            "summary": "Table widget text format replace all type. Valid values are `all`, `substring`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15020
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#with DashboardV2#with}",
            "stability": "stable",
            "summary": "Table Widget Match String."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15026
          },
          "name": "with",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#substring DashboardV2#substring}",
            "stability": "stable",
            "summary": "Text that will be replaced. Must be used with type `substring`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15014
          },
          "name": "substring",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 15079
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 15072
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15124
          },
          "name": "resetSubstring"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15128
          },
          "name": "substringInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15141
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15154
          },
          "name": "withInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15118
          },
          "name": "substring",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15134
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15147
          },
          "name": "with",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 15083
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplace"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 16404
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16410
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16416
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 16174
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16180
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16186
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 16232
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 16225
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16272
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16285
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16265
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16278
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16236
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 16289
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16295
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16301
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 16347
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 16340
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16387
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16400
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16380
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16393
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16351
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 16462
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 16455
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16498
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16514
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16501
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16517
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16495
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16511
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16505
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16521
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16466
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryTableDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 3670
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#autoscale DashboardV2#autoscale}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to automatically scale the tile."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3676
          },
          "name": "autoscale",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_link DashboardV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3736
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_unit DashboardV2#custom_unit}",
            "stability": "stable",
            "summary": "Display a unit of your choice on the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3682
          },
          "name": "customUnit",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3688
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3694
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3700
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#precision DashboardV2#precision}",
            "stability": "stable",
            "summary": "Number of decimals to show. If not defined, the widget uses the raw value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3706
          },
          "name": "precision",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3742
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_align DashboardV2#text_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's text. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3712
          },
          "name": "textAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3748
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeseries_background DashboardV2#timeseries_background}",
            "stability": "stable",
            "summary": "timeseries_background block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3754
          },
          "name": "timeseriesBackground",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3718
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3724
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3730
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 16926
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_hidden DashboardV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16932
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16938
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#link DashboardV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16944
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#override_label DashboardV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 16950
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 17138
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 17130
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17145
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17131
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 17013
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 17003
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17073
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17089
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17105
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17121
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17077
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17093
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17109
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17125
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17067
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17083
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17099
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17115
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17017
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 3884
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 3877
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4152
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4168
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4184
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4200
          },
          "name": "putTimeseriesBackground",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3995
          },
          "name": "resetAutoscale"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4155
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4011
          },
          "name": "resetCustomUnit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4027
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4043
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4059
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4075
          },
          "name": "resetPrecision"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4171
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4091
          },
          "name": "resetTextAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4187
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4203
          },
          "name": "resetTimeseriesBackground"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4107
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4123
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4139
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4149
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4165
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4181
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4197
          },
          "name": "timeseriesBackground",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3999
          },
          "name": "autoscaleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4159
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4015
          },
          "name": "customUnitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4031
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4047
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4063
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4079
          },
          "name": "precisionInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4175
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4095
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4191
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4207
          },
          "name": "timeseriesBackgroundInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4127
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4111
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4143
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3989
          },
          "name": "autoscale",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4005
          },
          "name": "customUnit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4021
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4037
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4053
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4069
          },
          "name": "precision",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4085
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4101
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4117
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4133
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3888
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 2507
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregator to use for time aggregation. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2513
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_query DashboardV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2525
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#audit_query DashboardV2#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2531
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2537
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2543
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#log_query DashboardV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2549
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2555
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2519
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2561
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#rum_query DashboardV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2567
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#security_query DashboardV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2573
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 17825
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17831
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17843
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17849
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17855
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17837
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 17149
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17155
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17161
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17167
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 17220
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 17213
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17278
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17294
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17266
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17282
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17298
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17259
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17272
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17288
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17224
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 17452
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17458
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17464
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17470
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 17629
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 17621
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17636
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17622
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 17526
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 17516
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17609
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17580
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17596
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17612
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17606
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17584
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17600
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17616
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17574
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17590
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17530
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 17302
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17308
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17320
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17314
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 17373
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 17366
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17431
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17419
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17435
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17448
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17412
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17425
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17441
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17377
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 17640
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17646
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17652
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17658
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 17814
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 17806
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17821
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17807
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 17714
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 17704
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17781
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17797
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17769
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17785
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17801
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17762
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17775
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17791
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17718
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 17922
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 17915
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18005
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18021
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18037
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18008
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18024
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18040
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17992
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18002
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18018
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18034
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18012
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18028
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17980
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18044
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17996
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17973
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17986
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 17926
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 18724
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18730
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18742
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18748
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18754
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18736
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 18048
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18054
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18060
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18066
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 18119
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 18112
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18177
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18193
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18165
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18181
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18197
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18158
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18171
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18187
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18123
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 18351
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18357
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18363
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18369
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 18528
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 18520
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18535
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18521
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 18425
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 18415
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18508
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18479
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18495
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18511
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18505
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18483
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18499
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18515
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18473
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18489
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18429
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 18201
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18207
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18219
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18213
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 18272
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 18265
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18330
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18318
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18334
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18347
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18311
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18324
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18340
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18276
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 18539
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18545
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18551
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18557
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 18713
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 18705
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18720
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18706
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 18613
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 18603
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18680
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18696
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18668
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18684
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18700
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18661
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18674
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18690
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18617
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 18821
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 18814
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18904
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18920
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18936
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18907
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18923
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18939
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18891
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18901
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18917
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18933
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18911
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18927
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18879
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18943
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18895
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18872
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18885
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18825
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 18947
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18953
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18989
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19001
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18959
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18965
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18971
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18977
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18983
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 18995
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 19325
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 19317
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19332
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19318
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 19099
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 19089
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19202
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19218
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19234
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19250
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19266
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19295
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19190
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19206
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19222
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19238
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19254
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19270
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19283
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19299
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19312
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19183
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19196
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19212
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19228
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19244
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19260
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19276
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19289
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19305
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19103
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 20614
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20632
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20620
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20626
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20638
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20644
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20650
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20656
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20662
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 19336
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19342
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19348
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 19394
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 19387
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19433
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19449
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19437
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19453
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19427
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19443
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19398
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 19457
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19463
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19499
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19511
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19469
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19475
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19481
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19487
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19493
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19505
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 19835
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 19827
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19842
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19828
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 19609
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 19599
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19712
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19728
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19744
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19760
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19776
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19805
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19700
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19716
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19732
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19748
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19764
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19780
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19793
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19809
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19822
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19693
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19706
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19722
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19738
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19754
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19770
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19786
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19799
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19815
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19613
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 19846
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19852
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19858
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 19904
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 19897
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19943
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19959
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19947
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19963
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19937
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19953
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19908
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 20963
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 20955
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20970
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20956
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 20375
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20381
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20387
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 20433
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 20426
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20469
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20482
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20485
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20466
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20479
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20473
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20489
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20437
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 20171
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20177
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20183
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 19967
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19973
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 19979
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 20025
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 20018
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20064
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20080
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20068
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20084
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20058
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20074
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20029
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 20088
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20094
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 20133
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 20126
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20167
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20160
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20137
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 20229
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 20222
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20265
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20281
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20268
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20284
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20262
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20278
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20272
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20288
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20233
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 20292
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20298
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 20337
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 20330
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20371
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20364
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20341
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 20753
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 20743
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20879
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20895
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20911
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20927
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20943
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20837
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20853
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20882
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20898
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20914
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20930
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20946
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20876
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20892
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20908
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20924
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20940
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20841
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20857
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20886
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20902
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20870
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20918
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20934
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20950
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20831
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20847
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20863
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20757
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 20493
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20499
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20505
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 20551
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 20544
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20590
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20606
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20610
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20594
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20584
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20600
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20555
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 2964
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 2956
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2971
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2957
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 21650
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21656
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21668
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21674
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21680
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21662
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 20974
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20980
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20986
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 20992
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 21045
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 21038
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21103
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21119
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21091
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21107
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21123
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21084
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21097
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21113
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21049
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 21277
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21283
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21289
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21295
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 21454
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 21446
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21461
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21447
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 21351
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 21341
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21434
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21405
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21421
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21437
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21431
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21409
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21425
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21441
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21399
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21415
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21355
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 21127
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21133
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21145
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21139
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 21198
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 21191
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21256
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21244
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21260
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21273
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21237
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21250
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21266
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21202
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 21465
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21471
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21477
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21483
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 21639
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 21631
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21646
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21632
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 21539
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 21529
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21606
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21622
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21594
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21610
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21626
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21587
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21600
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21616
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21543
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 21747
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 21740
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21830
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21846
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21862
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21833
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21849
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21865
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21817
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21827
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21843
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21859
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21837
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21853
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21805
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21869
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21821
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21798
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21811
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21751
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 2685
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 2675
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2816
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2832
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2848
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2864
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2880
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2896
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2912
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2928
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2944
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2787
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2819
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2835
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2851
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2867
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2883
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2899
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2803
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2915
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2931
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2947
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2813
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2829
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2845
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2861
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2877
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2893
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2909
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2925
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2941
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2791
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2823
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2839
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2855
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2871
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2887
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2903
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2807
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2919
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2935
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2951
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2781
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2797
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2689
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 21873
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21891
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#filter_by DashboardV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21879
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21885
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_by DashboardV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21897
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 21957
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 21950
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22008
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22024
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22053
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22012
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22028
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22041
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22057
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22002
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22018
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22034
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22047
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 21961
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 381
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 387
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 393
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 399
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 405
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 411
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 417
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 423
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 22061
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22073
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22079
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22091
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22097
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22115
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22121
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22127
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22067
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22085
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22103
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22109
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 22236
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 22229
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22329
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22371
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22413
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22429
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22333
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22346
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22359
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22375
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22388
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22401
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22417
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22433
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22446
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22459
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22472
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22323
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22339
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22352
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22365
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22381
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22394
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22407
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22423
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22439
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22452
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22465
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22240
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 22476
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22488
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22494
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22506
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22536
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22542
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22482
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22500
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22512
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22518
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22524
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22530
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 22651
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 22644
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22744
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22786
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22815
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22831
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22847
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22863
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22748
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22761
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22774
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22790
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22803
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22819
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22835
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22851
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22867
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22880
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22893
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22738
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22754
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22767
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22780
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22796
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22809
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22825
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22841
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22857
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22873
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22886
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22655
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 22897
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22915
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22921
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22927
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22903
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22909
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 22994
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 22987
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23051
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23067
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23055
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23071
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23084
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23097
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23110
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23045
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23061
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23077
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23090
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23103
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 22998
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 24026
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24062
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24038
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24050
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24032
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24068
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24074
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24044
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24080
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24056
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 23114
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23120
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23126
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23132
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 23288
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 23280
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23295
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23281
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 23188
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 23178
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23255
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23271
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23243
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23259
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23275
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23236
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23249
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23265
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23192
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 23452
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23458
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23464
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23470
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 23790
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23796
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23802
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23808
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 23861
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 23854
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23932
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23919
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23935
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23929
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23907
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23923
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23939
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23900
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23913
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23865
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 23637
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23643
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23649
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23655
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 23708
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 23701
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23766
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23782
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23754
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23770
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23786
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23747
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23760
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23776
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23712
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 23626
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 23618
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23633
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23619
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 23526
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 23516
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23606
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23593
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23609
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23603
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23581
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23597
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23613
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23574
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23587
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23530
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 23299
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23305
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23311
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23317
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 23370
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 23363
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23428
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23444
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23416
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23432
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23448
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23409
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23422
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23438
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23374
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 24175
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 24168
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24327
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24340
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24356
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24372
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24256
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24343
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24359
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24285
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24375
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24314
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24324
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24337
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24353
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24369
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24331
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24260
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24273
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24363
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24347
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24289
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24302
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24379
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24318
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24250
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24266
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24279
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24295
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24308
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24179
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 23943
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23949
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 23988
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 23981
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24022
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24015
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 23992
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 698
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 690
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 705
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 691
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 24383
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24407
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24413
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24389
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24395
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24401
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24419
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 24493
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 24486
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24556
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24572
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24588
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24630
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24560
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24576
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24592
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24605
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24618
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24634
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24550
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24566
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24582
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24598
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24611
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24624
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24497
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 507
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 497
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 582
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 598
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 614
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 630
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 646
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 662
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 678
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 585
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 601
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 617
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 633
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 649
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 665
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 681
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 579
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 595
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 611
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 627
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 643
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 659
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 675
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 589
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 605
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 621
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 637
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 653
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 669
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 685
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 511
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 24638
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24656
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24674
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24680
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24644
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24650
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24662
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24668
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24686
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24692
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24698
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5200.ts",
          "line": 24800
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5200.ts",
        "line": 24793
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24887
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24903
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24932
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24948
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24990
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 25006
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 25022
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24891
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24907
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24920
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24936
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24952
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24965
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24978
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24994
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 25010
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 25026
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24881
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24897
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24913
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24926
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24942
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24958
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24971
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24984
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 25000
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 25016
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5200.ts",
            "line": 24804
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5200:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 59
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 77
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 89
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 101
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 65
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 71
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 83
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 95
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 107
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 195
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 188
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 270
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 286
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 315
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 344
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 373
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 274
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 290
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 303
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 319
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 332
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 348
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 361
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 377
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 264
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 280
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 296
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 309
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 325
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 338
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 354
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 367
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 199
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 1385
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1391
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1403
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1409
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1415
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1397
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 709
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 715
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 721
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 727
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 780
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 773
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 838
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 854
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 826
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 842
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 858
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 819
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 832
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 848
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 784
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 1012
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1018
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1024
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1030
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 1189
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 1181
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1196
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1182
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 1086
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 1076
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1169
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1140
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1156
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1172
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1166
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1144
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1160
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1176
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1134
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1150
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1090
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 862
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 868
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 880
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 874
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 933
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 926
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 991
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 979
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 995
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1008
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 972
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 985
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1001
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 937
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 1200
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1206
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1212
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1218
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 1374
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 1366
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1381
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1367
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 1274
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 1264
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1341
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1357
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1329
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1345
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1361
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1322
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1335
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1351
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1278
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 1482
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 1475
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1565
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1581
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1597
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1568
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1584
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1600
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1552
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1562
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1578
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1594
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1572
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1588
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1540
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1604
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1556
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1533
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1546
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1486
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 2284
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2290
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2302
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2308
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2314
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2296
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 1608
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1614
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1620
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1626
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 1679
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 1672
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1737
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1753
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1725
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1741
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1757
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1718
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1731
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1747
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1683
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 1911
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1917
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1923
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1929
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 2088
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 2080
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2095
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2081
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 1985
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 1975
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2068
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2039
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2055
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2071
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2065
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2043
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2059
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2075
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2033
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2049
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1989
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 1761
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1767
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1779
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1773
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 1832
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 1825
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1890
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1878
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1894
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1907
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1871
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1884
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1900
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 1836
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 2099
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2105
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2111
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2117
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 2273
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 2265
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2280
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2266
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 2173
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 2163
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2240
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2256
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2228
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2244
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2260
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2221
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2234
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2250
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2177
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 2381
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 2374
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2464
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2480
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2496
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2467
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2483
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2499
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2451
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2461
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2477
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2493
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2471
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2487
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2439
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2503
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2455
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2432
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2445
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2385
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 3205
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3211
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3217
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 2975
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2981
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 2987
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 3033
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 3026
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3073
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3086
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3066
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3079
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3037
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 3090
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3096
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3102
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 3148
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 3141
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3188
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3201
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3181
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3194
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3152
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 3263
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 3256
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3299
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3315
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3302
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3318
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3296
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3312
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3306
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3322
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3267
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 3552
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#type DashboardV2#type}",
            "stability": "stable",
            "summary": "Whether the Timeseries is made using an area or bars. Valid values are `area`, `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3558
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#yaxis DashboardV2#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3564
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 3610
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 3603
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3659
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3662
          },
          "name": "resetYaxis"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3656
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3650
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3666
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3643
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3614
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackground"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 3326
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#include_zero DashboardV2#include_zero}",
            "stability": "stable",
            "summary": "Set to `true` to include zero."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3332
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph. Only usable on Scatterplot Widgets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3338
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#max DashboardV2#max}",
            "stability": "stable",
            "summary": "Specifies the maximum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3344
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#min DashboardV2#min}",
            "stability": "stable",
            "summary": "Specifies the minimum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3350
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#scale DashboardV2#scale}",
            "stability": "stable",
            "summary": "Specifies the scale type. Possible values are `linear`, `log`, `sqrt`, and `pow##` (for example `pow2` or `pow0.5`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3356
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 3423
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 3416
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3480
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3496
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3512
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3528
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3544
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3484
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3500
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3516
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3532
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3548
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3474
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3490
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3506
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3522
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3538
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 3427
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 2498
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#color_by_groups DashboardV2#color_by_groups}",
            "stability": "stable",
            "summary": "List of groups used for colors."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2504
          },
          "name": "colorByGroups",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_link DashboardV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2546
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2510
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2516
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2522
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2552
          },
          "name": "request",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2558
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2528
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2534
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2540
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#xaxis DashboardV2#xaxis}",
            "stability": "stable",
            "summary": "xaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2564
          },
          "name": "xaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#yaxis DashboardV2#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2570
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 4211
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_hidden DashboardV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4217
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4223
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#link DashboardV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4229
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#override_label DashboardV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4235
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 4423
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 4415
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4430
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4416
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 4298
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 4288
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4358
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4374
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4390
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4406
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4362
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4378
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4394
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4410
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4352
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4368
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4384
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4400
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4302
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 2686
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 2679
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2894
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2910
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2926
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2942
          },
          "name": "putXaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2958
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2785
          },
          "name": "resetColorByGroups"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2897
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2801
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2817
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2833
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2913
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2929
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2849
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2865
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2881
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2945
          },
          "name": "resetXaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2961
          },
          "name": "resetYaxis"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2891
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2907
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2923
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2939
          },
          "name": "xaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2955
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2789
          },
          "name": "colorByGroupsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2901
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2805
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2821
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2837
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2917
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2933
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2869
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2853
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2885
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2949
          },
          "name": "xaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2965
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2779
          },
          "name": "colorByGroups",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2795
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2811
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2827
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2843
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2859
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2875
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2690
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 1539
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#scatterplot_table DashboardV2#scatterplot_table}",
            "stability": "stable",
            "summary": "scatterplot_table block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1545
          },
          "name": "scatterplotTable",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#x DashboardV2#x}",
            "stability": "stable",
            "summary": "x block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1551
          },
          "name": "x",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y DashboardV2#y}",
            "stability": "stable",
            "summary": "y block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1557
          },
          "name": "y",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 1610
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 1603
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1652
          },
          "name": "putScatterplotTable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1668
          },
          "name": "putX",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1684
          },
          "name": "putY",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1655
          },
          "name": "resetScatterplotTable"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1671
          },
          "name": "resetX"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1687
          },
          "name": "resetY"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1649
          },
          "name": "scatterplotTable",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1665
          },
          "name": "x",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1681
          },
          "name": "y",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1659
          },
          "name": "scatterplotTableInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1675
          },
          "name": "xInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1691
          },
          "name": "yInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1614
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequest"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 8235
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8241
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8247
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 4434
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#dimension DashboardV2#dimension}",
            "stability": "stable",
            "summary": "Dimension of the Scatterplot. Valid values are `x`, `y`, `radius`, `color`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4446
          },
          "name": "dimension",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4452
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4440
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 4605
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 4597
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4612
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4598
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 4508
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 4498
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4562
          },
          "name": "resetAlias"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4566
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4579
          },
          "name": "dimensionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4592
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4556
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4572
          },
          "name": "dimension",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4585
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4512
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 8377
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 8369
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8384
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8370
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 8296
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 8286
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8341
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8357
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8344
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8360
          },
          "name": "resetQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8338
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8354
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8348
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8364
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8300
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 7907
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7913
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7919
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7925
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7931
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7937
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7943
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7949
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 4616
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4628
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4634
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4646
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4652
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4670
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4676
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4682
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4622
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4640
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4658
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4664
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 4791
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 4784
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4884
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4926
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4968
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4984
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4888
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4901
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4914
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4930
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4943
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4956
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4972
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4988
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5001
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5014
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5027
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4878
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4894
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4907
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4920
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4936
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4949
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4962
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4978
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4994
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5007
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5020
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 4795
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 5031
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5043
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5049
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5061
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5091
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5097
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5037
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5055
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5067
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5073
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5079
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5085
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 5206
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 5199
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5299
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5341
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5370
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5386
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5402
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5418
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5303
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5316
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5329
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5345
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5358
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5374
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5390
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5406
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5422
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5435
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5448
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5293
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5309
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5322
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5335
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5351
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5364
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5380
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5396
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5412
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5428
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5441
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5210
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 5452
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5470
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5476
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5482
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5458
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5464
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 5549
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 5542
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5606
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5622
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5610
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5626
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5639
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5652
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5665
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5600
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5616
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5632
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5645
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5658
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5553
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 6581
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6617
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6593
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6605
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6587
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6623
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6629
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6599
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6635
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6611
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 5669
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5675
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5681
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5687
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 5843
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 5835
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5850
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5836
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 5743
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 5733
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5810
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5826
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5798
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5814
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5830
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5791
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5804
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5820
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5747
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 6007
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6013
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6019
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6025
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 6345
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6351
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6357
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6363
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 6416
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 6409
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6487
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6474
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6490
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6484
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6462
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6478
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6494
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6455
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6468
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6420
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 6192
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6198
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6204
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6210
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 6263
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 6256
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6321
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6337
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6309
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6325
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6341
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6302
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6315
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6331
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6267
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 6181
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 6173
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6188
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6174
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 6081
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 6071
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6161
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6148
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6164
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6158
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6136
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6152
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6168
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6129
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6142
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6085
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 5854
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5860
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5866
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5872
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 5925
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 5918
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5983
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5999
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5971
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5987
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6003
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5964
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5977
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5993
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 5929
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 6730
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 6723
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6882
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6895
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6911
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6927
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6811
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6898
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6914
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6840
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6930
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6869
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6879
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6892
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6908
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6924
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6886
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6815
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6828
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6918
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6902
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6844
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6857
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6934
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6873
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6805
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6821
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6834
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6850
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6863
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6734
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 6498
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6504
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 6543
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 6536
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6577
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6570
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6547
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 8224
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 8216
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8231
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8217
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 6938
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6962
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6968
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6944
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6950
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6956
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 6974
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 7048
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 7041
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7111
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7127
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7143
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7185
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7115
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7131
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7147
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7160
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7173
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7189
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7105
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7121
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7137
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7153
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7166
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7179
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7052
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 8033
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 8023
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8108
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8124
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8140
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8156
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8172
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8188
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8204
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8111
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8127
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8143
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8159
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8175
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8191
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8207
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8105
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8121
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8137
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8153
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8169
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8185
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8201
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8115
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8131
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8147
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8163
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8179
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8195
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8211
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8037
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 7193
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7211
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7229
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7235
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7199
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7205
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7217
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7223
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7241
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7247
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7253
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 7355
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 7348
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7442
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7458
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7487
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7503
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7545
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7561
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7577
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7446
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7462
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7475
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7491
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7507
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7520
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7533
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7549
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7565
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7581
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7436
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7452
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7468
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7481
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7497
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7513
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7526
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7539
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7555
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7571
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7359
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 7585
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7603
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7615
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7627
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7591
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7597
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7609
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7621
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7633
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 7721
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 7714
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7796
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7812
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7841
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7870
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7899
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7800
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7816
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7829
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7845
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7858
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7874
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7887
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7903
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7790
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7806
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7822
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7835
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7851
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7864
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7880
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7893
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 7725
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 17429
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "Aggregator used for the request. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17435
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_query DashboardV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17447
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17453
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#log_query DashboardV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17459
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17465
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17441
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17471
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#rum_query DashboardV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17477
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#security_query DashboardV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17483
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 9064
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9070
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9082
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9088
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9094
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9076
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 8388
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8394
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8400
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8406
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 8459
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 8452
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8517
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8533
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8505
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8521
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8537
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8498
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8511
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8527
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8463
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 8691
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8697
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8703
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8709
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 8868
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 8860
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8875
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8861
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 8765
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 8755
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8848
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8819
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8835
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8851
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8845
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8823
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8839
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8855
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8813
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8829
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8769
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 8541
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8547
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8559
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8553
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 8612
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 8605
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8670
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8658
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8674
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8687
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8651
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8664
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8680
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8616
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 8879
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8885
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8891
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8897
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 9053
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 9045
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9060
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9046
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 8953
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 8943
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9020
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9036
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9008
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9024
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9040
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9001
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9014
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9030
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 8957
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 9161
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 9154
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9244
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9260
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9276
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9247
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9263
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9279
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9231
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9241
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9257
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9273
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9251
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9267
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9219
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9283
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9235
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9212
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9225
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9165
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 10565
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10583
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10571
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10577
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10589
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10595
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10601
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10607
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10613
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 9287
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9293
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9299
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 9345
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 9338
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9384
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9400
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9388
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9404
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9378
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9394
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9349
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 9408
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9414
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9450
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9462
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9420
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9426
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9432
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9438
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9444
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9456
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 9786
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 9778
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9793
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9779
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 9560
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 9550
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9663
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9679
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9695
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9711
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9727
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9756
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9651
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9667
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9683
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9699
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9715
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9731
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9744
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9760
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9773
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9644
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9657
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9673
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9689
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9705
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9721
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9737
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9750
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9766
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9564
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 9797
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9803
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9809
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 9855
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 9848
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9894
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9910
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9898
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9914
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9888
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9904
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9859
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 10914
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 10906
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10921
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10907
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 10326
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10332
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10338
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 10384
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 10377
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10420
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10433
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10436
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10417
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10430
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10424
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10440
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10388
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 10122
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10128
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10134
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 9918
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9924
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9930
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 9976
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 9969
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10015
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10031
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10019
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10035
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10009
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10025
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 9980
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 10039
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10045
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 10084
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 10077
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10118
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10111
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10088
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 10180
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 10173
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10216
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10232
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10219
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10235
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10213
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10229
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10223
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10239
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10184
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 10243
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10249
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 10288
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 10281
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10322
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10315
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10292
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 10704
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 10694
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10830
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10846
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10862
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10878
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10894
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10788
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10804
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10833
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10849
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10865
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10881
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10897
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10827
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10843
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10859
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10875
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10891
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10792
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10808
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10837
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10853
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10821
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10869
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10885
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10901
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10782
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10798
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10814
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10708
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 10444
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10450
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10456
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 10502
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 10495
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10541
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10557
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10561
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10545
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10535
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10551
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10506
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 11601
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11607
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11619
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11625
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11631
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11613
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 10925
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10931
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10937
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 10943
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 10996
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 10989
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11054
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11070
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11042
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11058
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11074
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11035
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11048
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11064
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11000
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 11228
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11234
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11240
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11246
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 11405
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 11397
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11412
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11398
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 11302
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 11292
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11385
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11356
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11372
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11388
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11382
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11360
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11376
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11392
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11350
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11366
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11306
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 11078
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11084
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11096
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11090
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 11149
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 11142
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11207
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11195
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11211
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11224
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11188
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11201
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11217
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11153
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 11416
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11422
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11428
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11434
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 11590
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 11582
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11597
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11583
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 11490
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 11480
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11557
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11573
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11545
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11561
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11577
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11538
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11551
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11567
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11494
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 11698
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 11691
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11781
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11797
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11813
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11784
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11800
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11816
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11768
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11778
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11794
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11810
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11788
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11804
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11756
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11820
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11772
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11749
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11762
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11702
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 17578
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 17571
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17688
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17704
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17720
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17736
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17752
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17768
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17784
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17659
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17691
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17707
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17723
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17739
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17675
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17755
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17771
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17787
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17685
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17701
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17717
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17733
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17749
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17765
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17781
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17663
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17695
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17711
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17727
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17743
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17679
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17759
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17775
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17791
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17653
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17669
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17582
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestX"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 11824
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11842
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#filter_by DashboardV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11830
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11836
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_by DashboardV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11848
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 11908
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 11901
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11959
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11975
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12004
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11963
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11979
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11992
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12008
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11953
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11969
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11985
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11998
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 11912
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 15303
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15309
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15315
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15321
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15327
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15333
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15339
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15345
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 12012
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12024
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12030
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12042
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12048
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12066
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12072
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12078
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12018
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12036
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12054
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12060
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 12187
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 12180
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12280
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12322
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12364
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12380
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12284
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12297
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12310
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12326
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12339
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12352
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12368
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12384
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12397
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12410
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12423
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12274
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12290
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12303
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12316
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12332
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12345
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12358
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12374
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12390
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12403
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12416
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12191
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 12427
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12439
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12445
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12457
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12487
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12493
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12433
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12451
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12463
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12469
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12475
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12481
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 12602
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 12595
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12695
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12737
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12766
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12782
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12798
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12814
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12699
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12712
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12725
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12741
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12754
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12770
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12786
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12802
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12818
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12831
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12844
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12689
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12705
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12718
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12731
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12747
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12760
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12776
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12792
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12808
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12824
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12837
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12606
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 12848
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12866
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12872
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12878
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12854
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12860
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 12945
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 12938
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13002
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13018
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13006
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13022
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13035
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13048
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13061
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12996
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13012
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13028
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13041
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13054
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 12949
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 13977
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14013
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13989
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14001
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13983
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14019
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14025
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13995
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14031
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14007
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 13065
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13071
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13077
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13083
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 13239
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 13231
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13246
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13232
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 13139
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 13129
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13206
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13222
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13194
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13210
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13226
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13187
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13200
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13216
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13143
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 13403
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13409
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13415
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13421
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 13741
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13747
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13753
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13759
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 13812
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 13805
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13883
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13870
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13886
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13880
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13858
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13874
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13890
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13851
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13864
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13816
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 13588
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13594
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13600
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13606
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 13659
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 13652
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13717
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13733
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13705
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13721
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13737
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13698
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13711
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13727
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13663
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 13577
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 13569
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13584
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13570
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 13477
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 13467
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13557
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13544
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13560
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13554
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13532
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13548
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13564
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13525
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13538
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13481
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 13250
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13256
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13262
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13268
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 13321
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 13314
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13379
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13395
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13367
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13383
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13399
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13360
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13373
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13389
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13325
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 14126
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 14119
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14278
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14291
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14307
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14323
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14207
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14294
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14310
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14236
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14326
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14265
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14275
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14288
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14304
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14320
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14282
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14211
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14224
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14314
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14298
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14240
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14253
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14330
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14269
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14201
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14217
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14230
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14246
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14259
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14130
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 13894
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13900
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 13939
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 13932
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13973
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13966
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 13943
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 15620
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 15612
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15627
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15613
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 14334
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14358
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14364
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14340
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14346
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14352
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14370
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 14444
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 14437
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14507
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14523
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14539
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14581
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14511
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14527
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14543
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14556
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14569
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14585
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14501
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14517
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14533
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14549
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14562
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14575
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14448
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 15429
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 15419
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15504
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15520
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15536
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15552
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15568
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15584
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15600
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15507
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15523
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15539
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15555
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15571
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15587
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15603
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15501
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15517
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15533
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15549
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15565
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15581
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15597
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15511
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15527
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15543
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15559
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15575
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15591
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15607
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15433
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 14589
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14607
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14625
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14631
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14595
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14601
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14613
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14619
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14637
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14643
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14649
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 14751
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 14744
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14838
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14854
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14883
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14899
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14941
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14957
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14973
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14842
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14858
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14871
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14887
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14903
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14916
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14929
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14945
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14961
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14977
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14832
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14848
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14864
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14877
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14893
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14909
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14922
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14935
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14951
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14967
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14755
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 14981
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14999
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15011
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15023
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14987
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 14993
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15005
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15017
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15029
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 15117
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 15110
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15192
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15208
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15237
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15266
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15295
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15196
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15212
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15225
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15241
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15254
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15270
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15283
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15299
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15186
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15202
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15218
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15231
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15247
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15260
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15276
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15289
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15121
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 16307
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16313
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16325
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16331
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16337
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16319
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 15631
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15637
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15643
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15649
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 15702
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 15695
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15760
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15776
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15748
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15764
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15780
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15741
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15754
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15770
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15706
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 15934
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15940
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15946
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15952
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 16111
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 16103
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16118
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16104
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 16008
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 15998
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16091
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16062
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16078
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16094
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16088
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16066
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16082
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16098
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16056
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16072
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16012
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 15784
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15790
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15802
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15796
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 15855
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 15848
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15913
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15901
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15917
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15930
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15894
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15907
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15923
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 15859
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 16122
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16128
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16134
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16140
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 16296
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 16288
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16303
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16289
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 16196
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 16186
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16263
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16279
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16251
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16267
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16283
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16244
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16257
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16273
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16200
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 16404
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 16397
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16487
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16503
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16519
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16490
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16506
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16522
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16474
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16484
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16500
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16516
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16494
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16510
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16462
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16526
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16478
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16455
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16468
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16408
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 17206
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17212
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17224
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17230
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17236
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17218
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 16530
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16536
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16542
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16548
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 16601
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 16594
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16659
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16675
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16647
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16663
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16679
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16640
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16653
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16669
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16605
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 16833
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16839
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16845
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16851
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 17010
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 17002
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17017
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17003
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 16907
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 16897
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16990
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16961
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16977
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16993
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16987
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16965
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16981
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16997
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16955
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16971
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16911
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 16683
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16689
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16701
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16695
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 16754
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 16747
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16812
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16800
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16816
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16829
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16793
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16806
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16822
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 16758
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 17021
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17027
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17033
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17039
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 17195
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 17187
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17202
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17188
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 17095
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 17085
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17162
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17178
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17150
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17166
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17182
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17143
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17156
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17172
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17099
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 17303
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 17296
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17386
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17402
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17418
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17389
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17405
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17421
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17373
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17383
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17399
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17415
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17393
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17409
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17361
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17425
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17377
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17354
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17367
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17307
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestXSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 1173
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "Aggregator used for the request. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1179
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_query DashboardV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1191
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1197
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#log_query DashboardV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1203
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1209
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1185
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1215
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#rum_query DashboardV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1221
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#security_query DashboardV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1227
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 18471
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18477
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18489
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18495
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18501
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18483
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 17795
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17801
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17807
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17813
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 17866
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 17859
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17924
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17940
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17912
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17928
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17944
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17905
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17918
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17934
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17870
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 18098
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18104
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18110
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18116
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 18275
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 18267
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18282
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18268
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 18172
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 18162
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18255
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18226
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18242
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18258
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18252
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18230
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18246
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18262
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18220
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18236
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18176
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 17948
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17954
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17966
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 17960
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 18019
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 18012
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18077
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18065
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18081
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18094
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18058
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18071
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18087
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18023
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 18286
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18292
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18298
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18304
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 18460
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 18452
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18467
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18453
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 18360
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 18350
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18427
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18443
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18415
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18431
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18447
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18408
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18421
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18437
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18364
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 18568
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 18561
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18651
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18667
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18683
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18654
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18670
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18686
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18638
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18648
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18664
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18680
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18658
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18674
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18626
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18690
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18642
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18619
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18632
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18572
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 19972
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19990
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19978
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19984
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19996
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20002
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20008
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20014
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20020
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 18694
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18700
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18706
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 18752
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 18745
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18791
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18807
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18795
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18811
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18785
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18801
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18756
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 18815
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18821
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18857
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18869
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18827
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18833
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18839
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18845
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18851
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18863
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 19193
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 19185
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19200
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19186
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 18967
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 18957
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19070
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19086
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19102
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19118
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19134
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19163
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19058
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19074
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19090
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19106
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19122
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19138
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19151
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19167
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19180
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19051
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19064
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19080
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19096
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19112
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19128
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19144
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19157
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19173
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 18971
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 19204
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19210
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19216
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 19262
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 19255
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19301
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19317
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19305
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19321
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19295
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19311
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19266
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 20321
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 20313
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20328
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20314
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 19733
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19739
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19745
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 19791
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 19784
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19827
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19840
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19843
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19824
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19837
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19831
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19847
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19795
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 19529
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19535
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19541
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 19325
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19331
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19337
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 19383
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 19376
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19422
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19438
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19426
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19442
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19416
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19432
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19387
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 19446
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19452
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 19491
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 19484
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19525
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19518
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19495
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 19587
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 19580
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19623
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19639
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19626
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19642
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19620
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19636
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19630
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19646
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19591
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 19650
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19656
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 19695
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 19688
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19729
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19722
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19699
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 20111
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 20101
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20237
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20253
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20269
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20285
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20301
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20195
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20211
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20240
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20256
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20272
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20288
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20304
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20234
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20250
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20266
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20282
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20298
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20199
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20215
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20244
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20260
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20228
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20276
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20292
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20308
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20189
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20205
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20221
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20115
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 19851
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19857
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19863
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 19909
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 19902
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19948
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19964
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19968
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19952
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19942
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19958
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 19913
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 21008
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21014
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21026
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21032
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21038
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21020
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 20332
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20338
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20344
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20350
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 20403
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 20396
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20461
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20477
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20449
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20465
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20481
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20442
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20455
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20471
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20407
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 20635
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20641
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20647
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20653
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 20812
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 20804
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20819
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20805
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 20709
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 20699
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20792
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20763
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20779
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20795
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20789
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20767
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20783
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20799
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20757
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20773
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20713
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 20485
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20491
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20503
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20497
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 20556
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 20549
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20614
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20602
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20618
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20631
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20595
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20608
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20624
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20560
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 20823
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20829
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20835
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20841
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 20997
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 20989
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21004
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20990
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 20897
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 20887
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20964
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20980
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20952
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20968
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20984
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20945
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20958
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20974
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 20901
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 21105
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 21098
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21188
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21204
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21220
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21191
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21207
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21223
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21175
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21185
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21201
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21217
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21195
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21211
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21163
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21227
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21179
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21156
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21169
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21109
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 1322
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 1315
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1432
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1448
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1464
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1480
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1496
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1512
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1528
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1403
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1435
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1451
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1467
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1483
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1419
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1499
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1515
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1531
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1429
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1445
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1461
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1477
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1493
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1509
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1525
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1407
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1439
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1455
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1471
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1487
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1423
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1503
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1519
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1535
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1397
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1413
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1326
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestY"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 21231
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21249
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#filter_by DashboardV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21237
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21243
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_by DashboardV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21255
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 21315
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 21308
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21366
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21382
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21411
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21370
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21386
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21399
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21415
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21360
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21376
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21392
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21405
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21319
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 24710
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24716
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24722
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24728
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24734
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24740
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24746
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24752
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 21419
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21431
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21437
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21449
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21455
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21473
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21479
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21485
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21425
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21443
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21461
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21467
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 21594
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 21587
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21687
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21729
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21771
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21787
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21691
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21704
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21717
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21733
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21746
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21759
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21775
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21791
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21804
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21817
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21830
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21681
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21697
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21710
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21723
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21739
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21752
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21765
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21781
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21797
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21810
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21823
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21598
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 21834
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21846
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21852
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21864
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21894
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21900
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21840
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21858
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21870
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21876
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21882
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 21888
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 22009
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 22002
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22102
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22144
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22173
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22189
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22205
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22221
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22106
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22119
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22132
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22148
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22161
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22177
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22193
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22209
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22225
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22238
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22251
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22096
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22112
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22125
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22138
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22154
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22167
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22183
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22199
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22215
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22231
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22244
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22013
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 22255
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22273
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22279
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22285
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22261
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22267
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 22352
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 22345
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22409
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22425
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22413
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22429
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22442
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22455
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22468
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22403
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22419
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22435
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22448
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22461
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22356
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 23384
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23420
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23396
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23408
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23390
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23426
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23432
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23402
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23438
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23414
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 22472
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22478
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22484
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22490
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 22646
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 22638
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22653
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22639
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 22546
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 22536
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22613
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22629
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22601
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22617
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22633
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22594
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22607
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22623
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22550
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 22810
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22816
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22822
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22828
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 23148
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23154
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23160
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23166
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 23219
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 23212
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23290
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23277
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23293
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23287
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23265
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23281
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23297
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23258
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23271
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23223
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 22995
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23001
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23007
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23013
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 23066
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 23059
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23124
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23140
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23112
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23128
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23144
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23105
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23118
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23134
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23070
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 22984
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 22976
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22991
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22977
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 22884
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 22874
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22964
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22951
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22967
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22961
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22939
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22955
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22971
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22932
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22945
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22888
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 22657
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22663
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22669
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22675
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 22728
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 22721
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22786
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22802
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22774
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22790
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22806
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22767
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22780
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22796
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 22732
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 23533
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 23526
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23685
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23698
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23714
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23730
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23614
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23701
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23717
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23643
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23733
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23672
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23682
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23695
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23711
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23727
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23689
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23618
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23631
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23721
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23705
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23647
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23660
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23737
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23676
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23608
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23624
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23637
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23653
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23666
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23537
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 23301
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23307
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 23346
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 23339
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23380
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23373
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23350
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 25027
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 25019
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25034
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25020
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 23741
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23765
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23771
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23747
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23753
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23759
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23777
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 23851
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 23844
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23914
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23930
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23946
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23988
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23918
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23934
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23950
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23963
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23976
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23992
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23908
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23924
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23940
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23956
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23969
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23982
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 23855
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 24836
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 24826
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24911
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24927
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24943
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24959
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24975
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24991
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25007
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24914
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24930
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24946
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24962
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24978
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24994
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25010
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24908
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24924
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24940
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24956
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24972
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24988
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25004
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24918
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24934
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24950
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24966
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24982
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24998
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25014
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24840
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 23996
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24014
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24032
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24038
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24002
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24008
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24020
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24026
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24044
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24050
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24056
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 24158
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 24151
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24245
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24261
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24290
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24306
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24348
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24364
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24380
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24249
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24265
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24278
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24294
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24310
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24323
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24336
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24352
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24368
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24384
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24239
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24255
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24271
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24284
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24300
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24316
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24329
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24342
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24358
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24374
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24162
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 24388
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24406
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24418
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24430
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24394
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24400
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24412
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24424
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24436
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 24524
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 24517
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24599
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24615
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24644
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24673
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24702
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24603
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24619
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24632
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24648
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24661
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24677
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24690
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24706
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24593
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24609
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24625
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24638
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24654
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24667
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24683
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24696
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 24528
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 51
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 57
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 69
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 75
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 81
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 63
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 25038
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25044
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25050
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25056
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 25109
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 25102
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25167
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25183
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25155
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25171
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25187
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25148
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25161
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25177
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25113
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 25341
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25347
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25353
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25359
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 25518
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 25510
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25525
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25511
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 25415
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 25405
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25498
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25469
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25485
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25501
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25495
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25473
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25489
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25505
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25463
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25479
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25419
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 25191
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25197
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25209
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25203
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 25262
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 25255
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25320
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25308
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25324
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25337
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25301
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25314
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25330
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25266
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 25529
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25535
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25541
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25547
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 25703
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 25695
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25710
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25696
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs5600.ts",
          "line": 25603
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs5600.ts",
        "line": 25593
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25670
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25686
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25658
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25674
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25690
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25651
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25664
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25680
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs5600.ts",
            "line": 25607
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs5600:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 148
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 141
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 231
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 247
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 263
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 234
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 250
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 266
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 218
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 228
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 244
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 260
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 238
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 254
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 206
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 270
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 222
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 199
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 212
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 152
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 950
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 956
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 968
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 974
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 980
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 962
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 274
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 280
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 286
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 292
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 345
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 338
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 403
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 419
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 391
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 407
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 423
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 384
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 397
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 413
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 349
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 577
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 583
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 589
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 595
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 754
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 746
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 761
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 747
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 651
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 641
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 734
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 705
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 721
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 737
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 731
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 709
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 725
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 741
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 699
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 715
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 655
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 427
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 433
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 445
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 439
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 498
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 491
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 556
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 544
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 560
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 573
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 537
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 550
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 566
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 502
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 765
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 771
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 777
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 783
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 939
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 931
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 946
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 932
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 839
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 829
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 906
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 922
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 894
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 910
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 926
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 887
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 900
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 916
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 843
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 1047
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 1040
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1130
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1146
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1162
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1133
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1149
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1165
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1117
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1127
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1143
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1159
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1137
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1153
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1105
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1169
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1121
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1098
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1111
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1051
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionRequestYSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 1925
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1931
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1937
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 1695
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1701
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1707
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 1753
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 1746
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1793
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1806
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1786
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1799
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1757
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 1810
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1816
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1822
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 1868
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 1861
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1908
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1921
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1901
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1914
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1872
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 1983
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 1976
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2019
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2035
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2022
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2038
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2016
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2032
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2026
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2042
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 1987
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 2046
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#include_zero DashboardV2#include_zero}",
            "stability": "stable",
            "summary": "Set to `true` to include zero."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2052
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph. Only usable on Scatterplot Widgets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2058
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#max DashboardV2#max}",
            "stability": "stable",
            "summary": "Specifies the maximum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2064
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#min DashboardV2#min}",
            "stability": "stable",
            "summary": "Specifies the minimum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2070
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#scale DashboardV2#scale}",
            "stability": "stable",
            "summary": "Specifies the scale type. Possible values are `linear`, `log`, `sqrt`, and `pow##` (for example `pow2` or `pow0.5`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2076
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 2143
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 2136
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2200
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2216
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2232
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2248
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2264
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxisOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2204
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2220
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2236
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2252
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2268
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2194
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2210
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2226
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2242
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2258
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2147
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionXaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 2272
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#include_zero DashboardV2#include_zero}",
            "stability": "stable",
            "summary": "Set to `true` to include zero."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2278
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph. Only usable on Scatterplot Widgets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2284
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#max DashboardV2#max}",
            "stability": "stable",
            "summary": "Specifies the maximum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2290
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#min DashboardV2#min}",
            "stability": "stable",
            "summary": "Specifies the minimum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2296
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#scale DashboardV2#scale}",
            "stability": "stable",
            "summary": "Specifies the scale type. Possible values are `linear`, `log`, `sqrt`, and `pow##` (for example `pow2` or `pow0.5`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2302
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 2369
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 2362
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2426
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2442
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2458
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2474
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2490
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxisOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2430
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2446
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2462
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2478
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2494
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2420
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2436
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2452
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2468
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2484
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2373
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionScatterplotDefinitionYaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 15746
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_link DashboardV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15794
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15752
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15758
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_total DashboardV2#hide_total}",
            "stability": "stable",
            "summary": "Whether or not to show the total value in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15764
          },
          "name": "hideTotal",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#legend_inline DashboardV2#legend_inline}",
            "stability": "stable",
            "summary": "legend_inline block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15800
          },
          "name": "legendInline",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#legend_table DashboardV2#legend_table}",
            "stability": "stable",
            "summary": "legend_table block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15806
          },
          "name": "legendTable",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15770
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15812
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15818
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15776
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15782
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15788
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 2969
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_hidden DashboardV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2975
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2981
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#link DashboardV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2987
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#override_label DashboardV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 2993
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 3181
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 3173
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3188
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3174
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 3056
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 3046
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3116
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3132
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3148
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3164
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3120
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3136
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3152
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3168
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3110
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3126
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3142
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3158
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3060
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 3192
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#type DashboardV2#type}",
            "stability": "stable",
            "summary": "The type of legend (inline or automatic)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3210
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_percent DashboardV2#hide_percent}",
            "stability": "stable",
            "summary": "Whether to hide the percentages of the groups."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3198
          },
          "name": "hidePercent",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Whether to hide the values of the groups."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3204
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInlineOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInlineOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 3263
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 3256
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3308
          },
          "name": "resetHidePercent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3324
          },
          "name": "resetHideValue"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInlineOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3312
          },
          "name": "hidePercentInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3328
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3341
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3302
          },
          "name": "hidePercent",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3318
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3334
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3267
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInlineOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 3345
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#type DashboardV2#type}",
            "stability": "stable",
            "summary": "The type of legend (table or none)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3351
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTableOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 3390
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 3383
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTableOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3424
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3417
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3394
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTableOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 15934
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 15927
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16142
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16158
          },
          "name": "putLegendInline",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16174
          },
          "name": "putLegendTable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16190
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16206
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16145
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16033
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16049
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16065
          },
          "name": "resetHideTotal"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16161
          },
          "name": "resetLegendInline"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16177
          },
          "name": "resetLegendTable"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16081
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16193
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16209
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16097
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16113
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16129
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16139
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16155
          },
          "name": "legendInline",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInlineOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16171
          },
          "name": "legendTable",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTableOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16187
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16203
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16149
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16037
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16053
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16069
          },
          "name": "hideTotalInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16165
          },
          "name": "legendInlineInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendInline"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16181
          },
          "name": "legendTableInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionLegendTable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16085
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16197
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16213
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16117
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16101
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16133
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16027
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16043
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16059
          },
          "name": "hideTotal",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16075
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16091
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16107
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16123
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15938
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 14892
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_query DashboardV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14904
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#audit_query DashboardV2#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14910
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14916
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#log_query DashboardV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14922
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#network_query DashboardV2#network_query}",
            "stability": "stable",
            "summary": "network_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14928
          },
          "name": "networkQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14934
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14898
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14940
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#rum_query DashboardV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14946
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#security_query DashboardV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14952
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14958
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14964
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 4104
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4110
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4122
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4128
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4134
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4116
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 3428
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3434
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3440
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3446
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 3499
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 3492
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3557
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3573
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3545
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3561
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3577
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3538
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3551
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3567
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3503
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 3731
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3737
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3743
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3749
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 3908
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 3900
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3915
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3901
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 3805
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 3795
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3888
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3859
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3875
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3891
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3885
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3863
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3879
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3895
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3853
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3869
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3809
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 3581
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3587
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3599
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3593
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 3652
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 3645
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3710
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3698
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3714
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3727
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3691
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3704
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3720
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3656
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 3919
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3925
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3931
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3937
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 4093
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 4085
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4100
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4086
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 3993
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 3983
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4060
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4076
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4048
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4064
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4080
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4041
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4054
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4070
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 3997
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 4201
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 4194
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4284
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4300
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4316
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4287
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4303
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4319
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4271
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4281
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4297
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4313
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4291
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4307
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4259
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4323
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4275
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4252
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4265
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4205
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 5003
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5009
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5021
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5027
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5033
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5015
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 4327
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4333
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4339
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4345
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 4398
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 4391
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4456
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4472
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4444
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4460
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4476
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4437
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4450
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4466
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4402
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 4630
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4636
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4642
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4648
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 4807
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 4799
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4814
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4800
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 4704
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 4694
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4787
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4758
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4774
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4790
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4784
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4762
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4778
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4794
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4752
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4768
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4708
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 4480
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4486
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4498
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4492
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 4551
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 4544
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4609
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4597
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4613
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4626
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4590
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4603
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4619
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4555
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 4818
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4824
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4830
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4836
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 4992
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 4984
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4999
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4985
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 4892
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 4882
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4959
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4975
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4947
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4963
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4979
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4940
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4953
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4969
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 4896
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 5100
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 5093
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5183
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5199
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5215
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5186
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5202
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5218
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5170
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5180
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5196
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5212
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5190
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5206
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5158
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5222
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5174
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5151
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5164
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5104
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 6504
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6522
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6510
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6516
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6528
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6534
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6540
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6546
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6552
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 5226
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5232
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5238
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 5284
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 5277
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5323
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5339
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5327
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5343
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5317
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5333
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5288
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 5347
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5353
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5389
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5401
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5359
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5365
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5371
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5377
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5383
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5395
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 5725
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 5717
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5732
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5718
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 5499
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 5489
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5602
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5618
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5634
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5650
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5666
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5695
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5590
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5606
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5622
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5638
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5654
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5670
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5683
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5699
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5712
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5583
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5596
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5612
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5628
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5644
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5660
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5676
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5689
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5705
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5503
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 5736
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5742
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5748
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 5794
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 5787
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5833
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5849
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5837
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5853
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5827
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5843
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5798
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 6853
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 6845
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6860
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6846
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 6265
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6271
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6277
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 6323
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 6316
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6359
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6372
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6375
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6356
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6369
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6363
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6379
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6327
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 6061
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6067
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6073
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 5857
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5863
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5869
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 5915
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 5908
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5954
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5970
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5958
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5974
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5948
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5964
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5919
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 5978
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 5984
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 6023
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 6016
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6057
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6050
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6027
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 6119
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 6112
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6155
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6171
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6158
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6174
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6152
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6168
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6162
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6178
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6123
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 6182
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6188
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 6227
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 6220
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6261
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6254
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6231
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 6643
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 6633
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6769
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6785
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6801
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6817
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6833
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6727
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6743
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6772
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6788
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6804
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6820
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6836
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6766
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6782
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6798
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6814
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6830
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6731
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6747
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6776
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6792
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6760
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6808
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6824
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6840
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6721
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6737
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6753
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6647
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 6383
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6389
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6395
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 6441
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 6434
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6480
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6496
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6500
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6484
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6474
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6490
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6445
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 15384
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 15376
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15391
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15377
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 7540
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7546
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7558
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7564
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7570
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7552
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 6864
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6870
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6876
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6882
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 6935
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 6928
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6993
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7009
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6981
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6997
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7013
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6974
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6987
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7003
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 6939
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 7167
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7173
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7179
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7185
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 7344
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 7336
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7351
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7337
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 7241
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 7231
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7324
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7295
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7311
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7327
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7321
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7299
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7315
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7331
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7289
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7305
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7245
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 7017
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7023
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7035
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7029
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 7088
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 7081
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7146
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7134
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7150
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7163
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7127
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7140
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7156
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7092
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 7355
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7361
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7367
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7373
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 7529
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 7521
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7536
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7522
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 7429
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 7419
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7496
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7512
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7484
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7500
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7516
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7477
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7490
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7506
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7433
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 7637
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 7630
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7720
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7736
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7752
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7723
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7739
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7755
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7707
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7717
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7733
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7749
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7727
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7743
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7695
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7759
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7711
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7688
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7701
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7641
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 8439
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8445
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8457
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8463
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8469
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8451
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 7763
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7769
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7775
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7781
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 7834
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 7827
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7892
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7908
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7880
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7896
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7912
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7873
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7886
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7902
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7838
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 8066
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8072
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8078
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8084
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 8243
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 8235
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8250
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8236
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 8140
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 8130
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8223
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8194
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8210
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8226
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8220
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8198
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8214
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8230
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8188
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8204
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8144
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 7916
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7922
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7934
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7928
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 7987
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 7980
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8045
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8033
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8049
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8062
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8026
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8039
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8055
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 7991
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 8254
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8260
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8266
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8272
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 8428
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 8420
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8435
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8421
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 8328
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 8318
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8395
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8411
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8383
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8399
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8415
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8376
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8389
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8405
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8332
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 8536
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 8529
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8619
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8635
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8651
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8622
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8638
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8654
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8606
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8616
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8632
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8648
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8626
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8642
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8594
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8658
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8610
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8587
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8600
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8540
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 15083
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 15073
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15204
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15220
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15236
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15252
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15268
          },
          "name": "putNetworkQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15284
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15300
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15316
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15332
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15348
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15364
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15207
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15223
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15239
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15255
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15271
          },
          "name": "resetNetworkQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15287
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15191
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15303
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15319
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15335
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15351
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15367
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15201
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15217
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15233
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15249
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15265
          },
          "name": "networkQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15281
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15297
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15313
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15329
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15345
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15361
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15211
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15227
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15243
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15259
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15275
          },
          "name": "networkQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestNetworkQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15291
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15195
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15307
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15323
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15339
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15355
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15371
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15185
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15087
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 8662
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8680
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#filter_by DashboardV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8668
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8674
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_by DashboardV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8686
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 8746
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 8739
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8797
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8813
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8842
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8801
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8817
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8830
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8846
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8791
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8807
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8823
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8836
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8750
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 12141
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12147
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12153
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12159
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12165
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12171
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12177
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12183
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 8850
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8862
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8868
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8880
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8886
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8904
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8910
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8916
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8856
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8874
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8892
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 8898
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 9025
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 9018
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9118
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9160
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9202
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9218
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9122
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9135
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9148
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9164
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9177
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9190
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9206
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9222
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9235
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9248
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9261
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9112
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9128
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9141
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9154
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9170
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9183
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9196
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9212
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9228
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9241
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9254
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9029
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 9265
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9277
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9283
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9295
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9325
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9331
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9271
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9289
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9301
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9307
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9313
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9319
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 9440
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 9433
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9533
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9575
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9604
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9620
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9636
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9652
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9537
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9550
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9563
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9579
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9592
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9608
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9624
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9640
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9656
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9669
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9682
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9527
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9543
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9556
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9569
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9585
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9598
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9614
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9630
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9646
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9662
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9675
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9444
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 9686
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9704
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9710
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9716
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9692
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9698
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 9783
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 9776
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9840
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9856
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9844
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9860
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9873
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9886
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9899
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9834
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9850
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9866
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9879
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9892
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9787
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 10815
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10851
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10827
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10839
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10821
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10857
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10863
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10833
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10869
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10845
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 9903
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9909
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9915
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9921
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 10077
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 10069
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10084
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10070
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 9977
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 9967
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10044
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10060
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10032
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10048
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10064
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10025
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10038
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10054
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 9981
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 10241
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10247
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10253
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10259
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 10579
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10585
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10591
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10597
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 10650
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 10643
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10721
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10708
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10724
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10718
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10696
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10712
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10728
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10689
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10702
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10654
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 10426
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10432
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10438
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10444
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 10497
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 10490
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10555
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10571
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10543
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10559
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10575
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10536
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10549
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10565
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10501
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 10415
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 10407
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10422
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10408
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 10315
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 10305
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10395
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10382
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10398
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10392
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10370
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10386
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10402
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10363
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10376
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10319
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 10088
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10094
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10100
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10106
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 10159
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 10152
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10217
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10233
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10205
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10221
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10237
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10198
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10211
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10227
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10163
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 10964
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 10957
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11116
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11129
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11145
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11161
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11045
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11132
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11148
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11074
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11164
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11103
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11113
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11126
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11142
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11158
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11120
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11049
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11062
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11152
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11136
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11078
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11091
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11168
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11107
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11039
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11055
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11068
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11084
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11097
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10968
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 10732
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10738
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 10777
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 10770
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10811
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10804
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 10781
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 12458
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 12450
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12465
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12451
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 11172
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11196
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11202
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11178
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11184
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11190
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11208
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 11282
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 11275
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11345
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11361
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11377
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11419
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11349
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11365
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11381
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11394
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11407
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11423
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11339
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11355
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11371
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11387
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11400
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11413
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11286
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 12267
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 12257
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12342
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12358
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12374
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12390
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12406
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12422
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12438
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12345
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12361
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12377
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12393
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12409
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12425
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12441
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12339
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12355
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12371
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12387
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12403
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12419
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12435
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12349
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12365
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12381
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12397
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12413
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12429
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12445
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12271
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 11427
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11445
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11463
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11469
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11433
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11439
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11451
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11457
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11475
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11481
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11487
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 11589
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 11582
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11676
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11692
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11721
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11737
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11779
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11795
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11811
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11680
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11696
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11709
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11725
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11741
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11754
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11767
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11783
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11799
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11815
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11670
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11686
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11702
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11715
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11731
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11747
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11760
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11773
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11789
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11805
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11593
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 11819
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11837
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11849
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11861
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11825
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11831
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11843
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11855
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11867
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 11955
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 11948
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12030
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12046
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12075
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12104
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12133
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12034
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12050
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12063
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12079
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12092
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12108
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12121
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12137
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12024
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12040
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12056
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12069
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12085
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12098
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12114
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12127
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 11959
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 13145
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13151
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13163
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13169
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13175
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13157
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 12469
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12475
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12481
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12487
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 12540
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 12533
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12598
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12614
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12586
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12602
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12618
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12579
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12592
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12608
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12544
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 12772
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12778
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12784
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12790
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 12949
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 12941
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12956
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12942
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 12846
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 12836
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12929
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12900
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12916
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12932
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12926
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12904
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12920
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12936
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12894
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12910
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12850
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 12622
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12628
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12640
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12634
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 12693
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 12686
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12751
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12739
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12755
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12768
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12732
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12745
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12761
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12697
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 12960
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12966
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12972
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 12978
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 13134
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 13126
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13141
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13127
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 13034
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 13024
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13101
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13117
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13089
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13105
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13121
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13082
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13095
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13111
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13038
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 13242
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 13235
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13325
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13341
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13357
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13328
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13344
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13360
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13312
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13322
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13338
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13354
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13332
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13348
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13300
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13364
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13316
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13293
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13306
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13246
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 14044
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14050
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14062
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14068
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14074
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14056
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 13368
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13374
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13380
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13386
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 13439
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 13432
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13497
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13513
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13485
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13501
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13517
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13478
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13491
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13507
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13443
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 13671
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13677
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13683
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13689
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 13848
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 13840
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13855
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13841
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 13745
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 13735
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13828
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13799
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13815
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13831
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13825
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13803
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13819
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13835
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13793
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13809
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13749
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 13521
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13527
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13539
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13533
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 13592
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 13585
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13650
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13638
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13654
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13667
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13631
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13644
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13660
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13596
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 13859
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13865
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13871
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13877
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 14033
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 14025
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14040
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14026
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 13933
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 13923
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14000
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14016
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13988
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14004
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14020
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13981
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13994
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14010
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 13937
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 14141
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 14134
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14224
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14240
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14256
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14227
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14243
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14259
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14211
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14221
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14237
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14253
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14231
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14247
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14199
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14263
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14215
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14192
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14205
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14145
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 14650
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of items to limit the widget to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14656
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order_by DashboardV2#order_by}",
            "stability": "stable",
            "summary": "order_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14662
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 14497
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_sort DashboardV2#formula_sort}",
            "stability": "stable",
            "summary": "formula_sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14503
          },
          "name": "formulaSort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderByFormulaSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_sort DashboardV2#group_sort}",
            "stability": "stable",
            "summary": "group_sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14509
          },
          "name": "groupSort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderByGroupSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderByFormulaSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderByFormulaSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 14267
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderByFormulaSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "The index of the formula to sort by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14273
          },
          "name": "index",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting direction. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14279
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderByFormulaSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderByFormulaSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderByFormulaSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 14325
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 14318
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderByFormulaSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14365
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14378
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14358
          },
          "name": "index",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14371
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14329
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderByFormulaSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderByFormulaSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderByGroupSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderByGroupSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 14382
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderByGroupSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the group tag to sort by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14388
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting direction. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14394
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderByGroupSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderByGroupSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderByGroupSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 14440
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 14433
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderByGroupSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14480
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14493
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14473
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14486
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14444
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderByGroupSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderByGroupSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 14639
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 14631
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14646
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14632
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 14558
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 14548
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14603
          },
          "name": "putFormulaSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderByFormulaSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14619
          },
          "name": "putGroupSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderByGroupSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14606
          },
          "name": "resetFormulaSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14622
          },
          "name": "resetGroupSort"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14600
          },
          "name": "formulaSort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderByFormulaSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14616
          },
          "name": "groupSort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderByGroupSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14610
          },
          "name": "formulaSortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderByFormulaSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14626
          },
          "name": "groupSortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderByGroupSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14562
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 14708
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 14701
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14760
          },
          "name": "putOrderBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14747
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14763
          },
          "name": "resetOrderBy"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14757
          },
          "name": "orderBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14751
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14767
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14741
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14712
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 14771
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order_by DashboardV2#order_by}",
            "stability": "stable",
            "summary": "How to order series. Valid values are `tags`, `values`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14777
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14783
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 14829
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 14822
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14868
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14884
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14872
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14888
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14862
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14878
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 14833
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 15625
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15631
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15637
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 15395
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15401
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15407
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 15453
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 15446
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15493
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15506
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15486
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15499
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15457
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 15510
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15516
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15522
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 15568
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 15561
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15608
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15621
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15601
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15614
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15572
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 15683
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 15676
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15719
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15735
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15722
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15738
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15716
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15732
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15726
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15742
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 15687
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionSunburstDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 8454
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_link DashboardV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8520
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8460
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event DashboardV2#event}",
            "stability": "stable",
            "summary": "event block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8526
          },
          "name": "event",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8466
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#legend_columns DashboardV2#legend_columns}",
            "stability": "stable",
            "summary": "A list of columns to display in the legend. Valid values are `value`, `avg`, `sum`, `min`, `max`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8472
          },
          "name": "legendColumns",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#legend_layout DashboardV2#legend_layout}",
            "stability": "stable",
            "summary": "The layout of the legend displayed in the widget. Valid values are `auto`, `horizontal`, `vertical`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8478
          },
          "name": "legendLayout",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#legend_size DashboardV2#legend_size}",
            "stability": "stable",
            "summary": "The size of the legend displayed in the widget. Valid values are `0`, `2`, `4`, `8`, `16`, `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8484
          },
          "name": "legendSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8490
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#marker DashboardV2#marker}",
            "stability": "stable",
            "summary": "marker block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8532
          },
          "name": "marker",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8538
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#right_yaxis DashboardV2#right_yaxis}",
            "stability": "stable",
            "summary": "right_yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8544
          },
          "name": "rightYaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_legend DashboardV2#show_legend}",
            "stability": "stable",
            "summary": "Whether or not to show the legend on this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8496
          },
          "name": "showLegend",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8550
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8502
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8508
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8514
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#yaxis DashboardV2#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8556
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 16217
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_hidden DashboardV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16223
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16229
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#link DashboardV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16235
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#override_label DashboardV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16241
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 16429
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 16421
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16436
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16422
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 16304
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 16294
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16364
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16380
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16396
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16412
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16368
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16384
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16400
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16416
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16358
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16374
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16390
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16406
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16308
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 16440
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The event query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16446
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tags_execution DashboardV2#tags_execution}",
            "stability": "stable",
            "summary": "The execution method for multi-value filters."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16452
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 16579
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 16571
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16586
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16572
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 16501
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 16491
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16562
          },
          "name": "resetTagsExecution"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16550
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16566
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16543
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16556
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16505
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 16590
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be a single value `y = 15` or a range of values `0 < y < 10`. For Distribution widgets with `display_type` set to `percentile`, this should be a numeric percentile value (for example, `90` for P90).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16614
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "For Distribution widgets, this can be set to `percentile`. Example: `error dashed`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#display_type DashboardV2#display_type}",
            "stability": "stable",
            "summary": "Combination of a severity (`error`, `warning`, `ok`, or `info`) and a line type (`dashed`, `solid`, or `bold`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16596
          },
          "name": "displayType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Label to display over the marker."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16602
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "Timestamp for the marker position."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16608
          },
          "name": "time",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 16799
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 16791
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16806
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16792
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 16677
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 16667
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16737
          },
          "name": "resetDisplayType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16753
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16769
          },
          "name": "resetTime"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16741
          },
          "name": "displayTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16757
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16773
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16786
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16731
          },
          "name": "displayType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16747
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16763
          },
          "name": "time",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16779
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16681
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 8707
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 8700
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8993
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9009
          },
          "name": "putEvent",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9025
          },
          "name": "putMarker",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9041
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9057
          },
          "name": "putRightYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9073
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9089
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8996
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8836
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9012
          },
          "name": "resetEvent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8852
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8868
          },
          "name": "resetLegendColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8884
          },
          "name": "resetLegendLayout"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8900
          },
          "name": "resetLegendSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8916
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9028
          },
          "name": "resetMarker"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9044
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9060
          },
          "name": "resetRightYaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8932
          },
          "name": "resetShowLegend"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9076
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8948
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8964
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8980
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9092
          },
          "name": "resetYaxis"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8990
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9006
          },
          "name": "event",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEventList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9022
          },
          "name": "marker",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarkerList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9038
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9054
          },
          "name": "rightYaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9070
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9086
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9000
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8840
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9016
          },
          "name": "eventInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8856
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8872
          },
          "name": "legendColumnsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8888
          },
          "name": "legendLayoutInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8904
          },
          "name": "legendSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8920
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9032
          },
          "name": "markerInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9048
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9064
          },
          "name": "rightYaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8936
          },
          "name": "showLegendInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9080
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8968
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8952
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8984
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9096
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8830
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8846
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8862
          },
          "name": "legendColumns",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8878
          },
          "name": "legendLayout",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8894
          },
          "name": "legendSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8910
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8926
          },
          "name": "showLegend",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8942
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8958
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8974
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8711
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 7008
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_query DashboardV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7032
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#audit_query DashboardV2#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7038
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#display_type DashboardV2#display_type}",
            "stability": "stable",
            "summary": "How to display the marker lines. Valid values are `area`, `bars`, `line`, `overlay`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7014
          },
          "name": "displayType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7044
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7050
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#log_query DashboardV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7056
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metadata DashboardV2#metadata}",
            "stability": "stable",
            "summary": "metadata block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7062
          },
          "name": "metadata",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#network_query DashboardV2#network_query}",
            "stability": "stable",
            "summary": "network_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7068
          },
          "name": "networkQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#on_right_yaxis DashboardV2#on_right_yaxis}",
            "stability": "stable",
            "summary": "A Boolean indicating whether the request uses the right or left Y-Axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7020
          },
          "name": "onRightYaxis",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7074
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#profile_metrics_query DashboardV2#profile_metrics_query}",
            "stability": "stable",
            "summary": "profile_metrics_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7080
          },
          "name": "profileMetricsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7026
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7086
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#rum_query DashboardV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7092
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#security_query DashboardV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7098
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7104
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 17486
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17492
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17504
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17510
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17516
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17498
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 16810
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16816
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16822
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16828
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 16881
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 16874
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16939
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16955
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16927
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16943
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16959
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16920
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16933
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16949
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16885
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 17113
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17119
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17125
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17131
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 17290
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 17282
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17297
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17283
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 17187
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 17177
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17270
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17241
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17257
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17273
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17267
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17245
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17261
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17277
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17235
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17251
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17191
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 16963
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16969
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16981
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 16975
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 17034
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 17027
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17092
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17080
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17096
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17109
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17073
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17086
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17102
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17038
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 17301
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17307
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17313
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17319
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 17475
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 17467
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17482
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17468
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 17375
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 17365
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17442
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17458
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17430
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17446
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17462
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17423
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17436
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17452
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17379
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 17583
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 17576
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17666
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17682
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17698
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17669
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17685
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17701
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17653
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17663
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17679
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17695
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17673
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17689
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17641
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17705
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17657
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17634
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17647
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17587
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 18385
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18391
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18403
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18409
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18415
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18397
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 17709
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17715
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17721
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17727
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 17780
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 17773
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17838
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17854
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17826
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17842
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17858
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17819
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17832
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17848
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17784
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 18012
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18018
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18024
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18030
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 18189
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 18181
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18196
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18182
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 18086
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 18076
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18169
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18140
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18156
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18172
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18166
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18144
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18160
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18176
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18134
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18150
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18090
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 17862
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17868
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17880
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17874
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 17933
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 17926
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17991
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17979
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17995
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18008
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17972
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17985
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18001
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 17937
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 18200
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18206
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18212
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18218
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 18374
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 18366
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18381
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18367
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 18274
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 18264
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18341
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18357
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18329
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18345
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18361
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18322
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18335
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18351
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18278
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 18482
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 18475
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18565
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18581
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18597
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18568
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18584
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18600
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18552
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18562
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18578
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18594
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18572
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18588
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18540
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18604
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18556
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18533
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18546
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18486
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 19284
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19290
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19302
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19308
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19314
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19296
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 18608
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18614
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18620
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18626
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 18679
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 18672
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18737
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18753
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18725
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18741
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18757
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18718
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18731
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18747
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18683
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 18911
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18917
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18923
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18929
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 19088
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 19080
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19095
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19081
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 18985
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 18975
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19068
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19039
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19055
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19071
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19065
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19043
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19059
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19075
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19033
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19049
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18989
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 18761
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18767
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18779
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18773
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 18832
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 18825
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18890
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18878
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18894
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18907
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18871
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18884
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18900
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 18836
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 19099
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19105
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19111
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19117
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 19273
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 19265
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19280
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19266
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 19173
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 19163
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19240
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19256
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19228
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19244
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19260
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19221
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19234
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19250
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19177
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 19381
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 19374
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19464
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19480
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19496
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19467
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19483
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19499
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19451
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19461
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19477
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19493
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19471
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19487
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19439
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19503
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19455
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19432
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19445
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19385
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 20785
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20803
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20791
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20797
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20809
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20815
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20821
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20827
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20833
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 19507
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19513
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19519
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 19565
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 19558
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19604
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19620
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19608
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19624
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19598
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19614
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19569
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 19628
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19634
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19670
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19682
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19640
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19646
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19652
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19658
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19664
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19676
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 20006
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 19998
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20013
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19999
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 19780
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 19770
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19883
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19899
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19915
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19931
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19947
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19976
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19871
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19887
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19903
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19919
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19935
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19951
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19964
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19980
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19993
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19864
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19877
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19893
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19909
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19925
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19941
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19957
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19970
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19986
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 19784
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 20017
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20023
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20029
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 20075
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 20068
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20114
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20130
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20118
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20134
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20108
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20124
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20079
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 21134
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 21126
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21141
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21127
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 20546
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20552
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20558
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 20604
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 20597
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20640
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20653
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20656
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20637
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20650
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20644
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20660
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20608
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 20342
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20348
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20354
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 20138
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20144
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20150
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 20196
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 20189
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20235
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20251
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20239
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20255
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20229
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20245
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20200
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 20259
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20265
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 20304
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 20297
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20338
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20331
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20308
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 20400
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 20393
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20436
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20452
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20439
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20455
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20433
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20449
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20443
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20459
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20404
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 20463
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20469
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 20508
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 20501
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20542
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20535
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20512
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 20924
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 20914
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21050
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21066
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21082
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21098
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21114
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21008
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21024
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21053
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21069
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21085
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21101
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21117
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21047
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21063
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21079
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21095
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21111
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21012
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21028
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21057
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21073
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21041
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21089
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21105
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21121
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21002
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21018
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21034
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20928
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 20664
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20670
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20676
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 20722
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 20715
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20761
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20777
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20781
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20765
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20755
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20771
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 20726
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 7640
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 7632
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7647
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7633
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 21821
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21827
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21839
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21845
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21851
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21833
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 21145
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21151
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21157
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21163
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 21216
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 21209
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21274
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21290
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21262
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21278
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21294
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21255
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21268
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21284
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21220
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 21448
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21454
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21460
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21466
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 21625
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 21617
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21632
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21618
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 21522
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 21512
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21605
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21576
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21592
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21608
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21602
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21580
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21596
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21612
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21570
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21586
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21526
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 21298
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21304
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21316
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21310
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 21369
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 21362
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21427
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21415
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21431
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21444
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21408
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21421
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21437
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21373
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 21636
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21642
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21648
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21654
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 21810
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 21802
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21817
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21803
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 21710
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 21700
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21777
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21793
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21765
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21781
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21797
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21758
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21771
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21787
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21714
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 21918
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 21911
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22001
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22017
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22033
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22004
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22020
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22036
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21988
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21998
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22014
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22030
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22008
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22024
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21976
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22040
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21992
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21969
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21982
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 21922
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 22044
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#expression DashboardV2#expression}",
            "stability": "stable",
            "summary": "The expression name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22056
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias_name DashboardV2#alias_name}",
            "stability": "stable",
            "summary": "The expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22050
          },
          "name": "aliasName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 22183
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 22175
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22190
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22176
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 22105
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 22095
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22153
          },
          "name": "resetAliasName"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22157
          },
          "name": "aliasNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22170
          },
          "name": "expressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22147
          },
          "name": "aliasName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22163
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22109
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 55
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 61
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 73
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 79
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 85
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 67
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 22194
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22200
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22206
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22212
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 22265
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 22258
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22323
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22339
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22311
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22327
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22343
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22304
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22317
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22333
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22269
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 22497
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22503
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22509
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22515
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 22674
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 22666
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22681
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22667
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 22571
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 22561
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22654
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22625
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22641
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22657
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22651
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22629
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22645
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22661
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22619
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22635
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22575
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 22347
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22353
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22365
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22359
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 22418
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 22411
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22476
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22464
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22480
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22493
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22457
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22470
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22486
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22422
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 22685
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22691
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22697
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22703
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 22859
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 22851
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22866
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22852
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6000.ts",
          "line": 22759
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6000.ts",
        "line": 22749
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22826
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22842
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22814
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22830
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22846
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22807
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22820
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22836
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6000.ts",
            "line": 22763
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6000:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 152
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 145
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 235
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 251
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 267
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 238
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 254
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 270
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 222
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 232
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 248
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 264
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 242
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 258
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 210
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 274
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 226
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 203
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 216
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 156
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 7251
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 7241
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7428
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7444
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7460
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7476
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7492
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7508
          },
          "name": "putMetadata",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7524
          },
          "name": "putNetworkQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7540
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7556
          },
          "name": "putProfileMetricsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7572
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7588
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7604
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7620
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7431
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7447
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7383
          },
          "name": "resetDisplayType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7463
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7479
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7495
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7511
          },
          "name": "resetMetadata"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7527
          },
          "name": "resetNetworkQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7399
          },
          "name": "resetOnRightYaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7543
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7559
          },
          "name": "resetProfileMetricsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7415
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7575
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7591
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7607
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7623
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7425
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7441
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7457
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7473
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7489
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7505
          },
          "name": "metadata",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadataList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7521
          },
          "name": "networkQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7537
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7553
          },
          "name": "profileMetricsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7569
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7585
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7601
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7617
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7435
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7451
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7387
          },
          "name": "displayTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7467
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7483
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7499
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7515
          },
          "name": "metadataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7531
          },
          "name": "networkQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestNetworkQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7403
          },
          "name": "onRightYaxisInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7547
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7563
          },
          "name": "profileMetricsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7419
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7579
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7595
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7611
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7627
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7377
          },
          "name": "displayType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7393
          },
          "name": "onRightYaxis",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7409
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7255
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 278
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 296
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#filter_by DashboardV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 284
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 290
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_by DashboardV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 302
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 362
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 355
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 413
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 429
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 458
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 417
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 433
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 446
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 462
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 407
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 423
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 439
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 452
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 366
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 1142
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1148
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1160
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1166
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1172
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1154
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 466
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 472
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 478
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 484
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 537
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 530
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 595
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 611
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 583
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 599
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 615
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 576
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 589
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 605
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 541
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 769
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 775
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 781
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 787
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 946
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 938
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 953
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 939
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 843
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 833
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 926
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 897
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 913
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 929
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 923
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 901
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 917
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 933
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 891
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 907
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 847
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 619
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 625
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 637
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 631
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 690
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 683
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 748
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 736
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 752
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 765
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 729
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 742
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 758
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 694
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 957
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 963
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 969
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 975
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 1131
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 1123
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1138
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1124
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 1031
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 1021
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1098
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1114
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1086
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1102
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1118
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1079
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1092
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1108
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1035
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 1239
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 1232
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1322
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1338
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1354
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1325
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1341
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1357
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1309
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1319
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1335
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1351
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1329
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1345
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1297
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1361
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1313
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1290
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1303
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1243
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestProfileMetricsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 4656
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4662
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4668
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4674
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4680
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4686
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4692
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4698
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 1365
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1377
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1383
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1395
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1401
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1419
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1425
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1431
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1371
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1389
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1407
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1413
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 1540
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 1533
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1633
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1675
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1717
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1733
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1637
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1650
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1663
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1679
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1692
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1705
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1721
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1737
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1750
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1763
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1776
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1627
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1643
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1656
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1669
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1685
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1698
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1711
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1727
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1743
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1756
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1769
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1544
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 1780
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1792
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1798
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1810
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1840
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1846
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1786
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1804
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1816
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1822
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1828
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1834
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 1955
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 1948
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2048
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2090
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2119
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2135
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2151
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2167
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2052
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2065
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2078
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2094
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2107
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2123
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2139
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2155
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2171
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2184
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2197
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2042
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2058
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2071
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2084
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2100
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2113
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2129
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2145
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2161
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2177
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2190
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 1959
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 2201
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2219
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2225
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2231
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2207
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2213
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 2298
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 2291
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2355
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2371
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2359
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2375
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2388
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2401
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2414
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2349
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2365
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2381
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2394
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2407
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2302
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 3330
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3366
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3342
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3354
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3336
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3372
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3378
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3348
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3384
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3360
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 2418
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2424
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2430
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2436
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 2592
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 2584
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2599
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2585
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 2492
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 2482
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2559
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2575
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2547
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2563
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2579
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2540
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2553
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2569
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2496
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 2756
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2762
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2768
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2774
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 3094
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3100
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3106
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3112
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 3165
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 3158
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3236
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3223
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3239
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3233
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3211
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3227
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3243
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3204
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3217
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3169
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 2941
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2947
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2953
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2959
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 3012
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 3005
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3070
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3086
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3058
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3074
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3090
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3051
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3064
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3080
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3016
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 2930
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 2922
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2937
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2923
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 2830
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 2820
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2910
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2897
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2913
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2907
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2885
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2901
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2917
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2878
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2891
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2834
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 2603
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2609
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2615
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2621
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 2674
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 2667
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2732
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2748
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2720
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2736
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2752
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2713
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2726
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2742
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 2678
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 3479
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 3472
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3631
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3644
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3660
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3676
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3560
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3647
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3663
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3589
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3679
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3618
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3628
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3641
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3657
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3673
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3635
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3564
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3577
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3667
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3651
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3593
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3606
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3683
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3622
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3554
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3570
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3583
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3599
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3612
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3483
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 3247
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3253
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 3292
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 3285
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3326
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3319
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3296
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 4973
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 4965
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4980
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4966
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 3687
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3711
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3717
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3693
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3699
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3705
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3723
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 3797
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 3790
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3860
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3876
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3892
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3934
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3864
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3880
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3896
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3909
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3922
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3938
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3854
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3870
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3886
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3902
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3915
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3928
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3801
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 4782
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 4772
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4857
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4873
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4889
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4905
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4921
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4937
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4953
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4860
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4876
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4892
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4908
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4924
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4940
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4956
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4854
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4870
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4886
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4902
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4918
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4934
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4950
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4864
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4880
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4896
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4912
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4928
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4944
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4960
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4786
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 3942
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3960
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3978
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3984
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3948
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3954
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3966
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3972
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3990
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 3996
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4002
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 4104
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 4097
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4191
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4207
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4236
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4252
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4294
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4310
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4326
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4195
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4211
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4224
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4240
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4256
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4269
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4282
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4298
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4314
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4330
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4185
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4201
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4217
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4230
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4246
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4262
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4275
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4288
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4304
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4320
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4108
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 4334
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4352
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4364
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4376
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4340
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4346
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4358
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4370
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4382
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 4470
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 4463
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4545
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4561
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4590
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4619
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4648
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4549
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4565
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4578
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4594
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4607
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4623
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4636
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4652
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4539
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4555
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4571
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4584
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4600
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4613
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4629
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4642
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4474
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 5660
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5666
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5678
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5684
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5690
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5672
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 4984
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4990
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 4996
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5002
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 5055
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 5048
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5113
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5129
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5101
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5117
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5133
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5094
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5107
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5123
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5059
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 5287
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5293
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5299
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5305
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 5464
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 5456
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5471
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5457
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 5361
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 5351
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5444
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5415
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5431
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5447
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5441
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5419
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5435
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5451
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5409
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5425
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5365
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 5137
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5143
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5155
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5149
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 5208
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 5201
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5266
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5254
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5270
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5283
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5247
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5260
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5276
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5212
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 5475
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5481
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5487
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5493
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 5649
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 5641
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5656
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5642
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 5549
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 5539
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5616
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5632
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5604
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5620
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5636
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5597
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5610
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5626
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5553
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 5757
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 5750
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5840
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5856
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5872
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5843
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5859
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5875
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5827
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5837
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5853
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5869
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5847
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5863
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5815
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5879
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5831
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5808
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5821
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5761
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 6559
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6565
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6577
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6583
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6589
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6571
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 5883
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5889
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5895
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5901
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 5954
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 5947
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6012
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6028
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6000
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6016
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6032
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5993
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6006
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6022
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 5958
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 6186
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6192
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6198
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6204
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 6363
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 6355
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6370
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6356
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 6260
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 6250
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6343
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6314
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6330
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6346
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6340
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6318
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6334
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6350
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6308
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6324
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6264
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 6036
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6042
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6054
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6048
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 6107
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 6100
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6165
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6153
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6169
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6182
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6146
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6159
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6175
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6111
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 6374
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6380
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6386
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6392
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 6548
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 6540
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6555
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6541
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 6448
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 6438
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6515
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6531
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6503
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6519
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6535
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6496
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6509
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6525
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6452
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 6656
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 6649
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6739
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6755
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6771
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6742
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6758
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6774
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6726
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6736
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6752
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6768
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6746
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6762
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6714
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6778
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6730
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6707
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6720
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6660
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 6782
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#has_value_labels DashboardV2#has_value_labels}",
            "stability": "stable",
            "summary": "Whether to display value labels on the timeseries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6788
          },
          "name": "hasValueLabels",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#line_type DashboardV2#line_type}",
            "stability": "stable",
            "summary": "The type of lines displayed. Valid values are `dashed`, `dotted`, `solid`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6794
          },
          "name": "lineType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#line_width DashboardV2#line_width}",
            "stability": "stable",
            "summary": "The width of line displayed. Valid values are `normal`, `thick`, `thin`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6800
          },
          "name": "lineWidth",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order_by DashboardV2#order_by}",
            "stability": "stable",
            "summary": "How to order series in timeseries visualizations. Valid values are `tags`, `values`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6806
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6812
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 6879
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 6872
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6936
          },
          "name": "resetHasValueLabels"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6952
          },
          "name": "resetLineType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6968
          },
          "name": "resetLineWidth"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6984
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7000
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6940
          },
          "name": "hasValueLabelsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6956
          },
          "name": "lineTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6972
          },
          "name": "lineWidthInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6988
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7004
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6930
          },
          "name": "hasValueLabels",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6946
          },
          "name": "lineType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6962
          },
          "name": "lineWidth",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6978
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6994
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 6883
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 7651
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#include_zero DashboardV2#include_zero}",
            "stability": "stable",
            "summary": "Set to `true` to include zero."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7657
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph. Only usable on Scatterplot Widgets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7663
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#max DashboardV2#max}",
            "stability": "stable",
            "summary": "Specifies the maximum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7669
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#min DashboardV2#min}",
            "stability": "stable",
            "summary": "Specifies the minimum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7675
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#scale DashboardV2#scale}",
            "stability": "stable",
            "summary": "Specifies the scale type. Possible values are `linear`, `log`, `sqrt`, and `pow##` (for example `pow2` or `pow0.5`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7681
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 7748
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 7741
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7805
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7821
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7837
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7853
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7869
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxisOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7809
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7825
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7841
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7857
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7873
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7799
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7815
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7831
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7847
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7863
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7752
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionRightYaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 8107
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8113
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8119
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 7877
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7883
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7889
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 7935
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 7928
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7975
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7988
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7968
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7981
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7939
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 7992
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 7998
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8004
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 8050
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 8043
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8090
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8103
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8083
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8096
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8054
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 8165
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 8158
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8201
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8217
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8204
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8220
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8198
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8214
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8208
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8224
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8169
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 8228
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#include_zero DashboardV2#include_zero}",
            "stability": "stable",
            "summary": "Set to `true` to include zero."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8234
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph. Only usable on Scatterplot Widgets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8240
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#max DashboardV2#max}",
            "stability": "stable",
            "summary": "Specifies the maximum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8246
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#min DashboardV2#min}",
            "stability": "stable",
            "summary": "Specifies the minimum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8252
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#scale DashboardV2#scale}",
            "stability": "stable",
            "summary": "Specifies the scale type. Possible values are `linear`, `log`, `sqrt`, and `pow##` (for example `pow2` or `pow0.5`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8258
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 8325
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 8318
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8382
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8398
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8414
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8430
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8446
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxisOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8386
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8402
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8418
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8434
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8450
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8376
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8392
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8408
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8424
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8440
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 8329
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTimeseriesDefinitionYaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 21543
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_link DashboardV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21585
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21549
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21555
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21561
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21591
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21597
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21603
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21567
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21573
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21579
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 9100
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_hidden DashboardV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9106
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9112
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#link DashboardV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9118
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#override_label DashboardV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9124
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 9312
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 9304
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9319
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9305
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 9187
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 9177
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9247
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9263
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9279
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9295
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9251
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9267
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9283
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9299
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9241
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9257
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9273
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9289
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9191
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 21705
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 21698
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21885
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21901
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21917
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21933
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21888
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21792
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21808
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21824
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21904
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21920
          },
          "name": "resetStyle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21936
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21840
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21856
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21872
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21882
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21898
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21914
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21930
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21892
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21796
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21812
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21828
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21908
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21924
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21940
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21860
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21844
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21876
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21786
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21802
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21818
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21834
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21850
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21866
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21709
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 20277
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_query DashboardV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20289
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#audit_query DashboardV2#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20295
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20301
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20307
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#log_query DashboardV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20313
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20319
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20283
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20325
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#rum_query DashboardV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20331
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#security_query DashboardV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20337
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20343
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20349
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 9999
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10005
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10017
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10023
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10029
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10011
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 9323
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9329
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9335
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9341
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 9394
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 9387
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9452
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9468
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9440
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9456
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9472
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9433
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9446
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9462
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9398
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 9626
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9632
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9638
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9644
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 9803
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 9795
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9810
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9796
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 9700
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 9690
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9783
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9754
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9770
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9786
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9780
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9758
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9774
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9790
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9748
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9764
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9704
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 9476
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9482
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9494
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9488
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 9547
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 9540
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9605
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9593
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9609
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9622
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9586
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9599
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9615
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9551
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 9814
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9820
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9826
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9832
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 9988
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 9980
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9995
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9981
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 9888
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 9878
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9955
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9971
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9943
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9959
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9975
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9936
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9949
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9965
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 9892
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 10096
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 10089
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10179
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10195
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10211
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10182
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10198
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10214
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10166
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10176
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10192
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10208
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10186
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10202
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10154
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10218
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10170
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10147
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10160
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10100
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 10898
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10904
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10916
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10922
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10928
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10910
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 10222
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10228
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10234
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10240
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 10293
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 10286
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10351
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10367
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10339
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10355
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10371
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10332
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10345
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10361
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10297
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 10525
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10531
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10537
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10543
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 10702
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 10694
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10709
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10695
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 10599
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 10589
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10682
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10653
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10669
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10685
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10679
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10657
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10673
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10689
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10647
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10663
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10603
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 10375
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10381
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10393
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10387
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 10446
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 10439
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10504
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10492
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10508
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10521
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10485
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10498
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10514
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10450
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 10713
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10719
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10725
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10731
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 10887
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 10879
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10894
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10880
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 10787
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 10777
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10854
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10870
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10842
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10858
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10874
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10835
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10848
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10864
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10791
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 10995
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 10988
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11078
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11094
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11110
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11081
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11097
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11113
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11065
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11075
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11091
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11107
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11085
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11101
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11053
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11117
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11069
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11046
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11059
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 10999
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 11121
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11127
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11163
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11175
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11133
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11139
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11145
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11151
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11157
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11169
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 11499
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 11491
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11506
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11492
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 11273
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 11263
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11376
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11392
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11408
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11424
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11440
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11469
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11364
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11380
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11396
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11412
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11428
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11444
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11457
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11473
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11486
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11357
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11370
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11386
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11402
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11418
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11434
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11450
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11463
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11479
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11277
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 12788
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12806
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12794
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12800
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12812
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12818
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12824
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12830
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12836
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 11510
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11516
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11522
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 11568
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 11561
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11607
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11623
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11611
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11627
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11601
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11617
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11572
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 11631
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11637
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11673
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11685
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11643
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11649
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11655
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11661
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11667
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11679
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 12009
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 12001
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12016
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12002
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 11783
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 11773
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11886
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11902
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11918
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11934
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11950
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11979
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11874
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11890
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11906
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11922
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11938
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11954
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11967
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11983
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11996
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11867
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11880
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11896
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11912
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11928
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11944
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11960
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11973
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11989
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 11787
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 12020
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12026
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12032
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 12078
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 12071
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12117
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12133
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12121
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12137
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12111
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12127
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12082
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 13137
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 13129
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13144
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13130
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 12549
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12555
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12561
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 12607
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 12600
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12643
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12656
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12659
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12640
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12653
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12647
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12663
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12611
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 12345
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12351
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12357
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 12141
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12147
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12153
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 12199
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 12192
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12238
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12254
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12242
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12258
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12232
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12248
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12203
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 12262
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12268
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 12307
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 12300
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12341
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12334
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12311
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 12403
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 12396
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12439
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12455
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12442
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12458
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12436
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12452
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12446
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12462
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12407
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 12466
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12472
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 12511
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 12504
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12545
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12538
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12515
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 12927
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 12917
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13053
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13069
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13085
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13101
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13117
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13011
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13027
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13056
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13072
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13088
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13104
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13120
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13050
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13066
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13082
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13098
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13114
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13015
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13031
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13060
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13076
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13044
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13092
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13108
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13124
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13005
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13021
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13037
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12931
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 12667
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12673
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12679
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 12725
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 12718
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12764
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12780
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12784
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12768
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12758
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12774
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 12729
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 20769
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 20761
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20776
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20762
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 13824
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13830
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13842
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13848
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13854
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13836
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 13148
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13154
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13160
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13166
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 13219
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 13212
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13277
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13293
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13265
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13281
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13297
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13258
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13271
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13287
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13223
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 13451
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13457
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13463
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13469
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 13628
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 13620
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13635
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13621
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 13525
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 13515
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13608
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13579
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13595
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13611
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13605
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13583
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13599
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13615
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13573
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13589
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13529
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 13301
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13307
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13319
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13313
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 13372
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 13365
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13430
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13418
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13434
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13447
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13411
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13424
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13440
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13376
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 13639
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13645
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13651
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13657
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 13813
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 13805
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13820
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13806
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 13713
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 13703
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13780
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13796
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13768
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13784
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13800
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13761
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13774
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13790
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13717
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 13921
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 13914
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14004
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14020
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14036
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14007
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14023
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14039
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13991
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14001
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14017
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14033
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14011
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14027
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13979
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14043
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13995
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13972
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13985
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 13925
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 20468
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 20458
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20589
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20605
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20621
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20637
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20653
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20669
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20685
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20701
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20717
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20733
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20749
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20592
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20608
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20624
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20640
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20656
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20672
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20576
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20688
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20704
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20720
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20736
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20752
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20586
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20602
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20618
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20634
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20650
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20666
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20682
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20698
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20714
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20730
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20746
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20596
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20612
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20628
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20644
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20660
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20676
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20580
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20692
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20708
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20724
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20740
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20756
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20570
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20472
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 14047
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14065
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#filter_by DashboardV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14053
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14059
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_by DashboardV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14071
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 14131
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 14124
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14182
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14198
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14227
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14186
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14202
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14215
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14231
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14176
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14192
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14208
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14221
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14135
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 17526
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17532
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17538
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17544
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17550
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17556
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17562
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17568
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 14235
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14247
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14253
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14265
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14271
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14289
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14295
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14301
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14241
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14259
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14277
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14283
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 14410
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 14403
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14503
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14545
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14587
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14603
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14507
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14520
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14533
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14549
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14562
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14575
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14591
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14607
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14620
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14633
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14646
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14497
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14513
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14526
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14539
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14555
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14568
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14581
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14597
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14613
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14626
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14639
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14414
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 14650
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14662
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14668
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14680
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14710
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14716
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14656
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14674
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14686
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14692
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14698
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14704
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 14825
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 14818
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14918
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14960
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14989
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15005
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15021
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15037
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14922
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14935
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14948
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14964
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14977
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14993
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15009
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15025
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15041
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15054
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15067
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14912
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14928
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14941
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14954
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14970
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14983
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14999
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15015
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15031
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15047
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15060
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 14829
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 15071
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15089
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15095
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15101
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15077
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15083
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 15168
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 15161
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15225
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15241
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15229
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15245
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15258
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15271
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15284
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15219
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15235
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15251
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15264
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15277
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15172
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 16200
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16236
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16212
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16224
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16206
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16242
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16248
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16218
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16254
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16230
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 15288
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15294
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15300
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15306
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 15462
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 15454
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15469
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15455
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 15362
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 15352
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15429
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15445
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15417
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15433
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15449
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15410
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15423
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15439
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15366
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 15626
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15632
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15638
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15644
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 15964
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15970
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15976
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15982
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 16035
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 16028
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16106
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16093
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16109
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16103
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16081
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16097
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16113
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16074
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16087
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16039
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 15811
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15817
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15823
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15829
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 15882
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 15875
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15940
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15956
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15928
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15944
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15960
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15921
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15934
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15950
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15886
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 15800
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 15792
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15807
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15793
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 15700
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 15690
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15780
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15767
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15783
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15777
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15755
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15771
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15787
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15748
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15761
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15704
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 15473
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15479
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15485
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15491
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 15544
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 15537
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15602
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15618
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15590
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15606
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15622
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15583
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15596
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15612
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 15548
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 16349
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 16342
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16501
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16514
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16530
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16546
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16430
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16517
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16533
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16459
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16549
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16488
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16498
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16511
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16527
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16543
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16505
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16434
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16447
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16537
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16521
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16463
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16476
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16553
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16492
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16424
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16440
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16453
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16469
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16482
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16353
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 16117
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16123
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 16162
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 16155
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16196
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16189
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16166
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 17843
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 17835
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17850
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17836
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 16557
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16581
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16587
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16563
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16569
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16575
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16593
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 16667
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 16660
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16730
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16746
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16762
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16804
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16734
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16750
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16766
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16779
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16792
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16808
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16724
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16740
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16756
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16772
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16785
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16798
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16671
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 17652
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 17642
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17727
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17743
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17759
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17775
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17791
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17807
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17823
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17730
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17746
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17762
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17778
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17794
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17810
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17826
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17724
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17740
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17756
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17772
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17788
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17804
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17820
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17734
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17750
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17766
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17782
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17798
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17814
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17830
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17656
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 16812
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16830
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16848
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16854
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16818
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16824
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16836
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16842
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16860
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16866
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16872
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 16974
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 16967
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17061
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17077
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17106
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17122
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17164
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17180
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17196
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17065
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17081
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17094
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17110
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17126
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17139
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17152
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17168
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17184
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17200
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17055
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17071
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17087
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17100
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17116
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17132
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17145
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17158
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17174
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17190
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 16978
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 17204
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17222
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17234
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17246
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17210
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17216
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17228
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17240
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17252
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 17340
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 17333
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17415
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17431
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17460
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17489
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17518
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17419
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17435
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17448
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17464
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17477
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17493
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17506
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17522
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17409
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17425
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17441
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17454
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17470
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17483
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17499
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17512
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17344
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 18530
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18536
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18548
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18554
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18560
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18542
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 17854
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17860
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17866
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17872
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 17925
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 17918
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17983
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17999
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17971
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17987
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18003
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17964
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17977
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17993
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 17929
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 18157
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18163
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18169
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18175
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 18334
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 18326
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18341
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18327
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 18231
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 18221
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18314
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18285
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18301
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18317
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18311
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18289
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18305
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18321
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18279
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18295
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18235
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 18007
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18013
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18025
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18019
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 18078
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 18071
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18136
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18124
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18140
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18153
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18117
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18130
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18146
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18082
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 18345
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18351
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18357
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18363
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 18519
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 18511
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18526
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18512
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 18419
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 18409
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18486
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18502
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18474
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18490
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18506
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18467
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18480
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18496
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18423
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 18627
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 18620
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18710
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18726
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18742
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18713
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18729
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18745
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18697
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18707
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18723
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18739
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18717
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18733
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18685
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18749
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18701
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18678
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18691
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18631
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 19429
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19435
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19447
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19453
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19459
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19441
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 18753
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18759
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18765
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18771
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 18824
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 18817
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18882
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18898
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18870
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18886
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18902
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18863
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18876
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18892
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18828
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 19056
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19062
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19068
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19074
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 19233
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 19225
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19240
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19226
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 19130
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 19120
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19213
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19184
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19200
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19216
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19210
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19188
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19204
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19220
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19178
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19194
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19134
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 18906
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18912
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18924
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18918
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 18977
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 18970
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19035
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19023
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19039
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19052
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19016
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19029
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19045
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 18981
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 19244
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19250
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19256
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19262
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 19418
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 19410
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19425
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19411
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 19318
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 19308
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19385
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19401
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19373
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19389
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19405
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19366
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19379
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19395
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19322
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 19526
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 19519
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19609
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19625
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19641
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19612
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19628
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19644
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19596
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19606
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19622
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19638
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19616
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19632
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19584
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19648
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19600
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19577
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19590
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19530
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 20035
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of items to limit the widget to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20041
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order_by DashboardV2#order_by}",
            "stability": "stable",
            "summary": "order_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20047
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 19882
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_sort DashboardV2#formula_sort}",
            "stability": "stable",
            "summary": "formula_sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19888
          },
          "name": "formulaSort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderByFormulaSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_sort DashboardV2#group_sort}",
            "stability": "stable",
            "summary": "group_sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19894
          },
          "name": "groupSort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderByGroupSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderByFormulaSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderByFormulaSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 19652
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderByFormulaSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "The index of the formula to sort by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19658
          },
          "name": "index",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting direction. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19664
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderByFormulaSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderByFormulaSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderByFormulaSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 19710
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 19703
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderByFormulaSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19750
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19763
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19743
          },
          "name": "index",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19756
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19714
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderByFormulaSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderByFormulaSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderByGroupSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderByGroupSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 19767
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderByGroupSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the group tag to sort by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19773
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting direction. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19779
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderByGroupSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderByGroupSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderByGroupSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 19825
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 19818
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderByGroupSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19865
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19878
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19858
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19871
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19829
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderByGroupSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderByGroupSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 20024
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 20016
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20031
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20017
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 19943
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 19933
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19988
          },
          "name": "putFormulaSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderByFormulaSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20004
          },
          "name": "putGroupSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderByGroupSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19991
          },
          "name": "resetFormulaSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20007
          },
          "name": "resetGroupSort"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19985
          },
          "name": "formulaSort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderByFormulaSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20001
          },
          "name": "groupSort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderByGroupSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19995
          },
          "name": "formulaSortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderByFormulaSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20011
          },
          "name": "groupSortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderByGroupSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 19947
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 20093
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 20086
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20145
          },
          "name": "putOrderBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20132
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20148
          },
          "name": "resetOrderBy"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20142
          },
          "name": "orderBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20136
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20152
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20126
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20097
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 20156
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order_by DashboardV2#order_by}",
            "stability": "stable",
            "summary": "How to order series. Valid values are `tags`, `values`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20162
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20168
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 20214
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 20207
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20253
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20269
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20257
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20273
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20247
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20263
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20218
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 21036
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#display DashboardV2#display}",
            "stability": "stable",
            "summary": "display block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21054
          },
          "name": "display",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette for the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21042
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#scaling DashboardV2#scaling}",
            "stability": "stable",
            "summary": "The scaling mode for the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21048
          },
          "name": "scaling",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 20915
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#flat DashboardV2#flat}",
            "stability": "stable",
            "summary": "flat block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20921
          },
          "name": "flat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayFlat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stacked DashboardV2#stacked}",
            "stability": "stable",
            "summary": "stacked block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20927
          },
          "name": "stacked",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayStacked"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayFlat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayFlat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 20780
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayFlat",
      "namespace": "dashboardV2",
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayFlat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayFlatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayFlatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 20810
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 20803
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayFlatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20814
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayFlat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayFlatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 20973
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 20966
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21009
          },
          "name": "putFlat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayFlat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21025
          },
          "name": "putStacked",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayStacked"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21012
          },
          "name": "resetFlat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21028
          },
          "name": "resetStacked"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21006
          },
          "name": "flat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayFlatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21022
          },
          "name": "stacked",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayStackedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21016
          },
          "name": "flatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayFlat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21032
          },
          "name": "stackedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayStacked"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20977
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayStacked": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayStacked",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 20829
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayStacked",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#legend DashboardV2#legend}",
            "stability": "stable",
            "summary": "Legend behavior for the stacked top list. Valid values are `automatic`, `inline`, `none`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20835
          },
          "name": "legend",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayStacked"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayStackedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayStackedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 20874
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 20867
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20907
          },
          "name": "resetLegend"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayStackedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20911
          },
          "name": "legendInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20901
          },
          "name": "legend",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 20878
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayStacked"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayStackedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 21107
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 21100
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21181
          },
          "name": "putDisplay",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21184
          },
          "name": "resetDisplay"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21152
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21168
          },
          "name": "resetScaling"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21178
          },
          "name": "display",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplayOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21188
          },
          "name": "displayInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleDisplay"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21156
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21172
          },
          "name": "scalingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21146
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21162
          },
          "name": "scaling",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21111
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 21422
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21428
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21434
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 21192
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21198
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21204
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 21250
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 21243
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21290
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21303
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21283
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21296
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21254
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 21307
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21313
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21319
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 21365
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 21358
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21405
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21418
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21398
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21411
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21369
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 21480
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 21473
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21516
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21532
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21519
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21535
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21513
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21529
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21523
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21539
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21484
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionToplistDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 3309
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_links DashboardV2#custom_links}",
            "stability": "stable",
            "summary": "custom_links block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3351
          },
          "name": "customLinks",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3315
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3321
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3327
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3357
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3363
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3333
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3339
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3345
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 21944
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_hidden DashboardV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21950
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21956
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#link DashboardV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21962
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#override_label DashboardV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 21968
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 22156
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 22148
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22163
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22149
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 22031
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 22021
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22091
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22107
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22123
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22139
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22095
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22111
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22127
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22143
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22085
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22101
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22117
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22133
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22035
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 3458
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 3451
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3632
          },
          "name": "putCustomLinks",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3648
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3664
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3635
          },
          "name": "resetCustomLinks"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3539
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3555
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3571
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3651
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3667
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3587
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3603
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3619
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3629
          },
          "name": "customLinks",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinksList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3645
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3661
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3639
          },
          "name": "customLinksInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionCustomLinks"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3543
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3559
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3575
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3655
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3671
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3607
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3591
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3623
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3533
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3549
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3565
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3581
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3597
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3613
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3462
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 2735
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2741
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2747
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2753
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2759
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 23445
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23463
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23451
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23457
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23469
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23475
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23481
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23487
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23493
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 22167
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22173
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22179
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 22225
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 22218
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22264
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22280
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22268
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22284
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22258
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22274
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22229
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 22288
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22294
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22330
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22342
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22300
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22306
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22312
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22318
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22324
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22336
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 22666
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 22658
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22673
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22659
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 22440
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 22430
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22543
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22559
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22575
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22591
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22607
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22636
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22531
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22547
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22563
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22579
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22595
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22611
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22624
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22640
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22653
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22524
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22537
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22553
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22569
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22585
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22601
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22617
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22630
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22646
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22444
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 22677
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22683
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22689
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 22735
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 22728
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22774
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22790
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22778
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22794
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22768
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22784
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22739
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 23794
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 23786
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23801
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23787
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 23206
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23212
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23218
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 23264
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 23257
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23300
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23313
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23316
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23297
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23310
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23304
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23320
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23268
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 23002
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23008
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23014
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 22798
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22804
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22810
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 22856
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 22849
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22895
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22911
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22899
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22915
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22889
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22905
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22860
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 22919
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22925
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 22964
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 22957
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22998
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22991
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 22968
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 23060
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 23053
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23096
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23112
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23099
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23115
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23093
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23109
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23103
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23119
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23064
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 23123
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23129
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 23168
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 23161
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23202
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23195
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23172
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 23584
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 23574
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23710
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23726
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23742
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23758
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23774
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23668
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23684
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23713
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23729
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23745
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23761
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23777
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23707
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23723
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23739
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23755
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23771
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23672
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23688
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23717
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23733
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23701
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23749
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23765
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23781
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23662
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23678
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23694
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23588
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 23324
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23330
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23336
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 23382
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 23375
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23421
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23437
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23441
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23425
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23415
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23431
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23386
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 2947
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 2939
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2954
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2940
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 2822
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 2812
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2879
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2895
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2911
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2927
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2882
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2898
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2914
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2930
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2876
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2892
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2908
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2924
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2886
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2902
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2918
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2934
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2826
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 1782
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1788
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1794
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1800
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1806
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1812
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1818
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1824
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 23805
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23817
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23823
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23835
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23841
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23859
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23865
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23871
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23811
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23829
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23847
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23853
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 23980
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 23973
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24073
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24115
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24157
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24173
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24077
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24090
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24103
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24119
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24132
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24145
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24161
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24177
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24190
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24203
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24216
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24067
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24083
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24096
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24109
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24125
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24138
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24151
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24167
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24183
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24196
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24209
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 23984
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 24220
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24232
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24238
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24250
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24280
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24286
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24226
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24244
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24256
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24262
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24268
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24274
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 24395
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 24388
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24488
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24530
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24559
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24575
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24591
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24607
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24492
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24505
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24518
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24534
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24547
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24563
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24579
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24595
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24611
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24624
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24637
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24482
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24498
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24511
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24524
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24540
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24553
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24569
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24585
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24601
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24617
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24630
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24399
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 24641
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24659
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24665
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24671
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24647
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24653
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 24738
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 24731
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24795
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24811
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24799
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24815
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24828
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24841
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24854
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24789
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24805
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24821
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24834
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24847
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24742
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 456
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 492
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 468
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 480
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 462
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 498
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 504
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 474
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 510
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 486
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 24858
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24864
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24870
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24876
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 25032
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 25024
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 25039
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 25025
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 24932
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 24922
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24999
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 25015
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24987
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 25003
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 25019
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24980
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24993
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 25009
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 24936
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 25196
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 25202
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 25208
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 25214
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 220
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 226
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 232
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 238
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 291
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 284
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 362
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 349
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 365
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 359
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 337
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 353
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 369
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 330
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 343
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 295
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 67
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 73
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 79
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 85
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 138
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 131
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 196
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 212
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 184
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 200
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 216
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 177
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 190
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 206
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 142
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 25370
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 25362
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 25377
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 25363
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 25270
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 25260
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 25350
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 25337
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 25353
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 25347
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 25325
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 25341
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 25357
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 25318
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 25331
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 25274
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 25043
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 25049
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 25055
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 25061
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6400.ts",
          "line": 25114
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6400.ts",
        "line": 25107
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 25172
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 25188
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 25160
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 25176
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 25192
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 25153
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 25166
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 25182
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6400.ts",
            "line": 25118
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6400:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 605
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 598
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 757
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 770
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 786
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 802
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 686
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 773
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 789
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 715
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 805
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 744
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 754
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 767
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 783
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 799
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 761
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 690
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 703
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 793
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 777
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 719
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 732
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 809
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 748
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 680
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 696
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 709
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 725
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 738
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 609
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 373
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 379
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 418
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 411
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 452
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 445
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 422
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 2099
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 2091
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2106
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2092
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 813
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 837
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 843
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 819
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 825
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 831
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 849
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 923
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 916
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 986
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1002
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1018
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1060
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 990
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1006
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1022
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1035
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1048
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1064
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 980
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 996
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1012
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1028
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1041
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1054
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 927
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 1908
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 1898
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1983
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1999
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2015
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2031
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2047
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2063
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2079
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1986
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2002
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2018
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2034
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2050
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2066
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2082
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1980
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1996
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2012
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2028
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2044
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2060
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2076
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1990
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2006
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2022
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2038
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2054
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2070
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2086
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1912
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 1068
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1086
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1104
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1110
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1074
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1080
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1092
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1098
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1116
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1122
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1128
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 1230
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 1223
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1317
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1333
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1362
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1378
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1420
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1436
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1452
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1321
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1337
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1350
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1366
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1382
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1395
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1408
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1424
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1440
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1456
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1311
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1327
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1343
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1356
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1372
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1388
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1401
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1414
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1430
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1446
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1234
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 1460
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1478
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1490
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1502
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1466
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1472
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1484
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1496
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1508
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 1596
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 1589
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1671
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1687
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1716
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1745
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1774
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1675
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1691
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1704
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1720
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1733
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1749
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1762
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1778
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1665
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1681
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1697
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1710
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1726
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1739
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1755
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1768
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 1600
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 2493
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of items to limit the widget to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2499
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order_by DashboardV2#order_by}",
            "stability": "stable",
            "summary": "order_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2505
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 2340
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_sort DashboardV2#formula_sort}",
            "stability": "stable",
            "summary": "formula_sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2346
          },
          "name": "formulaSort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderByFormulaSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_sort DashboardV2#group_sort}",
            "stability": "stable",
            "summary": "group_sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2352
          },
          "name": "groupSort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderByGroupSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderByFormulaSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderByFormulaSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 2110
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderByFormulaSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "The index of the formula to sort by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2116
          },
          "name": "index",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting direction. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2122
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderByFormulaSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderByFormulaSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderByFormulaSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 2168
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 2161
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderByFormulaSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2208
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2221
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2201
          },
          "name": "index",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2214
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2172
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderByFormulaSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderByFormulaSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderByGroupSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderByGroupSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 2225
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderByGroupSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the group tag to sort by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2231
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting direction. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2237
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderByGroupSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderByGroupSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderByGroupSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 2283
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 2276
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderByGroupSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2323
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2336
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2316
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2329
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2287
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderByGroupSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderByGroupSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 2482
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 2474
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2489
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2475
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 2401
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 2391
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2446
          },
          "name": "putFormulaSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderByFormulaSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2462
          },
          "name": "putGroupSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderByGroupSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2449
          },
          "name": "resetFormulaSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2465
          },
          "name": "resetGroupSort"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2443
          },
          "name": "formulaSort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderByFormulaSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2459
          },
          "name": "groupSort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderByGroupSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2453
          },
          "name": "formulaSortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderByFormulaSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2469
          },
          "name": "groupSortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderByGroupSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2405
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 2551
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 2544
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2603
          },
          "name": "putOrderBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2590
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2606
          },
          "name": "resetOrderBy"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2600
          },
          "name": "orderBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2594
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2610
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2584
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2555
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 2614
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order_by DashboardV2#order_by}",
            "stability": "stable",
            "summary": "How to order series. Valid values are `tags`, `values`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2620
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2626
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 2672
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 2665
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2711
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2727
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2715
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2731
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2705
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2721
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2676
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 3188
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3194
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3200
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 2958
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2964
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 2970
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 3016
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 3009
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3056
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3069
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3049
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3062
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3020
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 3073
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3079
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3085
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 3131
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 3124
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3171
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3184
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3164
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3177
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3135
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 3246
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 3239
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3282
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3298
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3285
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3301
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3279
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3295
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3289
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3305
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 3250
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSourceWidgetDefinitionTreemapDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfig",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 4650
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSplitConfig",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4662
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#split_dimensions DashboardV2#split_dimensions}",
            "stability": "stable",
            "summary": "split_dimensions block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4668
          },
          "name": "splitDimensions",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigSplitDimensions"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "Maximum number of graphs to display in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4656
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#static_splits DashboardV2#static_splits}",
            "stability": "stable",
            "summary": "static_splits block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4674
          },
          "name": "staticSplits",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplits"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSplitConfig"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 4734
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 4727
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4798
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4811
          },
          "name": "putSplitDimensions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigSplitDimensions"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4824
          },
          "name": "putStaticSplits",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplits"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4785
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4827
          },
          "name": "resetStaticSplits"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSplitConfigOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4795
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4808
          },
          "name": "splitDimensions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigSplitDimensionsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4821
          },
          "name": "staticSplits",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplitsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4789
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4802
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4815
          },
          "name": "splitDimensionsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigSplitDimensions"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4831
          },
          "name": "staticSplitsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplits"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4779
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4738
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfig"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSplitConfigOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 4159
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSplitConfigSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4165
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4171
          },
          "name": "compute",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigSortCompute"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSplitConfigSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigSortCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigSortCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 4041
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSplitConfigSortCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric to use for sorting graphs."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4053
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "How to aggregate the sort metric for the purposes of ordering."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4047
          },
          "name": "aggregation",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSplitConfigSortCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigSortComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigSortComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 4099
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 4092
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4138
          },
          "name": "resetAggregation"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSplitConfigSortComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4142
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4155
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4132
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4148
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4103
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigSortCompute"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSplitConfigSortComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 4217
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 4210
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4266
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigSortCompute"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4269
          },
          "name": "resetCompute"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSplitConfigSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4263
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigSortComputeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4273
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigSortCompute"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4257
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4250
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4221
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSplitConfigSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigSplitDimensions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigSplitDimensions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 4277
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSplitConfigSplitDimensions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "For metrics, it's a tag. For the events platform, it's an attribute or tag.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#one_graph_per DashboardV2#one_graph_per}",
            "stability": "stable",
            "summary": "The system interprets this attribute differently depending on the data source of the query being split."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4283
          },
          "name": "oneGraphPer",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSplitConfigSplitDimensions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigSplitDimensionsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigSplitDimensionsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 4381
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 4373
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4388
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigSplitDimensionsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSplitConfigSplitDimensionsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4374
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigSplitDimensions"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSplitConfigSplitDimensionsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigSplitDimensionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigSplitDimensionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 4325
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 4315
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSplitConfigSplitDimensionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4368
          },
          "name": "oneGraphPerInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4361
          },
          "name": "oneGraphPer",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4329
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigSplitDimensions"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSplitConfigSplitDimensionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplits": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplits",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 4535
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplits",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#split_vector DashboardV2#split_vector}",
            "stability": "stable",
            "summary": "split_vector block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4541
          },
          "name": "splitVector",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplits"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplitsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplitsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 4639
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 4631
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4646
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplitsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplitsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4632
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplits"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplitsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplitsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplitsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 4583
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 4573
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4622
          },
          "name": "putSplitVector",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplitsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4619
          },
          "name": "splitVector",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4626
          },
          "name": "splitVectorInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4587
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplits"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplitsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 4392
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_key DashboardV2#tag_key}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4396
          },
          "name": "tagKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_values DashboardV2#tag_values}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4400
          },
          "name": "tagValues",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 4524
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 4516
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4531
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4517
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 4449
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 4439
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4498
          },
          "name": "tagKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4511
          },
          "name": "tagValuesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4491
          },
          "name": "tagKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4504
          },
          "name": "tagValues",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4453
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVector"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionSplitConfigStaticSplitsSplitVectorOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 5065
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5071
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5077
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 4835
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4841
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4847
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 4893
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 4886
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4933
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4946
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4926
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4939
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4897
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 4950
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4956
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 4962
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 5008
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 5001
      },
      "name": "DashboardV2WidgetSplitGraphDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5048
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5061
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5041
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5054
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5012
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 5123
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 5116
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5159
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5175
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5162
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5178
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetSplitGraphDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5156
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5172
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5166
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5182
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5127
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSplitGraphDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSplitGraphDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 18393
      },
      "name": "DashboardV2WidgetSunburstDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_link DashboardV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18441
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18399
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18405
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_total DashboardV2#hide_total}",
            "stability": "stable",
            "summary": "Whether or not to show the total value in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18411
          },
          "name": "hideTotal",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#legend_inline DashboardV2#legend_inline}",
            "stability": "stable",
            "summary": "legend_inline block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18447
          },
          "name": "legendInline",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionLegendInline"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#legend_table DashboardV2#legend_table}",
            "stability": "stable",
            "summary": "legend_table block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18453
          },
          "name": "legendTable",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionLegendTable"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18417
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18459
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18465
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18423
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18429
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18435
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 5616
      },
      "name": "DashboardV2WidgetSunburstDefinitionCustomLink",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_hidden DashboardV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5622
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5628
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#link DashboardV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5634
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#override_label DashboardV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5640
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 5828
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 5820
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5835
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionCustomLinkList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5821
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 5703
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 5693
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5763
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5779
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5795
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5811
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionCustomLinkOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5767
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5783
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5799
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5815
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5757
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5773
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5789
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5805
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5707
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionLegendInline": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionLegendInline",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 5839
      },
      "name": "DashboardV2WidgetSunburstDefinitionLegendInline",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#type DashboardV2#type}",
            "stability": "stable",
            "summary": "The type of legend (inline or automatic)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5857
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_percent DashboardV2#hide_percent}",
            "stability": "stable",
            "summary": "Whether to hide the percentages of the groups."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5845
          },
          "name": "hidePercent",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Whether to hide the values of the groups."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5851
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionLegendInline"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionLegendInlineOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionLegendInlineOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 5910
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 5903
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5955
          },
          "name": "resetHidePercent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5971
          },
          "name": "resetHideValue"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionLegendInlineOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5959
          },
          "name": "hidePercentInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5975
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5988
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5949
          },
          "name": "hidePercent",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5965
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5981
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5914
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionLegendInline"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionLegendInlineOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionLegendTable": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionLegendTable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 5992
      },
      "name": "DashboardV2WidgetSunburstDefinitionLegendTable",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#type DashboardV2#type}",
            "stability": "stable",
            "summary": "The type of legend (table or none)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 5998
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionLegendTable"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionLegendTableOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionLegendTableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 6037
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 6030
      },
      "name": "DashboardV2WidgetSunburstDefinitionLegendTableOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6071
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6064
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6041
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionLegendTable"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionLegendTableOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 18581
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 18574
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18789
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18805
          },
          "name": "putLegendInline",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionLegendInline"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18821
          },
          "name": "putLegendTable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionLegendTable"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18837
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18853
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18792
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18680
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18696
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18712
          },
          "name": "resetHideTotal"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18808
          },
          "name": "resetLegendInline"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18824
          },
          "name": "resetLegendTable"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18728
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18840
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18856
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18744
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18760
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18776
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18786
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18802
          },
          "name": "legendInline",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionLegendInlineOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18818
          },
          "name": "legendTable",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionLegendTableOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18834
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18850
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18796
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18684
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18700
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18716
          },
          "name": "hideTotalInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18812
          },
          "name": "legendInlineInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionLegendInline"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18828
          },
          "name": "legendTableInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionLegendTable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18732
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18844
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18860
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18764
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18748
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18780
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18674
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18690
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18706
          },
          "name": "hideTotal",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18722
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18738
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18754
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18770
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18585
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 17539
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_query DashboardV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17551
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#audit_query DashboardV2#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17557
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17563
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#log_query DashboardV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17569
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#network_query DashboardV2#network_query}",
            "stability": "stable",
            "summary": "network_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17575
          },
          "name": "networkQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17581
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17545
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17587
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#rum_query DashboardV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17593
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#security_query DashboardV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17599
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17605
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17611
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 6751
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestApmQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6757
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6769
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6775
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6781
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6763
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 6075
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6081
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6087
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6093
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 6146
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 6139
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6204
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6220
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6192
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6208
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6224
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6185
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6198
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6214
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6150
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 6378
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6384
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6390
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6396
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 6555
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 6547
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6562
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6548
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 6452
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 6442
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6535
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6506
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6522
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6538
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6532
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6510
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6526
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6542
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6500
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6516
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6456
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 6228
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6234
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6246
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6240
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 6299
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 6292
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6357
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6345
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6361
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6374
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6338
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6351
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6367
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6303
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 6566
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6572
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6578
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6584
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 6740
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 6732
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6747
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6733
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 6640
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 6630
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6707
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6723
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6695
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6711
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6727
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6688
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6701
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6717
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6644
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 6848
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 6841
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6931
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6947
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6963
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6934
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6950
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6966
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6918
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6928
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6944
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6960
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6938
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6954
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6906
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6970
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6922
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6899
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6912
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6852
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 7650
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestAuditQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7656
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7668
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7674
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7680
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7662
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 6974
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestAuditQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6980
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6986
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 6992
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 7045
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 7038
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7103
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7119
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7091
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7107
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7123
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7084
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7097
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7113
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7049
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 7277
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestAuditQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7283
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7289
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7295
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 7454
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 7446
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7461
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestAuditQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7447
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 7351
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 7341
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7434
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7405
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7421
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7437
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7431
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7409
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7425
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7441
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7399
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7415
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7355
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 7127
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7133
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7145
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7139
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 7198
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 7191
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7256
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7244
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7260
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7273
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7237
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7250
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7266
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7202
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 7465
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestAuditQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7471
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7477
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7483
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 7639
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 7631
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7646
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7632
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 7539
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 7529
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7606
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7622
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7594
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7610
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7626
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7587
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7600
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7616
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7543
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 7747
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 7740
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7830
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7846
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7862
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7833
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7849
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7865
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7817
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestAuditQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7827
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7843
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7859
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7837
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7853
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7805
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7869
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7821
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7798
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7811
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7751
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 9151
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9169
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9157
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9163
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9175
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9181
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9187
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9193
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9199
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 7873
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7879
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7885
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 7931
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 7924
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7970
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7986
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7974
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7990
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7964
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7980
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 7935
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 7994
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8000
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8036
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8048
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8006
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8012
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8018
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8024
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8030
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8042
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 8372
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 8364
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8379
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8365
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 8146
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 8136
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8249
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8265
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8281
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8297
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8313
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8342
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8237
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8253
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8269
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8285
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8301
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8317
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8330
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8346
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8359
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8230
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8243
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8259
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8275
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8291
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8307
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8323
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8336
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8352
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8150
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 8383
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8389
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8395
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 8441
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 8434
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8480
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8496
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8484
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8500
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8474
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8490
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8445
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 9500
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 9492
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9507
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9493
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 8912
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8918
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8924
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 8970
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 8963
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9006
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9019
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9022
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9003
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9016
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9010
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9026
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8974
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 8708
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8714
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8720
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 8504
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8510
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8516
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 8562
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 8555
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8601
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8617
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8605
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8621
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8595
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8611
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8566
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 8625
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8631
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 8670
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 8663
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8704
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8697
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8674
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 8766
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 8759
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8802
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8818
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8805
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8821
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8799
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8815
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8809
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8825
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8770
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 8829
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8835
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 8874
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 8867
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8908
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8901
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 8878
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 9290
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 9280
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9416
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9432
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9448
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9464
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9480
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9374
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9390
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9419
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9435
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9451
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9467
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9483
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9413
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9429
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9445
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9461
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9477
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9378
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9394
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9423
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9439
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9407
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9455
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9471
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9487
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9368
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9384
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9400
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9294
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 9030
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9036
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9042
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 9088
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 9081
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9127
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9143
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9147
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9131
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9121
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9137
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9092
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 18031
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 18023
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18038
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18024
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 10187
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestLogQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10193
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10205
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10211
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10217
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10199
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 9511
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9517
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9523
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9529
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 9582
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 9575
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9640
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9656
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9628
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9644
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9660
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9621
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9634
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9650
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9586
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 9814
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9820
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9826
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9832
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 9991
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 9983
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9998
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9984
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 9888
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 9878
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9971
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9942
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9958
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9974
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9968
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9946
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9962
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9978
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9936
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9952
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9892
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 9664
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9670
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9682
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9676
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 9735
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 9728
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9793
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9781
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9797
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9810
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9774
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9787
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9803
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 9739
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 10002
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10008
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10014
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10020
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 10176
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 10168
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10183
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10169
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 10076
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 10066
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10143
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10159
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10131
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10147
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10163
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10124
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10137
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10153
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10080
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 10284
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 10277
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10367
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10383
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10399
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10370
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10386
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10402
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10354
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10364
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10380
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10396
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10374
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10390
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10342
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10406
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10358
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10335
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10348
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10288
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 11086
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestNetworkQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11092
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11104
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11110
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11116
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11098
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestNetworkQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 10410
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestNetworkQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10416
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10422
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10428
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 10481
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 10474
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10539
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10555
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10527
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10543
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10559
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10520
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10533
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10549
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10485
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 10713
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestNetworkQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10719
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10725
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10731
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestNetworkQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 10890
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 10882
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10897
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestNetworkQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10883
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestNetworkQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 10787
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 10777
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10870
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10841
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10857
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10873
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10867
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10845
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10861
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10877
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10835
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10851
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10791
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 10563
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10569
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10581
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10575
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 10634
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 10627
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10692
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10680
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10696
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10709
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10673
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10686
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10702
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10638
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 10901
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestNetworkQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10907
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10913
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10919
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 11075
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 11067
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11082
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestNetworkQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11068
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestNetworkQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 10975
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 10965
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11042
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11058
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11030
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11046
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11062
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11023
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11036
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11052
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 10979
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 11183
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 11176
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11266
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11282
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11298
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11269
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11285
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11301
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11253
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestNetworkQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11263
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11279
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11295
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11273
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11289
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11241
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11305
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11257
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11234
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11247
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11187
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestNetworkQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 17730
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 17720
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17851
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17867
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17883
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17899
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17915
          },
          "name": "putNetworkQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17931
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17947
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17963
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17979
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17995
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18011
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17854
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17870
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17886
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17902
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17918
          },
          "name": "resetNetworkQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17934
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17838
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17950
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17966
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17982
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17998
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18014
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17848
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17864
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17880
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17896
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17912
          },
          "name": "networkQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17928
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17944
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17960
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17976
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17992
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18008
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17858
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17874
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17890
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17906
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17922
          },
          "name": "networkQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestNetworkQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17938
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17842
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17954
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17970
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17986
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18002
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18018
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17832
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17734
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 11309
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11327
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#filter_by DashboardV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11315
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11321
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_by DashboardV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11333
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 11393
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 11386
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11444
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11460
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11489
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11448
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11464
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11477
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11493
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11438
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11454
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11470
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11483
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11397
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 14788
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14794
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14800
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14806
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14812
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14818
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14824
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14830
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 11497
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11509
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11515
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11527
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11533
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11551
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11557
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11563
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11503
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11521
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11539
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11545
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 11672
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 11665
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11765
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11807
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11849
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11865
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11769
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11782
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11795
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11811
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11824
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11837
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11853
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11869
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11882
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11895
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11908
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11759
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11775
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11788
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11801
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11817
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11830
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11843
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11859
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11875
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11888
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11901
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11676
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 11912
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11924
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11930
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11942
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11972
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11978
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11918
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11936
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11948
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11954
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11960
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 11966
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 12087
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 12080
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12180
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12222
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12251
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12267
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12283
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12299
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12184
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12197
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12210
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12226
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12239
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12255
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12271
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12287
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12303
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12316
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12329
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12174
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12190
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12203
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12216
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12232
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12245
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12261
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12277
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12293
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12309
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12322
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12091
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 12333
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12351
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12357
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12363
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12339
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12345
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 12430
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 12423
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12487
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12503
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12491
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12507
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12520
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12533
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12546
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12481
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12497
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12513
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12526
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12539
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12434
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 13462
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13498
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13474
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13486
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13468
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13504
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13510
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13480
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13516
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13492
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 12550
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12556
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12562
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12568
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 12724
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 12716
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12731
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12717
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 12624
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 12614
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12691
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12707
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12679
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12695
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12711
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12672
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12685
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12701
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12628
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 12888
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12894
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12900
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12906
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 13226
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13232
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13238
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13244
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 13297
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 13290
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13368
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13355
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13371
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13365
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13343
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13359
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13375
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13336
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13349
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13301
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 13073
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13079
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13085
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13091
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 13144
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 13137
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13202
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13218
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13190
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13206
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13222
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13183
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13196
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13212
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13148
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 13062
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 13054
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13069
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13055
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 12962
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 12952
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13042
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13029
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13045
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13039
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13017
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13033
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13049
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13010
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13023
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12966
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 12735
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12741
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12747
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12753
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 12806
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 12799
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12864
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12880
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12852
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12868
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12884
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12845
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12858
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12874
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 12810
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 13611
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 13604
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13763
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13776
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13792
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13808
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13692
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13779
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13795
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13721
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13811
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13750
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13760
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13773
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13789
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13805
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13767
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13696
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13709
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13799
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13783
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13725
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13738
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13815
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13754
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13686
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13702
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13715
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13731
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13744
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13615
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 13379
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13385
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 13424
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 13417
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13458
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13451
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13428
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 15105
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 15097
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15112
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15098
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 13819
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13843
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13849
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13825
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13831
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13837
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13855
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 13929
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 13922
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13992
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14008
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14024
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14066
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13996
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14012
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14028
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14041
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14054
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14070
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13986
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14002
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14018
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14034
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14047
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14060
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 13933
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 14914
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 14904
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14989
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15005
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15021
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15037
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15053
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15069
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15085
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14992
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15008
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15024
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15040
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15056
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15072
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15088
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14986
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15002
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15018
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15034
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15050
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15066
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15082
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14996
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15012
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15028
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15044
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15060
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15076
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15092
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14918
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 14074
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14092
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14110
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14116
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14080
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14086
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14098
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14104
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14122
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14128
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14134
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 14236
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 14229
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14323
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14339
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14368
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14384
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14426
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14442
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14458
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14327
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14343
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14356
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14372
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14388
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14401
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14414
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14430
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14446
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14462
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14317
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14333
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14349
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14362
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14378
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14394
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14407
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14420
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14436
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14452
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14240
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 14466
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14484
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14496
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14508
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14472
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14478
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14490
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14502
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14514
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 14602
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 14595
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14677
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14693
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14722
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14751
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14780
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14681
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14697
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14710
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14726
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14739
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14755
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14768
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14784
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14671
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14687
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14703
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14716
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14732
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14745
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14761
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14774
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 14606
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 15792
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestRumQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15798
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15810
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15816
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15822
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15804
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 15116
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15122
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15128
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15134
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 15187
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 15180
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15245
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15261
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15233
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15249
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15265
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15226
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15239
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15255
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15191
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 15419
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15425
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15431
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15437
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 15596
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 15588
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15603
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15589
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 15493
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 15483
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15576
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15547
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15563
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15579
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15573
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15551
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15567
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15583
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15541
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15557
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15497
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 15269
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15275
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15287
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15281
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 15340
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 15333
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15398
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15386
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15402
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15415
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15379
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15392
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15408
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15344
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 15607
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15613
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15619
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15625
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 15781
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 15773
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15788
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15774
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 15681
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 15671
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15748
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15764
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15736
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15752
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15768
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15729
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15742
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15758
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15685
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 15889
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 15882
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15972
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15988
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16004
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15975
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15991
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16007
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15959
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15969
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15985
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16001
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15979
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15995
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15947
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16011
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15963
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15940
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15953
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 15893
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 16691
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestSecurityQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16697
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16709
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16715
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16721
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16703
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 16015
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16021
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16027
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16033
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 16086
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 16079
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16144
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16160
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16132
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16148
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16164
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16125
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16138
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16154
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16090
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 16318
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16324
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16330
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16336
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 16495
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 16487
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16502
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16488
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 16392
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 16382
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16475
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16446
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16462
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16478
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16472
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16450
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16466
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16482
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16440
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16456
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16396
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 16168
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16174
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16186
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16180
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 16239
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 16232
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16297
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16285
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16301
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16314
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16278
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16291
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16307
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16243
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 16506
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16512
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16518
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16524
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 16680
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 16672
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16687
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16673
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 16580
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 16570
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16647
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16663
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16635
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16651
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16667
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16628
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16641
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16657
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16584
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 16788
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 16781
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16871
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16887
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16903
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16874
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16890
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16906
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16858
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16868
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16884
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16900
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16878
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16894
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16846
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16910
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16862
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16839
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16852
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16792
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 17297
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of items to limit the widget to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17303
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order_by DashboardV2#order_by}",
            "stability": "stable",
            "summary": "order_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17309
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSortOrderBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSortOrderBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 17144
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestSortOrderBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_sort DashboardV2#formula_sort}",
            "stability": "stable",
            "summary": "formula_sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17150
          },
          "name": "formulaSort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSortOrderByFormulaSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_sort DashboardV2#group_sort}",
            "stability": "stable",
            "summary": "group_sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17156
          },
          "name": "groupSort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSortOrderByGroupSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestSortOrderBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSortOrderByFormulaSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSortOrderByFormulaSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 16914
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestSortOrderByFormulaSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "The index of the formula to sort by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16920
          },
          "name": "index",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting direction. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16926
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestSortOrderByFormulaSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSortOrderByFormulaSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSortOrderByFormulaSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 16972
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 16965
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestSortOrderByFormulaSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17012
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17025
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17005
          },
          "name": "index",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17018
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 16976
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSortOrderByFormulaSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestSortOrderByFormulaSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSortOrderByGroupSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSortOrderByGroupSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 17029
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestSortOrderByGroupSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the group tag to sort by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17035
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting direction. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17041
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestSortOrderByGroupSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSortOrderByGroupSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSortOrderByGroupSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 17087
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 17080
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestSortOrderByGroupSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17127
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17140
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17120
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17133
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17091
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSortOrderByGroupSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestSortOrderByGroupSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSortOrderByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSortOrderByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 17286
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 17278
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17293
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSortOrderByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestSortOrderByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17279
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestSortOrderByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSortOrderByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSortOrderByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 17205
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 17195
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17250
          },
          "name": "putFormulaSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSortOrderByFormulaSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17266
          },
          "name": "putGroupSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSortOrderByGroupSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17253
          },
          "name": "resetFormulaSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17269
          },
          "name": "resetGroupSort"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestSortOrderByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17247
          },
          "name": "formulaSort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSortOrderByFormulaSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17263
          },
          "name": "groupSort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSortOrderByGroupSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17257
          },
          "name": "formulaSortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSortOrderByFormulaSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17273
          },
          "name": "groupSortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSortOrderByGroupSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17209
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSortOrderBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestSortOrderByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 17355
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 17348
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17407
          },
          "name": "putOrderBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSortOrderBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17394
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17410
          },
          "name": "resetOrderBy"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17404
          },
          "name": "orderBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSortOrderByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17398
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17414
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17388
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17359
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 17418
      },
      "name": "DashboardV2WidgetSunburstDefinitionRequestStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order_by DashboardV2#order_by}",
            "stability": "stable",
            "summary": "How to order series. Valid values are `tags`, `values`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17424
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17430
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 17476
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 17469
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17515
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17531
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionRequestStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17519
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17535
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17509
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17525
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 17480
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 18272
      },
      "name": "DashboardV2WidgetSunburstDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18278
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18284
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 18042
      },
      "name": "DashboardV2WidgetSunburstDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18048
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18054
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 18100
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 18093
      },
      "name": "DashboardV2WidgetSunburstDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18140
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18153
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18133
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18146
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18104
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 18157
      },
      "name": "DashboardV2WidgetSunburstDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18163
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18169
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 18215
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 18208
      },
      "name": "DashboardV2WidgetSunburstDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18255
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18268
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18248
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18261
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18219
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 18330
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 18323
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18366
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18382
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18369
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18385
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetSunburstDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18363
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18379
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18373
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18389
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18334
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetSunburstDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetSunburstDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 10853
      },
      "name": "DashboardV2WidgetTimeseriesDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_link DashboardV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10919
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10859
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event DashboardV2#event}",
            "stability": "stable",
            "summary": "event block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10925
          },
          "name": "event",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10865
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#legend_columns DashboardV2#legend_columns}",
            "stability": "stable",
            "summary": "A list of columns to display in the legend. Valid values are `value`, `avg`, `sum`, `min`, `max`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10871
          },
          "name": "legendColumns",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#legend_layout DashboardV2#legend_layout}",
            "stability": "stable",
            "summary": "The layout of the legend displayed in the widget. Valid values are `auto`, `horizontal`, `vertical`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10877
          },
          "name": "legendLayout",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#legend_size DashboardV2#legend_size}",
            "stability": "stable",
            "summary": "The size of the legend displayed in the widget. Valid values are `0`, `2`, `4`, `8`, `16`, `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10883
          },
          "name": "legendSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10889
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#marker DashboardV2#marker}",
            "stability": "stable",
            "summary": "marker block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10931
          },
          "name": "marker",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10937
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#right_yaxis DashboardV2#right_yaxis}",
            "stability": "stable",
            "summary": "right_yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10943
          },
          "name": "rightYaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRightYaxis"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_legend DashboardV2#show_legend}",
            "stability": "stable",
            "summary": "Whether or not to show the legend on this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10895
          },
          "name": "showLegend",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10949
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10901
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10907
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10913
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#yaxis DashboardV2#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10955
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 18864
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionCustomLink",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_hidden DashboardV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18870
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18876
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#link DashboardV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18882
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#override_label DashboardV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18888
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 19076
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 19068
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19083
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionCustomLinkList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19069
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 18951
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 18941
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19011
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19027
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19043
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19059
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionCustomLinkOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19015
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19031
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19047
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19063
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19005
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19021
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19037
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19053
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 18955
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionEvent": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionEvent",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 19087
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionEvent",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The event query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19093
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tags_execution DashboardV2#tags_execution}",
            "stability": "stable",
            "summary": "The execution method for multi-value filters."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19099
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionEvent"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionEventList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionEventList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 19226
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 19218
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19233
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionEventOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionEventList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19219
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionEventList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionEventOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionEventOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 19148
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 19138
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19209
          },
          "name": "resetTagsExecution"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionEventOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19197
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19213
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19190
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19203
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19152
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionEvent"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionEventOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionMarker": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionMarker",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 19237
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionMarker",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be a single value `y = 15` or a range of values `0 < y < 10`. For Distribution widgets with `display_type` set to `percentile`, this should be a numeric percentile value (for example, `90` for P90).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19261
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "For Distribution widgets, this can be set to `percentile`. Example: `error dashed`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#display_type DashboardV2#display_type}",
            "stability": "stable",
            "summary": "Combination of a severity (`error`, `warning`, `ok`, or `info`) and a line type (`dashed`, `solid`, or `bold`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19243
          },
          "name": "displayType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Label to display over the marker."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19249
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "Timestamp for the marker position."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19255
          },
          "name": "time",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionMarker"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionMarkerList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionMarkerList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 19446
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 19438
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19453
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionMarkerOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionMarkerList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19439
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionMarkerList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionMarkerOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionMarkerOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 19324
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 19314
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19384
          },
          "name": "resetDisplayType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19400
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19416
          },
          "name": "resetTime"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionMarkerOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19388
          },
          "name": "displayTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19404
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19420
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19433
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19378
          },
          "name": "displayType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19394
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19410
          },
          "name": "time",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19426
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19328
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionMarker"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionMarkerOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 11106
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 11099
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11392
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11408
          },
          "name": "putEvent",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionEvent"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11424
          },
          "name": "putMarker",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionMarker"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11440
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11456
          },
          "name": "putRightYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRightYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11472
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11488
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11395
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11235
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11411
          },
          "name": "resetEvent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11251
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11267
          },
          "name": "resetLegendColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11283
          },
          "name": "resetLegendLayout"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11299
          },
          "name": "resetLegendSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11315
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11427
          },
          "name": "resetMarker"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11443
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11459
          },
          "name": "resetRightYaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11331
          },
          "name": "resetShowLegend"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11475
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11347
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11363
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11379
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11491
          },
          "name": "resetYaxis"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11389
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11405
          },
          "name": "event",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionEventList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11421
          },
          "name": "marker",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionMarkerList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11437
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11453
          },
          "name": "rightYaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRightYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11469
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11485
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11399
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11239
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11415
          },
          "name": "eventInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11255
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11271
          },
          "name": "legendColumnsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11287
          },
          "name": "legendLayoutInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11303
          },
          "name": "legendSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11319
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11431
          },
          "name": "markerInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11447
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11463
          },
          "name": "rightYaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRightYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11335
          },
          "name": "showLegendInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11479
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11367
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11351
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11383
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11495
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11229
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11245
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11261
          },
          "name": "legendColumns",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11277
          },
          "name": "legendLayout",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11293
          },
          "name": "legendSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11309
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11325
          },
          "name": "showLegend",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11341
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11357
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11373
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11110
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 9407
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_query DashboardV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9431
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#audit_query DashboardV2#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9437
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#display_type DashboardV2#display_type}",
            "stability": "stable",
            "summary": "How to display the marker lines. Valid values are `area`, `bars`, `line`, `overlay`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9413
          },
          "name": "displayType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9443
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9449
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#log_query DashboardV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9455
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metadata DashboardV2#metadata}",
            "stability": "stable",
            "summary": "metadata block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9461
          },
          "name": "metadata",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#network_query DashboardV2#network_query}",
            "stability": "stable",
            "summary": "network_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9467
          },
          "name": "networkQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#on_right_yaxis DashboardV2#on_right_yaxis}",
            "stability": "stable",
            "summary": "A Boolean indicating whether the request uses the right or left Y-Axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9419
          },
          "name": "onRightYaxis",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9473
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#profile_metrics_query DashboardV2#profile_metrics_query}",
            "stability": "stable",
            "summary": "profile_metrics_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9479
          },
          "name": "profileMetricsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9425
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9485
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#rum_query DashboardV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9491
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#security_query DashboardV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9497
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9503
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 20133
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestApmQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20139
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20151
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20157
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20163
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20145
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 19457
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19463
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19469
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19475
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 19528
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 19521
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19586
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19602
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19574
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19590
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19606
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19567
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19580
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19596
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19532
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 19760
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19766
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19772
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19778
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 19937
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 19929
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19944
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19930
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 19834
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 19824
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19917
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19888
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19904
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19920
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19914
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19892
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19908
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19924
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19882
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19898
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19838
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 19610
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19616
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19628
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19622
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 19681
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 19674
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19739
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19727
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19743
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19756
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19720
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19733
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19749
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19685
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 19948
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19954
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19960
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 19966
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 20122
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 20114
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20129
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20115
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 20022
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 20012
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20089
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20105
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20077
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20093
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20109
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20070
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20083
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20099
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20026
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 20230
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 20223
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20313
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20329
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20345
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20316
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20332
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20348
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20300
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20310
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20326
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20342
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20320
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20336
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20288
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20352
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20304
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20281
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20294
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20234
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 21032
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestAuditQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21038
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21050
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21056
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21062
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21044
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 20356
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20362
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20368
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20374
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 20427
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 20420
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20485
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20501
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20473
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20489
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20505
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20466
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20479
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20495
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20431
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 20659
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20665
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20671
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20677
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 20836
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 20828
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20843
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20829
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 20733
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 20723
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20816
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20787
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20803
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20819
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20813
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20791
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20807
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20823
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20781
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20797
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20737
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 20509
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20515
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20527
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20521
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 20580
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 20573
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20638
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20626
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20642
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20655
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20619
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20632
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20648
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20584
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 20847
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20853
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20859
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20865
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 21021
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 21013
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21028
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21014
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 20921
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 20911
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20988
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21004
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20976
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20992
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21008
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20969
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20982
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20998
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 20925
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 21129
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 21122
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21212
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21228
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21244
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21215
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21231
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21247
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21199
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21209
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21225
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21241
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21219
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21235
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21187
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21251
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21203
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21180
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21193
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21133
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 21931
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21937
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21949
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21955
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21961
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21943
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 21255
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestEventQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21261
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21267
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21273
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestEventQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 21326
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 21319
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21384
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21400
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestEventQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21372
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21388
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21404
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21365
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21378
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21394
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21330
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestEventQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 21558
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21564
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21570
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21576
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 21735
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 21727
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21742
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21728
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 21632
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 21622
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21715
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21686
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21702
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21718
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21712
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21690
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21706
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21722
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21680
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21696
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21636
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 21408
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestEventQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21414
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21426
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21420
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestEventQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 21479
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 21472
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21537
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestEventQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21525
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21541
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21554
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21518
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21531
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21547
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21483
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestEventQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 21746
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestEventQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21752
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21758
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21764
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestEventQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 21920
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 21912
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21927
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestEventQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21913
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestEventQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 21820
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 21810
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21887
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21903
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestEventQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21875
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21891
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21907
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21868
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21881
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21897
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 21824
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestEventQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 22028
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 22021
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22111
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22127
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22143
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22114
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22130
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22146
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22098
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22108
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22124
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22140
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22118
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22134
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22086
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22150
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22102
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22079
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22092
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22032
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 369
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 387
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 375
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 381
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 393
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 399
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 405
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 411
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 417
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 22154
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22160
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22166
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 22212
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 22205
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22251
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22267
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22255
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22271
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22245
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22261
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22216
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 22275
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22281
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22317
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22329
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22287
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22293
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22299
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22305
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22311
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22323
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 22653
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 22645
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22660
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22646
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 22427
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 22417
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22530
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22546
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22562
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22578
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22594
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22623
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22518
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22534
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22550
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22566
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22582
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22598
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22611
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22627
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22640
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22511
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22524
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22540
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22556
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22572
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22588
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22604
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22617
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22633
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22431
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 22664
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22670
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22676
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 22722
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 22715
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22761
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22777
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22765
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22781
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22755
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22771
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22726
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 718
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 710
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 725
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 711
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 130
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 136
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 142
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 188
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 181
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 224
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 237
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 240
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 221
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 234
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 228
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 244
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 192
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 22989
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22995
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 23001
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 22785
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22791
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22797
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 22843
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 22836
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22882
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22898
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22886
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22902
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22876
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22892
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22847
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 22906
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22912
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 22951
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 22944
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22985
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22978
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 22955
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs6800.ts",
          "line": 23047
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs6800.ts",
        "line": 23040
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 23083
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 23099
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 23086
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 23102
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 23080
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 23096
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 23090
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 23106
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs6800.ts",
            "line": 23051
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs6800:DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 47
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 53
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 92
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 85
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 126
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 119
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 96
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 508
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 498
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 634
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 650
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 666
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 682
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 698
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 592
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 608
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 637
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 653
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 669
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 685
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 701
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 631
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 647
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 663
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 679
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 695
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 596
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 612
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 641
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 657
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 625
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 673
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 689
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 705
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 586
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 602
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 618
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 512
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 248
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 254
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 260
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 306
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 299
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 345
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 361
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 365
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 349
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 339
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 355
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 310
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 10039
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 10031
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10046
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10032
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 1405
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestLogQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1411
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1423
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1429
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1435
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1417
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 729
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 735
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 741
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 747
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 800
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 793
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 858
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 874
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 846
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 862
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 878
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 839
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 852
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 868
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 804
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 1032
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1038
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1044
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1050
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 1209
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 1201
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1216
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1202
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 1106
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 1096
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1189
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1160
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1176
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1192
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1186
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1164
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1180
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1196
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1154
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1170
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1110
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 882
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 888
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 900
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 894
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 953
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 946
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1011
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 999
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1015
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1028
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 992
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1005
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1021
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 957
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 1220
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1226
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1232
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1238
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 1394
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 1386
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1401
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1387
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 1294
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 1284
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1361
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1377
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1349
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1365
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1381
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1342
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1355
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1371
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1298
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 1502
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 1495
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1585
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1601
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1617
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1588
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1604
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1620
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1572
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1582
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1598
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1614
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1592
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1608
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1560
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1624
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1576
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1553
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1566
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1506
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestMetadata": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestMetadata",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 1628
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestMetadata",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#expression DashboardV2#expression}",
            "stability": "stable",
            "summary": "The expression name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1640
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias_name DashboardV2#alias_name}",
            "stability": "stable",
            "summary": "The expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1634
          },
          "name": "aliasName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestMetadata"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestMetadataList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestMetadataList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 1767
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 1759
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1774
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestMetadataOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestMetadataList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1760
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestMetadataList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestMetadataOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestMetadataOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 1689
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 1679
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1737
          },
          "name": "resetAliasName"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestMetadataOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1741
          },
          "name": "aliasNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1754
          },
          "name": "expressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1731
          },
          "name": "aliasName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1747
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1693
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestMetadata"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestMetadataOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 2454
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestNetworkQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2460
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2472
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2478
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2484
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2466
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestNetworkQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 1778
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1784
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1790
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1796
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 1849
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 1842
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1907
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1923
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1895
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1911
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1927
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1888
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1901
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1917
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1853
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 2081
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2087
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2093
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2099
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 2258
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 2250
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2265
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2251
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 2155
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 2145
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2238
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2209
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2225
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2241
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2235
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2213
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2229
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2245
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2203
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2219
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2159
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 1931
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1937
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1949
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 1943
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 2002
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 1995
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2060
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2048
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2064
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2077
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2041
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2054
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2070
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2006
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 2269
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2275
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2281
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2287
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 2443
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 2435
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2450
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2436
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 2343
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 2333
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2410
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2426
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2398
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2414
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2430
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2391
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2404
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2420
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2347
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 2551
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 2544
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2634
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2650
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2666
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2637
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2653
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2669
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2621
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2631
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2647
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2663
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2641
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2657
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2609
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2673
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2625
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2602
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2615
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2555
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 9650
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 9640
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9827
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9843
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9859
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9875
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9891
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9907
          },
          "name": "putMetadata",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestMetadata"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9923
          },
          "name": "putNetworkQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9939
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9955
          },
          "name": "putProfileMetricsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9971
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9987
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10003
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10019
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9830
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9846
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9782
          },
          "name": "resetDisplayType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9862
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9878
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9894
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9910
          },
          "name": "resetMetadata"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9926
          },
          "name": "resetNetworkQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9798
          },
          "name": "resetOnRightYaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9942
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9958
          },
          "name": "resetProfileMetricsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9814
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9974
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9990
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10006
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10022
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9824
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9840
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9856
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9872
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9888
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9904
          },
          "name": "metadata",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestMetadataList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9920
          },
          "name": "networkQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9936
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9952
          },
          "name": "profileMetricsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9968
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9984
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10000
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10016
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9834
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9850
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9786
          },
          "name": "displayTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9866
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9882
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9898
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9914
          },
          "name": "metadataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9930
          },
          "name": "networkQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestNetworkQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9802
          },
          "name": "onRightYaxisInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9946
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9962
          },
          "name": "profileMetricsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9818
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9978
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9994
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10010
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10026
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9776
          },
          "name": "displayType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9792
          },
          "name": "onRightYaxis",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9808
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9654
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 2677
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2695
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#filter_by DashboardV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2683
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2689
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_by DashboardV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2701
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 2761
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 2754
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2812
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2828
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2857
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2816
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2832
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2845
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2861
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2806
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2822
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2838
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2851
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2765
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 3541
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3547
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3559
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3565
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3571
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3553
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 2865
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2871
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2877
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2883
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 2936
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 2929
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2994
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3010
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2982
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2998
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3014
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2975
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2988
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3004
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 2940
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 3168
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3174
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3180
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3186
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 3345
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 3337
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3352
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3338
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 3242
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 3232
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3325
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3296
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3312
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3328
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3322
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3300
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3316
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3332
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3290
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3306
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3246
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 3018
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3024
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3036
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3030
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 3089
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 3082
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3147
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3135
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3151
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3164
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3128
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3141
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3157
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3093
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 3356
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3362
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3368
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3374
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 3530
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 3522
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3537
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3523
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 3430
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 3420
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3497
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3513
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3485
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3501
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3517
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3478
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3491
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3507
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3434
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 3638
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 3631
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3721
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3737
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3753
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3724
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3740
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3756
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3708
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3718
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3734
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3750
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3728
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3744
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3696
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3760
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3712
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3689
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3702
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3642
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 7055
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7061
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7067
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7073
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7079
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7085
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7091
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7097
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 3764
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3776
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3782
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3794
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3800
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3818
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3824
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3830
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3770
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3788
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3806
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3812
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 3939
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 3932
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4032
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4074
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4116
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4132
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4036
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4049
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4062
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4078
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4091
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4104
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4120
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4136
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4149
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4162
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4175
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4026
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4042
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4055
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4068
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4084
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4097
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4110
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4126
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4142
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4155
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4168
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 3943
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 4179
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4191
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4197
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4209
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4239
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4245
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4185
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4203
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4215
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4221
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4227
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4233
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 4354
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 4347
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4447
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4489
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4518
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4534
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4550
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4566
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4451
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4464
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4477
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4493
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4506
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4522
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4538
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4554
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4570
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4583
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4596
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4441
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4457
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4470
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4483
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4499
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4512
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4528
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4544
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4560
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4576
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4589
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4358
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 4600
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4618
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4624
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4630
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4606
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4612
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 4697
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 4690
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4754
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4770
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4758
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4774
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4787
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4800
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4813
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4748
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4764
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4780
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4793
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4806
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4701
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 5729
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5765
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5741
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5753
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5735
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5771
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5777
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5747
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5783
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5759
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 4817
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4823
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4829
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4835
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 4991
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 4983
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4998
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4984
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 4891
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 4881
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4958
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4974
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4946
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4962
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4978
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4939
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4952
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4968
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 4895
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 5155
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5161
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5167
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5173
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 5493
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5499
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5505
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5511
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 5564
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 5557
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5635
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5622
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5638
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5632
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5610
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5626
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5642
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5603
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5616
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5568
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 5340
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5346
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5352
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5358
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 5411
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 5404
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5469
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5485
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5457
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5473
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5489
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5450
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5463
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5479
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5415
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 5329
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 5321
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5336
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5322
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 5229
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 5219
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5309
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5296
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5312
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5306
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5284
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5300
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5316
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5277
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5290
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5233
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 5002
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5008
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5014
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5020
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 5073
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 5066
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5131
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5147
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5119
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5135
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5151
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5112
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5125
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5141
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5077
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 5878
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 5871
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6030
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6043
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6059
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6075
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5959
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6046
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6062
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5988
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6078
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6017
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6027
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6040
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6056
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6072
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6034
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5963
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5976
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6066
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6050
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5992
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6005
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6082
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6021
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5953
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5969
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5982
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5998
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6011
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5882
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 5646
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5652
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 5691
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 5684
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5725
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5718
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 5695
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 7372
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 7364
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7379
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7365
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 6086
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6110
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6116
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6092
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6098
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6104
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6122
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 6196
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 6189
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6259
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6275
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6291
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6333
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6263
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6279
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6295
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6308
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6321
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6337
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6253
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6269
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6285
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6301
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6314
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6327
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6200
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 7181
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 7171
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7256
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7272
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7288
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7304
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7320
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7336
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7352
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7259
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7275
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7291
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7307
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7323
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7339
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7355
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7253
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7269
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7285
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7301
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7317
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7333
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7349
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7263
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7279
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7295
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7311
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7327
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7343
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7359
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7185
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 6341
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6359
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6377
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6383
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6347
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6353
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6365
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6371
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6389
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6395
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6401
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 6503
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 6496
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6590
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6606
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6635
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6651
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6693
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6709
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6725
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6594
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6610
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6623
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6639
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6655
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6668
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6681
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6697
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6713
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6729
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6584
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6600
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6616
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6629
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6645
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6661
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6674
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6687
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6703
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6719
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6507
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 6733
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6751
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6763
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6775
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6739
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6745
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6757
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6769
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6781
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 6869
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 6862
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6944
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6960
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6989
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7018
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7047
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6948
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6964
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6977
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6993
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7006
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7022
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7035
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7051
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6938
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6954
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6970
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6983
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6999
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7012
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7028
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7041
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 6873
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 8059
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestRumQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8065
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8077
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8083
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8089
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8071
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 7383
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7389
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7395
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7401
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 7454
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 7447
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7512
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7528
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7500
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7516
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7532
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7493
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7506
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7522
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7458
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 7686
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7692
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7698
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7704
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 7863
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 7855
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7870
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7856
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 7760
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 7750
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7843
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7814
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7830
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7846
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7840
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7818
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7834
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7850
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7808
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7824
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7764
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 7536
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7542
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7554
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7548
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 7607
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 7600
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7665
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7653
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7669
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7682
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7646
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7659
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7675
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7611
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 7874
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7880
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7886
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7892
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 8048
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 8040
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8055
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8041
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 7948
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 7938
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8015
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8031
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8003
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8019
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8035
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7996
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8009
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8025
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 7952
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 8156
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 8149
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8239
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8255
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8271
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8242
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8258
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8274
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8226
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8236
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8252
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8268
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8246
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8262
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8214
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8278
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8230
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8207
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8220
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8160
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 8958
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestSecurityQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8964
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8976
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8982
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8988
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8970
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 8282
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8288
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8294
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8300
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 8353
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 8346
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8411
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8427
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8399
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8415
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8431
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8392
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8405
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8421
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8357
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 8585
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8591
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8597
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8603
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 8762
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 8754
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8769
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8755
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 8659
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 8649
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8742
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8713
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8729
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8745
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8739
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8717
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8733
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8749
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8707
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8723
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8663
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 8435
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8441
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8453
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8447
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 8506
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 8499
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8564
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8552
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8568
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8581
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8545
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8558
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8574
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8510
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 8773
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8779
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8785
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8791
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 8947
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 8939
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8954
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8940
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 8847
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 8837
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8914
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8930
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8902
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8918
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8934
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8895
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8908
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8924
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 8851
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 9055
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 9048
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9138
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9154
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9170
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9141
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9157
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9173
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9125
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9135
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9151
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9167
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9145
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9161
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9113
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9177
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9129
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9106
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9119
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9059
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 9181
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#has_value_labels DashboardV2#has_value_labels}",
            "stability": "stable",
            "summary": "Whether to display value labels on the timeseries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9187
          },
          "name": "hasValueLabels",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#line_type DashboardV2#line_type}",
            "stability": "stable",
            "summary": "The type of lines displayed. Valid values are `dashed`, `dotted`, `solid`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9193
          },
          "name": "lineType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#line_width DashboardV2#line_width}",
            "stability": "stable",
            "summary": "The width of line displayed. Valid values are `normal`, `thick`, `thin`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9199
          },
          "name": "lineWidth",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order_by DashboardV2#order_by}",
            "stability": "stable",
            "summary": "How to order series in timeseries visualizations. Valid values are `tags`, `values`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9205
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9211
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 9278
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 9271
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9335
          },
          "name": "resetHasValueLabels"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9351
          },
          "name": "resetLineType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9367
          },
          "name": "resetLineWidth"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9383
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9399
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRequestStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9339
          },
          "name": "hasValueLabelsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9355
          },
          "name": "lineTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9371
          },
          "name": "lineWidthInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9387
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9403
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9329
          },
          "name": "hasValueLabels",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9345
          },
          "name": "lineType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9361
          },
          "name": "lineWidth",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9377
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9393
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 9282
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRightYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRightYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 10050
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionRightYaxis",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#include_zero DashboardV2#include_zero}",
            "stability": "stable",
            "summary": "Set to `true` to include zero."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10056
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph. Only usable on Scatterplot Widgets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10062
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#max DashboardV2#max}",
            "stability": "stable",
            "summary": "Specifies the maximum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10068
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#min DashboardV2#min}",
            "stability": "stable",
            "summary": "Specifies the minimum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10074
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#scale DashboardV2#scale}",
            "stability": "stable",
            "summary": "Specifies the scale type. Possible values are `linear`, `log`, `sqrt`, and `pow##` (for example `pow2` or `pow0.5`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10080
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRightYaxis"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRightYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRightYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 10147
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 10140
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10204
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10220
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10236
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10252
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10268
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionRightYaxisOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10208
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10224
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10240
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10256
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10272
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10198
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10214
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10230
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10246
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10262
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10151
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionRightYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionRightYaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 10506
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10512
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10518
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 10276
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10282
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10288
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 10334
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 10327
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10374
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10387
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10367
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10380
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10338
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 10391
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10397
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10403
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 10449
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 10442
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10489
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10502
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10482
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10495
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10453
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 10564
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 10557
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10600
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10616
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10603
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10619
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10597
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10613
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10607
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10623
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10568
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 10627
      },
      "name": "DashboardV2WidgetTimeseriesDefinitionYaxis",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#include_zero DashboardV2#include_zero}",
            "stability": "stable",
            "summary": "Set to `true` to include zero."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10633
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph. Only usable on Scatterplot Widgets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10639
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#max DashboardV2#max}",
            "stability": "stable",
            "summary": "Specifies the maximum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10645
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#min DashboardV2#min}",
            "stability": "stable",
            "summary": "Specifies the minimum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10651
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#scale DashboardV2#scale}",
            "stability": "stable",
            "summary": "Specifies the scale type. Possible values are `linear`, `log`, `sqrt`, and `pow##` (for example `pow2` or `pow0.5`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10657
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionYaxis"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 10724
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 10717
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10781
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10797
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10813
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10829
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10845
          },
          "name": "resetScale"
        }
      ],
      "name": "DashboardV2WidgetTimeseriesDefinitionYaxisOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10785
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10801
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10817
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10833
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10849
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10775
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10791
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10807
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10823
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10839
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 10728
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTimeseriesDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTimeseriesDefinitionYaxisOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 23942
      },
      "name": "DashboardV2WidgetToplistDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_link DashboardV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23984
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23948
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23954
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23960
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23990
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23996
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionStyle"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24002
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23966
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23972
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23978
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 11499
      },
      "name": "DashboardV2WidgetToplistDefinitionCustomLink",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_hidden DashboardV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11505
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11511
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#link DashboardV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11517
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#override_label DashboardV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11523
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 11711
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 11703
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11718
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionCustomLinkList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11704
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 11586
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 11576
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11646
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11662
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11678
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11694
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionCustomLinkOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11650
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11666
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11682
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11698
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11640
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11656
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11672
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11688
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11590
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 24104
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 24097
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24284
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24300
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24316
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24332
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24287
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24191
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24207
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24223
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24303
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24319
          },
          "name": "resetStyle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24335
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24239
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24255
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24271
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24281
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24297
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24313
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24329
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24291
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24195
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24211
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24227
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24307
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24323
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24339
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24259
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24243
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24275
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24185
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24201
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24217
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24233
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24249
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24265
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24108
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 22676
      },
      "name": "DashboardV2WidgetToplistDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_query DashboardV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22688
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#audit_query DashboardV2#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22694
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22700
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22706
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#log_query DashboardV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22712
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22718
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#q DashboardV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22682
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22724
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#rum_query DashboardV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22730
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#security_query DashboardV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22736
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22742
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22748
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 12398
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestApmQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12404
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12416
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12422
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12428
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12410
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 11722
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestApmQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11728
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11734
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11740
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 11793
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 11786
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11851
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11867
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11839
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11855
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11871
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11832
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11845
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11861
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11797
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 12025
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestApmQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12031
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12037
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12043
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 12202
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 12194
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12209
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestApmQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12195
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 12099
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 12089
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12182
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12153
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12169
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12185
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12179
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12157
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12173
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12189
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12147
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12163
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12103
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 11875
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11881
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11893
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11887
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 11946
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 11939
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12004
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11992
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12008
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12021
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11985
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11998
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12014
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 11950
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 12213
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestApmQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12219
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12225
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12231
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 12387
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 12379
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12394
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestApmQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12380
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 12287
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 12277
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12354
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12370
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12342
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12358
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12374
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12335
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12348
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12364
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12291
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 12495
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 12488
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12578
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12594
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12610
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12581
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12597
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12613
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12565
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestApmQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12575
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12591
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12607
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12585
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12601
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12553
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12617
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12569
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12546
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12559
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12499
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 13297
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestAuditQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13303
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13315
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13321
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13327
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13309
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 12621
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestAuditQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12627
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12633
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12639
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 12692
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 12685
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12750
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12766
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12738
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12754
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12770
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12731
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12744
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12760
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12696
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 12924
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestAuditQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12930
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12936
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12942
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 13101
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 13093
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13108
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestAuditQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13094
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 12998
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 12988
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13081
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13052
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13068
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13084
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13078
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13056
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13072
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13088
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13046
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13062
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13002
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 12774
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12780
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12792
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12786
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 12845
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 12838
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12903
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12891
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12907
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12920
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12884
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12897
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12913
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 12849
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 13112
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestAuditQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13118
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13124
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13130
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 13286
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 13278
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13293
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13279
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 13186
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 13176
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13253
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13269
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13241
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13257
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13273
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13234
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13247
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13263
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13190
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 13394
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 13387
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13477
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13493
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13509
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13480
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13496
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13512
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13464
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestAuditQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13474
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13490
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13506
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13484
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13500
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13452
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13516
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13468
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13445
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13458
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13398
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 13520
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13526
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13562
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13574
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13532
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13538
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13544
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13550
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13556
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13568
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 13898
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 13890
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13905
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13891
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 13672
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 13662
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13775
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13791
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13807
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13823
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13839
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13868
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13763
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13779
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13795
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13811
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13827
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13843
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13856
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13872
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13885
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13756
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13769
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13785
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13801
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13817
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13833
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13849
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13862
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13878
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13676
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 15187
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15205
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15193
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15199
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15211
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15217
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15223
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15229
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15235
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 13909
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13915
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13921
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 13967
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 13960
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14006
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14022
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14010
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14026
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14000
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14016
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 13971
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 14030
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14036
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14072
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14084
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14042
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14048
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14054
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14060
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14066
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14078
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 14408
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 14400
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14415
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14401
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 14182
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 14172
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14285
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14301
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14317
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14333
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14349
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14378
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14273
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14289
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14305
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14321
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14337
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14353
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14366
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14382
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14395
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14266
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14279
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14295
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14311
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14327
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14343
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14359
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14372
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14388
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14186
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 14419
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14425
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14431
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 14477
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 14470
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14516
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14532
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14520
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14536
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14510
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14526
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14481
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 15536
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 15528
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15543
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15529
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 14948
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14954
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14960
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 15006
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 14999
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15042
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15055
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15058
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15039
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15052
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15046
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15062
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15010
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 14744
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14750
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14756
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 14540
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14546
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14552
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 14598
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 14591
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14637
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14653
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14641
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14657
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14631
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14647
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14602
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 14661
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14667
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 14706
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 14699
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14740
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14733
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14710
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 14802
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 14795
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14838
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14854
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14841
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14857
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14835
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14851
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14845
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14861
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14806
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 14865
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14871
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 14910
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 14903
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14944
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14937
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 14914
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 15326
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 15316
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15452
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15468
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15484
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15500
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15516
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15410
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15426
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15455
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15471
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15487
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15503
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15519
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15449
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15465
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15481
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15497
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15513
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15414
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15430
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15459
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15475
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15443
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15491
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15507
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15523
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15404
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15420
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15436
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15330
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 15066
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15072
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15078
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 15124
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 15117
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15163
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15179
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15183
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15167
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15157
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15173
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15128
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 23168
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 23160
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23175
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23161
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 16223
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestLogQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16229
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16241
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16247
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16253
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16235
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 15547
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestLogQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15553
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15559
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15565
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 15618
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 15611
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15676
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15692
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15664
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15680
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15696
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15657
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15670
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15686
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15622
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 15850
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestLogQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15856
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15862
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15868
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 16027
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 16019
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16034
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestLogQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16020
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 15924
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 15914
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16007
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15978
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15994
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16010
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16004
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15982
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15998
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16014
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15972
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15988
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15928
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 15700
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15706
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15718
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15712
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 15771
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 15764
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15829
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15817
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15833
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15846
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15810
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15823
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15839
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 15775
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 16038
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestLogQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16044
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16050
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16056
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 16212
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 16204
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16219
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestLogQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16205
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 16112
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 16102
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16179
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16195
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16167
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16183
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16199
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16160
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16173
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16189
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16116
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 16320
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 16313
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16403
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16419
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16435
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16406
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16422
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16438
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16390
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestLogQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16400
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16416
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16432
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16410
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16426
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16378
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16442
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16394
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16371
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16384
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16324
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 22867
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 22857
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22988
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23004
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23020
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23036
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23052
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23068
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23084
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23100
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23116
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23132
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23148
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22991
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23007
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23023
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23039
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23055
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23071
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22975
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23087
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23103
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23119
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23135
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23151
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22985
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23001
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23017
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23033
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23049
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23065
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23081
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23097
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23113
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23129
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23145
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22995
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23011
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23027
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23043
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23059
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23075
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22979
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23091
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23107
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23123
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23139
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23155
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22969
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22871
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 16446
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16464
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#filter_by DashboardV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16452
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16458
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_by DashboardV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16470
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 16530
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 16523
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16581
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16597
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16626
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16585
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16601
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16614
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16630
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16575
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16591
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16607
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16620
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16534
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 19925
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19931
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19937
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19943
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19949
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19955
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19961
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19967
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 16634
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16646
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16652
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16664
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16670
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16688
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16694
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16700
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16640
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16658
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16676
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16682
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 16809
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 16802
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16902
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16944
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16986
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17002
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16906
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16919
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16932
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16948
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16961
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16974
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16990
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17006
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17019
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17032
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17045
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16896
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16912
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16925
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16938
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16954
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16967
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16980
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16996
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17012
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17025
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17038
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 16813
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 17049
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17061
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17067
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17079
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17109
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17115
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17055
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17073
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17085
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17091
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17097
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17103
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 17224
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 17217
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17317
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17359
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17388
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17404
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17420
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17436
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17321
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17334
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17347
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17363
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17376
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17392
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17408
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17424
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17440
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17453
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17466
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17311
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17327
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17340
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17353
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17369
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17382
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17398
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17414
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17430
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17446
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17459
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17228
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 17470
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17488
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17494
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17500
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17476
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17482
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 17567
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 17560
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17624
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17640
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17628
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17644
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17657
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17670
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17683
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17618
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17634
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17650
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17663
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17676
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17571
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 18599
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18635
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18611
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18623
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18605
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18641
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18647
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18617
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18653
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18629
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 17687
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17693
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17699
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17705
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 17861
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 17853
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17868
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17854
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 17761
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 17751
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17828
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17844
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17816
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17832
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17848
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17809
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17822
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17838
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17765
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 18025
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18031
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18037
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18043
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 18363
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18369
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18375
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18381
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 18434
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 18427
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18505
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18492
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18508
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18502
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18480
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18496
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18512
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18473
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18486
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18438
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 18210
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18216
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18222
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18228
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 18281
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 18274
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18339
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18355
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18327
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18343
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18359
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18320
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18333
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18349
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18285
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 18199
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 18191
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18206
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18192
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 18099
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 18089
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18179
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18166
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18182
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18176
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18154
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18170
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18186
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18147
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18160
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18103
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 17872
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17878
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17884
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17890
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 17943
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 17936
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18001
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18017
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17989
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18005
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18021
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17982
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17995
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18011
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 17947
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 18748
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 18741
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18900
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18913
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18929
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18945
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18829
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18916
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18932
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18858
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18948
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18887
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18897
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18910
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18926
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18942
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18904
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18833
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18846
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18936
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18920
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18862
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18875
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18952
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18891
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18823
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18839
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18852
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18868
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18881
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18752
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 18516
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18522
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 18561
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 18554
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18595
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18588
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18565
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 20242
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 20234
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20249
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20235
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 18956
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18980
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18986
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18962
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18968
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18974
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 18992
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 19066
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 19059
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19129
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19145
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19161
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19203
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19133
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19149
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19165
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19178
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19191
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19207
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19123
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19139
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19155
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19171
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19184
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19197
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19070
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 20051
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 20041
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20126
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20142
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20158
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20174
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20190
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20206
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20222
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20129
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20145
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20161
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20177
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20193
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20209
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20225
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20123
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20139
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20155
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20171
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20187
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20203
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20219
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20133
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20149
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20165
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20181
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20197
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20213
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20229
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20055
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 19211
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19229
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19247
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19253
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19217
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19223
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19235
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19241
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19259
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19265
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19271
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 19373
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 19366
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19460
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19476
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19505
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19521
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19563
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19579
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19595
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19464
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19480
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19493
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19509
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19525
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19538
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19551
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19567
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19583
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19599
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19454
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19470
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19486
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19499
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19515
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19531
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19544
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19557
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19573
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19589
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19377
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 19603
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19621
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19633
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19645
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19609
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19615
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19627
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19639
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19651
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 19739
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 19732
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19814
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19830
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19859
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19888
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19917
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19818
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19834
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19847
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19863
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19876
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19892
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19905
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19921
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19808
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19824
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19840
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19853
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19869
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19882
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19898
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19911
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 19743
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 20929
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestRumQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20935
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20947
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20953
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20959
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20941
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 20253
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestRumQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20259
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20265
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20271
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 20324
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 20317
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20382
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20398
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20370
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20386
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20402
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20363
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20376
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20392
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20328
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 20556
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestRumQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20562
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20568
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20574
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 20733
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 20725
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20740
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestRumQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20726
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 20630
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 20620
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20713
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20684
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20700
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20716
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20710
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20688
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20704
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20720
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20678
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20694
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20634
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 20406
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20412
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20424
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20418
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 20477
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 20470
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20535
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20523
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20539
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20552
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20516
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20529
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20545
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20481
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 20744
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestRumQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20750
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20756
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20762
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 20918
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 20910
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20925
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestRumQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20911
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 20818
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 20808
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20885
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20901
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20873
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20889
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20905
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20866
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20879
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20895
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 20822
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 21026
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 21019
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21109
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21125
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21141
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21112
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21128
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21144
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21096
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestRumQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21106
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21122
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21138
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21116
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21132
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21084
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21148
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21100
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21077
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21090
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21030
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 21828
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestSecurityQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21834
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute_query DashboardV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21846
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21852
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#multi_compute DashboardV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21858
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search_query DashboardV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21840
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 21152
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21158
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21164
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21170
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 21223
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 21216
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21281
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21297
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21269
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21285
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21301
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21262
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21275
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21291
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21227
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 21455
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestSecurityQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21461
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21467
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort_query DashboardV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21473
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 21632
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 21624
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21639
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestSecurityQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21625
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 21529
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 21519
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21612
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21583
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21599
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21615
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21609
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21587
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21603
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21619
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21577
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21593
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21533
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 21305
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21311
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21323
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21317
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 21376
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 21369
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21434
          },
          "name": "resetFacet"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21422
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21438
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21451
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21415
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21428
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21444
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21380
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 21643
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21649
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21655
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21661
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 21817
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 21809
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21824
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21810
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 21717
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 21707
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21784
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21800
          },
          "name": "resetInterval"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21772
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21788
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21804
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21765
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21778
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21794
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21721
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 21925
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 21918
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22008
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22024
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22040
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22011
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22027
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22043
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21995
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestSecurityQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22005
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22021
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22037
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22015
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22031
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21983
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22047
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21999
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21976
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21989
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 21929
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 22434
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of items to limit the widget to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22440
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order_by DashboardV2#order_by}",
            "stability": "stable",
            "summary": "order_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22446
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSortOrderBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSortOrderBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 22281
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestSortOrderBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_sort DashboardV2#formula_sort}",
            "stability": "stable",
            "summary": "formula_sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22287
          },
          "name": "formulaSort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSortOrderByFormulaSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_sort DashboardV2#group_sort}",
            "stability": "stable",
            "summary": "group_sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22293
          },
          "name": "groupSort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSortOrderByGroupSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestSortOrderBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSortOrderByFormulaSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSortOrderByFormulaSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 22051
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestSortOrderByFormulaSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "The index of the formula to sort by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22057
          },
          "name": "index",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting direction. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22063
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestSortOrderByFormulaSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSortOrderByFormulaSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSortOrderByFormulaSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 22109
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 22102
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestSortOrderByFormulaSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22149
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22162
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22142
          },
          "name": "index",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22155
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22113
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSortOrderByFormulaSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestSortOrderByFormulaSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSortOrderByGroupSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSortOrderByGroupSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 22166
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestSortOrderByGroupSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the group tag to sort by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22172
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting direction. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22178
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestSortOrderByGroupSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSortOrderByGroupSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSortOrderByGroupSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 22224
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 22217
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestSortOrderByGroupSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22264
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22277
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22257
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22270
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22228
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSortOrderByGroupSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestSortOrderByGroupSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSortOrderByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSortOrderByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 22423
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 22415
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22430
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSortOrderByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestSortOrderByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22416
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestSortOrderByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSortOrderByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSortOrderByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 22342
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 22332
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22387
          },
          "name": "putFormulaSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSortOrderByFormulaSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22403
          },
          "name": "putGroupSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSortOrderByGroupSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22390
          },
          "name": "resetFormulaSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22406
          },
          "name": "resetGroupSort"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestSortOrderByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22384
          },
          "name": "formulaSort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSortOrderByFormulaSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22400
          },
          "name": "groupSort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSortOrderByGroupSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22394
          },
          "name": "formulaSortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSortOrderByFormulaSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22410
          },
          "name": "groupSortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSortOrderByGroupSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22346
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSortOrderBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestSortOrderByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 22492
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 22485
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22544
          },
          "name": "putOrderBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSortOrderBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22531
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22547
          },
          "name": "resetOrderBy"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22541
          },
          "name": "orderBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSortOrderByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22535
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22551
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22525
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22496
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 22555
      },
      "name": "DashboardV2WidgetToplistDefinitionRequestStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order_by DashboardV2#order_by}",
            "stability": "stable",
            "summary": "How to order series. Valid values are `tags`, `values`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22561
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22567
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 22613
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 22606
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22652
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22668
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionRequestStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22656
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22672
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22646
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22662
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 22617
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 23435
      },
      "name": "DashboardV2WidgetToplistDefinitionStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#display DashboardV2#display}",
            "stability": "stable",
            "summary": "display block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23453
          },
          "name": "display",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionStyleDisplay"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette for the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23441
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#scaling DashboardV2#scaling}",
            "stability": "stable",
            "summary": "The scaling mode for the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23447
          },
          "name": "scaling",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionStyleDisplay": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionStyleDisplay",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 23314
      },
      "name": "DashboardV2WidgetToplistDefinitionStyleDisplay",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#flat DashboardV2#flat}",
            "stability": "stable",
            "summary": "flat block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23320
          },
          "name": "flat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionStyleDisplayFlat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stacked DashboardV2#stacked}",
            "stability": "stable",
            "summary": "stacked block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23326
          },
          "name": "stacked",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionStyleDisplayStacked"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionStyleDisplay"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionStyleDisplayFlat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionStyleDisplayFlat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 23179
      },
      "name": "DashboardV2WidgetToplistDefinitionStyleDisplayFlat",
      "namespace": "dashboardV2",
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionStyleDisplayFlat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionStyleDisplayFlatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionStyleDisplayFlatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 23209
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 23202
      },
      "name": "DashboardV2WidgetToplistDefinitionStyleDisplayFlatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23213
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionStyleDisplayFlat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionStyleDisplayFlatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionStyleDisplayOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionStyleDisplayOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 23372
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 23365
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23408
          },
          "name": "putFlat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionStyleDisplayFlat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23424
          },
          "name": "putStacked",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionStyleDisplayStacked"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23411
          },
          "name": "resetFlat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23427
          },
          "name": "resetStacked"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionStyleDisplayOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23405
          },
          "name": "flat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionStyleDisplayFlatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23421
          },
          "name": "stacked",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionStyleDisplayStackedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23415
          },
          "name": "flatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionStyleDisplayFlat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23431
          },
          "name": "stackedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionStyleDisplayStacked"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23376
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionStyleDisplay"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionStyleDisplayOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionStyleDisplayStacked": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionStyleDisplayStacked",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 23228
      },
      "name": "DashboardV2WidgetToplistDefinitionStyleDisplayStacked",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#legend DashboardV2#legend}",
            "stability": "stable",
            "summary": "Legend behavior for the stacked top list. Valid values are `automatic`, `inline`, `none`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23234
          },
          "name": "legend",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionStyleDisplayStacked"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionStyleDisplayStackedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionStyleDisplayStackedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 23273
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 23266
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23306
          },
          "name": "resetLegend"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionStyleDisplayStackedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23310
          },
          "name": "legendInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23300
          },
          "name": "legend",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23277
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionStyleDisplayStacked"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionStyleDisplayStackedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 23506
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 23499
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23580
          },
          "name": "putDisplay",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionStyleDisplay"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23583
          },
          "name": "resetDisplay"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23551
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23567
          },
          "name": "resetScaling"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23577
          },
          "name": "display",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionStyleDisplayOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23587
          },
          "name": "displayInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionStyleDisplay"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23555
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23571
          },
          "name": "scalingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23545
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23561
          },
          "name": "scaling",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23510
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 23821
      },
      "name": "DashboardV2WidgetToplistDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23827
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23833
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 23591
      },
      "name": "DashboardV2WidgetToplistDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23597
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23603
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 23649
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 23642
      },
      "name": "DashboardV2WidgetToplistDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23689
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23702
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23682
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23695
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23653
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 23706
      },
      "name": "DashboardV2WidgetToplistDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23712
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23718
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 23764
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 23757
      },
      "name": "DashboardV2WidgetToplistDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23804
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23817
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23797
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23810
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23768
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 23879
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 23872
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23915
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23931
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23918
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23934
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetToplistDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23912
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23928
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23922
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23938
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 23883
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetToplistDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetToplistDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 640
      },
      "name": "DashboardV2WidgetTopologyMapDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_link DashboardV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 682
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 646
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 652
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 658
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 688
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 694
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 664
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 670
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 676
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTopologyMapDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 24343
      },
      "name": "DashboardV2WidgetTopologyMapDefinitionCustomLink",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_hidden DashboardV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24349
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24355
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#link DashboardV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24361
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#override_label DashboardV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24367
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTopologyMapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 24555
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 24547
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24562
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetTopologyMapDefinitionCustomLinkList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24548
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTopologyMapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 24430
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 24420
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24490
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24506
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24522
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24538
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardV2WidgetTopologyMapDefinitionCustomLinkOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24494
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24510
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24526
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24542
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24484
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24500
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24516
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24532
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24434
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTopologyMapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 789
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 782
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 963
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 979
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 995
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 966
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 870
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 886
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 902
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 982
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 998
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 918
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 934
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 950
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetTopologyMapDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 960
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 976
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 992
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 970
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 874
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 890
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 906
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 986
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1002
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 938
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 922
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 954
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 864
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 880
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 896
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 912
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 928
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 944
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 793
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTopologyMapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 139
      },
      "name": "DashboardV2WidgetTopologyMapDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request_type DashboardV2#request_type}",
            "stability": "stable",
            "summary": "The request type for the Topology request ('topology')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 145
          },
          "name": "requestType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 151
          },
          "name": "query",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionRequestQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTopologyMapDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 278
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 270
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 285
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetTopologyMapDefinitionRequestList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 271
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTopologyMapDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 200
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 190
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 258
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionRequestQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 261
          },
          "name": "resetQuery"
        }
      ],
      "name": "DashboardV2WidgetTopologyMapDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 255
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionRequestQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 265
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionRequestQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 249
          },
          "name": "requestTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 242
          },
          "name": "requestType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 204
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTopologyMapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 24566
      },
      "name": "DashboardV2WidgetTopologyMapDefinitionRequestQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for the Topology request ('service_map' or 'data_streams')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24572
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#filters DashboardV2#filters}",
            "stability": "stable",
            "summary": "Your environment and primary tag (or `*` if enabled for your account)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24578
          },
          "name": "filters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "Name of the service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24584
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTopologyMapDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7200.ts",
          "line": 24637
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7200.ts",
        "line": 24630
      },
      "name": "DashboardV2WidgetTopologyMapDefinitionRequestQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24683
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24696
          },
          "name": "filtersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24709
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24676
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24689
          },
          "name": "filters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24702
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7200.ts",
            "line": 24641
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionRequestQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7200:DashboardV2WidgetTopologyMapDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 519
      },
      "name": "DashboardV2WidgetTopologyMapDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 525
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 531
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTopologyMapDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 289
      },
      "name": "DashboardV2WidgetTopologyMapDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 295
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 301
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTopologyMapDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 347
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 340
      },
      "name": "DashboardV2WidgetTopologyMapDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 387
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 400
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 380
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 393
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 351
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTopologyMapDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 404
      },
      "name": "DashboardV2WidgetTopologyMapDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 410
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 416
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTopologyMapDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 462
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 455
      },
      "name": "DashboardV2WidgetTopologyMapDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 502
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 515
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 495
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 508
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 466
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTopologyMapDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 577
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 570
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 613
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 629
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 616
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 632
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetTopologyMapDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 610
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 626
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 620
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 636
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 581
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTopologyMapDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTopologyMapDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTraceServiceDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTraceServiceDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 1357
      },
      "name": "DashboardV2WidgetTraceServiceDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1375
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1393
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#span_name DashboardV2#span_name}",
            "stability": "stable",
            "summary": "APM span name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1441
          },
          "name": "spanName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1363
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#display_format DashboardV2#display_format}",
            "stability": "stable",
            "summary": "The number of columns to display. Valid values are `one_column`, `two_column`, `three_column`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1369
          },
          "name": "displayFormat",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1381
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1387
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_breakdown DashboardV2#show_breakdown}",
            "stability": "stable",
            "summary": "Whether to show the latency breakdown or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1399
          },
          "name": "showBreakdown",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_distribution DashboardV2#show_distribution}",
            "stability": "stable",
            "summary": "Whether to show the latency distribution or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1405
          },
          "name": "showDistribution",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_errors DashboardV2#show_errors}",
            "stability": "stable",
            "summary": "Whether to show the error metrics or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1411
          },
          "name": "showErrors",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_hits DashboardV2#show_hits}",
            "stability": "stable",
            "summary": "Whether to show the hits metrics or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1417
          },
          "name": "showHits",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_latency DashboardV2#show_latency}",
            "stability": "stable",
            "summary": "Whether to show the latency metrics or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1423
          },
          "name": "showLatency",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#show_resource_list DashboardV2#show_resource_list}",
            "stability": "stable",
            "summary": "Whether to show the resource list or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1429
          },
          "name": "showResourceList",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#size_format DashboardV2#size_format}",
            "stability": "stable",
            "summary": "The size of the widget. Valid values are `small`, `medium`, `large`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1435
          },
          "name": "sizeFormat",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1465
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTraceServiceDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1447
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1453
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1459
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTraceServiceDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTraceServiceDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTraceServiceDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 1623
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 1616
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2018
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTraceServiceDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1758
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1774
          },
          "name": "resetDisplayFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1803
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1819
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1848
          },
          "name": "resetShowBreakdown"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1864
          },
          "name": "resetShowDistribution"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1880
          },
          "name": "resetShowErrors"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1896
          },
          "name": "resetShowHits"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1912
          },
          "name": "resetShowLatency"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1928
          },
          "name": "resetShowResourceList"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1944
          },
          "name": "resetSizeFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2021
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1973
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1989
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2005
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetTraceServiceDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2015
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTraceServiceDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1762
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1778
          },
          "name": "displayFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1791
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1807
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1823
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1836
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1852
          },
          "name": "showBreakdownInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1868
          },
          "name": "showDistributionInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1884
          },
          "name": "showErrorsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1900
          },
          "name": "showHitsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1916
          },
          "name": "showLatencyInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1932
          },
          "name": "showResourceListInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1948
          },
          "name": "sizeFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1961
          },
          "name": "spanNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2025
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTraceServiceDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1993
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1977
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2009
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1752
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1768
          },
          "name": "displayFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1784
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1797
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1813
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1829
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1842
          },
          "name": "showBreakdown",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1858
          },
          "name": "showDistribution",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1874
          },
          "name": "showErrors",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1890
          },
          "name": "showHits",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1906
          },
          "name": "showLatency",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1922
          },
          "name": "showResourceList",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1938
          },
          "name": "sizeFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1954
          },
          "name": "spanName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1967
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1983
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1999
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1627
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTraceServiceDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTraceServiceDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTraceServiceDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTraceServiceDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 1236
      },
      "name": "DashboardV2WidgetTraceServiceDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1242
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTraceServiceDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1248
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTraceServiceDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTraceServiceDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTraceServiceDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTraceServiceDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 1006
      },
      "name": "DashboardV2WidgetTraceServiceDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1012
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1018
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTraceServiceDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTraceServiceDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTraceServiceDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 1064
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 1057
      },
      "name": "DashboardV2WidgetTraceServiceDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1104
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1117
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1097
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1110
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1068
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTraceServiceDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTraceServiceDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTraceServiceDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTraceServiceDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 1121
      },
      "name": "DashboardV2WidgetTraceServiceDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1127
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1133
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTraceServiceDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTraceServiceDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTraceServiceDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 1179
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 1172
      },
      "name": "DashboardV2WidgetTraceServiceDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1219
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1232
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1212
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1225
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1183
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTraceServiceDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTraceServiceDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTraceServiceDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTraceServiceDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 1294
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 1287
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1330
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTraceServiceDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1346
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTraceServiceDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1333
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1349
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetTraceServiceDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1327
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTraceServiceDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1343
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTraceServiceDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1337
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTraceServiceDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1353
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTraceServiceDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 1298
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTraceServiceDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTraceServiceDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 8708
      },
      "name": "DashboardV2WidgetTreemapDefinition",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_links DashboardV2#custom_links}",
            "stability": "stable",
            "summary": "custom_links block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8750
          },
          "name": "customLinks",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionCustomLinks"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#description DashboardV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8714
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_incomplete_cost_data DashboardV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8720
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live_span DashboardV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8726
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#request DashboardV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8756
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#time DashboardV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8762
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title DashboardV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8732
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_align DashboardV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8738
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#title_size DashboardV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8744
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinition"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionCustomLinks": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionCustomLinks",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 2029
      },
      "name": "DashboardV2WidgetTreemapDefinitionCustomLinks",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_hidden DashboardV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2035
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2041
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#link DashboardV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2047
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#override_label DashboardV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2053
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionCustomLinks"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionCustomLinksList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionCustomLinksList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 2241
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 2233
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2248
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionCustomLinksOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetTreemapDefinitionCustomLinksList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2234
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionCustomLinks"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionCustomLinksList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionCustomLinksOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionCustomLinksOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 2116
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 2106
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2176
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2192
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2208
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2224
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "DashboardV2WidgetTreemapDefinitionCustomLinksOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2180
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2196
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2212
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2228
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2170
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2186
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2202
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2218
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2120
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionCustomLinks"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionCustomLinksOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 8857
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 8850
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9031
          },
          "name": "putCustomLinks",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionCustomLinks"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9047
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9063
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9034
          },
          "name": "resetCustomLinks"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8938
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8954
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8970
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9050
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9066
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8986
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9002
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9018
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "DashboardV2WidgetTreemapDefinitionOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9028
          },
          "name": "customLinks",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionCustomLinksList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9044
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9060
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9038
          },
          "name": "customLinksInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionCustomLinks"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8942
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8958
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8974
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9054
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9070
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9006
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8990
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9022
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8932
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8948
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8964
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8980
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8996
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9012
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8861
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinition"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 8134
      },
      "name": "DashboardV2WidgetTreemapDefinitionRequest",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula DashboardV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8140
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8146
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8152
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8158
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequest"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 3530
      },
      "name": "DashboardV2WidgetTreemapDefinitionRequestFormula",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_expression DashboardV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3548
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#alias DashboardV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3536
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode DashboardV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3542
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cell_display_mode_options DashboardV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3554
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#conditional_formats DashboardV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3560
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3566
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#number_format DashboardV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3572
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#style DashboardV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3578
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 2252
      },
      "name": "DashboardV2WidgetTreemapDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#trend_type DashboardV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2258
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y_scale DashboardV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2264
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 2310
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 2303
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2349
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2365
          },
          "name": "resetYScale"
        }
      ],
      "name": "DashboardV2WidgetTreemapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2353
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2369
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2343
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2359
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2314
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 2373
      },
      "name": "DashboardV2WidgetTreemapDefinitionRequestFormulaConditionalFormats",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#comparator DashboardV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2379
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2415
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2427
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_bg_color DashboardV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2385
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom_fg_color DashboardV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2391
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#hide_value DashboardV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2397
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#image_url DashboardV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2403
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2409
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#timeframe DashboardV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2421
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 2751
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 2743
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2758
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetTreemapDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2744
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 2525
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 2515
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2628
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2644
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2660
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2676
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2692
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2721
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "DashboardV2WidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2616
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2632
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2648
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2664
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2680
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2696
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2709
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2725
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2738
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2609
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2622
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2638
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2654
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2670
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2686
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2702
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2715
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2731
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2529
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 2762
      },
      "name": "DashboardV2WidgetTreemapDefinitionRequestFormulaLimit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2768
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2774
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 2820
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 2813
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2859
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2875
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetTreemapDefinitionRequestFormulaLimitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2863
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2879
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2853
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2869
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2824
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 3879
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 3871
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3886
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetTreemapDefinitionRequestFormulaList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3872
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 3291
      },
      "name": "DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormat",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3297
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_scale DashboardV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3303
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 3349
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 3342
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3385
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3398
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3401
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3382
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3395
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3389
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3405
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3353
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 3087
      },
      "name": "DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#canonical DashboardV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3093
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#custom DashboardV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3099
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 2883
      },
      "name": "DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#per_unit_name DashboardV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2889
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2895
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 2941
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 2934
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2980
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2996
          },
          "name": "resetUnitName"
        }
      ],
      "name": "DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2984
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3000
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2974
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2990
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 2945
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 3004
      },
      "name": "DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#label DashboardV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3010
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 3049
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 3042
      },
      "name": "DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3083
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3076
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3053
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 3145
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 3138
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3181
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3197
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3184
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3200
          },
          "name": "resetCustom"
        }
      ],
      "name": "DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3178
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3194
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3188
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3204
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3149
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 3208
      },
      "name": "DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit_name DashboardV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3214
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 3253
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 3246
      },
      "name": "DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3287
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3280
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3257
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 3669
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 3659
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3795
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3811
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3827
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3843
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3859
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3753
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3769
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3798
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3814
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3830
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3846
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3862
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetTreemapDefinitionRequestFormulaOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3792
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3808
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3824
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3840
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3856
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3757
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3773
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3802
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3818
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3786
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3834
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3850
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3866
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3747
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3763
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3779
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3673
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 3409
      },
      "name": "DashboardV2WidgetTreemapDefinitionRequestFormulaStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3415
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette_index DashboardV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3421
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 3467
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 3460
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3506
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3522
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "DashboardV2WidgetTreemapDefinitionRequestFormulaStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3526
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3510
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3500
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3516
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3471
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 8346
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 8338
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8353
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetTreemapDefinitionRequestList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8339
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 8221
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 8211
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8278
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8294
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8310
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8326
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8281
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8297
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8313
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8329
          },
          "name": "resetStyle"
        }
      ],
      "name": "DashboardV2WidgetTreemapDefinitionRequestOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8275
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8291
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8307
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8323
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8285
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8301
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8317
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8333
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8225
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 7181
      },
      "name": "DashboardV2WidgetTreemapDefinitionRequestQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_dependency_stats_query DashboardV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7187
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#apm_resource_stats_query DashboardV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7193
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cloud_cost_query DashboardV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7199
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#event_query DashboardV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7205
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric_query DashboardV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7211
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#process_query DashboardV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7217
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query DashboardV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7223
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 3890
      },
      "name": "DashboardV2WidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3902
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3908
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3920
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3926
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3944
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3950
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3956
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3896
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_upstream DashboardV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3914
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3932
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 3938
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 4065
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 4058
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4158
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4200
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4242
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4258
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "DashboardV2WidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4162
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4175
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4188
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4204
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4217
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4230
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4246
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4262
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4275
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4288
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4301
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4152
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4168
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4181
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4194
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4210
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4223
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4236
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4252
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4268
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4281
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4294
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4069
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 4305
      },
      "name": "DashboardV2WidgetTreemapDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4317
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#env DashboardV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4323
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4335
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#service DashboardV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4365
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#stat DashboardV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4371
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4311
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4329
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#operation_name DashboardV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4341
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_name DashboardV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4347
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#primary_tag_value DashboardV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4353
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#resource_name DashboardV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4359
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 4480
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 4473
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4573
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4615
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4644
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4660
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4676
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4692
          },
          "name": "resetResourceName"
        }
      ],
      "name": "DashboardV2WidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4577
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4590
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4603
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4619
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4632
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4648
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4664
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4680
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4696
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4709
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4722
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4567
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4583
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4596
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4609
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4625
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4638
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4654
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4670
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4686
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4702
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4715
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4484
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 4726
      },
      "name": "DashboardV2WidgetTreemapDefinitionRequestQueryCloudCostQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4744
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4750
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4756
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4732
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4738
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 4823
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 4816
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4880
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4896
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "DashboardV2WidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4884
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4900
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4913
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4926
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4939
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4874
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4890
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4906
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4919
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4932
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4827
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 5855
      },
      "name": "DashboardV2WidgetTreemapDefinitionRequestQueryEventQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#compute DashboardV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5891
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5867
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5879
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5861
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by DashboardV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5897
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_by_fields DashboardV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5903
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#indexes DashboardV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5873
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#search DashboardV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5909
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#storage DashboardV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5885
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 4943
      },
      "name": "DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryCompute",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4949
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#interval DashboardV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4955
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 4961
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 5117
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 5109
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5124
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryComputeList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5110
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 5017
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 5007
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5084
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5100
          },
          "name": "resetMetric"
        }
      ],
      "name": "DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5072
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5088
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5104
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5065
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5078
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5094
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5021
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 5281
      },
      "name": "DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#facet DashboardV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5287
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5293
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5299
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 5619
      },
      "name": "DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fields DashboardV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5625
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5631
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5637
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 5690
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 5683
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5761
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5748
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5764
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5758
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5736
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5752
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5768
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5729
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5742
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5694
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 5466
      },
      "name": "DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5472
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5478
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5484
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 5537
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 5530
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5595
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5611
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5583
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5599
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5615
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5576
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5589
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5605
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5541
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 5455
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 5447
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5462
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5448
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 5355
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 5345
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5435
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5422
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5438
          },
          "name": "resetSort"
        }
      ],
      "name": "DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5432
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5410
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5426
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5442
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5403
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5416
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5359
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 5128
      },
      "name": "DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregation DashboardV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5134
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5140
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5146
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 5199
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 5192
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5257
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5273
          },
          "name": "resetOrder"
        }
      ],
      "name": "DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5245
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5261
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5277
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5238
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5251
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5267
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5203
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 6004
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 5997
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6156
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6169
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6185
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6201
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6085
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6172
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6188
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6114
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6204
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6143
          },
          "name": "resetStorage"
        }
      ],
      "name": "DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6153
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6166
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6182
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6198
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6160
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6089
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6102
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6192
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6176
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6118
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6131
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6208
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6147
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6079
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6095
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6108
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6124
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6137
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6008
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 5772
      },
      "name": "DashboardV2WidgetTreemapDefinitionRequestQueryEventQuerySearch",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5778
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 5817
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 5810
      },
      "name": "DashboardV2WidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5851
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5844
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 5821
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 7498
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 7490
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7505
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetTreemapDefinitionRequestQueryList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7491
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 6212
      },
      "name": "DashboardV2WidgetTreemapDefinitionRequestQueryMetricQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6236
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#query DashboardV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6242
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6218
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6224
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6230
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#semantic_mode DashboardV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6248
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 6322
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 6315
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6385
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6401
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6417
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6459
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "DashboardV2WidgetTreemapDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6389
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6405
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6421
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6434
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6447
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6463
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6379
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6395
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6411
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6427
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6440
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6453
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6326
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 7307
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 7297
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7382
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7398
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7414
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7430
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7446
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7462
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7478
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7385
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7401
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7417
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7433
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7449
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7465
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7481
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "DashboardV2WidgetTreemapDefinitionRequestQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7379
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7395
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7411
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7427
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7443
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7459
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7475
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7389
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7405
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7421
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7437
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7453
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7469
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7485
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7311
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 6467
      },
      "name": "DashboardV2WidgetTreemapDefinitionRequestQueryProcessQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6485
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#metric DashboardV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6503
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6509
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#aggregator DashboardV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6473
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6479
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_normalized_cpu DashboardV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6491
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#limit DashboardV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6497
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#sort DashboardV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6515
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#tag_filters DashboardV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6521
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#text_filter DashboardV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6527
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 6629
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 6622
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6716
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6732
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6761
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6777
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6819
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6835
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6851
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "DashboardV2WidgetTreemapDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6720
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6736
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6749
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6765
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6781
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6794
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6807
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6823
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6839
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6855
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6710
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6726
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6742
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6755
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6771
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6787
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6800
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6813
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6829
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6845
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6633
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 6859
      },
      "name": "DashboardV2WidgetTreemapDefinitionRequestQuerySloQuery",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#data_source DashboardV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6877
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#measure DashboardV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6889
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_id DashboardV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6901
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#additional_query_filters DashboardV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6865
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#cross_org_uuids DashboardV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6871
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_mode DashboardV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6883
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6895
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#slo_query_type DashboardV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6907
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 6995
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 6988
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7070
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7086
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7115
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7144
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7173
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "DashboardV2WidgetTreemapDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7074
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7090
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7103
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7119
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7132
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7148
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7161
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7177
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7064
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7080
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7096
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7109
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7125
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7138
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7154
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7167
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 6999
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 7892
      },
      "name": "DashboardV2WidgetTreemapDefinitionRequestSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#count DashboardV2#count}",
            "stability": "stable",
            "summary": "The number of items to limit the widget to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7898
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order_by DashboardV2#order_by}",
            "stability": "stable",
            "summary": "order_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7904
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSortOrderBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSortOrderBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 7739
      },
      "name": "DashboardV2WidgetTreemapDefinitionRequestSortOrderBy",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#formula_sort DashboardV2#formula_sort}",
            "stability": "stable",
            "summary": "formula_sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7745
          },
          "name": "formulaSort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSortOrderByFormulaSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#group_sort DashboardV2#group_sort}",
            "stability": "stable",
            "summary": "group_sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7751
          },
          "name": "groupSort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSortOrderByGroupSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestSortOrderBy"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSortOrderByFormulaSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSortOrderByFormulaSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 7509
      },
      "name": "DashboardV2WidgetTreemapDefinitionRequestSortOrderByFormulaSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#index DashboardV2#index}",
            "stability": "stable",
            "summary": "The index of the formula to sort by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7515
          },
          "name": "index",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting direction. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7521
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestSortOrderByFormulaSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSortOrderByFormulaSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSortOrderByFormulaSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 7567
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 7560
      },
      "name": "DashboardV2WidgetTreemapDefinitionRequestSortOrderByFormulaSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7607
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7620
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7600
          },
          "name": "index",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7613
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7571
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSortOrderByFormulaSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestSortOrderByFormulaSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSortOrderByGroupSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSortOrderByGroupSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 7624
      },
      "name": "DashboardV2WidgetTreemapDefinitionRequestSortOrderByGroupSort",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#name DashboardV2#name}",
            "stability": "stable",
            "summary": "The name of the group tag to sort by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7630
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order DashboardV2#order}",
            "stability": "stable",
            "summary": "Widget sorting direction. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7636
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestSortOrderByGroupSort"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSortOrderByGroupSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSortOrderByGroupSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 7682
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 7675
      },
      "name": "DashboardV2WidgetTreemapDefinitionRequestSortOrderByGroupSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7722
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7735
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7715
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7728
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7686
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSortOrderByGroupSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestSortOrderByGroupSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSortOrderByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSortOrderByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 7881
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 7873
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7888
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSortOrderByOutputReference"
            }
          }
        }
      ],
      "name": "DashboardV2WidgetTreemapDefinitionRequestSortOrderByList",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7874
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestSortOrderByList"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSortOrderByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSortOrderByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 7800
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 7790
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7845
          },
          "name": "putFormulaSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSortOrderByFormulaSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7861
          },
          "name": "putGroupSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSortOrderByGroupSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7848
          },
          "name": "resetFormulaSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7864
          },
          "name": "resetGroupSort"
        }
      ],
      "name": "DashboardV2WidgetTreemapDefinitionRequestSortOrderByOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7842
          },
          "name": "formulaSort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSortOrderByFormulaSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7858
          },
          "name": "groupSort",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSortOrderByGroupSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7852
          },
          "name": "formulaSortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSortOrderByFormulaSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7868
          },
          "name": "groupSortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSortOrderByGroupSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7804
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSortOrderBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestSortOrderByOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 7950
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 7943
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8002
          },
          "name": "putOrderBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSortOrderBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7989
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8005
          },
          "name": "resetOrderBy"
        }
      ],
      "name": "DashboardV2WidgetTreemapDefinitionRequestSortOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7999
          },
          "name": "orderBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSortOrderByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7993
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8009
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7983
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 7954
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestSort"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestSortOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 8013
      },
      "name": "DashboardV2WidgetTreemapDefinitionRequestStyle",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#order_by DashboardV2#order_by}",
            "stability": "stable",
            "summary": "How to order series. Valid values are `tags`, `values`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8019
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#palette DashboardV2#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8025
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 8071
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 8064
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8110
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8126
          },
          "name": "resetPalette"
        }
      ],
      "name": "DashboardV2WidgetTreemapDefinitionRequestStyleOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8114
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8130
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8104
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8120
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8075
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 8587
      },
      "name": "DashboardV2WidgetTreemapDefinitionTime",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#fixed DashboardV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8593
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#live DashboardV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8599
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionTime"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 8357
      },
      "name": "DashboardV2WidgetTreemapDefinitionTimeFixed",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#from DashboardV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8363
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#to DashboardV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8369
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 8415
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 8408
      },
      "name": "DashboardV2WidgetTreemapDefinitionTimeFixedOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8455
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8468
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8448
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8461
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8419
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 8472
      },
      "name": "DashboardV2WidgetTreemapDefinitionTimeLive",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#unit DashboardV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8478
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#value DashboardV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8484
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 8530
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 8523
      },
      "name": "DashboardV2WidgetTreemapDefinitionTimeLiveOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8570
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8583
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8563
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8576
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8534
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 8645
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 8638
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8681
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8697
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8684
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8700
          },
          "name": "resetLive"
        }
      ],
      "name": "DashboardV2WidgetTreemapDefinitionTimeOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8678
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8694
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8688
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8704
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 8649
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetTreemapDefinitionTime"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetTreemapDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetWidgetLayout": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetWidgetLayout",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 9074
      },
      "name": "DashboardV2WidgetWidgetLayout",
      "namespace": "dashboardV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#height DashboardV2#height}",
            "stability": "stable",
            "summary": "The height of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9080
          },
          "name": "height",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#width DashboardV2#width}",
            "stability": "stable",
            "summary": "The width of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9092
          },
          "name": "width",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#x DashboardV2#x}",
            "stability": "stable",
            "summary": "The position of the widget on the x (horizontal) axis. Must be greater than or equal to 0."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9098
          },
          "name": "x",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#y DashboardV2#y}",
            "stability": "stable",
            "summary": "The position of the widget on the y (vertical) axis. Must be greater than or equal to 0."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9104
          },
          "name": "y",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Only one widget in the dashboard should have this property set to `true`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dashboard_v2#is_column_break DashboardV2#is_column_break}",
            "stability": "stable",
            "summary": "Whether the widget should be the first one on the second column in high density or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9086
          },
          "name": "isColumnBreak",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetWidgetLayout"
    },
    "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetWidgetLayoutOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetWidgetLayoutOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dashboard-v2/index-structs/structs7600.ts",
          "line": 9171
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dashboard-v2/index-structs/structs7600.ts",
        "line": 9164
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9241
          },
          "name": "resetIsColumnBreak"
        }
      ],
      "name": "DashboardV2WidgetWidgetLayoutOutputReference",
      "namespace": "dashboardV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9229
          },
          "name": "heightInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9245
          },
          "name": "isColumnBreakInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9258
          },
          "name": "widthInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9271
          },
          "name": "xInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9284
          },
          "name": "yInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9222
          },
          "name": "height",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9235
          },
          "name": "isColumnBreak",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9251
          },
          "name": "width",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9264
          },
          "name": "x",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9277
          },
          "name": "y",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dashboard-v2/index-structs/structs7600.ts",
            "line": 9175
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dashboardV2.DashboardV2WidgetWidgetLayout"
          }
        }
      ],
      "symbolId": "src/dashboard-v2/index-structs/structs7600:DashboardV2WidgetWidgetLayoutOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnection": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/action_connection datadog_action_connection}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnection",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/action_connection datadog_action_connection} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-action-connection/index.ts",
          "line": 831
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-action-connection/index.ts",
        "line": 799
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogActionConnection resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 816
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogActionConnection to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/action_connection#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogActionConnection that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogActionConnection to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 884
          },
          "name": "putHttp",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttp"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 887
          },
          "name": "resetHttp"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 899
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 906
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogActionConnection",
      "namespace": "dataDatadogActionConnection",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 804
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 875
          },
          "name": "aws",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionAwsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 881
          },
          "name": "http",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 869
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 891
          },
          "name": "httpInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttp"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 864
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 857
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnection"
    },
    "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionAws": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionAws",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-action-connection/index.ts",
        "line": 110
      },
      "name": "DataDatadogActionConnectionAws",
      "namespace": "dataDatadogActionConnection",
      "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionAws"
    },
    "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionAwsAssumeRole": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionAwsAssumeRole",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-action-connection/index.ts",
        "line": 31
      },
      "name": "DataDatadogActionConnectionAwsAssumeRole",
      "namespace": "dataDatadogActionConnection",
      "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionAwsAssumeRole"
    },
    "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionAwsAssumeRoleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionAwsAssumeRoleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-action-connection/index.ts",
          "line": 62
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-action-connection/index.ts",
        "line": 54
      },
      "name": "DataDatadogActionConnectionAwsAssumeRoleOutputReference",
      "namespace": "dataDatadogActionConnection",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 91
          },
          "name": "accountId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 96
          },
          "name": "externalId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 101
          },
          "name": "principalId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 106
          },
          "name": "role",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 66
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionAwsAssumeRole"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionAwsAssumeRoleOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionAwsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionAwsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-action-connection/index.ts",
          "line": 141
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-action-connection/index.ts",
        "line": 133
      },
      "name": "DataDatadogActionConnectionAwsOutputReference",
      "namespace": "dataDatadogActionConnection",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 171
          },
          "name": "assumeRole",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionAwsAssumeRoleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 145
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionAws"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionAwsOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-action-connection/index.ts",
        "line": 14
      },
      "name": "DataDatadogActionConnectionConfig",
      "namespace": "dataDatadogActionConnection",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/action_connection#id DataDatadogActionConnection#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "ID for Connection."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 23
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/action_connection#http DataDatadogActionConnection#http}",
            "stability": "stable",
            "summary": "http block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 29
          },
          "name": "http",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttp"
          }
        }
      ],
      "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionConfig"
    },
    "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttp": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttp",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-action-connection/index.ts",
        "line": 694
      },
      "name": "DataDatadogActionConnectionHttp",
      "namespace": "dataDatadogActionConnection",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/action_connection#token_auth DataDatadogActionConnection#token_auth}",
            "stability": "stable",
            "summary": "token_auth block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 700
          },
          "name": "tokenAuth",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuth"
          }
        }
      ],
      "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionHttp"
    },
    "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-action-connection/index.ts",
          "line": 740
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-action-connection/index.ts",
        "line": 732
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 784
          },
          "name": "putTokenAuth",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuth"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 787
          },
          "name": "resetTokenAuth"
        }
      ],
      "name": "DataDatadogActionConnectionHttpOutputReference",
      "namespace": "dataDatadogActionConnection",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 775
          },
          "name": "baseUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 781
          },
          "name": "tokenAuth",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 791
          },
          "name": "tokenAuthInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuth"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 744
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttp"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionHttpOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuth": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuth",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-action-connection/index.ts",
        "line": 522
      },
      "name": "DataDatadogActionConnectionHttpTokenAuth",
      "namespace": "dataDatadogActionConnection",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/action_connection#header DataDatadogActionConnection#header}",
            "stability": "stable",
            "summary": "header block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 528
          },
          "name": "header",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthHeader"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/action_connection#token DataDatadogActionConnection#token}",
            "stability": "stable",
            "summary": "token block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 534
          },
          "name": "token",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthToken"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/action_connection#url_parameter DataDatadogActionConnection#url_parameter}",
            "stability": "stable",
            "summary": "url_parameter block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 540
          },
          "name": "urlParameter",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthUrlParameter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionHttpTokenAuth"
    },
    "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthBody": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthBody",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-action-connection/index.ts",
        "line": 175
      },
      "name": "DataDatadogActionConnectionHttpTokenAuthBody",
      "namespace": "dataDatadogActionConnection",
      "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionHttpTokenAuthBody"
    },
    "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthBodyOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthBodyOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-action-connection/index.ts",
          "line": 206
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-action-connection/index.ts",
        "line": 198
      },
      "name": "DataDatadogActionConnectionHttpTokenAuthBodyOutputReference",
      "namespace": "dataDatadogActionConnection",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 235
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 240
          },
          "name": "contentType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 210
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthBody"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionHttpTokenAuthBodyOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthHeader": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthHeader",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-action-connection/index.ts",
        "line": 244
      },
      "name": "DataDatadogActionConnectionHttpTokenAuthHeader",
      "namespace": "dataDatadogActionConnection",
      "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionHttpTokenAuthHeader"
    },
    "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthHeaderList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthHeaderList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-action-connection/index.ts",
          "line": 324
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-action-connection/index.ts",
        "line": 316
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 331
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthHeaderOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogActionConnectionHttpTokenAuthHeaderList",
      "namespace": "dataDatadogActionConnection",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 317
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthHeader"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionHttpTokenAuthHeaderList"
    },
    "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthHeaderOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthHeaderOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-action-connection/index.ts",
          "line": 277
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-action-connection/index.ts",
        "line": 267
      },
      "name": "DataDatadogActionConnectionHttpTokenAuthHeaderOutputReference",
      "namespace": "dataDatadogActionConnection",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 306
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 311
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 281
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthHeader"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionHttpTokenAuthHeaderOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-action-connection/index.ts",
          "line": 594
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-action-connection/index.ts",
        "line": 586
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 651
          },
          "name": "putHeader",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthHeader"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 667
          },
          "name": "putToken",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthToken"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 683
          },
          "name": "putUrlParameter",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthUrlParameter"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 654
          },
          "name": "resetHeader"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 670
          },
          "name": "resetToken"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 686
          },
          "name": "resetUrlParameter"
        }
      ],
      "name": "DataDatadogActionConnectionHttpTokenAuthOutputReference",
      "namespace": "dataDatadogActionConnection",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 642
          },
          "name": "body",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthBodyOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 648
          },
          "name": "header",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthHeaderList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 664
          },
          "name": "token",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthTokenList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 680
          },
          "name": "urlParameter",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthUrlParameterList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 658
          },
          "name": "headerInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthHeader"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 674
          },
          "name": "tokenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthToken"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 690
          },
          "name": "urlParameterInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthUrlParameter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 598
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuth"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionHttpTokenAuthOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthToken": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthToken",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-action-connection/index.ts",
        "line": 335
      },
      "name": "DataDatadogActionConnectionHttpTokenAuthToken",
      "namespace": "dataDatadogActionConnection",
      "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionHttpTokenAuthToken"
    },
    "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthTokenList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthTokenList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-action-connection/index.ts",
          "line": 420
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-action-connection/index.ts",
        "line": 412
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 427
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthTokenOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogActionConnectionHttpTokenAuthTokenList",
      "namespace": "dataDatadogActionConnection",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 413
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthToken"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionHttpTokenAuthTokenList"
    },
    "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthTokenOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthTokenOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-action-connection/index.ts",
          "line": 368
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-action-connection/index.ts",
        "line": 358
      },
      "name": "DataDatadogActionConnectionHttpTokenAuthTokenOutputReference",
      "namespace": "dataDatadogActionConnection",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 397
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 402
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 407
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 372
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthToken"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionHttpTokenAuthTokenOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthUrlParameter": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthUrlParameter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-action-connection/index.ts",
        "line": 431
      },
      "name": "DataDatadogActionConnectionHttpTokenAuthUrlParameter",
      "namespace": "dataDatadogActionConnection",
      "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionHttpTokenAuthUrlParameter"
    },
    "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthUrlParameterList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthUrlParameterList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-action-connection/index.ts",
          "line": 511
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-action-connection/index.ts",
        "line": 503
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 518
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthUrlParameterOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogActionConnectionHttpTokenAuthUrlParameterList",
      "namespace": "dataDatadogActionConnection",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 504
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthUrlParameter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionHttpTokenAuthUrlParameterList"
    },
    "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthUrlParameterOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthUrlParameterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-action-connection/index.ts",
          "line": 464
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-action-connection/index.ts",
        "line": 454
      },
      "name": "DataDatadogActionConnectionHttpTokenAuthUrlParameterOutputReference",
      "namespace": "dataDatadogActionConnection",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 493
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 498
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-action-connection/index.ts",
            "line": 468
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogActionConnection.DataDatadogActionConnectionHttpTokenAuthUrlParameter"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-action-connection/index:DataDatadogActionConnectionHttpTokenAuthUrlParameterOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogApiKey.DataDatadogApiKey": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/api_key datadog_api_key}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogApiKey.DataDatadogApiKey",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/api_key datadog_api_key} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-api-key/index.ts",
          "line": 73
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogApiKey.DataDatadogApiKeyConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-api-key/index.ts",
        "line": 41
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogApiKey resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-api-key/index.ts",
            "line": 58
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogApiKey to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/api_key#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogApiKey that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogApiKey to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-api-key/index.ts",
            "line": 106
          },
          "name": "resetExactMatch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-api-key/index.ts",
            "line": 122
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-api-key/index.ts",
            "line": 143
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-api-key/index.ts",
            "line": 160
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-api-key/index.ts",
            "line": 168
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogApiKey",
      "namespace": "dataDatadogApiKey",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-api-key/index.ts",
            "line": 46
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-api-key/index.ts",
            "line": 131
          },
          "name": "key",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-api-key/index.ts",
            "line": 152
          },
          "name": "remoteConfigReadEnabled",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-api-key/index.ts",
            "line": 110
          },
          "name": "exactMatchInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-api-key/index.ts",
            "line": 126
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-api-key/index.ts",
            "line": 147
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-api-key/index.ts",
            "line": 100
          },
          "name": "exactMatch",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-api-key/index.ts",
            "line": 116
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-api-key/index.ts",
            "line": 137
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-api-key/index:DataDatadogApiKey"
    },
    "@cdktn/provider-datadog.dataDatadogApiKey.DataDatadogApiKeyConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogApiKey.DataDatadogApiKeyConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-api-key/index.ts",
        "line": 14
      },
      "name": "DataDatadogApiKeyConfig",
      "namespace": "dataDatadogApiKey",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/api_key#exact_match DataDatadogApiKey#exact_match}",
            "stability": "stable",
            "summary": "Whether to use exact match when searching by name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-api-key/index.ts",
            "line": 20
          },
          "name": "exactMatch",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/api_key#id DataDatadogApiKey#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "The ID of this resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-api-key/index.ts",
            "line": 29
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/api_key#name DataDatadogApiKey#name}",
            "stability": "stable",
            "summary": "Name for API Key."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-api-key/index.ts",
            "line": 35
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-api-key/index:DataDatadogApiKeyConfig"
    },
    "@cdktn/provider-datadog.dataDatadogApmRetentionFiltersOrder.DataDatadogApmRetentionFiltersOrder": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/apm_retention_filters_order datadog_apm_retention_filters_order}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogApmRetentionFiltersOrder.DataDatadogApmRetentionFiltersOrder",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/apm_retention_filters_order datadog_apm_retention_filters_order} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-apm-retention-filters-order/index.ts",
          "line": 52
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogApmRetentionFiltersOrder.DataDatadogApmRetentionFiltersOrderConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-apm-retention-filters-order/index.ts",
        "line": 20
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogApmRetentionFiltersOrder resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-apm-retention-filters-order/index.ts",
            "line": 37
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogApmRetentionFiltersOrder to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/apm_retention_filters_order#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogApmRetentionFiltersOrder that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogApmRetentionFiltersOrder to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-apm-retention-filters-order/index.ts",
            "line": 88
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-apm-retention-filters-order/index.ts",
            "line": 93
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogApmRetentionFiltersOrder",
      "namespace": "dataDatadogApmRetentionFiltersOrder",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-apm-retention-filters-order/index.ts",
            "line": 25
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-apm-retention-filters-order/index.ts",
            "line": 75
          },
          "name": "filterIds",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-apm-retention-filters-order/index.ts",
            "line": 80
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-apm-retention-filters-order/index:DataDatadogApmRetentionFiltersOrder"
    },
    "@cdktn/provider-datadog.dataDatadogApmRetentionFiltersOrder.DataDatadogApmRetentionFiltersOrderConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogApmRetentionFiltersOrder.DataDatadogApmRetentionFiltersOrderConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-apm-retention-filters-order/index.ts",
        "line": 14
      },
      "name": "DataDatadogApmRetentionFiltersOrderConfig",
      "namespace": "dataDatadogApmRetentionFiltersOrder",
      "symbolId": "src/data-datadog-apm-retention-filters-order/index:DataDatadogApmRetentionFiltersOrderConfig"
    },
    "@cdktn/provider-datadog.dataDatadogAppBuilderApp.DataDatadogAppBuilderApp": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/app_builder_app datadog_app_builder_app}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogAppBuilderApp.DataDatadogAppBuilderApp",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/app_builder_app datadog_app_builder_app} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-app-builder-app/index.ts",
          "line": 61
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogAppBuilderApp.DataDatadogAppBuilderAppConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-app-builder-app/index.ts",
        "line": 29
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogAppBuilderApp resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-app-builder-app/index.ts",
            "line": 46
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogAppBuilderApp to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/app_builder_app#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogAppBuilderApp that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogAppBuilderApp to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-app-builder-app/index.ts",
            "line": 132
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-app-builder-app/index.ts",
            "line": 138
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogAppBuilderApp",
      "namespace": "dataDatadogAppBuilderApp",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-app-builder-app/index.ts",
            "line": 34
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-app-builder-app/index.ts",
            "line": 86
          },
          "name": "actionQueryNamesToConnectionIds",
          "type": {
            "fqn": "cdktn.StringMap"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-app-builder-app/index.ts",
            "line": 91
          },
          "name": "appJson",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-app-builder-app/index.ts",
            "line": 96
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-app-builder-app/index.ts",
            "line": 114
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-app-builder-app/index.ts",
            "line": 119
          },
          "name": "published",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-app-builder-app/index.ts",
            "line": 124
          },
          "name": "rootInstanceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-app-builder-app/index.ts",
            "line": 109
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-app-builder-app/index.ts",
            "line": 102
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-app-builder-app/index:DataDatadogAppBuilderApp"
    },
    "@cdktn/provider-datadog.dataDatadogAppBuilderApp.DataDatadogAppBuilderAppConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogAppBuilderApp.DataDatadogAppBuilderAppConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-app-builder-app/index.ts",
        "line": 14
      },
      "name": "DataDatadogAppBuilderAppConfig",
      "namespace": "dataDatadogAppBuilderApp",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/app_builder_app#id DataDatadogAppBuilderApp#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "ID for the App."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-app-builder-app/index.ts",
            "line": 23
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-app-builder-app/index:DataDatadogAppBuilderAppConfig"
    },
    "@cdktn/provider-datadog.dataDatadogAwsCurConfig.DataDatadogAwsCurConfig": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/aws_cur_config datadog_aws_cur_config}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogAwsCurConfig.DataDatadogAwsCurConfig",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/aws_cur_config datadog_aws_cur_config} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-aws-cur-config/index.ts",
          "line": 132
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogAwsCurConfig.DataDatadogAwsCurConfigConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-aws-cur-config/index.ts",
        "line": 100
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogAwsCurConfig resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-aws-cur-config/index.ts",
            "line": 117
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogAwsCurConfig to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/aws_cur_config#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogAwsCurConfig that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogAwsCurConfig to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-aws-cur-config/index.ts",
            "line": 233
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-aws-cur-config/index.ts",
            "line": 239
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogAwsCurConfig",
      "namespace": "dataDatadogAwsCurConfig",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-aws-cur-config/index.ts",
            "line": 105
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-aws-cur-config/index.ts",
            "line": 225
          },
          "name": "accountFilters",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogAwsCurConfig.DataDatadogAwsCurConfigAccountFiltersOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-aws-cur-config/index.ts",
            "line": 156
          },
          "name": "accountId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-aws-cur-config/index.ts",
            "line": 161
          },
          "name": "bucketName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-aws-cur-config/index.ts",
            "line": 166
          },
          "name": "bucketRegion",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-aws-cur-config/index.ts",
            "line": 184
          },
          "name": "createdAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-aws-cur-config/index.ts",
            "line": 189
          },
          "name": "errorMessages",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-aws-cur-config/index.ts",
            "line": 194
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-aws-cur-config/index.ts",
            "line": 199
          },
          "name": "reportName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-aws-cur-config/index.ts",
            "line": 204
          },
          "name": "reportPrefix",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-aws-cur-config/index.ts",
            "line": 209
          },
          "name": "status",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-aws-cur-config/index.ts",
            "line": 214
          },
          "name": "statusUpdatedAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-aws-cur-config/index.ts",
            "line": 219
          },
          "name": "updatedAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-aws-cur-config/index.ts",
            "line": 179
          },
          "name": "cloudAccountIdInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-aws-cur-config/index.ts",
            "line": 172
          },
          "name": "cloudAccountId",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/data-datadog-aws-cur-config/index:DataDatadogAwsCurConfig"
    },
    "@cdktn/provider-datadog.dataDatadogAwsCurConfig.DataDatadogAwsCurConfigAccountFilters": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogAwsCurConfig.DataDatadogAwsCurConfigAccountFilters",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-aws-cur-config/index.ts",
        "line": 22
      },
      "name": "DataDatadogAwsCurConfigAccountFilters",
      "namespace": "dataDatadogAwsCurConfig",
      "symbolId": "src/data-datadog-aws-cur-config/index:DataDatadogAwsCurConfigAccountFilters"
    },
    "@cdktn/provider-datadog.dataDatadogAwsCurConfig.DataDatadogAwsCurConfigAccountFiltersOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogAwsCurConfig.DataDatadogAwsCurConfigAccountFiltersOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-aws-cur-config/index.ts",
          "line": 53
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-aws-cur-config/index.ts",
        "line": 45
      },
      "name": "DataDatadogAwsCurConfigAccountFiltersOutputReference",
      "namespace": "dataDatadogAwsCurConfig",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-aws-cur-config/index.ts",
            "line": 82
          },
          "name": "excludedAccounts",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-aws-cur-config/index.ts",
            "line": 92
          },
          "name": "includedAccounts",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-aws-cur-config/index.ts",
            "line": 87
          },
          "name": "includeNewAccounts",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-aws-cur-config/index.ts",
            "line": 57
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogAwsCurConfig.DataDatadogAwsCurConfigAccountFilters"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-aws-cur-config/index:DataDatadogAwsCurConfigAccountFiltersOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogAwsCurConfig.DataDatadogAwsCurConfigConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogAwsCurConfig.DataDatadogAwsCurConfigConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-aws-cur-config/index.ts",
        "line": 14
      },
      "name": "DataDatadogAwsCurConfigConfig",
      "namespace": "dataDatadogAwsCurConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/aws_cur_config#cloud_account_id DataDatadogAwsCurConfig#cloud_account_id}",
            "stability": "stable",
            "summary": "The Datadog cloud account ID for the AWS CUR configuration you want to retrieve information about."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-aws-cur-config/index.ts",
            "line": 20
          },
          "name": "cloudAccountId",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/data-datadog-aws-cur-config/index:DataDatadogAwsCurConfigConfig"
    },
    "@cdktn/provider-datadog.dataDatadogAzureUcConfig.DataDatadogAzureUcConfig": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/azure_uc_config datadog_azure_uc_config}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogAzureUcConfig.DataDatadogAzureUcConfig",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/azure_uc_config datadog_azure_uc_config} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-azure-uc-config/index.ts",
          "line": 216
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogAzureUcConfig.DataDatadogAzureUcConfigConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-azure-uc-config/index.ts",
        "line": 184
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogAzureUcConfig resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-azure-uc-config/index.ts",
            "line": 201
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogAzureUcConfig to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/azure_uc_config#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogAzureUcConfig that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogAzureUcConfig to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-azure-uc-config/index.ts",
            "line": 313
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-azure-uc-config/index.ts",
            "line": 319
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogAzureUcConfig",
      "namespace": "dataDatadogAzureUcConfig",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-azure-uc-config/index.ts",
            "line": 189
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-azure-uc-config/index.ts",
            "line": 240
          },
          "name": "accountId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-azure-uc-config/index.ts",
            "line": 299
          },
          "name": "actualBillConfig",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogAzureUcConfig.DataDatadogAzureUcConfigActualBillConfigOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-azure-uc-config/index.ts",
            "line": 305
          },
          "name": "amortizedBillConfig",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogAzureUcConfig.DataDatadogAzureUcConfigAmortizedBillConfigOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-azure-uc-config/index.ts",
            "line": 245
          },
          "name": "clientId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-azure-uc-config/index.ts",
            "line": 263
          },
          "name": "createdAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-azure-uc-config/index.ts",
            "line": 268
          },
          "name": "errorMessages",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-azure-uc-config/index.ts",
            "line": 273
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-azure-uc-config/index.ts",
            "line": 278
          },
          "name": "scope",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-azure-uc-config/index.ts",
            "line": 283
          },
          "name": "status",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-azure-uc-config/index.ts",
            "line": 288
          },
          "name": "statusUpdatedAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-azure-uc-config/index.ts",
            "line": 293
          },
          "name": "updatedAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-azure-uc-config/index.ts",
            "line": 258
          },
          "name": "cloudAccountIdInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-azure-uc-config/index.ts",
            "line": 251
          },
          "name": "cloudAccountId",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/data-datadog-azure-uc-config/index:DataDatadogAzureUcConfig"
    },
    "@cdktn/provider-datadog.dataDatadogAzureUcConfig.DataDatadogAzureUcConfigActualBillConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogAzureUcConfig.DataDatadogAzureUcConfigActualBillConfig",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-azure-uc-config/index.ts",
        "line": 22
      },
      "name": "DataDatadogAzureUcConfigActualBillConfig",
      "namespace": "dataDatadogAzureUcConfig",
      "symbolId": "src/data-datadog-azure-uc-config/index:DataDatadogAzureUcConfigActualBillConfig"
    },
    "@cdktn/provider-datadog.dataDatadogAzureUcConfig.DataDatadogAzureUcConfigActualBillConfigOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogAzureUcConfig.DataDatadogAzureUcConfigActualBillConfigOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-azure-uc-config/index.ts",
          "line": 53
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-azure-uc-config/index.ts",
        "line": 45
      },
      "name": "DataDatadogAzureUcConfigActualBillConfigOutputReference",
      "namespace": "dataDatadogAzureUcConfig",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-azure-uc-config/index.ts",
            "line": 82
          },
          "name": "exportName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-azure-uc-config/index.ts",
            "line": 87
          },
          "name": "exportPath",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-azure-uc-config/index.ts",
            "line": 92
          },
          "name": "storageAccount",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-azure-uc-config/index.ts",
            "line": 97
          },
          "name": "storageContainer",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-azure-uc-config/index.ts",
            "line": 57
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogAzureUcConfig.DataDatadogAzureUcConfigActualBillConfig"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-azure-uc-config/index:DataDatadogAzureUcConfigActualBillConfigOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogAzureUcConfig.DataDatadogAzureUcConfigAmortizedBillConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogAzureUcConfig.DataDatadogAzureUcConfigAmortizedBillConfig",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-azure-uc-config/index.ts",
        "line": 101
      },
      "name": "DataDatadogAzureUcConfigAmortizedBillConfig",
      "namespace": "dataDatadogAzureUcConfig",
      "symbolId": "src/data-datadog-azure-uc-config/index:DataDatadogAzureUcConfigAmortizedBillConfig"
    },
    "@cdktn/provider-datadog.dataDatadogAzureUcConfig.DataDatadogAzureUcConfigAmortizedBillConfigOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogAzureUcConfig.DataDatadogAzureUcConfigAmortizedBillConfigOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-azure-uc-config/index.ts",
          "line": 132
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-azure-uc-config/index.ts",
        "line": 124
      },
      "name": "DataDatadogAzureUcConfigAmortizedBillConfigOutputReference",
      "namespace": "dataDatadogAzureUcConfig",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-azure-uc-config/index.ts",
            "line": 161
          },
          "name": "exportName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-azure-uc-config/index.ts",
            "line": 166
          },
          "name": "exportPath",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-azure-uc-config/index.ts",
            "line": 171
          },
          "name": "storageAccount",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-azure-uc-config/index.ts",
            "line": 176
          },
          "name": "storageContainer",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-azure-uc-config/index.ts",
            "line": 136
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogAzureUcConfig.DataDatadogAzureUcConfigAmortizedBillConfig"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-azure-uc-config/index:DataDatadogAzureUcConfigAmortizedBillConfigOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogAzureUcConfig.DataDatadogAzureUcConfigConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogAzureUcConfig.DataDatadogAzureUcConfigConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-azure-uc-config/index.ts",
        "line": 14
      },
      "name": "DataDatadogAzureUcConfigConfig",
      "namespace": "dataDatadogAzureUcConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/azure_uc_config#cloud_account_id DataDatadogAzureUcConfig#cloud_account_id}",
            "stability": "stable",
            "summary": "The Datadog cloud account ID for the Azure Usage Cost configuration you want to retrieve information about."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-azure-uc-config/index.ts",
            "line": 20
          },
          "name": "cloudAccountId",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/data-datadog-azure-uc-config/index:DataDatadogAzureUcConfigConfig"
    },
    "@cdktn/provider-datadog.dataDatadogCloudWorkloadSecurityAgentRules.DataDatadogCloudWorkloadSecurityAgentRules": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/cloud_workload_security_agent_rules datadog_cloud_workload_security_agent_rules}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCloudWorkloadSecurityAgentRules.DataDatadogCloudWorkloadSecurityAgentRules",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/cloud_workload_security_agent_rules datadog_cloud_workload_security_agent_rules} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts",
          "line": 154
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogCloudWorkloadSecurityAgentRules.DataDatadogCloudWorkloadSecurityAgentRulesConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts",
        "line": 122
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogCloudWorkloadSecurityAgentRules resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts",
            "line": 139
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogCloudWorkloadSecurityAgentRules to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/cloud_workload_security_agent_rules#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogCloudWorkloadSecurityAgentRules that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogCloudWorkloadSecurityAgentRules to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts",
            "line": 191
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts",
            "line": 203
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts",
            "line": 209
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogCloudWorkloadSecurityAgentRules",
      "namespace": "dataDatadogCloudWorkloadSecurityAgentRules",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts",
            "line": 127
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts",
            "line": 179
          },
          "name": "agentRules",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogCloudWorkloadSecurityAgentRules.DataDatadogCloudWorkloadSecurityAgentRulesAgentRulesList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts",
            "line": 195
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts",
            "line": 185
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-cloud-workload-security-agent-rules/index:DataDatadogCloudWorkloadSecurityAgentRules"
    },
    "@cdktn/provider-datadog.dataDatadogCloudWorkloadSecurityAgentRules.DataDatadogCloudWorkloadSecurityAgentRulesAgentRules": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCloudWorkloadSecurityAgentRules.DataDatadogCloudWorkloadSecurityAgentRulesAgentRules",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts",
        "line": 23
      },
      "name": "DataDatadogCloudWorkloadSecurityAgentRulesAgentRules",
      "namespace": "dataDatadogCloudWorkloadSecurityAgentRules",
      "symbolId": "src/data-datadog-cloud-workload-security-agent-rules/index:DataDatadogCloudWorkloadSecurityAgentRulesAgentRules"
    },
    "@cdktn/provider-datadog.dataDatadogCloudWorkloadSecurityAgentRules.DataDatadogCloudWorkloadSecurityAgentRulesAgentRulesList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCloudWorkloadSecurityAgentRules.DataDatadogCloudWorkloadSecurityAgentRulesAgentRulesList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts",
          "line": 107
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts",
        "line": 100
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts",
            "line": 114
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogCloudWorkloadSecurityAgentRules.DataDatadogCloudWorkloadSecurityAgentRulesAgentRulesOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogCloudWorkloadSecurityAgentRulesAgentRulesList",
      "namespace": "dataDatadogCloudWorkloadSecurityAgentRules",
      "symbolId": "src/data-datadog-cloud-workload-security-agent-rules/index:DataDatadogCloudWorkloadSecurityAgentRulesAgentRulesList"
    },
    "@cdktn/provider-datadog.dataDatadogCloudWorkloadSecurityAgentRules.DataDatadogCloudWorkloadSecurityAgentRulesAgentRulesOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCloudWorkloadSecurityAgentRules.DataDatadogCloudWorkloadSecurityAgentRulesAgentRulesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts",
          "line": 55
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts",
        "line": 46
      },
      "name": "DataDatadogCloudWorkloadSecurityAgentRulesAgentRulesOutputReference",
      "namespace": "dataDatadogCloudWorkloadSecurityAgentRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts",
            "line": 75
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts",
            "line": 80
          },
          "name": "enabled",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts",
            "line": 85
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts",
            "line": 90
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts",
            "line": 95
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts",
            "line": 59
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogCloudWorkloadSecurityAgentRules.DataDatadogCloudWorkloadSecurityAgentRulesAgentRules"
          }
        }
      ],
      "symbolId": "src/data-datadog-cloud-workload-security-agent-rules/index:DataDatadogCloudWorkloadSecurityAgentRulesAgentRulesOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogCloudWorkloadSecurityAgentRules.DataDatadogCloudWorkloadSecurityAgentRulesConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCloudWorkloadSecurityAgentRules.DataDatadogCloudWorkloadSecurityAgentRulesConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts",
        "line": 14
      },
      "name": "DataDatadogCloudWorkloadSecurityAgentRulesConfig",
      "namespace": "dataDatadogCloudWorkloadSecurityAgentRules",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/cloud_workload_security_agent_rules#id DataDatadogCloudWorkloadSecurityAgentRules#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cloud-workload-security-agent-rules/index.ts",
            "line": 21
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-cloud-workload-security-agent-rules/index:DataDatadogCloudWorkloadSecurityAgentRulesConfig"
    },
    "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudget": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/cost_budget datadog_cost_budget}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudget",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/cost_budget datadog_cost_budget} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-cost-budget/index.ts",
          "line": 759
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-cost-budget/index.ts",
        "line": 727
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogCostBudget resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 744
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogCostBudget to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/cost_budget#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogCostBudget that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogCostBudget to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 827
          },
          "name": "putBudgetLine",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLine"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 843
          },
          "name": "putEntries",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntries"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 830
          },
          "name": "resetBudgetLine"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 846
          },
          "name": "resetEntries"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 858
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 866
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogCostBudget",
      "namespace": "dataDatadogCostBudget",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 732
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 824
          },
          "name": "budgetLine",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 785
          },
          "name": "endMonth",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 840
          },
          "name": "entries",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 803
          },
          "name": "metricsQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 808
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 813
          },
          "name": "startMonth",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 818
          },
          "name": "totalAmount",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 834
          },
          "name": "budgetLineInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLine"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 850
          },
          "name": "entriesInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntries"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 798
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 791
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-cost-budget/index:DataDatadogCostBudget"
    },
    "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLine": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLine",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-cost-budget/index.ts",
        "line": 310
      },
      "name": "DataDatadogCostBudgetBudgetLine",
      "namespace": "dataDatadogCostBudget",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/cost_budget#child_tag_filters DataDatadogCostBudget#child_tag_filters}",
            "stability": "stable",
            "summary": "child_tag_filters block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 316
          },
          "name": "childTagFilters",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineChildTagFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/cost_budget#parent_tag_filters DataDatadogCostBudget#parent_tag_filters}",
            "stability": "stable",
            "summary": "parent_tag_filters block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 322
          },
          "name": "parentTagFilters",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineParentTagFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/cost_budget#tag_filters DataDatadogCostBudget#tag_filters}",
            "stability": "stable",
            "summary": "tag_filters block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 328
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineTagFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-cost-budget/index:DataDatadogCostBudgetBudgetLine"
    },
    "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineChildTagFilters": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineChildTagFilters",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-cost-budget/index.ts",
        "line": 37
      },
      "name": "DataDatadogCostBudgetBudgetLineChildTagFilters",
      "namespace": "dataDatadogCostBudget",
      "symbolId": "src/data-datadog-cost-budget/index:DataDatadogCostBudgetBudgetLineChildTagFilters"
    },
    "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineChildTagFiltersList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineChildTagFiltersList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-cost-budget/index.ts",
          "line": 117
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-cost-budget/index.ts",
        "line": 109
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 124
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineChildTagFiltersOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogCostBudgetBudgetLineChildTagFiltersList",
      "namespace": "dataDatadogCostBudget",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 110
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineChildTagFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-cost-budget/index:DataDatadogCostBudgetBudgetLineChildTagFiltersList"
    },
    "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineChildTagFiltersOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineChildTagFiltersOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-cost-budget/index.ts",
          "line": 70
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-cost-budget/index.ts",
        "line": 60
      },
      "name": "DataDatadogCostBudgetBudgetLineChildTagFiltersOutputReference",
      "namespace": "dataDatadogCostBudget",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 99
          },
          "name": "tagKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 104
          },
          "name": "tagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 74
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineChildTagFilters"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-cost-budget/index:DataDatadogCostBudgetBudgetLineChildTagFiltersOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-cost-budget/index.ts",
          "line": 493
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-cost-budget/index.ts",
        "line": 485
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 500
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogCostBudgetBudgetLineList",
      "namespace": "dataDatadogCostBudget",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 486
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLine"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-cost-budget/index:DataDatadogCostBudgetBudgetLineList"
    },
    "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-cost-budget/index.ts",
          "line": 384
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-cost-budget/index.ts",
        "line": 374
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 441
          },
          "name": "putChildTagFilters",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineChildTagFilters"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 457
          },
          "name": "putParentTagFilters",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineParentTagFilters"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 473
          },
          "name": "putTagFilters",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineTagFilters"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 444
          },
          "name": "resetChildTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 460
          },
          "name": "resetParentTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 476
          },
          "name": "resetTagFilters"
        }
      ],
      "name": "DataDatadogCostBudgetBudgetLineOutputReference",
      "namespace": "dataDatadogCostBudget",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 432
          },
          "name": "amounts",
          "type": {
            "fqn": "cdktn.NumberMap"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 438
          },
          "name": "childTagFilters",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineChildTagFiltersList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 454
          },
          "name": "parentTagFilters",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineParentTagFiltersList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 470
          },
          "name": "tagFilters",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineTagFiltersList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 448
          },
          "name": "childTagFiltersInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineChildTagFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 464
          },
          "name": "parentTagFiltersInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineParentTagFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 480
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineTagFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 388
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLine"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-cost-budget/index:DataDatadogCostBudgetBudgetLineOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineParentTagFilters": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineParentTagFilters",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-cost-budget/index.ts",
        "line": 128
      },
      "name": "DataDatadogCostBudgetBudgetLineParentTagFilters",
      "namespace": "dataDatadogCostBudget",
      "symbolId": "src/data-datadog-cost-budget/index:DataDatadogCostBudgetBudgetLineParentTagFilters"
    },
    "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineParentTagFiltersList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineParentTagFiltersList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-cost-budget/index.ts",
          "line": 208
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-cost-budget/index.ts",
        "line": 200
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 215
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineParentTagFiltersOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogCostBudgetBudgetLineParentTagFiltersList",
      "namespace": "dataDatadogCostBudget",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 201
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineParentTagFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-cost-budget/index:DataDatadogCostBudgetBudgetLineParentTagFiltersList"
    },
    "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineParentTagFiltersOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineParentTagFiltersOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-cost-budget/index.ts",
          "line": 161
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-cost-budget/index.ts",
        "line": 151
      },
      "name": "DataDatadogCostBudgetBudgetLineParentTagFiltersOutputReference",
      "namespace": "dataDatadogCostBudget",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 190
          },
          "name": "tagKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 195
          },
          "name": "tagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 165
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineParentTagFilters"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-cost-budget/index:DataDatadogCostBudgetBudgetLineParentTagFiltersOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineTagFilters": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineTagFilters",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-cost-budget/index.ts",
        "line": 219
      },
      "name": "DataDatadogCostBudgetBudgetLineTagFilters",
      "namespace": "dataDatadogCostBudget",
      "symbolId": "src/data-datadog-cost-budget/index:DataDatadogCostBudgetBudgetLineTagFilters"
    },
    "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineTagFiltersList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineTagFiltersList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-cost-budget/index.ts",
          "line": 299
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-cost-budget/index.ts",
        "line": 291
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 306
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineTagFiltersOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogCostBudgetBudgetLineTagFiltersList",
      "namespace": "dataDatadogCostBudget",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 292
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineTagFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-cost-budget/index:DataDatadogCostBudgetBudgetLineTagFiltersList"
    },
    "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineTagFiltersOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineTagFiltersOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-cost-budget/index.ts",
          "line": 252
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-cost-budget/index.ts",
        "line": 242
      },
      "name": "DataDatadogCostBudgetBudgetLineTagFiltersOutputReference",
      "namespace": "dataDatadogCostBudget",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 281
          },
          "name": "tagKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 286
          },
          "name": "tagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 256
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLineTagFilters"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-cost-budget/index:DataDatadogCostBudgetBudgetLineTagFiltersOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-cost-budget/index.ts",
        "line": 14
      },
      "name": "DataDatadogCostBudgetConfig",
      "namespace": "dataDatadogCostBudget",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/cost_budget#id DataDatadogCostBudget#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "The ID of the budget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 23
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/cost_budget#budget_line DataDatadogCostBudget#budget_line}",
            "stability": "stable",
            "summary": "budget_line block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 29
          },
          "name": "budgetLine",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetBudgetLine"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/cost_budget#entries DataDatadogCostBudget#entries}",
            "stability": "stable",
            "summary": "entries block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 35
          },
          "name": "entries",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntries"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-cost-budget/index:DataDatadogCostBudgetConfig"
    },
    "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntries": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntries",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-cost-budget/index.ts",
        "line": 595
      },
      "name": "DataDatadogCostBudgetEntries",
      "namespace": "dataDatadogCostBudget",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/cost_budget#tag_filters DataDatadogCostBudget#tag_filters}",
            "stability": "stable",
            "summary": "tag_filters block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 601
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesTagFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-cost-budget/index:DataDatadogCostBudgetEntries"
    },
    "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-cost-budget/index.ts",
          "line": 712
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-cost-budget/index.ts",
        "line": 704
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 719
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogCostBudgetEntriesList",
      "namespace": "dataDatadogCostBudget",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 705
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntries"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-cost-budget/index:DataDatadogCostBudgetEntriesList"
    },
    "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-cost-budget/index.ts",
          "line": 643
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-cost-budget/index.ts",
        "line": 633
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 692
          },
          "name": "putTagFilters",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesTagFilters"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 695
          },
          "name": "resetTagFilters"
        }
      ],
      "name": "DataDatadogCostBudgetEntriesOutputReference",
      "namespace": "dataDatadogCostBudget",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 678
          },
          "name": "amount",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 683
          },
          "name": "month",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 689
          },
          "name": "tagFilters",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesTagFiltersList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 699
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesTagFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 647
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntries"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-cost-budget/index:DataDatadogCostBudgetEntriesOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesTagFilters": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesTagFilters",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-cost-budget/index.ts",
        "line": 504
      },
      "name": "DataDatadogCostBudgetEntriesTagFilters",
      "namespace": "dataDatadogCostBudget",
      "symbolId": "src/data-datadog-cost-budget/index:DataDatadogCostBudgetEntriesTagFilters"
    },
    "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesTagFiltersList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesTagFiltersList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-cost-budget/index.ts",
          "line": 584
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-cost-budget/index.ts",
        "line": 576
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 591
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesTagFiltersOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogCostBudgetEntriesTagFiltersList",
      "namespace": "dataDatadogCostBudget",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 577
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesTagFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-cost-budget/index:DataDatadogCostBudgetEntriesTagFiltersList"
    },
    "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesTagFiltersOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesTagFiltersOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-cost-budget/index.ts",
          "line": 537
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-cost-budget/index.ts",
        "line": 527
      },
      "name": "DataDatadogCostBudgetEntriesTagFiltersOutputReference",
      "namespace": "dataDatadogCostBudget",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 566
          },
          "name": "tagKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 571
          },
          "name": "tagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-cost-budget/index.ts",
            "line": 541
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogCostBudget.DataDatadogCostBudgetEntriesTagFilters"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-cost-budget/index:DataDatadogCostBudgetEntriesTagFiltersOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRules": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/csm_threats_agent_rules datadog_csm_threats_agent_rules}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRules",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/csm_threats_agent_rules datadog_csm_threats_agent_rules} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
          "line": 399
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
        "line": 367
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogCsmThreatsAgentRules resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
            "line": 384
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogCsmThreatsAgentRules to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/csm_threats_agent_rules#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogCsmThreatsAgentRules that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogCsmThreatsAgentRules to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
            "line": 446
          },
          "name": "resetPolicyId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
            "line": 458
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
            "line": 464
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogCsmThreatsAgentRules",
      "namespace": "dataDatadogCsmThreatsAgentRules",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
            "line": 372
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
            "line": 424
          },
          "name": "agentRules",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
            "line": 429
          },
          "name": "agentRulesIds",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
            "line": 434
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
            "line": 450
          },
          "name": "policyIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
            "line": 440
          },
          "name": "policyId",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-csm-threats-agent-rules/index:DataDatadogCsmThreatsAgentRules"
    },
    "@cdktn/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRules": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRules",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
        "line": 257
      },
      "name": "DataDatadogCsmThreatsAgentRulesAgentRules",
      "namespace": "dataDatadogCsmThreatsAgentRules",
      "symbolId": "src/data-datadog-csm-threats-agent-rules/index:DataDatadogCsmThreatsAgentRulesAgentRules"
    },
    "@cdktn/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
        "line": 175
      },
      "name": "DataDatadogCsmThreatsAgentRulesAgentRulesActions",
      "namespace": "dataDatadogCsmThreatsAgentRules",
      "symbolId": "src/data-datadog-csm-threats-agent-rules/index:DataDatadogCsmThreatsAgentRulesAgentRulesActions"
    },
    "@cdktn/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActionsHash": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActionsHash",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
        "line": 22
      },
      "name": "DataDatadogCsmThreatsAgentRulesAgentRulesActionsHash",
      "namespace": "dataDatadogCsmThreatsAgentRules",
      "symbolId": "src/data-datadog-csm-threats-agent-rules/index:DataDatadogCsmThreatsAgentRulesAgentRulesActionsHash"
    },
    "@cdktn/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActionsHashOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActionsHashOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
          "line": 52
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
        "line": 45
      },
      "name": "DataDatadogCsmThreatsAgentRulesAgentRulesActionsHashOutputReference",
      "namespace": "dataDatadogCsmThreatsAgentRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
            "line": 72
          },
          "name": "field",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
            "line": 56
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActionsHash"
          }
        }
      ],
      "symbolId": "src/data-datadog-csm-threats-agent-rules/index:DataDatadogCsmThreatsAgentRulesAgentRulesActionsHashOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActionsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActionsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
          "line": 246
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
        "line": 239
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
            "line": 253
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActionsOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogCsmThreatsAgentRulesAgentRulesActionsList",
      "namespace": "dataDatadogCsmThreatsAgentRules",
      "symbolId": "src/data-datadog-csm-threats-agent-rules/index:DataDatadogCsmThreatsAgentRulesAgentRulesActionsList"
    },
    "@cdktn/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
          "line": 207
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
        "line": 198
      },
      "name": "DataDatadogCsmThreatsAgentRulesAgentRulesActionsOutputReference",
      "namespace": "dataDatadogCsmThreatsAgentRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
            "line": 228
          },
          "name": "hash",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActionsHashOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
            "line": 234
          },
          "name": "set",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActionsSetOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
            "line": 211
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActions"
          }
        }
      ],
      "symbolId": "src/data-datadog-csm-threats-agent-rules/index:DataDatadogCsmThreatsAgentRulesAgentRulesActionsOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActionsSet": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActionsSet",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
        "line": 76
      },
      "name": "DataDatadogCsmThreatsAgentRulesAgentRulesActionsSet",
      "namespace": "dataDatadogCsmThreatsAgentRules",
      "symbolId": "src/data-datadog-csm-threats-agent-rules/index:DataDatadogCsmThreatsAgentRulesAgentRulesActionsSet"
    },
    "@cdktn/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActionsSetOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActionsSetOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
          "line": 106
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
        "line": 99
      },
      "name": "DataDatadogCsmThreatsAgentRulesAgentRulesActionsSetOutputReference",
      "namespace": "dataDatadogCsmThreatsAgentRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
            "line": 126
          },
          "name": "append",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
            "line": 131
          },
          "name": "defaultValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
            "line": 136
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
            "line": 141
          },
          "name": "field",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
            "line": 146
          },
          "name": "inherited",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
            "line": 151
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
            "line": 156
          },
          "name": "scope",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
            "line": 161
          },
          "name": "size",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
            "line": 166
          },
          "name": "ttl",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
            "line": 171
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
            "line": 110
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActionsSet"
          }
        }
      ],
      "symbolId": "src/data-datadog-csm-threats-agent-rules/index:DataDatadogCsmThreatsAgentRulesAgentRulesActionsSetOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
          "line": 352
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
        "line": 345
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
            "line": 359
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogCsmThreatsAgentRulesAgentRulesList",
      "namespace": "dataDatadogCsmThreatsAgentRules",
      "symbolId": "src/data-datadog-csm-threats-agent-rules/index:DataDatadogCsmThreatsAgentRulesAgentRulesList"
    },
    "@cdktn/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
          "line": 289
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
        "line": 280
      },
      "name": "DataDatadogCsmThreatsAgentRulesAgentRulesOutputReference",
      "namespace": "dataDatadogCsmThreatsAgentRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
            "line": 310
          },
          "name": "actions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRulesActionsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
            "line": 315
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
            "line": 320
          },
          "name": "enabled",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
            "line": 325
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
            "line": 330
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
            "line": 335
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
            "line": 340
          },
          "name": "productTags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
            "line": 293
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesAgentRules"
          }
        }
      ],
      "symbolId": "src/data-datadog-csm-threats-agent-rules/index:DataDatadogCsmThreatsAgentRulesAgentRulesOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCsmThreatsAgentRules.DataDatadogCsmThreatsAgentRulesConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
        "line": 14
      },
      "name": "DataDatadogCsmThreatsAgentRulesConfig",
      "namespace": "dataDatadogCsmThreatsAgentRules",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/csm_threats_agent_rules#policy_id DataDatadogCsmThreatsAgentRules#policy_id}",
            "stability": "stable",
            "summary": "Listing only the rules in the policy with this field as the ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-agent-rules/index.ts",
            "line": 20
          },
          "name": "policyId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-csm-threats-agent-rules/index:DataDatadogCsmThreatsAgentRulesConfig"
    },
    "@cdktn/provider-datadog.dataDatadogCsmThreatsPolicies.DataDatadogCsmThreatsPolicies": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/csm_threats_policies datadog_csm_threats_policies}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCsmThreatsPolicies.DataDatadogCsmThreatsPolicies",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/csm_threats_policies datadog_csm_threats_policies} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-csm-threats-policies/index.ts",
          "line": 153
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogCsmThreatsPolicies.DataDatadogCsmThreatsPoliciesConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-csm-threats-policies/index.ts",
        "line": 121
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogCsmThreatsPolicies resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-policies/index.ts",
            "line": 138
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogCsmThreatsPolicies to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/csm_threats_policies#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogCsmThreatsPolicies that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogCsmThreatsPolicies to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-policies/index.ts",
            "line": 195
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-policies/index.ts",
            "line": 200
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogCsmThreatsPolicies",
      "namespace": "dataDatadogCsmThreatsPolicies",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-policies/index.ts",
            "line": 126
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-policies/index.ts",
            "line": 176
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-policies/index.ts",
            "line": 182
          },
          "name": "policies",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogCsmThreatsPolicies.DataDatadogCsmThreatsPoliciesPoliciesList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-policies/index.ts",
            "line": 187
          },
          "name": "policyIds",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-csm-threats-policies/index:DataDatadogCsmThreatsPolicies"
    },
    "@cdktn/provider-datadog.dataDatadogCsmThreatsPolicies.DataDatadogCsmThreatsPoliciesConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCsmThreatsPolicies.DataDatadogCsmThreatsPoliciesConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-csm-threats-policies/index.ts",
        "line": 14
      },
      "name": "DataDatadogCsmThreatsPoliciesConfig",
      "namespace": "dataDatadogCsmThreatsPolicies",
      "symbolId": "src/data-datadog-csm-threats-policies/index:DataDatadogCsmThreatsPoliciesConfig"
    },
    "@cdktn/provider-datadog.dataDatadogCsmThreatsPolicies.DataDatadogCsmThreatsPoliciesPolicies": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCsmThreatsPolicies.DataDatadogCsmThreatsPoliciesPolicies",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-csm-threats-policies/index.ts",
        "line": 16
      },
      "name": "DataDatadogCsmThreatsPoliciesPolicies",
      "namespace": "dataDatadogCsmThreatsPolicies",
      "symbolId": "src/data-datadog-csm-threats-policies/index:DataDatadogCsmThreatsPoliciesPolicies"
    },
    "@cdktn/provider-datadog.dataDatadogCsmThreatsPolicies.DataDatadogCsmThreatsPoliciesPoliciesList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCsmThreatsPolicies.DataDatadogCsmThreatsPoliciesPoliciesList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-csm-threats-policies/index.ts",
          "line": 106
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-csm-threats-policies/index.ts",
        "line": 99
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-policies/index.ts",
            "line": 113
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogCsmThreatsPolicies.DataDatadogCsmThreatsPoliciesPoliciesOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogCsmThreatsPoliciesPoliciesList",
      "namespace": "dataDatadogCsmThreatsPolicies",
      "symbolId": "src/data-datadog-csm-threats-policies/index:DataDatadogCsmThreatsPoliciesPoliciesList"
    },
    "@cdktn/provider-datadog.dataDatadogCsmThreatsPolicies.DataDatadogCsmThreatsPoliciesPoliciesOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCsmThreatsPolicies.DataDatadogCsmThreatsPoliciesPoliciesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-csm-threats-policies/index.ts",
          "line": 48
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-csm-threats-policies/index.ts",
        "line": 39
      },
      "name": "DataDatadogCsmThreatsPoliciesPoliciesOutputReference",
      "namespace": "dataDatadogCsmThreatsPolicies",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-policies/index.ts",
            "line": 68
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-policies/index.ts",
            "line": 73
          },
          "name": "enabled",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-policies/index.ts",
            "line": 79
          },
          "name": "hostTagsLists",
          "type": {
            "fqn": "cdktn.StringListList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-policies/index.ts",
            "line": 84
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-policies/index.ts",
            "line": 89
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-policies/index.ts",
            "line": 94
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-csm-threats-policies/index.ts",
            "line": 52
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogCsmThreatsPolicies.DataDatadogCsmThreatsPoliciesPolicies"
          }
        }
      ],
      "symbolId": "src/data-datadog-csm-threats-policies/index:DataDatadogCsmThreatsPoliciesPoliciesOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRule": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/custom_allocation_rule datadog_custom_allocation_rule}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRule",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/custom_allocation_rule datadog_custom_allocation_rule} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-custom-allocation-rule/index.ts",
          "line": 1000
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-custom-allocation-rule/index.ts",
        "line": 968
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogCustomAllocationRule resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 985
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogCustomAllocationRule to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/custom_allocation_rule#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogCustomAllocationRule that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogCustomAllocationRule to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 1101
          },
          "name": "putCostsToAllocate",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleCostsToAllocate"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 1117
          },
          "name": "putStrategy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategy"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 1104
          },
          "name": "resetCostsToAllocate"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 1068
          },
          "name": "resetRuleId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 1120
          },
          "name": "resetStrategy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 1132
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 1140
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogCustomAllocationRule",
      "namespace": "dataDatadogCustomAllocationRule",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 973
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 1098
          },
          "name": "costsToAllocate",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleCostsToAllocateList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 1026
          },
          "name": "created",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 1031
          },
          "name": "enabled",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 1036
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 1041
          },
          "name": "lastModifiedUserUuid",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 1046
          },
          "name": "orderId",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 1051
          },
          "name": "providernames",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 1056
          },
          "name": "rejected",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 1077
          },
          "name": "ruleName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 1114
          },
          "name": "strategy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 1082
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 1087
          },
          "name": "updated",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 1092
          },
          "name": "version",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 1108
          },
          "name": "costsToAllocateInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleCostsToAllocate"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 1072
          },
          "name": "ruleIdInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 1124
          },
          "name": "strategyInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategy"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 1062
          },
          "name": "ruleId",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRule"
    },
    "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-custom-allocation-rule/index.ts",
        "line": 14
      },
      "name": "DataDatadogCustomAllocationRuleConfig",
      "namespace": "dataDatadogCustomAllocationRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/custom_allocation_rule#costs_to_allocate DataDatadogCustomAllocationRule#costs_to_allocate}",
            "stability": "stable",
            "summary": "costs_to_allocate block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 26
          },
          "name": "costsToAllocate",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleCostsToAllocate"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/custom_allocation_rule#rule_id DataDatadogCustomAllocationRule#rule_id}",
            "stability": "stable",
            "summary": "The ID of the custom allocation rule to retrieve."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 20
          },
          "name": "ruleId",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/custom_allocation_rule#strategy DataDatadogCustomAllocationRule#strategy}",
            "stability": "stable",
            "summary": "strategy block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 32
          },
          "name": "strategy",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategy"
          }
        }
      ],
      "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleConfig"
    },
    "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleCostsToAllocate": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleCostsToAllocate",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-custom-allocation-rule/index.ts",
        "line": 34
      },
      "name": "DataDatadogCustomAllocationRuleCostsToAllocate",
      "namespace": "dataDatadogCustomAllocationRule",
      "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleCostsToAllocate"
    },
    "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleCostsToAllocateList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleCostsToAllocateList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-custom-allocation-rule/index.ts",
          "line": 124
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-custom-allocation-rule/index.ts",
        "line": 116
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 131
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleCostsToAllocateOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogCustomAllocationRuleCostsToAllocateList",
      "namespace": "dataDatadogCustomAllocationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 117
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleCostsToAllocate"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleCostsToAllocateList"
    },
    "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleCostsToAllocateOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleCostsToAllocateOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-custom-allocation-rule/index.ts",
          "line": 67
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-custom-allocation-rule/index.ts",
        "line": 57
      },
      "name": "DataDatadogCustomAllocationRuleCostsToAllocateOutputReference",
      "namespace": "dataDatadogCustomAllocationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 96
          },
          "name": "condition",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 101
          },
          "name": "tag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 106
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 111
          },
          "name": "values",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 71
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleCostsToAllocate"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleCostsToAllocateOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-custom-allocation-rule/index.ts",
        "line": 711
      },
      "name": "DataDatadogCustomAllocationRuleStrategy",
      "namespace": "dataDatadogCustomAllocationRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/custom_allocation_rule#allocated_by DataDatadogCustomAllocationRule#allocated_by}",
            "stability": "stable",
            "summary": "allocated_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 717
          },
          "name": "allocatedBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/custom_allocation_rule#allocated_by_filters DataDatadogCustomAllocationRule#allocated_by_filters}",
            "stability": "stable",
            "summary": "allocated_by_filters block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 723
          },
          "name": "allocatedByFilters",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/custom_allocation_rule#based_on_costs DataDatadogCustomAllocationRule#based_on_costs}",
            "stability": "stable",
            "summary": "based_on_costs block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 729
          },
          "name": "basedOnCosts",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnCosts"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/custom_allocation_rule#based_on_timeseries DataDatadogCustomAllocationRule#based_on_timeseries}",
            "stability": "stable",
            "summary": "based_on_timeseries block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 735
          },
          "name": "basedOnTimeseries",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnTimeseries"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/custom_allocation_rule#evaluate_grouped_by_filters DataDatadogCustomAllocationRule#evaluate_grouped_by_filters}",
            "stability": "stable",
            "summary": "evaluate_grouped_by_filters block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 741
          },
          "name": "evaluateGroupedByFilters",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategy"
    },
    "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-custom-allocation-rule/index.ts",
        "line": 226
      },
      "name": "DataDatadogCustomAllocationRuleStrategyAllocatedBy",
      "namespace": "dataDatadogCustomAllocationRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/custom_allocation_rule#allocated_tags DataDatadogCustomAllocationRule#allocated_tags}",
            "stability": "stable",
            "summary": "allocated_tags block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 232
          },
          "name": "allocatedTags",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTags"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategyAllocatedBy"
    },
    "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTags": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTags",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-custom-allocation-rule/index.ts",
        "line": 135
      },
      "name": "DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTags",
      "namespace": "dataDatadogCustomAllocationRule",
      "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTags"
    },
    "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTagsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTagsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-custom-allocation-rule/index.ts",
          "line": 215
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-custom-allocation-rule/index.ts",
        "line": 207
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 222
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTagsOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTagsList",
      "namespace": "dataDatadogCustomAllocationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 208
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTags"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTagsList"
    },
    "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTagsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTagsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-custom-allocation-rule/index.ts",
          "line": 168
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-custom-allocation-rule/index.ts",
        "line": 158
      },
      "name": "DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTagsOutputReference",
      "namespace": "dataDatadogCustomAllocationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 197
          },
          "name": "key",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 202
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 172
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTags"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTagsOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByFilters": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByFilters",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-custom-allocation-rule/index.ts",
        "line": 349
      },
      "name": "DataDatadogCustomAllocationRuleStrategyAllocatedByFilters",
      "namespace": "dataDatadogCustomAllocationRule",
      "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategyAllocatedByFilters"
    },
    "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByFiltersList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByFiltersList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-custom-allocation-rule/index.ts",
          "line": 439
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-custom-allocation-rule/index.ts",
        "line": 431
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 446
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByFiltersOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogCustomAllocationRuleStrategyAllocatedByFiltersList",
      "namespace": "dataDatadogCustomAllocationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 432
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategyAllocatedByFiltersList"
    },
    "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByFiltersOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByFiltersOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-custom-allocation-rule/index.ts",
          "line": 382
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-custom-allocation-rule/index.ts",
        "line": 372
      },
      "name": "DataDatadogCustomAllocationRuleStrategyAllocatedByFiltersOutputReference",
      "namespace": "dataDatadogCustomAllocationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 411
          },
          "name": "condition",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 416
          },
          "name": "tag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 421
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 426
          },
          "name": "values",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 386
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByFilters"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategyAllocatedByFiltersOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-custom-allocation-rule/index.ts",
          "line": 338
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-custom-allocation-rule/index.ts",
        "line": 330
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 345
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogCustomAllocationRuleStrategyAllocatedByList",
      "namespace": "dataDatadogCustomAllocationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 331
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategyAllocatedByList"
    },
    "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-custom-allocation-rule/index.ts",
          "line": 274
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-custom-allocation-rule/index.ts",
        "line": 264
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 318
          },
          "name": "putAllocatedTags",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTags"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 321
          },
          "name": "resetAllocatedTags"
        }
      ],
      "name": "DataDatadogCustomAllocationRuleStrategyAllocatedByOutputReference",
      "namespace": "dataDatadogCustomAllocationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 315
          },
          "name": "allocatedTags",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTagsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 309
          },
          "name": "percentage",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 325
          },
          "name": "allocatedTagsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByAllocatedTags"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 278
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategyAllocatedByOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnCosts": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnCosts",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-custom-allocation-rule/index.ts",
        "line": 450
      },
      "name": "DataDatadogCustomAllocationRuleStrategyBasedOnCosts",
      "namespace": "dataDatadogCustomAllocationRule",
      "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategyBasedOnCosts"
    },
    "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnCostsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnCostsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-custom-allocation-rule/index.ts",
          "line": 540
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-custom-allocation-rule/index.ts",
        "line": 532
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 547
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnCostsOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogCustomAllocationRuleStrategyBasedOnCostsList",
      "namespace": "dataDatadogCustomAllocationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 533
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnCosts"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategyBasedOnCostsList"
    },
    "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnCostsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnCostsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-custom-allocation-rule/index.ts",
          "line": 483
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-custom-allocation-rule/index.ts",
        "line": 473
      },
      "name": "DataDatadogCustomAllocationRuleStrategyBasedOnCostsOutputReference",
      "namespace": "dataDatadogCustomAllocationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 512
          },
          "name": "condition",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 517
          },
          "name": "tag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 522
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 527
          },
          "name": "values",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 487
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnCosts"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategyBasedOnCostsOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnTimeseries": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnTimeseries",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-custom-allocation-rule/index.ts",
        "line": 551
      },
      "name": "DataDatadogCustomAllocationRuleStrategyBasedOnTimeseries",
      "namespace": "dataDatadogCustomAllocationRule",
      "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategyBasedOnTimeseries"
    },
    "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnTimeseriesOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnTimeseriesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-custom-allocation-rule/index.ts",
          "line": 582
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-custom-allocation-rule/index.ts",
        "line": 574
      },
      "name": "DataDatadogCustomAllocationRuleStrategyBasedOnTimeseriesOutputReference",
      "namespace": "dataDatadogCustomAllocationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 586
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnTimeseries"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategyBasedOnTimeseriesOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFilters": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFilters",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-custom-allocation-rule/index.ts",
        "line": 610
      },
      "name": "DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFilters",
      "namespace": "dataDatadogCustomAllocationRule",
      "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFilters"
    },
    "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFiltersList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFiltersList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-custom-allocation-rule/index.ts",
          "line": 700
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-custom-allocation-rule/index.ts",
        "line": 692
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 707
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFiltersOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFiltersList",
      "namespace": "dataDatadogCustomAllocationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 693
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFiltersList"
    },
    "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFiltersOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFiltersOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-custom-allocation-rule/index.ts",
          "line": 643
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-custom-allocation-rule/index.ts",
        "line": 633
      },
      "name": "DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFiltersOutputReference",
      "namespace": "dataDatadogCustomAllocationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 672
          },
          "name": "condition",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 677
          },
          "name": "tag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 682
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 687
          },
          "name": "values",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 647
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFilters"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFiltersOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-custom-allocation-rule/index.ts",
          "line": 809
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-custom-allocation-rule/index.ts",
        "line": 801
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 892
          },
          "name": "putAllocatedBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 908
          },
          "name": "putAllocatedByFilters",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByFilters"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 924
          },
          "name": "putBasedOnCosts",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnCosts"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 940
          },
          "name": "putBasedOnTimeseries",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnTimeseries"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 953
          },
          "name": "putEvaluateGroupedByFilters",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFilters"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 895
          },
          "name": "resetAllocatedBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 911
          },
          "name": "resetAllocatedByFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 927
          },
          "name": "resetBasedOnCosts"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 956
          },
          "name": "resetEvaluateGroupedByFilters"
        }
      ],
      "name": "DataDatadogCustomAllocationRuleStrategyOutputReference",
      "namespace": "dataDatadogCustomAllocationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 889
          },
          "name": "allocatedBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 905
          },
          "name": "allocatedByFilters",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByFiltersList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 868
          },
          "name": "allocatedByTagKeys",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 921
          },
          "name": "basedOnCosts",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnCostsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 937
          },
          "name": "basedOnTimeseries",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnTimeseriesOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 950
          },
          "name": "evaluateGroupedByFilters",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFiltersList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 873
          },
          "name": "evaluateGroupedByTagKeys",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 878
          },
          "name": "granularity",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 883
          },
          "name": "method",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 915
          },
          "name": "allocatedByFiltersInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedByFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 899
          },
          "name": "allocatedByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyAllocatedBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 931
          },
          "name": "basedOnCostsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnCosts"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 944
          },
          "name": "basedOnTimeseriesInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyBasedOnTimeseries"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 960
          },
          "name": "evaluateGroupedByFiltersInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategyEvaluateGroupedByFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-custom-allocation-rule/index.ts",
            "line": 813
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogCustomAllocationRule.DataDatadogCustomAllocationRuleStrategy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-custom-allocation-rule/index:DataDatadogCustomAllocationRuleStrategyOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogDashboard.DataDatadogDashboard": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/dashboard datadog_dashboard}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogDashboard.DataDatadogDashboard",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/dashboard datadog_dashboard} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-dashboard/index.ts",
          "line": 65
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogDashboard.DataDatadogDashboardConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-dashboard/index.ts",
        "line": 33
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogDashboard resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-dashboard/index.ts",
            "line": 50
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogDashboard to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/dashboard#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogDashboard that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogDashboard to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-dashboard/index.ts",
            "line": 97
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-dashboard/index.ts",
            "line": 132
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-dashboard/index.ts",
            "line": 139
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogDashboard",
      "namespace": "dataDatadogDashboard",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-dashboard/index.ts",
            "line": 38
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-dashboard/index.ts",
            "line": 119
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-dashboard/index.ts",
            "line": 124
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-dashboard/index.ts",
            "line": 101
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-dashboard/index.ts",
            "line": 114
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-dashboard/index.ts",
            "line": 91
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-dashboard/index.ts",
            "line": 107
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-dashboard/index:DataDatadogDashboard"
    },
    "@cdktn/provider-datadog.dataDatadogDashboard.DataDatadogDashboardConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogDashboard.DataDatadogDashboardConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-dashboard/index.ts",
        "line": 14
      },
      "name": "DataDatadogDashboardConfig",
      "namespace": "dataDatadogDashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/dashboard#name DataDatadogDashboard#name}",
            "stability": "stable",
            "summary": "The dashboard name to search for. Must only match one dashboard."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-dashboard/index.ts",
            "line": 27
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/dashboard#id DataDatadogDashboard#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-dashboard/index.ts",
            "line": 21
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-dashboard/index:DataDatadogDashboardConfig"
    },
    "@cdktn/provider-datadog.dataDatadogDashboardList.DataDatadogDashboardList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/dashboard_list datadog_dashboard_list}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogDashboardList.DataDatadogDashboardList",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/dashboard_list datadog_dashboard_list} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-dashboard-list/index.ts",
          "line": 58
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogDashboardList.DataDatadogDashboardListConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-dashboard-list/index.ts",
        "line": 26
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogDashboardList resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-dashboard-list/index.ts",
            "line": 43
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogDashboardList to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/dashboard_list#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogDashboardList that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogDashboardList to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-dashboard-list/index.ts",
            "line": 103
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-dashboard-list/index.ts",
            "line": 109
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogDashboardList",
      "namespace": "dataDatadogDashboardList",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-dashboard-list/index.ts",
            "line": 31
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-dashboard-list/index.ts",
            "line": 82
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-dashboard-list/index.ts",
            "line": 95
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-dashboard-list/index.ts",
            "line": 88
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-dashboard-list/index:DataDatadogDashboardList"
    },
    "@cdktn/provider-datadog.dataDatadogDashboardList.DataDatadogDashboardListConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogDashboardList.DataDatadogDashboardListConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-dashboard-list/index.ts",
        "line": 14
      },
      "name": "DataDatadogDashboardListConfig",
      "namespace": "dataDatadogDashboardList",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/dashboard_list#name DataDatadogDashboardList#name}",
            "stability": "stable",
            "summary": "A dashboard list name to limit the search. String length must be at least 1."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-dashboard-list/index.ts",
            "line": 20
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-dashboard-list/index:DataDatadogDashboardListConfig"
    },
    "@cdktn/provider-datadog.dataDatadogDatastore.DataDatadogDatastore": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/datastore datadog_datastore}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogDatastore.DataDatadogDatastore",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/datastore datadog_datastore} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-datastore/index.ts",
          "line": 58
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogDatastore.DataDatadogDatastoreConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-datastore/index.ts",
        "line": 26
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogDatastore resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-datastore/index.ts",
            "line": 43
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogDatastore to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/datastore#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogDatastore that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogDatastore to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-datastore/index.ts",
            "line": 104
          },
          "name": "resetDatastoreId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-datastore/index.ts",
            "line": 151
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-datastore/index.ts",
            "line": 157
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogDatastore",
      "namespace": "dataDatadogDatastore",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-datastore/index.ts",
            "line": 31
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-datastore/index.ts",
            "line": 82
          },
          "name": "createdAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-datastore/index.ts",
            "line": 87
          },
          "name": "creatorUserId",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-datastore/index.ts",
            "line": 92
          },
          "name": "creatorUserUuid",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-datastore/index.ts",
            "line": 113
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-datastore/index.ts",
            "line": 118
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-datastore/index.ts",
            "line": 123
          },
          "name": "modifiedAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-datastore/index.ts",
            "line": 128
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-datastore/index.ts",
            "line": 133
          },
          "name": "orgId",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-datastore/index.ts",
            "line": 138
          },
          "name": "primaryColumnName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-datastore/index.ts",
            "line": 143
          },
          "name": "primaryKeyGenerationStrategy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-datastore/index.ts",
            "line": 108
          },
          "name": "datastoreIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-datastore/index.ts",
            "line": 98
          },
          "name": "datastoreId",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-datastore/index:DataDatadogDatastore"
    },
    "@cdktn/provider-datadog.dataDatadogDatastore.DataDatadogDatastoreConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogDatastore.DataDatadogDatastoreConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-datastore/index.ts",
        "line": 14
      },
      "name": "DataDatadogDatastoreConfig",
      "namespace": "dataDatadogDatastore",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/datastore#datastore_id DataDatadogDatastore#datastore_id}",
            "stability": "stable",
            "summary": "The unique identifier of the datastore to retrieve. If not specified, returns a single datastore from the list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-datastore/index.ts",
            "line": 20
          },
          "name": "datastoreId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-datastore/index:DataDatadogDatastoreConfig"
    },
    "@cdktn/provider-datadog.dataDatadogDatastoreItem.DataDatadogDatastoreItem": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/datastore_item datadog_datastore_item}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogDatastoreItem.DataDatadogDatastoreItem",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/datastore_item datadog_datastore_item} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-datastore-item/index.ts",
          "line": 64
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogDatastoreItem.DataDatadogDatastoreItemConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-datastore-item/index.ts",
        "line": 32
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogDatastoreItem resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-datastore-item/index.ts",
            "line": 49
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogDatastoreItem to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/datastore_item#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogDatastoreItem that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogDatastoreItem to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-datastore-item/index.ts",
            "line": 154
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-datastore-item/index.ts",
            "line": 161
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogDatastoreItem",
      "namespace": "dataDatadogDatastoreItem",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-datastore-item/index.ts",
            "line": 37
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-datastore-item/index.ts",
            "line": 89
          },
          "name": "createdAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-datastore-item/index.ts",
            "line": 107
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-datastore-item/index.ts",
            "line": 125
          },
          "name": "modifiedAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-datastore-item/index.ts",
            "line": 130
          },
          "name": "orgId",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-datastore-item/index.ts",
            "line": 135
          },
          "name": "signature",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-datastore-item/index.ts",
            "line": 140
          },
          "name": "storeId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-datastore-item/index.ts",
            "line": 146
          },
          "name": "value",
          "type": {
            "fqn": "cdktn.StringMap"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-datastore-item/index.ts",
            "line": 102
          },
          "name": "datastoreIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-datastore-item/index.ts",
            "line": 120
          },
          "name": "itemKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-datastore-item/index.ts",
            "line": 95
          },
          "name": "datastoreId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-datastore-item/index.ts",
            "line": 113
          },
          "name": "itemKey",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-datastore-item/index:DataDatadogDatastoreItem"
    },
    "@cdktn/provider-datadog.dataDatadogDatastoreItem.DataDatadogDatastoreItemConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogDatastoreItem.DataDatadogDatastoreItemConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-datastore-item/index.ts",
        "line": 14
      },
      "name": "DataDatadogDatastoreItemConfig",
      "namespace": "dataDatadogDatastoreItem",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/datastore_item#datastore_id DataDatadogDatastoreItem#datastore_id}",
            "stability": "stable",
            "summary": "The unique identifier of the datastore containing the item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-datastore-item/index.ts",
            "line": 20
          },
          "name": "datastoreId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/datastore_item#item_key DataDatadogDatastoreItem#item_key}",
            "stability": "stable",
            "summary": "The primary key value that identifies the item to retrieve."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-datastore-item/index.ts",
            "line": 26
          },
          "name": "itemKey",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-datastore-item/index:DataDatadogDatastoreItemConfig"
    },
    "@cdktn/provider-datadog.dataDatadogGcpUcConfig.DataDatadogGcpUcConfig": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/gcp_uc_config datadog_gcp_uc_config}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogGcpUcConfig.DataDatadogGcpUcConfig",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/gcp_uc_config datadog_gcp_uc_config} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-gcp-uc-config/index.ts",
          "line": 58
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogGcpUcConfig.DataDatadogGcpUcConfigConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-gcp-uc-config/index.ts",
        "line": 26
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogGcpUcConfig resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-gcp-uc-config/index.ts",
            "line": 43
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogGcpUcConfig to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/gcp_uc_config#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogGcpUcConfig that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogGcpUcConfig to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-gcp-uc-config/index.ts",
            "line": 163
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-gcp-uc-config/index.ts",
            "line": 169
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogGcpUcConfig",
      "namespace": "dataDatadogGcpUcConfig",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-gcp-uc-config/index.ts",
            "line": 31
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-gcp-uc-config/index.ts",
            "line": 82
          },
          "name": "accountId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-gcp-uc-config/index.ts",
            "line": 87
          },
          "name": "bucketName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-gcp-uc-config/index.ts",
            "line": 105
          },
          "name": "createdAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-gcp-uc-config/index.ts",
            "line": 110
          },
          "name": "dataset",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-gcp-uc-config/index.ts",
            "line": 115
          },
          "name": "errorMessages",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-gcp-uc-config/index.ts",
            "line": 120
          },
          "name": "exportPrefix",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-gcp-uc-config/index.ts",
            "line": 125
          },
          "name": "exportProjectName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-gcp-uc-config/index.ts",
            "line": 130
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-gcp-uc-config/index.ts",
            "line": 135
          },
          "name": "months",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-gcp-uc-config/index.ts",
            "line": 140
          },
          "name": "serviceAccount",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-gcp-uc-config/index.ts",
            "line": 145
          },
          "name": "status",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-gcp-uc-config/index.ts",
            "line": 150
          },
          "name": "statusUpdatedAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-gcp-uc-config/index.ts",
            "line": 155
          },
          "name": "updatedAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-gcp-uc-config/index.ts",
            "line": 100
          },
          "name": "cloudAccountIdInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-gcp-uc-config/index.ts",
            "line": 93
          },
          "name": "cloudAccountId",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/data-datadog-gcp-uc-config/index:DataDatadogGcpUcConfig"
    },
    "@cdktn/provider-datadog.dataDatadogGcpUcConfig.DataDatadogGcpUcConfigConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogGcpUcConfig.DataDatadogGcpUcConfigConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-gcp-uc-config/index.ts",
        "line": 14
      },
      "name": "DataDatadogGcpUcConfigConfig",
      "namespace": "dataDatadogGcpUcConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/gcp_uc_config#cloud_account_id DataDatadogGcpUcConfig#cloud_account_id}",
            "stability": "stable",
            "summary": "The Datadog cloud account ID for the GCP Usage Cost configuration you want to retrieve information about."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-gcp-uc-config/index.ts",
            "line": 20
          },
          "name": "cloudAccountId",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/data-datadog-gcp-uc-config/index:DataDatadogGcpUcConfigConfig"
    },
    "@cdktn/provider-datadog.dataDatadogHosts.DataDatadogHosts": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/hosts datadog_hosts}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogHosts.DataDatadogHosts",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/hosts datadog_hosts} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-hosts/index.ts",
          "line": 383
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogHosts.DataDatadogHostsConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-hosts/index.ts",
        "line": 351
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogHosts resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 368
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogHosts to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/hosts#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogHosts that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogHosts to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 418
          },
          "name": "resetFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 434
          },
          "name": "resetFrom"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 461
          },
          "name": "resetIncludeMutedHostsData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 477
          },
          "name": "resetSortDir"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 493
          },
          "name": "resetSortField"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 515
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 525
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogHosts",
      "namespace": "dataDatadogHosts",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 356
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 444
          },
          "name": "hostList",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListStructList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 449
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 502
          },
          "name": "totalMatching",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 507
          },
          "name": "totalReturned",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 422
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 438
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 465
          },
          "name": "includeMutedHostsDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 481
          },
          "name": "sortDirInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 497
          },
          "name": "sortFieldInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 412
          },
          "name": "filter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 428
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 455
          },
          "name": "includeMutedHostsData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 471
          },
          "name": "sortDir",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 487
          },
          "name": "sortField",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-hosts/index:DataDatadogHosts"
    },
    "@cdktn/provider-datadog.dataDatadogHosts.DataDatadogHostsConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogHosts.DataDatadogHostsConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-hosts/index.ts",
        "line": 14
      },
      "name": "DataDatadogHostsConfig",
      "namespace": "dataDatadogHosts",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/hosts#filter DataDatadogHosts#filter}",
            "stability": "stable",
            "summary": "String to filter search results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 20
          },
          "name": "filter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/hosts#from DataDatadogHosts#from}",
            "stability": "stable",
            "summary": "Number of seconds since UNIX epoch from which you want to search your hosts."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 26
          },
          "name": "from",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/hosts#include_muted_hosts_data DataDatadogHosts#include_muted_hosts_data}",
            "stability": "stable",
            "summary": "Include information on the muted status of hosts and when the mute expires."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 32
          },
          "name": "includeMutedHostsData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/hosts#sort_dir DataDatadogHosts#sort_dir}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 38
          },
          "name": "sortDir",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/hosts#sort_field DataDatadogHosts#sort_field}",
            "stability": "stable",
            "summary": "Sort hosts by this field."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 44
          },
          "name": "sortField",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-hosts/index:DataDatadogHostsConfig"
    },
    "@cdktn/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListMeta": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListMeta",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-hosts/index.ts",
        "line": 46
      },
      "name": "DataDatadogHostsHostListMeta",
      "namespace": "dataDatadogHosts",
      "symbolId": "src/data-datadog-hosts/index:DataDatadogHostsHostListMeta"
    },
    "@cdktn/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListMetaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListMetaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-hosts/index.ts",
          "line": 76
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-hosts/index.ts",
        "line": 69
      },
      "name": "DataDatadogHostsHostListMetaOutputReference",
      "namespace": "dataDatadogHosts",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 96
          },
          "name": "agentVersion",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 101
          },
          "name": "cpuCores",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 106
          },
          "name": "gohai",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 111
          },
          "name": "machine",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 116
          },
          "name": "platform",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 121
          },
          "name": "processor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 126
          },
          "name": "pythonVersion",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 131
          },
          "name": "socketFqdn",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 136
          },
          "name": "socketHostname",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 80
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListMeta"
          }
        }
      ],
      "symbolId": "src/data-datadog-hosts/index:DataDatadogHostsHostListMetaOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListMetrics": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListMetrics",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-hosts/index.ts",
        "line": 140
      },
      "name": "DataDatadogHostsHostListMetrics",
      "namespace": "dataDatadogHosts",
      "symbolId": "src/data-datadog-hosts/index:DataDatadogHostsHostListMetrics"
    },
    "@cdktn/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListMetricsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListMetricsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-hosts/index.ts",
          "line": 170
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-hosts/index.ts",
        "line": 163
      },
      "name": "DataDatadogHostsHostListMetricsOutputReference",
      "namespace": "dataDatadogHosts",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 190
          },
          "name": "cpu",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 195
          },
          "name": "iowait",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 200
          },
          "name": "load",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 174
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListMetrics"
          }
        }
      ],
      "symbolId": "src/data-datadog-hosts/index:DataDatadogHostsHostListMetricsOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListStruct": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListStruct",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-hosts/index.ts",
        "line": 204
      },
      "name": "DataDatadogHostsHostListStruct",
      "namespace": "dataDatadogHosts",
      "symbolId": "src/data-datadog-hosts/index:DataDatadogHostsHostListStruct"
    },
    "@cdktn/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListStructList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListStructList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-hosts/index.ts",
          "line": 336
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-hosts/index.ts",
        "line": 329
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 343
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListStructOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogHostsHostListStructList",
      "namespace": "dataDatadogHosts",
      "symbolId": "src/data-datadog-hosts/index:DataDatadogHostsHostListStructList"
    },
    "@cdktn/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListStructOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListStructOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-hosts/index.ts",
          "line": 236
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-hosts/index.ts",
        "line": 227
      },
      "name": "DataDatadogHostsHostListStructOutputReference",
      "namespace": "dataDatadogHosts",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 256
          },
          "name": "aliases",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 261
          },
          "name": "apps",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 266
          },
          "name": "awsName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 271
          },
          "name": "hostName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 276
          },
          "name": "id",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 281
          },
          "name": "isMuted",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 286
          },
          "name": "lastReportedTime",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 292
          },
          "name": "meta",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListMetaOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 298
          },
          "name": "metrics",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListMetricsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 303
          },
          "name": "muteTimeout",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 308
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 313
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 319
          },
          "name": "tagsBySource",
          "type": {
            "fqn": "cdktn.StringListMap"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 324
          },
          "name": "up",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-hosts/index.ts",
            "line": 240
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogHosts.DataDatadogHostsHostListStruct"
          }
        }
      ],
      "symbolId": "src/data-datadog-hosts/index:DataDatadogHostsHostListStructOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogIncidentNotificationRule.DataDatadogIncidentNotificationRule": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/incident_notification_rule datadog_incident_notification_rule}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogIncidentNotificationRule.DataDatadogIncidentNotificationRule",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/incident_notification_rule datadog_incident_notification_rule} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-incident-notification-rule/index.ts",
          "line": 158
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogIncidentNotificationRule.DataDatadogIncidentNotificationRuleConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-incident-notification-rule/index.ts",
        "line": 126
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogIncidentNotificationRule resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-rule/index.ts",
            "line": 143
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogIncidentNotificationRule to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/incident_notification_rule#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogIncidentNotificationRule that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogIncidentNotificationRule to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-rule/index.ts",
            "line": 245
          },
          "name": "putConditions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dataDatadogIncidentNotificationRule.DataDatadogIncidentNotificationRuleConditions"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-rule/index.ts",
            "line": 248
          },
          "name": "resetConditions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-rule/index.ts",
            "line": 260
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-rule/index.ts",
            "line": 267
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogIncidentNotificationRule",
      "namespace": "dataDatadogIncidentNotificationRule",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-rule/index.ts",
            "line": 131
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-rule/index.ts",
            "line": 242
          },
          "name": "conditions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogIncidentNotificationRule.DataDatadogIncidentNotificationRuleConditionsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-rule/index.ts",
            "line": 183
          },
          "name": "created",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-rule/index.ts",
            "line": 188
          },
          "name": "enabled",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-rule/index.ts",
            "line": 193
          },
          "name": "handles",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-rule/index.ts",
            "line": 211
          },
          "name": "incidentType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-rule/index.ts",
            "line": 216
          },
          "name": "modified",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-rule/index.ts",
            "line": 221
          },
          "name": "notificationTemplate",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-rule/index.ts",
            "line": 226
          },
          "name": "renotifyOn",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-rule/index.ts",
            "line": 231
          },
          "name": "trigger",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-rule/index.ts",
            "line": 236
          },
          "name": "visibility",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-rule/index.ts",
            "line": 252
          },
          "name": "conditionsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogIncidentNotificationRule.DataDatadogIncidentNotificationRuleConditions"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-rule/index.ts",
            "line": 206
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-rule/index.ts",
            "line": 199
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-incident-notification-rule/index:DataDatadogIncidentNotificationRule"
    },
    "@cdktn/provider-datadog.dataDatadogIncidentNotificationRule.DataDatadogIncidentNotificationRuleConditions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogIncidentNotificationRule.DataDatadogIncidentNotificationRuleConditions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-incident-notification-rule/index.ts",
        "line": 31
      },
      "name": "DataDatadogIncidentNotificationRuleConditions",
      "namespace": "dataDatadogIncidentNotificationRule",
      "symbolId": "src/data-datadog-incident-notification-rule/index:DataDatadogIncidentNotificationRuleConditions"
    },
    "@cdktn/provider-datadog.dataDatadogIncidentNotificationRule.DataDatadogIncidentNotificationRuleConditionsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogIncidentNotificationRule.DataDatadogIncidentNotificationRuleConditionsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-incident-notification-rule/index.ts",
          "line": 111
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-incident-notification-rule/index.ts",
        "line": 103
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-rule/index.ts",
            "line": 118
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogIncidentNotificationRule.DataDatadogIncidentNotificationRuleConditionsOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogIncidentNotificationRuleConditionsList",
      "namespace": "dataDatadogIncidentNotificationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-rule/index.ts",
            "line": 104
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogIncidentNotificationRule.DataDatadogIncidentNotificationRuleConditions"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-incident-notification-rule/index:DataDatadogIncidentNotificationRuleConditionsList"
    },
    "@cdktn/provider-datadog.dataDatadogIncidentNotificationRule.DataDatadogIncidentNotificationRuleConditionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogIncidentNotificationRule.DataDatadogIncidentNotificationRuleConditionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-incident-notification-rule/index.ts",
          "line": 64
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-incident-notification-rule/index.ts",
        "line": 54
      },
      "name": "DataDatadogIncidentNotificationRuleConditionsOutputReference",
      "namespace": "dataDatadogIncidentNotificationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-rule/index.ts",
            "line": 93
          },
          "name": "field",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-rule/index.ts",
            "line": 98
          },
          "name": "values",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-rule/index.ts",
            "line": 68
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogIncidentNotificationRule.DataDatadogIncidentNotificationRuleConditions"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-incident-notification-rule/index:DataDatadogIncidentNotificationRuleConditionsOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogIncidentNotificationRule.DataDatadogIncidentNotificationRuleConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogIncidentNotificationRule.DataDatadogIncidentNotificationRuleConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-incident-notification-rule/index.ts",
        "line": 14
      },
      "name": "DataDatadogIncidentNotificationRuleConfig",
      "namespace": "dataDatadogIncidentNotificationRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/incident_notification_rule#id DataDatadogIncidentNotificationRule#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "The ID of the incident notification rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-rule/index.ts",
            "line": 23
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/incident_notification_rule#conditions DataDatadogIncidentNotificationRule#conditions}",
            "stability": "stable",
            "summary": "conditions block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-rule/index.ts",
            "line": 29
          },
          "name": "conditions",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogIncidentNotificationRule.DataDatadogIncidentNotificationRuleConditions"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-incident-notification-rule/index:DataDatadogIncidentNotificationRuleConfig"
    },
    "@cdktn/provider-datadog.dataDatadogIncidentNotificationTemplate.DataDatadogIncidentNotificationTemplate": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/incident_notification_template datadog_incident_notification_template}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogIncidentNotificationTemplate.DataDatadogIncidentNotificationTemplate",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/incident_notification_template datadog_incident_notification_template} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-incident-notification-template/index.ts",
          "line": 67
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogIncidentNotificationTemplate.DataDatadogIncidentNotificationTemplateConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-incident-notification-template/index.ts",
        "line": 35
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogIncidentNotificationTemplate resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-template/index.ts",
            "line": 52
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogIncidentNotificationTemplate to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/incident_notification_template#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogIncidentNotificationTemplate that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogIncidentNotificationTemplate to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-template/index.ts",
            "line": 114
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-template/index.ts",
            "line": 140
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-template/index.ts",
            "line": 157
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-template/index.ts",
            "line": 164
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogIncidentNotificationTemplate",
      "namespace": "dataDatadogIncidentNotificationTemplate",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-template/index.ts",
            "line": 40
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-template/index.ts",
            "line": 92
          },
          "name": "category",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-template/index.ts",
            "line": 97
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-template/index.ts",
            "line": 102
          },
          "name": "created",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-template/index.ts",
            "line": 123
          },
          "name": "incidentType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-template/index.ts",
            "line": 128
          },
          "name": "modified",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-template/index.ts",
            "line": 149
          },
          "name": "subject",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-template/index.ts",
            "line": 118
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-template/index.ts",
            "line": 144
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-template/index.ts",
            "line": 108
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-template/index.ts",
            "line": 134
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-incident-notification-template/index:DataDatadogIncidentNotificationTemplate"
    },
    "@cdktn/provider-datadog.dataDatadogIncidentNotificationTemplate.DataDatadogIncidentNotificationTemplateConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogIncidentNotificationTemplate.DataDatadogIncidentNotificationTemplateConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-incident-notification-template/index.ts",
        "line": 14
      },
      "name": "DataDatadogIncidentNotificationTemplateConfig",
      "namespace": "dataDatadogIncidentNotificationTemplate",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/incident_notification_template#id DataDatadogIncidentNotificationTemplate#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "The ID of the incident notification template."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-template/index.ts",
            "line": 23
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/incident_notification_template#name DataDatadogIncidentNotificationTemplate#name}",
            "stability": "stable",
            "summary": "The name of the notification template."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-incident-notification-template/index.ts",
            "line": 29
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-incident-notification-template/index:DataDatadogIncidentNotificationTemplateConfig"
    },
    "@cdktn/provider-datadog.dataDatadogIncidentType.DataDatadogIncidentType": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/incident_type datadog_incident_type}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogIncidentType.DataDatadogIncidentType",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/incident_type datadog_incident_type} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-incident-type/index.ts",
          "line": 61
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogIncidentType.DataDatadogIncidentTypeConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-incident-type/index.ts",
        "line": 29
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogIncidentType resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-incident-type/index.ts",
            "line": 46
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogIncidentType to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/incident_type#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogIncidentType that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogIncidentType to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-incident-type/index.ts",
            "line": 116
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-incident-type/index.ts",
            "line": 122
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogIncidentType",
      "namespace": "dataDatadogIncidentType",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-incident-type/index.ts",
            "line": 34
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-incident-type/index.ts",
            "line": 85
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-incident-type/index.ts",
            "line": 103
          },
          "name": "isDefault",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-incident-type/index.ts",
            "line": 108
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-incident-type/index.ts",
            "line": 98
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-incident-type/index.ts",
            "line": 91
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-incident-type/index:DataDatadogIncidentType"
    },
    "@cdktn/provider-datadog.dataDatadogIncidentType.DataDatadogIncidentTypeConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogIncidentType.DataDatadogIncidentTypeConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-incident-type/index.ts",
        "line": 14
      },
      "name": "DataDatadogIncidentTypeConfig",
      "namespace": "dataDatadogIncidentType",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/incident_type#id DataDatadogIncidentType#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "The ID of the incident type."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-incident-type/index.ts",
            "line": 23
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-incident-type/index:DataDatadogIncidentTypeConfig"
    },
    "@cdktn/provider-datadog.dataDatadogIntegrationAwsAvailableLogsServices.DataDatadogIntegrationAwsAvailableLogsServices": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/integration_aws_available_logs_services datadog_integration_aws_available_logs_services}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogIntegrationAwsAvailableLogsServices.DataDatadogIntegrationAwsAvailableLogsServices",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/integration_aws_available_logs_services datadog_integration_aws_available_logs_services} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-integration-aws-available-logs-services/index.ts",
          "line": 52
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogIntegrationAwsAvailableLogsServices.DataDatadogIntegrationAwsAvailableLogsServicesConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-integration-aws-available-logs-services/index.ts",
        "line": 20
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogIntegrationAwsAvailableLogsServices resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-available-logs-services/index.ts",
            "line": 37
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogIntegrationAwsAvailableLogsServices to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/integration_aws_available_logs_services#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogIntegrationAwsAvailableLogsServices that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogIntegrationAwsAvailableLogsServices to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-available-logs-services/index.ts",
            "line": 88
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-available-logs-services/index.ts",
            "line": 93
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogIntegrationAwsAvailableLogsServices",
      "namespace": "dataDatadogIntegrationAwsAvailableLogsServices",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-available-logs-services/index.ts",
            "line": 25
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-available-logs-services/index.ts",
            "line": 75
          },
          "name": "awsLogsServices",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-available-logs-services/index.ts",
            "line": 80
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-integration-aws-available-logs-services/index:DataDatadogIntegrationAwsAvailableLogsServices"
    },
    "@cdktn/provider-datadog.dataDatadogIntegrationAwsAvailableLogsServices.DataDatadogIntegrationAwsAvailableLogsServicesConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogIntegrationAwsAvailableLogsServices.DataDatadogIntegrationAwsAvailableLogsServicesConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-integration-aws-available-logs-services/index.ts",
        "line": 14
      },
      "name": "DataDatadogIntegrationAwsAvailableLogsServicesConfig",
      "namespace": "dataDatadogIntegrationAwsAvailableLogsServices",
      "symbolId": "src/data-datadog-integration-aws-available-logs-services/index:DataDatadogIntegrationAwsAvailableLogsServicesConfig"
    },
    "@cdktn/provider-datadog.dataDatadogIntegrationAwsAvailableNamespaces.DataDatadogIntegrationAwsAvailableNamespaces": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/integration_aws_available_namespaces datadog_integration_aws_available_namespaces}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogIntegrationAwsAvailableNamespaces.DataDatadogIntegrationAwsAvailableNamespaces",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/integration_aws_available_namespaces datadog_integration_aws_available_namespaces} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-integration-aws-available-namespaces/index.ts",
          "line": 52
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogIntegrationAwsAvailableNamespaces.DataDatadogIntegrationAwsAvailableNamespacesConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-integration-aws-available-namespaces/index.ts",
        "line": 20
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogIntegrationAwsAvailableNamespaces resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-available-namespaces/index.ts",
            "line": 37
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogIntegrationAwsAvailableNamespaces to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/integration_aws_available_namespaces#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogIntegrationAwsAvailableNamespaces that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogIntegrationAwsAvailableNamespaces to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-available-namespaces/index.ts",
            "line": 88
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-available-namespaces/index.ts",
            "line": 93
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogIntegrationAwsAvailableNamespaces",
      "namespace": "dataDatadogIntegrationAwsAvailableNamespaces",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-available-namespaces/index.ts",
            "line": 25
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-available-namespaces/index.ts",
            "line": 75
          },
          "name": "awsNamespaces",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-available-namespaces/index.ts",
            "line": 80
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-integration-aws-available-namespaces/index:DataDatadogIntegrationAwsAvailableNamespaces"
    },
    "@cdktn/provider-datadog.dataDatadogIntegrationAwsAvailableNamespaces.DataDatadogIntegrationAwsAvailableNamespacesConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogIntegrationAwsAvailableNamespaces.DataDatadogIntegrationAwsAvailableNamespacesConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-integration-aws-available-namespaces/index.ts",
        "line": 14
      },
      "name": "DataDatadogIntegrationAwsAvailableNamespacesConfig",
      "namespace": "dataDatadogIntegrationAwsAvailableNamespaces",
      "symbolId": "src/data-datadog-integration-aws-available-namespaces/index:DataDatadogIntegrationAwsAvailableNamespacesConfig"
    },
    "@cdktn/provider-datadog.dataDatadogIntegrationAwsExternalId.DataDatadogIntegrationAwsExternalId": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/integration_aws_external_id datadog_integration_aws_external_id}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogIntegrationAwsExternalId.DataDatadogIntegrationAwsExternalId",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/integration_aws_external_id datadog_integration_aws_external_id} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-integration-aws-external-id/index.ts",
          "line": 58
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogIntegrationAwsExternalId.DataDatadogIntegrationAwsExternalIdConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-integration-aws-external-id/index.ts",
        "line": 26
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogIntegrationAwsExternalId resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-external-id/index.ts",
            "line": 43
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogIntegrationAwsExternalId to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/integration_aws_external_id#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogIntegrationAwsExternalId that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogIntegrationAwsExternalId to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-external-id/index.ts",
            "line": 108
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-external-id/index.ts",
            "line": 114
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogIntegrationAwsExternalId",
      "namespace": "dataDatadogIntegrationAwsExternalId",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-external-id/index.ts",
            "line": 31
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-external-id/index.ts",
            "line": 95
          },
          "name": "externalId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-external-id/index.ts",
            "line": 100
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-external-id/index.ts",
            "line": 90
          },
          "name": "awsAccountIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-external-id/index.ts",
            "line": 83
          },
          "name": "awsAccountId",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-integration-aws-external-id/index:DataDatadogIntegrationAwsExternalId"
    },
    "@cdktn/provider-datadog.dataDatadogIntegrationAwsExternalId.DataDatadogIntegrationAwsExternalIdConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogIntegrationAwsExternalId.DataDatadogIntegrationAwsExternalIdConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-integration-aws-external-id/index.ts",
        "line": 14
      },
      "name": "DataDatadogIntegrationAwsExternalIdConfig",
      "namespace": "dataDatadogIntegrationAwsExternalId",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Must be a valid 12 digits AWS account ID.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/integration_aws_external_id#aws_account_id DataDatadogIntegrationAwsExternalId#aws_account_id}",
            "stability": "stable",
            "summary": "The AWS account ID of the integration to retrieve the external ID from."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-external-id/index.ts",
            "line": 20
          },
          "name": "awsAccountId",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-integration-aws-external-id/index:DataDatadogIntegrationAwsExternalIdConfig"
    },
    "@cdktn/provider-datadog.dataDatadogIntegrationAwsIamPermissions.DataDatadogIntegrationAwsIamPermissions": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/integration_aws_iam_permissions datadog_integration_aws_iam_permissions}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogIntegrationAwsIamPermissions.DataDatadogIntegrationAwsIamPermissions",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/integration_aws_iam_permissions datadog_integration_aws_iam_permissions} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-integration-aws-iam-permissions/index.ts",
          "line": 52
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogIntegrationAwsIamPermissions.DataDatadogIntegrationAwsIamPermissionsConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-integration-aws-iam-permissions/index.ts",
        "line": 20
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogIntegrationAwsIamPermissions resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-iam-permissions/index.ts",
            "line": 37
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogIntegrationAwsIamPermissions to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/integration_aws_iam_permissions#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogIntegrationAwsIamPermissions that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogIntegrationAwsIamPermissions to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-iam-permissions/index.ts",
            "line": 88
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-iam-permissions/index.ts",
            "line": 93
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogIntegrationAwsIamPermissions",
      "namespace": "dataDatadogIntegrationAwsIamPermissions",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-iam-permissions/index.ts",
            "line": 25
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-iam-permissions/index.ts",
            "line": 75
          },
          "name": "iamPermissions",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-iam-permissions/index.ts",
            "line": 80
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-integration-aws-iam-permissions/index:DataDatadogIntegrationAwsIamPermissions"
    },
    "@cdktn/provider-datadog.dataDatadogIntegrationAwsIamPermissions.DataDatadogIntegrationAwsIamPermissionsConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogIntegrationAwsIamPermissions.DataDatadogIntegrationAwsIamPermissionsConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-integration-aws-iam-permissions/index.ts",
        "line": 14
      },
      "name": "DataDatadogIntegrationAwsIamPermissionsConfig",
      "namespace": "dataDatadogIntegrationAwsIamPermissions",
      "symbolId": "src/data-datadog-integration-aws-iam-permissions/index:DataDatadogIntegrationAwsIamPermissionsConfig"
    },
    "@cdktn/provider-datadog.dataDatadogIntegrationAwsIamPermissionsResourceCollection.DataDatadogIntegrationAwsIamPermissionsResourceCollection": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/integration_aws_iam_permissions_resource_collection datadog_integration_aws_iam_permissions_resource_collection}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogIntegrationAwsIamPermissionsResourceCollection.DataDatadogIntegrationAwsIamPermissionsResourceCollection",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/integration_aws_iam_permissions_resource_collection datadog_integration_aws_iam_permissions_resource_collection} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-integration-aws-iam-permissions-resource-collection/index.ts",
          "line": 52
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogIntegrationAwsIamPermissionsResourceCollection.DataDatadogIntegrationAwsIamPermissionsResourceCollectionConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-integration-aws-iam-permissions-resource-collection/index.ts",
        "line": 20
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogIntegrationAwsIamPermissionsResourceCollection resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-iam-permissions-resource-collection/index.ts",
            "line": 37
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogIntegrationAwsIamPermissionsResourceCollection to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/integration_aws_iam_permissions_resource_collection#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogIntegrationAwsIamPermissionsResourceCollection that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogIntegrationAwsIamPermissionsResourceCollection to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-iam-permissions-resource-collection/index.ts",
            "line": 88
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-iam-permissions-resource-collection/index.ts",
            "line": 93
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogIntegrationAwsIamPermissionsResourceCollection",
      "namespace": "dataDatadogIntegrationAwsIamPermissionsResourceCollection",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-iam-permissions-resource-collection/index.ts",
            "line": 25
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-iam-permissions-resource-collection/index.ts",
            "line": 75
          },
          "name": "iamPermissions",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-iam-permissions-resource-collection/index.ts",
            "line": 80
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-integration-aws-iam-permissions-resource-collection/index:DataDatadogIntegrationAwsIamPermissionsResourceCollection"
    },
    "@cdktn/provider-datadog.dataDatadogIntegrationAwsIamPermissionsResourceCollection.DataDatadogIntegrationAwsIamPermissionsResourceCollectionConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogIntegrationAwsIamPermissionsResourceCollection.DataDatadogIntegrationAwsIamPermissionsResourceCollectionConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-integration-aws-iam-permissions-resource-collection/index.ts",
        "line": 14
      },
      "name": "DataDatadogIntegrationAwsIamPermissionsResourceCollectionConfig",
      "namespace": "dataDatadogIntegrationAwsIamPermissionsResourceCollection",
      "symbolId": "src/data-datadog-integration-aws-iam-permissions-resource-collection/index:DataDatadogIntegrationAwsIamPermissionsResourceCollectionConfig"
    },
    "@cdktn/provider-datadog.dataDatadogIntegrationAwsIamPermissionsStandard.DataDatadogIntegrationAwsIamPermissionsStandard": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/integration_aws_iam_permissions_standard datadog_integration_aws_iam_permissions_standard}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogIntegrationAwsIamPermissionsStandard.DataDatadogIntegrationAwsIamPermissionsStandard",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/integration_aws_iam_permissions_standard datadog_integration_aws_iam_permissions_standard} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-integration-aws-iam-permissions-standard/index.ts",
          "line": 52
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogIntegrationAwsIamPermissionsStandard.DataDatadogIntegrationAwsIamPermissionsStandardConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-integration-aws-iam-permissions-standard/index.ts",
        "line": 20
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogIntegrationAwsIamPermissionsStandard resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-iam-permissions-standard/index.ts",
            "line": 37
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogIntegrationAwsIamPermissionsStandard to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/integration_aws_iam_permissions_standard#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogIntegrationAwsIamPermissionsStandard that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogIntegrationAwsIamPermissionsStandard to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-iam-permissions-standard/index.ts",
            "line": 88
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-iam-permissions-standard/index.ts",
            "line": 93
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogIntegrationAwsIamPermissionsStandard",
      "namespace": "dataDatadogIntegrationAwsIamPermissionsStandard",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-iam-permissions-standard/index.ts",
            "line": 25
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-iam-permissions-standard/index.ts",
            "line": 75
          },
          "name": "iamPermissions",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-iam-permissions-standard/index.ts",
            "line": 80
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-integration-aws-iam-permissions-standard/index:DataDatadogIntegrationAwsIamPermissionsStandard"
    },
    "@cdktn/provider-datadog.dataDatadogIntegrationAwsIamPermissionsStandard.DataDatadogIntegrationAwsIamPermissionsStandardConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogIntegrationAwsIamPermissionsStandard.DataDatadogIntegrationAwsIamPermissionsStandardConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-integration-aws-iam-permissions-standard/index.ts",
        "line": 14
      },
      "name": "DataDatadogIntegrationAwsIamPermissionsStandardConfig",
      "namespace": "dataDatadogIntegrationAwsIamPermissionsStandard",
      "symbolId": "src/data-datadog-integration-aws-iam-permissions-standard/index:DataDatadogIntegrationAwsIamPermissionsStandardConfig"
    },
    "@cdktn/provider-datadog.dataDatadogIntegrationAwsLogsServices.DataDatadogIntegrationAwsLogsServices": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/integration_aws_logs_services datadog_integration_aws_logs_services}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogIntegrationAwsLogsServices.DataDatadogIntegrationAwsLogsServices",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/integration_aws_logs_services datadog_integration_aws_logs_services} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-integration-aws-logs-services/index.ts",
          "line": 139
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogIntegrationAwsLogsServices.DataDatadogIntegrationAwsLogsServicesConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-integration-aws-logs-services/index.ts",
        "line": 107
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogIntegrationAwsLogsServices resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-logs-services/index.ts",
            "line": 124
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogIntegrationAwsLogsServices to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/integration_aws_logs_services#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogIntegrationAwsLogsServices that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogIntegrationAwsLogsServices to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-logs-services/index.ts",
            "line": 176
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-logs-services/index.ts",
            "line": 188
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-logs-services/index.ts",
            "line": 194
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogIntegrationAwsLogsServices",
      "namespace": "dataDatadogIntegrationAwsLogsServices",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-logs-services/index.ts",
            "line": 112
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-logs-services/index.ts",
            "line": 164
          },
          "name": "awsLogsServices",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogIntegrationAwsLogsServices.DataDatadogIntegrationAwsLogsServicesAwsLogsServicesList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-logs-services/index.ts",
            "line": 180
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-logs-services/index.ts",
            "line": 170
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-integration-aws-logs-services/index:DataDatadogIntegrationAwsLogsServices"
    },
    "@cdktn/provider-datadog.dataDatadogIntegrationAwsLogsServices.DataDatadogIntegrationAwsLogsServicesAwsLogsServices": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogIntegrationAwsLogsServices.DataDatadogIntegrationAwsLogsServicesAwsLogsServices",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-integration-aws-logs-services/index.ts",
        "line": 23
      },
      "name": "DataDatadogIntegrationAwsLogsServicesAwsLogsServices",
      "namespace": "dataDatadogIntegrationAwsLogsServices",
      "symbolId": "src/data-datadog-integration-aws-logs-services/index:DataDatadogIntegrationAwsLogsServicesAwsLogsServices"
    },
    "@cdktn/provider-datadog.dataDatadogIntegrationAwsLogsServices.DataDatadogIntegrationAwsLogsServicesAwsLogsServicesList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogIntegrationAwsLogsServices.DataDatadogIntegrationAwsLogsServicesAwsLogsServicesList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-integration-aws-logs-services/index.ts",
          "line": 92
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-integration-aws-logs-services/index.ts",
        "line": 85
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-logs-services/index.ts",
            "line": 99
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogIntegrationAwsLogsServices.DataDatadogIntegrationAwsLogsServicesAwsLogsServicesOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogIntegrationAwsLogsServicesAwsLogsServicesList",
      "namespace": "dataDatadogIntegrationAwsLogsServices",
      "symbolId": "src/data-datadog-integration-aws-logs-services/index:DataDatadogIntegrationAwsLogsServicesAwsLogsServicesList"
    },
    "@cdktn/provider-datadog.dataDatadogIntegrationAwsLogsServices.DataDatadogIntegrationAwsLogsServicesAwsLogsServicesOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogIntegrationAwsLogsServices.DataDatadogIntegrationAwsLogsServicesAwsLogsServicesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-integration-aws-logs-services/index.ts",
          "line": 55
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-integration-aws-logs-services/index.ts",
        "line": 46
      },
      "name": "DataDatadogIntegrationAwsLogsServicesAwsLogsServicesOutputReference",
      "namespace": "dataDatadogIntegrationAwsLogsServices",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-logs-services/index.ts",
            "line": 75
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-logs-services/index.ts",
            "line": 80
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-logs-services/index.ts",
            "line": 59
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogIntegrationAwsLogsServices.DataDatadogIntegrationAwsLogsServicesAwsLogsServices"
          }
        }
      ],
      "symbolId": "src/data-datadog-integration-aws-logs-services/index:DataDatadogIntegrationAwsLogsServicesAwsLogsServicesOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogIntegrationAwsLogsServices.DataDatadogIntegrationAwsLogsServicesConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogIntegrationAwsLogsServices.DataDatadogIntegrationAwsLogsServicesConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-integration-aws-logs-services/index.ts",
        "line": 14
      },
      "name": "DataDatadogIntegrationAwsLogsServicesConfig",
      "namespace": "dataDatadogIntegrationAwsLogsServices",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/integration_aws_logs_services#id DataDatadogIntegrationAwsLogsServices#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-logs-services/index.ts",
            "line": 21
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-integration-aws-logs-services/index:DataDatadogIntegrationAwsLogsServicesConfig"
    },
    "@cdktn/provider-datadog.dataDatadogIntegrationAwsNamespaceRules.DataDatadogIntegrationAwsNamespaceRules": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/integration_aws_namespace_rules datadog_integration_aws_namespace_rules}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogIntegrationAwsNamespaceRules.DataDatadogIntegrationAwsNamespaceRules",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/integration_aws_namespace_rules datadog_integration_aws_namespace_rules} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-integration-aws-namespace-rules/index.ts",
          "line": 52
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogIntegrationAwsNamespaceRules.DataDatadogIntegrationAwsNamespaceRulesConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-integration-aws-namespace-rules/index.ts",
        "line": 20
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogIntegrationAwsNamespaceRules resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-namespace-rules/index.ts",
            "line": 37
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogIntegrationAwsNamespaceRules to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/integration_aws_namespace_rules#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogIntegrationAwsNamespaceRules that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogIntegrationAwsNamespaceRules to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-namespace-rules/index.ts",
            "line": 88
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-namespace-rules/index.ts",
            "line": 93
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogIntegrationAwsNamespaceRules",
      "namespace": "dataDatadogIntegrationAwsNamespaceRules",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-namespace-rules/index.ts",
            "line": 25
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-namespace-rules/index.ts",
            "line": 75
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-integration-aws-namespace-rules/index.ts",
            "line": 80
          },
          "name": "namespaceRules",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-integration-aws-namespace-rules/index:DataDatadogIntegrationAwsNamespaceRules"
    },
    "@cdktn/provider-datadog.dataDatadogIntegrationAwsNamespaceRules.DataDatadogIntegrationAwsNamespaceRulesConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogIntegrationAwsNamespaceRules.DataDatadogIntegrationAwsNamespaceRulesConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-integration-aws-namespace-rules/index.ts",
        "line": 14
      },
      "name": "DataDatadogIntegrationAwsNamespaceRulesConfig",
      "namespace": "dataDatadogIntegrationAwsNamespaceRules",
      "symbolId": "src/data-datadog-integration-aws-namespace-rules/index:DataDatadogIntegrationAwsNamespaceRulesConfig"
    },
    "@cdktn/provider-datadog.dataDatadogIpRanges.DataDatadogIpRanges": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/ip_ranges datadog_ip_ranges}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogIpRanges.DataDatadogIpRanges",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/ip_ranges datadog_ip_ranges} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-ip-ranges/index.ts",
          "line": 52
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogIpRanges.DataDatadogIpRangesConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-ip-ranges/index.ts",
        "line": 20
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogIpRanges resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges/index.ts",
            "line": 37
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogIpRanges to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/ip_ranges#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogIpRanges that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogIpRanges to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges/index.ts",
            "line": 185
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges/index.ts",
            "line": 190
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogIpRanges",
      "namespace": "dataDatadogIpRanges",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges/index.ts",
            "line": 25
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges/index.ts",
            "line": 75
          },
          "name": "agentsIpv4",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges/index.ts",
            "line": 80
          },
          "name": "agentsIpv6",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges/index.ts",
            "line": 85
          },
          "name": "apiIpv4",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges/index.ts",
            "line": 90
          },
          "name": "apiIpv6",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges/index.ts",
            "line": 95
          },
          "name": "apmIpv4",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges/index.ts",
            "line": 100
          },
          "name": "apmIpv6",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges/index.ts",
            "line": 105
          },
          "name": "globalIpv4",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges/index.ts",
            "line": 110
          },
          "name": "globalIpv6",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges/index.ts",
            "line": 115
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges/index.ts",
            "line": 120
          },
          "name": "logsIpv4",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges/index.ts",
            "line": 125
          },
          "name": "logsIpv6",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges/index.ts",
            "line": 130
          },
          "name": "orchestratorIpv4",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges/index.ts",
            "line": 135
          },
          "name": "orchestratorIpv6",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges/index.ts",
            "line": 140
          },
          "name": "processIpv4",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges/index.ts",
            "line": 145
          },
          "name": "processIpv6",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges/index.ts",
            "line": 150
          },
          "name": "syntheticsIpv4",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges/index.ts",
            "line": 156
          },
          "name": "syntheticsIpv4ByLocation",
          "type": {
            "fqn": "cdktn.StringMap"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges/index.ts",
            "line": 161
          },
          "name": "syntheticsIpv6",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges/index.ts",
            "line": 167
          },
          "name": "syntheticsIpv6ByLocation",
          "type": {
            "fqn": "cdktn.StringMap"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges/index.ts",
            "line": 172
          },
          "name": "webhooksIpv4",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-ip-ranges/index.ts",
            "line": 177
          },
          "name": "webhooksIpv6",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-ip-ranges/index:DataDatadogIpRanges"
    },
    "@cdktn/provider-datadog.dataDatadogIpRanges.DataDatadogIpRangesConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogIpRanges.DataDatadogIpRangesConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-ip-ranges/index.ts",
        "line": 14
      },
      "name": "DataDatadogIpRangesConfig",
      "namespace": "dataDatadogIpRanges",
      "symbolId": "src/data-datadog-ip-ranges/index:DataDatadogIpRangesConfig"
    },
    "@cdktn/provider-datadog.dataDatadogLogsArchivesOrder.DataDatadogLogsArchivesOrder": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/logs_archives_order datadog_logs_archives_order}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogLogsArchivesOrder.DataDatadogLogsArchivesOrder",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/logs_archives_order datadog_logs_archives_order} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-logs-archives-order/index.ts",
          "line": 59
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogLogsArchivesOrder.DataDatadogLogsArchivesOrderConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-logs-archives-order/index.ts",
        "line": 27
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogLogsArchivesOrder resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-archives-order/index.ts",
            "line": 44
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogLogsArchivesOrder to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/logs_archives_order#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogLogsArchivesOrder that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogLogsArchivesOrder to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-archives-order/index.ts",
            "line": 95
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-archives-order/index.ts",
            "line": 107
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-archives-order/index.ts",
            "line": 113
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogLogsArchivesOrder",
      "namespace": "dataDatadogLogsArchivesOrder",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-archives-order/index.ts",
            "line": 32
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-archives-order/index.ts",
            "line": 83
          },
          "name": "archiveIds",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-archives-order/index.ts",
            "line": 99
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-archives-order/index.ts",
            "line": 89
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-logs-archives-order/index:DataDatadogLogsArchivesOrder"
    },
    "@cdktn/provider-datadog.dataDatadogLogsArchivesOrder.DataDatadogLogsArchivesOrderConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogLogsArchivesOrder.DataDatadogLogsArchivesOrderConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-logs-archives-order/index.ts",
        "line": 14
      },
      "name": "DataDatadogLogsArchivesOrderConfig",
      "namespace": "dataDatadogLogsArchivesOrder",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/logs_archives_order#id DataDatadogLogsArchivesOrder#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-archives-order/index.ts",
            "line": 21
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-logs-archives-order/index:DataDatadogLogsArchivesOrderConfig"
    },
    "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexes": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/logs_indexes datadog_logs_indexes}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexes",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/logs_indexes datadog_logs_indexes} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-logs-indexes/index.ts",
          "line": 498
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-logs-indexes/index.ts",
        "line": 466
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogLogsIndexes resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes/index.ts",
            "line": 483
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogLogsIndexes to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/logs_indexes#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogLogsIndexes that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogLogsIndexes to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes/index.ts",
            "line": 529
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes/index.ts",
            "line": 547
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes/index.ts",
            "line": 553
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogLogsIndexes",
      "namespace": "dataDatadogLogsIndexes",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes/index.ts",
            "line": 471
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes/index.ts",
            "line": 539
          },
          "name": "logsIndexes",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes/index.ts",
            "line": 533
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes/index.ts",
            "line": 523
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-logs-indexes/index:DataDatadogLogsIndexes"
    },
    "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-logs-indexes/index.ts",
        "line": 14
      },
      "name": "DataDatadogLogsIndexesConfig",
      "namespace": "dataDatadogLogsIndexes",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/logs_indexes#id DataDatadogLogsIndexes#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes/index.ts",
            "line": 21
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-logs-indexes/index:DataDatadogLogsIndexesConfig"
    },
    "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexes": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexes",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-logs-indexes/index.ts",
        "line": 344
      },
      "name": "DataDatadogLogsIndexesLogsIndexes",
      "namespace": "dataDatadogLogsIndexes",
      "symbolId": "src/data-datadog-logs-indexes/index:DataDatadogLogsIndexesLogsIndexes"
    },
    "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesDailyLimitReset": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesDailyLimitReset",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-logs-indexes/index.ts",
        "line": 23
      },
      "name": "DataDatadogLogsIndexesLogsIndexesDailyLimitReset",
      "namespace": "dataDatadogLogsIndexes",
      "symbolId": "src/data-datadog-logs-indexes/index:DataDatadogLogsIndexesLogsIndexesDailyLimitReset"
    },
    "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesDailyLimitResetList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesDailyLimitResetList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-logs-indexes/index.ts",
          "line": 92
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-logs-indexes/index.ts",
        "line": 85
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes/index.ts",
            "line": 99
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesDailyLimitResetOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogLogsIndexesLogsIndexesDailyLimitResetList",
      "namespace": "dataDatadogLogsIndexes",
      "symbolId": "src/data-datadog-logs-indexes/index:DataDatadogLogsIndexesLogsIndexesDailyLimitResetList"
    },
    "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesDailyLimitResetOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesDailyLimitResetOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-logs-indexes/index.ts",
          "line": 55
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-logs-indexes/index.ts",
        "line": 46
      },
      "name": "DataDatadogLogsIndexesLogsIndexesDailyLimitResetOutputReference",
      "namespace": "dataDatadogLogsIndexes",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes/index.ts",
            "line": 75
          },
          "name": "resetTime",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes/index.ts",
            "line": 80
          },
          "name": "resetUtcOffset",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes/index.ts",
            "line": 59
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesDailyLimitReset"
          }
        }
      ],
      "symbolId": "src/data-datadog-logs-indexes/index:DataDatadogLogsIndexesLogsIndexesDailyLimitResetOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesExclusionFilter": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesExclusionFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-logs-indexes/index.ts",
        "line": 183
      },
      "name": "DataDatadogLogsIndexesLogsIndexesExclusionFilter",
      "namespace": "dataDatadogLogsIndexes",
      "symbolId": "src/data-datadog-logs-indexes/index:DataDatadogLogsIndexesLogsIndexesExclusionFilter"
    },
    "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesExclusionFilterFilter": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesExclusionFilterFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-logs-indexes/index.ts",
        "line": 103
      },
      "name": "DataDatadogLogsIndexesLogsIndexesExclusionFilterFilter",
      "namespace": "dataDatadogLogsIndexes",
      "symbolId": "src/data-datadog-logs-indexes/index:DataDatadogLogsIndexesLogsIndexesExclusionFilterFilter"
    },
    "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesExclusionFilterFilterList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesExclusionFilterFilterList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-logs-indexes/index.ts",
          "line": 172
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-logs-indexes/index.ts",
        "line": 165
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes/index.ts",
            "line": 179
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesExclusionFilterFilterOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogLogsIndexesLogsIndexesExclusionFilterFilterList",
      "namespace": "dataDatadogLogsIndexes",
      "symbolId": "src/data-datadog-logs-indexes/index:DataDatadogLogsIndexesLogsIndexesExclusionFilterFilterList"
    },
    "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesExclusionFilterFilterOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesExclusionFilterFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-logs-indexes/index.ts",
          "line": 135
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-logs-indexes/index.ts",
        "line": 126
      },
      "name": "DataDatadogLogsIndexesLogsIndexesExclusionFilterFilterOutputReference",
      "namespace": "dataDatadogLogsIndexes",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes/index.ts",
            "line": 155
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes/index.ts",
            "line": 160
          },
          "name": "sampleRate",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes/index.ts",
            "line": 139
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesExclusionFilterFilter"
          }
        }
      ],
      "symbolId": "src/data-datadog-logs-indexes/index:DataDatadogLogsIndexesLogsIndexesExclusionFilterFilterOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesExclusionFilterList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesExclusionFilterList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-logs-indexes/index.ts",
          "line": 258
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-logs-indexes/index.ts",
        "line": 251
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes/index.ts",
            "line": 265
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesExclusionFilterOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogLogsIndexesLogsIndexesExclusionFilterList",
      "namespace": "dataDatadogLogsIndexes",
      "symbolId": "src/data-datadog-logs-indexes/index:DataDatadogLogsIndexesLogsIndexesExclusionFilterList"
    },
    "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesExclusionFilterOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesExclusionFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-logs-indexes/index.ts",
          "line": 215
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-logs-indexes/index.ts",
        "line": 206
      },
      "name": "DataDatadogLogsIndexesLogsIndexesExclusionFilterOutputReference",
      "namespace": "dataDatadogLogsIndexes",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes/index.ts",
            "line": 236
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesExclusionFilterFilterList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes/index.ts",
            "line": 241
          },
          "name": "isEnabled",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes/index.ts",
            "line": 246
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes/index.ts",
            "line": 219
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesExclusionFilter"
          }
        }
      ],
      "symbolId": "src/data-datadog-logs-indexes/index:DataDatadogLogsIndexesLogsIndexesExclusionFilterOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesFilter": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-logs-indexes/index.ts",
        "line": 269
      },
      "name": "DataDatadogLogsIndexesLogsIndexesFilter",
      "namespace": "dataDatadogLogsIndexes",
      "symbolId": "src/data-datadog-logs-indexes/index:DataDatadogLogsIndexesLogsIndexesFilter"
    },
    "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesFilterList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesFilterList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-logs-indexes/index.ts",
          "line": 333
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-logs-indexes/index.ts",
        "line": 326
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes/index.ts",
            "line": 340
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesFilterOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogLogsIndexesLogsIndexesFilterList",
      "namespace": "dataDatadogLogsIndexes",
      "symbolId": "src/data-datadog-logs-indexes/index:DataDatadogLogsIndexesLogsIndexesFilterList"
    },
    "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesFilterOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-logs-indexes/index.ts",
          "line": 301
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-logs-indexes/index.ts",
        "line": 292
      },
      "name": "DataDatadogLogsIndexesLogsIndexesFilterOutputReference",
      "namespace": "dataDatadogLogsIndexes",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes/index.ts",
            "line": 321
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes/index.ts",
            "line": 305
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesFilter"
          }
        }
      ],
      "symbolId": "src/data-datadog-logs-indexes/index:DataDatadogLogsIndexesLogsIndexesFilterOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-logs-indexes/index.ts",
          "line": 451
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-logs-indexes/index.ts",
        "line": 444
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes/index.ts",
            "line": 458
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogLogsIndexesLogsIndexesList",
      "namespace": "dataDatadogLogsIndexes",
      "symbolId": "src/data-datadog-logs-indexes/index:DataDatadogLogsIndexesLogsIndexesList"
    },
    "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-logs-indexes/index.ts",
          "line": 376
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-logs-indexes/index.ts",
        "line": 367
      },
      "name": "DataDatadogLogsIndexesLogsIndexesOutputReference",
      "namespace": "dataDatadogLogsIndexes",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes/index.ts",
            "line": 396
          },
          "name": "dailyLimit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes/index.ts",
            "line": 402
          },
          "name": "dailyLimitReset",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesDailyLimitResetList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes/index.ts",
            "line": 407
          },
          "name": "dailyLimitWarningThresholdPercentage",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes/index.ts",
            "line": 413
          },
          "name": "exclusionFilter",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesExclusionFilterList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes/index.ts",
            "line": 419
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexesFilterList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes/index.ts",
            "line": 424
          },
          "name": "flexRetentionDays",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes/index.ts",
            "line": 429
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes/index.ts",
            "line": 434
          },
          "name": "retentionDays",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes/index.ts",
            "line": 439
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes/index.ts",
            "line": 380
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogLogsIndexes.DataDatadogLogsIndexesLogsIndexes"
          }
        }
      ],
      "symbolId": "src/data-datadog-logs-indexes/index:DataDatadogLogsIndexesLogsIndexesOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogLogsIndexesOrder.DataDatadogLogsIndexesOrder": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/logs_indexes_order datadog_logs_indexes_order}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogLogsIndexesOrder.DataDatadogLogsIndexesOrder",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/logs_indexes_order datadog_logs_indexes_order} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-logs-indexes-order/index.ts",
          "line": 59
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogLogsIndexesOrder.DataDatadogLogsIndexesOrderConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-logs-indexes-order/index.ts",
        "line": 27
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogLogsIndexesOrder resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes-order/index.ts",
            "line": 44
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogLogsIndexesOrder to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/logs_indexes_order#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogLogsIndexesOrder that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogLogsIndexesOrder to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes-order/index.ts",
            "line": 90
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes-order/index.ts",
            "line": 107
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes-order/index.ts",
            "line": 113
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogLogsIndexesOrder",
      "namespace": "dataDatadogLogsIndexesOrder",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes-order/index.ts",
            "line": 32
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes-order/index.ts",
            "line": 99
          },
          "name": "indexNames",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes-order/index.ts",
            "line": 94
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes-order/index.ts",
            "line": 84
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-logs-indexes-order/index:DataDatadogLogsIndexesOrder"
    },
    "@cdktn/provider-datadog.dataDatadogLogsIndexesOrder.DataDatadogLogsIndexesOrderConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogLogsIndexesOrder.DataDatadogLogsIndexesOrderConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-logs-indexes-order/index.ts",
        "line": 14
      },
      "name": "DataDatadogLogsIndexesOrderConfig",
      "namespace": "dataDatadogLogsIndexesOrder",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/logs_indexes_order#id DataDatadogLogsIndexesOrder#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-indexes-order/index.ts",
            "line": 21
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-logs-indexes-order/index:DataDatadogLogsIndexesOrderConfig"
    },
    "@cdktn/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelines": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/logs_pipelines datadog_logs_pipelines}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelines",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/logs_pipelines datadog_logs_pipelines} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-logs-pipelines/index.ts",
          "line": 251
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-logs-pipelines/index.ts",
        "line": 219
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogLogsPipelines resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-pipelines/index.ts",
            "line": 236
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogLogsPipelines to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/logs_pipelines#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogLogsPipelines that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogLogsPipelines to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-pipelines/index.ts",
            "line": 283
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-pipelines/index.ts",
            "line": 299
          },
          "name": "resetIsReadOnly"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-pipelines/index.ts",
            "line": 317
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-pipelines/index.ts",
            "line": 324
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogLogsPipelines",
      "namespace": "dataDatadogLogsPipelines",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-pipelines/index.ts",
            "line": 224
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-pipelines/index.ts",
            "line": 309
          },
          "name": "logsPipelines",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesLogsPipelinesList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-pipelines/index.ts",
            "line": 287
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-pipelines/index.ts",
            "line": 303
          },
          "name": "isReadOnlyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-pipelines/index.ts",
            "line": 277
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-pipelines/index.ts",
            "line": 293
          },
          "name": "isReadOnly",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-logs-pipelines/index:DataDatadogLogsPipelines"
    },
    "@cdktn/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-logs-pipelines/index.ts",
        "line": 14
      },
      "name": "DataDatadogLogsPipelinesConfig",
      "namespace": "dataDatadogLogsPipelines",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/logs_pipelines#id DataDatadogLogsPipelines#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-pipelines/index.ts",
            "line": 21
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/logs_pipelines#is_read_only DataDatadogLogsPipelines#is_read_only}",
            "stability": "stable",
            "summary": "Filter parameter for retrieved pipelines."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-pipelines/index.ts",
            "line": 27
          },
          "name": "isReadOnly",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-logs-pipelines/index:DataDatadogLogsPipelinesConfig"
    },
    "@cdktn/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesLogsPipelines": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesLogsPipelines",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-logs-pipelines/index.ts",
        "line": 104
      },
      "name": "DataDatadogLogsPipelinesLogsPipelines",
      "namespace": "dataDatadogLogsPipelines",
      "symbolId": "src/data-datadog-logs-pipelines/index:DataDatadogLogsPipelinesLogsPipelines"
    },
    "@cdktn/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesLogsPipelinesFilter": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesLogsPipelinesFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-logs-pipelines/index.ts",
        "line": 29
      },
      "name": "DataDatadogLogsPipelinesLogsPipelinesFilter",
      "namespace": "dataDatadogLogsPipelines",
      "symbolId": "src/data-datadog-logs-pipelines/index:DataDatadogLogsPipelinesLogsPipelinesFilter"
    },
    "@cdktn/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesLogsPipelinesFilterList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesLogsPipelinesFilterList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-logs-pipelines/index.ts",
          "line": 93
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-logs-pipelines/index.ts",
        "line": 86
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-pipelines/index.ts",
            "line": 100
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesLogsPipelinesFilterOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogLogsPipelinesLogsPipelinesFilterList",
      "namespace": "dataDatadogLogsPipelines",
      "symbolId": "src/data-datadog-logs-pipelines/index:DataDatadogLogsPipelinesLogsPipelinesFilterList"
    },
    "@cdktn/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesLogsPipelinesFilterOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesLogsPipelinesFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-logs-pipelines/index.ts",
          "line": 61
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-logs-pipelines/index.ts",
        "line": 52
      },
      "name": "DataDatadogLogsPipelinesLogsPipelinesFilterOutputReference",
      "namespace": "dataDatadogLogsPipelines",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-pipelines/index.ts",
            "line": 81
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-pipelines/index.ts",
            "line": 65
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesLogsPipelinesFilter"
          }
        }
      ],
      "symbolId": "src/data-datadog-logs-pipelines/index:DataDatadogLogsPipelinesLogsPipelinesFilterOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesLogsPipelinesList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesLogsPipelinesList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-logs-pipelines/index.ts",
          "line": 204
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-logs-pipelines/index.ts",
        "line": 197
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-pipelines/index.ts",
            "line": 211
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesLogsPipelinesOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogLogsPipelinesLogsPipelinesList",
      "namespace": "dataDatadogLogsPipelines",
      "symbolId": "src/data-datadog-logs-pipelines/index:DataDatadogLogsPipelinesLogsPipelinesList"
    },
    "@cdktn/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesLogsPipelinesOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesLogsPipelinesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-logs-pipelines/index.ts",
          "line": 136
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-logs-pipelines/index.ts",
        "line": 127
      },
      "name": "DataDatadogLogsPipelinesLogsPipelinesOutputReference",
      "namespace": "dataDatadogLogsPipelines",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-pipelines/index.ts",
            "line": 156
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-pipelines/index.ts",
            "line": 162
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesLogsPipelinesFilterList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-pipelines/index.ts",
            "line": 167
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-pipelines/index.ts",
            "line": 172
          },
          "name": "isEnabled",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-pipelines/index.ts",
            "line": 177
          },
          "name": "isReadOnly",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-pipelines/index.ts",
            "line": 182
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-pipelines/index.ts",
            "line": 187
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-pipelines/index.ts",
            "line": 192
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-pipelines/index.ts",
            "line": 140
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogLogsPipelines.DataDatadogLogsPipelinesLogsPipelines"
          }
        }
      ],
      "symbolId": "src/data-datadog-logs-pipelines/index:DataDatadogLogsPipelinesLogsPipelinesOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogLogsPipelinesOrder.DataDatadogLogsPipelinesOrder": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/logs_pipelines_order datadog_logs_pipelines_order}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogLogsPipelinesOrder.DataDatadogLogsPipelinesOrder",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/logs_pipelines_order datadog_logs_pipelines_order} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-logs-pipelines-order/index.ts",
          "line": 52
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogLogsPipelinesOrder.DataDatadogLogsPipelinesOrderConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-logs-pipelines-order/index.ts",
        "line": 20
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogLogsPipelinesOrder resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-pipelines-order/index.ts",
            "line": 37
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogLogsPipelinesOrder to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/logs_pipelines_order#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogLogsPipelinesOrder that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogLogsPipelinesOrder to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-pipelines-order/index.ts",
            "line": 88
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-logs-pipelines-order/index.ts",
            "line": 93
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogLogsPipelinesOrder",
      "namespace": "dataDatadogLogsPipelinesOrder",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-pipelines-order/index.ts",
            "line": 25
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-pipelines-order/index.ts",
            "line": 75
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-logs-pipelines-order/index.ts",
            "line": 80
          },
          "name": "pipelineIds",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-logs-pipelines-order/index:DataDatadogLogsPipelinesOrder"
    },
    "@cdktn/provider-datadog.dataDatadogLogsPipelinesOrder.DataDatadogLogsPipelinesOrderConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogLogsPipelinesOrder.DataDatadogLogsPipelinesOrderConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-logs-pipelines-order/index.ts",
        "line": 14
      },
      "name": "DataDatadogLogsPipelinesOrderConfig",
      "namespace": "dataDatadogLogsPipelinesOrder",
      "symbolId": "src/data-datadog-logs-pipelines-order/index:DataDatadogLogsPipelinesOrderConfig"
    },
    "@cdktn/provider-datadog.dataDatadogMetricActiveTagsAndAggregations.DataDatadogMetricActiveTagsAndAggregations": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/metric_active_tags_and_aggregations datadog_metric_active_tags_and_aggregations}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMetricActiveTagsAndAggregations.DataDatadogMetricActiveTagsAndAggregations",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/metric_active_tags_and_aggregations datadog_metric_active_tags_and_aggregations} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts",
          "line": 144
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogMetricActiveTagsAndAggregations.DataDatadogMetricActiveTagsAndAggregationsConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts",
        "line": 112
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogMetricActiveTagsAndAggregations resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts",
            "line": 129
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogMetricActiveTagsAndAggregations to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/metric_active_tags_and_aggregations#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogMetricActiveTagsAndAggregations that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogMetricActiveTagsAndAggregations to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts",
            "line": 205
          },
          "name": "resetWindow"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts",
            "line": 217
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts",
            "line": 224
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogMetricActiveTagsAndAggregations",
      "namespace": "dataDatadogMetricActiveTagsAndAggregations",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts",
            "line": 117
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts",
            "line": 170
          },
          "name": "activeAggregations",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogMetricActiveTagsAndAggregations.DataDatadogMetricActiveTagsAndAggregationsActiveAggregationsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts",
            "line": 175
          },
          "name": "activeTags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts",
            "line": 180
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts",
            "line": 193
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts",
            "line": 209
          },
          "name": "windowInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts",
            "line": 186
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts",
            "line": 199
          },
          "name": "window",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/data-datadog-metric-active-tags-and-aggregations/index:DataDatadogMetricActiveTagsAndAggregations"
    },
    "@cdktn/provider-datadog.dataDatadogMetricActiveTagsAndAggregations.DataDatadogMetricActiveTagsAndAggregationsActiveAggregations": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMetricActiveTagsAndAggregations.DataDatadogMetricActiveTagsAndAggregationsActiveAggregations",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts",
        "line": 28
      },
      "name": "DataDatadogMetricActiveTagsAndAggregationsActiveAggregations",
      "namespace": "dataDatadogMetricActiveTagsAndAggregations",
      "symbolId": "src/data-datadog-metric-active-tags-and-aggregations/index:DataDatadogMetricActiveTagsAndAggregationsActiveAggregations"
    },
    "@cdktn/provider-datadog.dataDatadogMetricActiveTagsAndAggregations.DataDatadogMetricActiveTagsAndAggregationsActiveAggregationsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMetricActiveTagsAndAggregations.DataDatadogMetricActiveTagsAndAggregationsActiveAggregationsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts",
          "line": 97
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts",
        "line": 90
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts",
            "line": 104
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogMetricActiveTagsAndAggregations.DataDatadogMetricActiveTagsAndAggregationsActiveAggregationsOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogMetricActiveTagsAndAggregationsActiveAggregationsList",
      "namespace": "dataDatadogMetricActiveTagsAndAggregations",
      "symbolId": "src/data-datadog-metric-active-tags-and-aggregations/index:DataDatadogMetricActiveTagsAndAggregationsActiveAggregationsList"
    },
    "@cdktn/provider-datadog.dataDatadogMetricActiveTagsAndAggregations.DataDatadogMetricActiveTagsAndAggregationsActiveAggregationsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMetricActiveTagsAndAggregations.DataDatadogMetricActiveTagsAndAggregationsActiveAggregationsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts",
          "line": 60
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts",
        "line": 51
      },
      "name": "DataDatadogMetricActiveTagsAndAggregationsActiveAggregationsOutputReference",
      "namespace": "dataDatadogMetricActiveTagsAndAggregations",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts",
            "line": 80
          },
          "name": "space",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts",
            "line": 85
          },
          "name": "time",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts",
            "line": 64
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogMetricActiveTagsAndAggregations.DataDatadogMetricActiveTagsAndAggregationsActiveAggregations"
          }
        }
      ],
      "symbolId": "src/data-datadog-metric-active-tags-and-aggregations/index:DataDatadogMetricActiveTagsAndAggregationsActiveAggregationsOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogMetricActiveTagsAndAggregations.DataDatadogMetricActiveTagsAndAggregationsConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMetricActiveTagsAndAggregations.DataDatadogMetricActiveTagsAndAggregationsConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts",
        "line": 14
      },
      "name": "DataDatadogMetricActiveTagsAndAggregationsConfig",
      "namespace": "dataDatadogMetricActiveTagsAndAggregations",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/metric_active_tags_and_aggregations#metric DataDatadogMetricActiveTagsAndAggregations#metric}",
            "stability": "stable",
            "summary": "The metric for which to fetch tags."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts",
            "line": 20
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/metric_active_tags_and_aggregations#window DataDatadogMetricActiveTagsAndAggregations#window}",
            "stability": "stable",
            "summary": "The number of seconds to look back from now."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-metric-active-tags-and-aggregations/index.ts",
            "line": 26
          },
          "name": "window",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/data-datadog-metric-active-tags-and-aggregations/index:DataDatadogMetricActiveTagsAndAggregationsConfig"
    },
    "@cdktn/provider-datadog.dataDatadogMetricMetadata.DataDatadogMetricMetadata": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/metric_metadata datadog_metric_metadata}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMetricMetadata.DataDatadogMetricMetadata",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/metric_metadata datadog_metric_metadata} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-metric-metadata/index.ts",
          "line": 58
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogMetricMetadata.DataDatadogMetricMetadataConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-metric-metadata/index.ts",
        "line": 26
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogMetricMetadata resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-metric-metadata/index.ts",
            "line": 43
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogMetricMetadata to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/metric_metadata#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogMetricMetadata that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogMetricMetadata to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-metric-metadata/index.ts",
            "line": 138
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-metric-metadata/index.ts",
            "line": 144
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogMetricMetadata",
      "namespace": "dataDatadogMetricMetadata",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-metric-metadata/index.ts",
            "line": 31
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-metric-metadata/index.ts",
            "line": 82
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-metric-metadata/index.ts",
            "line": 87
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-metric-metadata/index.ts",
            "line": 92
          },
          "name": "integration",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-metric-metadata/index.ts",
            "line": 110
          },
          "name": "perUnit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-metric-metadata/index.ts",
            "line": 115
          },
          "name": "shortName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-metric-metadata/index.ts",
            "line": 120
          },
          "name": "statsdInterval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-metric-metadata/index.ts",
            "line": 125
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-metric-metadata/index.ts",
            "line": 130
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-metric-metadata/index.ts",
            "line": 105
          },
          "name": "metricNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-metric-metadata/index.ts",
            "line": 98
          },
          "name": "metricName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-metric-metadata/index:DataDatadogMetricMetadata"
    },
    "@cdktn/provider-datadog.dataDatadogMetricMetadata.DataDatadogMetricMetadataConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMetricMetadata.DataDatadogMetricMetadataConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-metric-metadata/index.ts",
        "line": 14
      },
      "name": "DataDatadogMetricMetadataConfig",
      "namespace": "dataDatadogMetricMetadata",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/metric_metadata#metric_name DataDatadogMetricMetadata#metric_name}",
            "stability": "stable",
            "summary": "The metric for which to fetch metadata."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-metric-metadata/index.ts",
            "line": 20
          },
          "name": "metricName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-metric-metadata/index:DataDatadogMetricMetadataConfig"
    },
    "@cdktn/provider-datadog.dataDatadogMetricTags.DataDatadogMetricTags": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/metric_tags datadog_metric_tags}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMetricTags.DataDatadogMetricTags",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/metric_tags datadog_metric_tags} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-metric-tags/index.ts",
          "line": 58
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogMetricTags.DataDatadogMetricTagsConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-metric-tags/index.ts",
        "line": 26
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogMetricTags resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-metric-tags/index.ts",
            "line": 43
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogMetricTags to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/metric_tags#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogMetricTags that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogMetricTags to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-metric-tags/index.ts",
            "line": 108
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-metric-tags/index.ts",
            "line": 114
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogMetricTags",
      "namespace": "dataDatadogMetricTags",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-metric-tags/index.ts",
            "line": 31
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-metric-tags/index.ts",
            "line": 82
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-metric-tags/index.ts",
            "line": 100
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-metric-tags/index.ts",
            "line": 95
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-metric-tags/index.ts",
            "line": 88
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-metric-tags/index:DataDatadogMetricTags"
    },
    "@cdktn/provider-datadog.dataDatadogMetricTags.DataDatadogMetricTagsConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMetricTags.DataDatadogMetricTagsConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-metric-tags/index.ts",
        "line": 14
      },
      "name": "DataDatadogMetricTagsConfig",
      "namespace": "dataDatadogMetricTags",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/metric_tags#metric DataDatadogMetricTags#metric}",
            "stability": "stable",
            "summary": "The metric for which to fetch tags."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-metric-tags/index.ts",
            "line": 20
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-metric-tags/index:DataDatadogMetricTagsConfig"
    },
    "@cdktn/provider-datadog.dataDatadogMetrics.DataDatadogMetrics": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/metrics datadog_metrics}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMetrics.DataDatadogMetrics",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/metrics datadog_metrics} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-metrics/index.ts",
          "line": 58
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogMetrics.DataDatadogMetricsConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-metrics/index.ts",
        "line": 26
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogMetrics resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-metrics/index.ts",
            "line": 43
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogMetrics to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/metrics#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogMetrics that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogMetrics to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-metrics/index.ts",
            "line": 108
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-metrics/index.ts",
            "line": 114
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogMetrics",
      "namespace": "dataDatadogMetrics",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-metrics/index.ts",
            "line": 31
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-metrics/index.ts",
            "line": 82
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-metrics/index.ts",
            "line": 87
          },
          "name": "metrics",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-metrics/index.ts",
            "line": 100
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-metrics/index.ts",
            "line": 93
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-metrics/index:DataDatadogMetrics"
    },
    "@cdktn/provider-datadog.dataDatadogMetrics.DataDatadogMetricsConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMetrics.DataDatadogMetricsConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-metrics/index.ts",
        "line": 14
      },
      "name": "DataDatadogMetricsConfig",
      "namespace": "dataDatadogMetrics",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/metrics#query DataDatadogMetrics#query}",
            "stability": "stable",
            "summary": "The search query to use when listing metrics."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-metrics/index.ts",
            "line": 20
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-metrics/index:DataDatadogMetricsConfig"
    },
    "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitor": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/monitor datadog_monitor}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitor",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/monitor datadog_monitor} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-monitor/index.ts",
          "line": 590
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-monitor/index.ts",
        "line": 558
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogMonitor resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 575
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogMonitor to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/monitor#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogMonitor that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogMonitor to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 654
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 680
          },
          "name": "resetMonitorTagsFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 713
          },
          "name": "resetNameFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 810
          },
          "name": "resetTagsFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 832
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 841
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogMonitor",
      "namespace": "dataDatadogMonitor",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 563
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 617
          },
          "name": "enableLogsSample",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 622
          },
          "name": "enableSamples",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 627
          },
          "name": "escalationMessage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 632
          },
          "name": "evaluationDelay",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 642
          },
          "name": "groupbySimpleMonitor",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 637
          },
          "name": "groupRetentionDuration",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 663
          },
          "name": "includeTags",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 668
          },
          "name": "message",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 696
          },
          "name": "monitorThresholds",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorMonitorThresholdsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 690
          },
          "name": "monitorThresholdWindows",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorMonitorThresholdWindowsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 701
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 722
          },
          "name": "newGroupDelay",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 727
          },
          "name": "newHostDelay",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 732
          },
          "name": "noDataTimeframe",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 737
          },
          "name": "notificationPresetName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 742
          },
          "name": "notifyAudit",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 747
          },
          "name": "notifyBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 752
          },
          "name": "notifyNoData",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 757
          },
          "name": "onMissingData",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 762
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 767
          },
          "name": "renotifyInterval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 772
          },
          "name": "renotifyOccurrences",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 777
          },
          "name": "renotifyStatuses",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 782
          },
          "name": "requireFullWindow",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 787
          },
          "name": "restrictedRoles",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 793
          },
          "name": "schedulingOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 798
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 819
          },
          "name": "timeoutH",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 824
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 658
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 684
          },
          "name": "monitorTagsFilterInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 717
          },
          "name": "nameFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 814
          },
          "name": "tagsFilterInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 648
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 674
          },
          "name": "monitorTagsFilter",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 707
          },
          "name": "nameFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 804
          },
          "name": "tagsFilter",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitor"
    },
    "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-monitor/index.ts",
        "line": 14
      },
      "name": "DataDatadogMonitorConfig",
      "namespace": "dataDatadogMonitor",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/monitor#id DataDatadogMonitor#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 21
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/monitor#monitor_tags_filter DataDatadogMonitor#monitor_tags_filter}",
            "stability": "stable",
            "summary": "A list of monitor tags to limit the search. This filters on the tags set on the monitor itself."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 27
          },
          "name": "monitorTagsFilter",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/monitor#name_filter DataDatadogMonitor#name_filter}",
            "stability": "stable",
            "summary": "A monitor name to limit the search."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 33
          },
          "name": "nameFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/monitor#tags_filter DataDatadogMonitor#tags_filter}",
            "stability": "stable",
            "summary": "A list of tags to limit the search. This filters on the monitor scope."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 39
          },
          "name": "tagsFilter",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorConfig"
    },
    "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorMonitorThresholdWindows": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorMonitorThresholdWindows",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-monitor/index.ts",
        "line": 41
      },
      "name": "DataDatadogMonitorMonitorThresholdWindows",
      "namespace": "dataDatadogMonitor",
      "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorMonitorThresholdWindows"
    },
    "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorMonitorThresholdWindowsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorMonitorThresholdWindowsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-monitor/index.ts",
          "line": 110
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-monitor/index.ts",
        "line": 103
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 117
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorMonitorThresholdWindowsOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogMonitorMonitorThresholdWindowsList",
      "namespace": "dataDatadogMonitor",
      "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorMonitorThresholdWindowsList"
    },
    "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorMonitorThresholdWindowsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorMonitorThresholdWindowsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-monitor/index.ts",
          "line": 73
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-monitor/index.ts",
        "line": 64
      },
      "name": "DataDatadogMonitorMonitorThresholdWindowsOutputReference",
      "namespace": "dataDatadogMonitor",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 93
          },
          "name": "recoveryWindow",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 98
          },
          "name": "triggerWindow",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 77
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorMonitorThresholdWindows"
          }
        }
      ],
      "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorMonitorThresholdWindowsOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorMonitorThresholds": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorMonitorThresholds",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-monitor/index.ts",
        "line": 121
      },
      "name": "DataDatadogMonitorMonitorThresholds",
      "namespace": "dataDatadogMonitor",
      "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorMonitorThresholds"
    },
    "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorMonitorThresholdsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorMonitorThresholdsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-monitor/index.ts",
          "line": 210
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-monitor/index.ts",
        "line": 203
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 217
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorMonitorThresholdsOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogMonitorMonitorThresholdsList",
      "namespace": "dataDatadogMonitor",
      "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorMonitorThresholdsList"
    },
    "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorMonitorThresholdsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorMonitorThresholdsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-monitor/index.ts",
          "line": 153
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-monitor/index.ts",
        "line": 144
      },
      "name": "DataDatadogMonitorMonitorThresholdsOutputReference",
      "namespace": "dataDatadogMonitor",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 173
          },
          "name": "critical",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 178
          },
          "name": "criticalRecovery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 183
          },
          "name": "ok",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 188
          },
          "name": "unknown",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 193
          },
          "name": "warning",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 198
          },
          "name": "warningRecovery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 157
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorMonitorThresholds"
          }
        }
      ],
      "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorMonitorThresholdsOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-monitor/index.ts",
        "line": 472
      },
      "name": "DataDatadogMonitorSchedulingOptions",
      "namespace": "dataDatadogMonitor",
      "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorSchedulingOptions"
    },
    "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsCustomSchedule": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsCustomSchedule",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-monitor/index.ts",
        "line": 306
      },
      "name": "DataDatadogMonitorSchedulingOptionsCustomSchedule",
      "namespace": "dataDatadogMonitor",
      "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorSchedulingOptionsCustomSchedule"
    },
    "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsCustomScheduleList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsCustomScheduleList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-monitor/index.ts",
          "line": 371
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-monitor/index.ts",
        "line": 364
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 378
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsCustomScheduleOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogMonitorSchedulingOptionsCustomScheduleList",
      "namespace": "dataDatadogMonitor",
      "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorSchedulingOptionsCustomScheduleList"
    },
    "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsCustomScheduleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsCustomScheduleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-monitor/index.ts",
          "line": 338
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-monitor/index.ts",
        "line": 329
      },
      "name": "DataDatadogMonitorSchedulingOptionsCustomScheduleOutputReference",
      "namespace": "dataDatadogMonitor",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 359
          },
          "name": "recurrence",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsCustomScheduleRecurrenceList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 342
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsCustomSchedule"
          }
        }
      ],
      "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorSchedulingOptionsCustomScheduleOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsCustomScheduleRecurrence": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsCustomScheduleRecurrence",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-monitor/index.ts",
        "line": 221
      },
      "name": "DataDatadogMonitorSchedulingOptionsCustomScheduleRecurrence",
      "namespace": "dataDatadogMonitor",
      "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorSchedulingOptionsCustomScheduleRecurrence"
    },
    "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsCustomScheduleRecurrenceList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsCustomScheduleRecurrenceList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-monitor/index.ts",
          "line": 295
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-monitor/index.ts",
        "line": 288
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 302
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsCustomScheduleRecurrenceOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogMonitorSchedulingOptionsCustomScheduleRecurrenceList",
      "namespace": "dataDatadogMonitor",
      "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorSchedulingOptionsCustomScheduleRecurrenceList"
    },
    "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsCustomScheduleRecurrenceOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsCustomScheduleRecurrenceOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-monitor/index.ts",
          "line": 253
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-monitor/index.ts",
        "line": 244
      },
      "name": "DataDatadogMonitorSchedulingOptionsCustomScheduleRecurrenceOutputReference",
      "namespace": "dataDatadogMonitor",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 273
          },
          "name": "rrule",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 278
          },
          "name": "start",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 283
          },
          "name": "timezone",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 257
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsCustomScheduleRecurrence"
          }
        }
      ],
      "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorSchedulingOptionsCustomScheduleRecurrenceOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsEvaluationWindow": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsEvaluationWindow",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-monitor/index.ts",
        "line": 382
      },
      "name": "DataDatadogMonitorSchedulingOptionsEvaluationWindow",
      "namespace": "dataDatadogMonitor",
      "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorSchedulingOptionsEvaluationWindow"
    },
    "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsEvaluationWindowList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsEvaluationWindowList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-monitor/index.ts",
          "line": 461
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-monitor/index.ts",
        "line": 454
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 468
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsEvaluationWindowOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogMonitorSchedulingOptionsEvaluationWindowList",
      "namespace": "dataDatadogMonitor",
      "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorSchedulingOptionsEvaluationWindowList"
    },
    "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsEvaluationWindowOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsEvaluationWindowOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-monitor/index.ts",
          "line": 414
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-monitor/index.ts",
        "line": 405
      },
      "name": "DataDatadogMonitorSchedulingOptionsEvaluationWindowOutputReference",
      "namespace": "dataDatadogMonitor",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 434
          },
          "name": "dayStarts",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 439
          },
          "name": "hourStarts",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 444
          },
          "name": "monthStarts",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 449
          },
          "name": "timezone",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 418
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsEvaluationWindow"
          }
        }
      ],
      "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorSchedulingOptionsEvaluationWindowOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-monitor/index.ts",
          "line": 543
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-monitor/index.ts",
        "line": 536
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 550
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogMonitorSchedulingOptionsList",
      "namespace": "dataDatadogMonitor",
      "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorSchedulingOptionsList"
    },
    "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-monitor/index.ts",
          "line": 504
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-monitor/index.ts",
        "line": 495
      },
      "name": "DataDatadogMonitorSchedulingOptionsOutputReference",
      "namespace": "dataDatadogMonitor",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 525
          },
          "name": "customSchedule",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsCustomScheduleList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 531
          },
          "name": "evaluationWindow",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptionsEvaluationWindowList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor/index.ts",
            "line": 508
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogMonitor.DataDatadogMonitorSchedulingOptions"
          }
        }
      ],
      "symbolId": "src/data-datadog-monitor/index:DataDatadogMonitorSchedulingOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPolicies": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/monitor_config_policies datadog_monitor_config_policies}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPolicies",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/monitor_config_policies datadog_monitor_config_policies} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-monitor-config-policies/index.ts",
          "line": 230
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-monitor-config-policies/index.ts",
        "line": 198
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogMonitorConfigPolicies resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor-config-policies/index.ts",
            "line": 215
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogMonitorConfigPolicies to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/monitor_config_policies#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogMonitorConfigPolicies that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogMonitorConfigPolicies to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor-config-policies/index.ts",
            "line": 261
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor-config-policies/index.ts",
            "line": 279
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor-config-policies/index.ts",
            "line": 285
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogMonitorConfigPolicies",
      "namespace": "dataDatadogMonitorConfigPolicies",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor-config-policies/index.ts",
            "line": 203
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor-config-policies/index.ts",
            "line": 271
          },
          "name": "monitorConfigPolicies",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor-config-policies/index.ts",
            "line": 265
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor-config-policies/index.ts",
            "line": 255
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-monitor-config-policies/index:DataDatadogMonitorConfigPolicies"
    },
    "@cdktn/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-monitor-config-policies/index.ts",
        "line": 14
      },
      "name": "DataDatadogMonitorConfigPoliciesConfig",
      "namespace": "dataDatadogMonitorConfigPolicies",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/monitor_config_policies#id DataDatadogMonitorConfigPolicies#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor-config-policies/index.ts",
            "line": 21
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-monitor-config-policies/index:DataDatadogMonitorConfigPoliciesConfig"
    },
    "@cdktn/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesMonitorConfigPolicies": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesMonitorConfigPolicies",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-monitor-config-policies/index.ts",
        "line": 108
      },
      "name": "DataDatadogMonitorConfigPoliciesMonitorConfigPolicies",
      "namespace": "dataDatadogMonitorConfigPolicies",
      "symbolId": "src/data-datadog-monitor-config-policies/index:DataDatadogMonitorConfigPoliciesMonitorConfigPolicies"
    },
    "@cdktn/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-monitor-config-policies/index.ts",
          "line": 183
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-monitor-config-policies/index.ts",
        "line": 176
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor-config-policies/index.ts",
            "line": 190
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesList",
      "namespace": "dataDatadogMonitorConfigPolicies",
      "symbolId": "src/data-datadog-monitor-config-policies/index:DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesList"
    },
    "@cdktn/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-monitor-config-policies/index.ts",
          "line": 140
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-monitor-config-policies/index.ts",
        "line": 131
      },
      "name": "DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesOutputReference",
      "namespace": "dataDatadogMonitorConfigPolicies",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor-config-policies/index.ts",
            "line": 160
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor-config-policies/index.ts",
            "line": 165
          },
          "name": "policyType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor-config-policies/index.ts",
            "line": 171
          },
          "name": "tagPolicy",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesTagPolicyList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor-config-policies/index.ts",
            "line": 144
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesMonitorConfigPolicies"
          }
        }
      ],
      "symbolId": "src/data-datadog-monitor-config-policies/index:DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesTagPolicy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesTagPolicy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-monitor-config-policies/index.ts",
        "line": 23
      },
      "name": "DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesTagPolicy",
      "namespace": "dataDatadogMonitorConfigPolicies",
      "symbolId": "src/data-datadog-monitor-config-policies/index:DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesTagPolicy"
    },
    "@cdktn/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesTagPolicyList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesTagPolicyList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-monitor-config-policies/index.ts",
          "line": 97
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-monitor-config-policies/index.ts",
        "line": 90
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor-config-policies/index.ts",
            "line": 104
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesTagPolicyOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesTagPolicyList",
      "namespace": "dataDatadogMonitorConfigPolicies",
      "symbolId": "src/data-datadog-monitor-config-policies/index:DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesTagPolicyList"
    },
    "@cdktn/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesTagPolicyOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesTagPolicyOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-monitor-config-policies/index.ts",
          "line": 55
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-monitor-config-policies/index.ts",
        "line": 46
      },
      "name": "DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesTagPolicyOutputReference",
      "namespace": "dataDatadogMonitorConfigPolicies",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor-config-policies/index.ts",
            "line": 75
          },
          "name": "tagKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor-config-policies/index.ts",
            "line": 80
          },
          "name": "tagKeyRequired",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitor-config-policies/index.ts",
            "line": 85
          },
          "name": "validTagValues",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitor-config-policies/index.ts",
            "line": 59
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogMonitorConfigPolicies.DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesTagPolicy"
          }
        }
      ],
      "symbolId": "src/data-datadog-monitor-config-policies/index:DataDatadogMonitorConfigPoliciesMonitorConfigPoliciesTagPolicyOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogMonitors.DataDatadogMonitors": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/monitors datadog_monitors}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMonitors.DataDatadogMonitors",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/monitors datadog_monitors} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-monitors/index.ts",
          "line": 162
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogMonitors.DataDatadogMonitorsConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-monitors/index.ts",
        "line": 130
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogMonitors resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitors/index.ts",
            "line": 147
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogMonitors to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/monitors#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogMonitors that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogMonitors to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitors/index.ts",
            "line": 196
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitors/index.ts",
            "line": 212
          },
          "name": "resetMonitorTagsFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitors/index.ts",
            "line": 234
          },
          "name": "resetNameFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitors/index.ts",
            "line": 250
          },
          "name": "resetTagsFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitors/index.ts",
            "line": 262
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitors/index.ts",
            "line": 271
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogMonitors",
      "namespace": "dataDatadogMonitors",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitors/index.ts",
            "line": 135
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitors/index.ts",
            "line": 222
          },
          "name": "monitors",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogMonitors.DataDatadogMonitorsMonitorsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitors/index.ts",
            "line": 200
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitors/index.ts",
            "line": 216
          },
          "name": "monitorTagsFilterInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitors/index.ts",
            "line": 238
          },
          "name": "nameFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitors/index.ts",
            "line": 254
          },
          "name": "tagsFilterInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitors/index.ts",
            "line": 190
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitors/index.ts",
            "line": 206
          },
          "name": "monitorTagsFilter",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitors/index.ts",
            "line": 228
          },
          "name": "nameFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitors/index.ts",
            "line": 244
          },
          "name": "tagsFilter",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-monitors/index:DataDatadogMonitors"
    },
    "@cdktn/provider-datadog.dataDatadogMonitors.DataDatadogMonitorsConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMonitors.DataDatadogMonitorsConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-monitors/index.ts",
        "line": 14
      },
      "name": "DataDatadogMonitorsConfig",
      "namespace": "dataDatadogMonitors",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/monitors#id DataDatadogMonitors#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitors/index.ts",
            "line": 21
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/monitors#monitor_tags_filter DataDatadogMonitors#monitor_tags_filter}",
            "stability": "stable",
            "summary": "A list of monitor tags to limit the search. This filters on the tags set on the monitor itself."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitors/index.ts",
            "line": 27
          },
          "name": "monitorTagsFilter",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/monitors#name_filter DataDatadogMonitors#name_filter}",
            "stability": "stable",
            "summary": "A monitor name to limit the search."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitors/index.ts",
            "line": 33
          },
          "name": "nameFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/monitors#tags_filter DataDatadogMonitors#tags_filter}",
            "stability": "stable",
            "summary": "A list of tags to limit the search. This filters on the monitor scope."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitors/index.ts",
            "line": 39
          },
          "name": "tagsFilter",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-monitors/index:DataDatadogMonitorsConfig"
    },
    "@cdktn/provider-datadog.dataDatadogMonitors.DataDatadogMonitorsMonitors": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMonitors.DataDatadogMonitorsMonitors",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-monitors/index.ts",
        "line": 41
      },
      "name": "DataDatadogMonitorsMonitors",
      "namespace": "dataDatadogMonitors",
      "symbolId": "src/data-datadog-monitors/index:DataDatadogMonitorsMonitors"
    },
    "@cdktn/provider-datadog.dataDatadogMonitors.DataDatadogMonitorsMonitorsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMonitors.DataDatadogMonitorsMonitorsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-monitors/index.ts",
          "line": 115
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-monitors/index.ts",
        "line": 108
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitors/index.ts",
            "line": 122
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogMonitors.DataDatadogMonitorsMonitorsOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogMonitorsMonitorsList",
      "namespace": "dataDatadogMonitors",
      "symbolId": "src/data-datadog-monitors/index:DataDatadogMonitorsMonitorsList"
    },
    "@cdktn/provider-datadog.dataDatadogMonitors.DataDatadogMonitorsMonitorsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogMonitors.DataDatadogMonitorsMonitorsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-monitors/index.ts",
          "line": 73
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-monitors/index.ts",
        "line": 64
      },
      "name": "DataDatadogMonitorsMonitorsOutputReference",
      "namespace": "dataDatadogMonitors",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitors/index.ts",
            "line": 93
          },
          "name": "id",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitors/index.ts",
            "line": 98
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-monitors/index.ts",
            "line": 103
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-monitors/index.ts",
            "line": 77
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogMonitors.DataDatadogMonitorsMonitors"
          }
        }
      ],
      "symbolId": "src/data-datadog-monitors/index:DataDatadogMonitorsMonitorsOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogOrgGroupMemberships.DataDatadogOrgGroupMemberships": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/org_group_memberships datadog_org_group_memberships}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogOrgGroupMemberships.DataDatadogOrgGroupMemberships",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/org_group_memberships datadog_org_group_memberships} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-org-group-memberships/index.ts",
          "line": 159
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogOrgGroupMemberships.DataDatadogOrgGroupMembershipsConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-org-group-memberships/index.ts",
        "line": 127
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogOrgGroupMemberships resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-org-group-memberships/index.ts",
            "line": 144
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogOrgGroupMemberships to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/org_group_memberships#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogOrgGroupMemberships that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogOrgGroupMemberships to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-org-group-memberships/index.ts",
            "line": 202
          },
          "name": "resetOrgGroupId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-org-group-memberships/index.ts",
            "line": 218
          },
          "name": "resetOrgUuid"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-org-group-memberships/index.ts",
            "line": 230
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-org-group-memberships/index.ts",
            "line": 237
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogOrgGroupMemberships",
      "namespace": "dataDatadogOrgGroupMemberships",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-memberships/index.ts",
            "line": 132
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-memberships/index.ts",
            "line": 184
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-memberships/index.ts",
            "line": 190
          },
          "name": "memberships",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogOrgGroupMemberships.DataDatadogOrgGroupMembershipsMembershipsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-memberships/index.ts",
            "line": 206
          },
          "name": "orgGroupIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-memberships/index.ts",
            "line": 222
          },
          "name": "orgUuidInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-org-group-memberships/index.ts",
            "line": 196
          },
          "name": "orgGroupId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-org-group-memberships/index.ts",
            "line": 212
          },
          "name": "orgUuid",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-org-group-memberships/index:DataDatadogOrgGroupMemberships"
    },
    "@cdktn/provider-datadog.dataDatadogOrgGroupMemberships.DataDatadogOrgGroupMembershipsConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogOrgGroupMemberships.DataDatadogOrgGroupMembershipsConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-org-group-memberships/index.ts",
        "line": 14
      },
      "name": "DataDatadogOrgGroupMembershipsConfig",
      "namespace": "dataDatadogOrgGroupMemberships",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "At least one filter (`org_group_id` or `org_uuid`) is required. Must be a valid UUID.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/org_group_memberships#org_group_id DataDatadogOrgGroupMemberships#org_group_id}",
            "stability": "stable",
            "summary": "Filter memberships to those within the given org group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-memberships/index.ts",
            "line": 20
          },
          "name": "orgGroupId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "At least one filter (`org_group_id` or `org_uuid`) is required. Must be a valid UUID.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/org_group_memberships#org_uuid DataDatadogOrgGroupMemberships#org_uuid}",
            "stability": "stable",
            "summary": "Filter memberships to those for the given organization."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-memberships/index.ts",
            "line": 26
          },
          "name": "orgUuid",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-org-group-memberships/index:DataDatadogOrgGroupMembershipsConfig"
    },
    "@cdktn/provider-datadog.dataDatadogOrgGroupMemberships.DataDatadogOrgGroupMembershipsMemberships": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogOrgGroupMemberships.DataDatadogOrgGroupMembershipsMemberships",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-org-group-memberships/index.ts",
        "line": 28
      },
      "name": "DataDatadogOrgGroupMembershipsMemberships",
      "namespace": "dataDatadogOrgGroupMemberships",
      "symbolId": "src/data-datadog-org-group-memberships/index:DataDatadogOrgGroupMembershipsMemberships"
    },
    "@cdktn/provider-datadog.dataDatadogOrgGroupMemberships.DataDatadogOrgGroupMembershipsMembershipsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogOrgGroupMemberships.DataDatadogOrgGroupMembershipsMembershipsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-org-group-memberships/index.ts",
          "line": 112
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-org-group-memberships/index.ts",
        "line": 105
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-org-group-memberships/index.ts",
            "line": 119
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogOrgGroupMemberships.DataDatadogOrgGroupMembershipsMembershipsOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogOrgGroupMembershipsMembershipsList",
      "namespace": "dataDatadogOrgGroupMemberships",
      "symbolId": "src/data-datadog-org-group-memberships/index:DataDatadogOrgGroupMembershipsMembershipsList"
    },
    "@cdktn/provider-datadog.dataDatadogOrgGroupMemberships.DataDatadogOrgGroupMembershipsMembershipsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogOrgGroupMemberships.DataDatadogOrgGroupMembershipsMembershipsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-org-group-memberships/index.ts",
          "line": 60
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-org-group-memberships/index.ts",
        "line": 51
      },
      "name": "DataDatadogOrgGroupMembershipsMembershipsOutputReference",
      "namespace": "dataDatadogOrgGroupMemberships",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-memberships/index.ts",
            "line": 80
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-memberships/index.ts",
            "line": 85
          },
          "name": "orgGroupId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-memberships/index.ts",
            "line": 90
          },
          "name": "orgName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-memberships/index.ts",
            "line": 95
          },
          "name": "orgSite",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-memberships/index.ts",
            "line": 100
          },
          "name": "orgUuid",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-org-group-memberships/index.ts",
            "line": 64
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogOrgGroupMemberships.DataDatadogOrgGroupMembershipsMemberships"
          }
        }
      ],
      "symbolId": "src/data-datadog-org-group-memberships/index:DataDatadogOrgGroupMembershipsMembershipsOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogOrgGroupPolicies.DataDatadogOrgGroupPolicies": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/org_group_policies datadog_org_group_policies}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogOrgGroupPolicies.DataDatadogOrgGroupPolicies",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/org_group_policies datadog_org_group_policies} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-org-group-policies/index.ts",
          "line": 164
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogOrgGroupPolicies.DataDatadogOrgGroupPoliciesConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-org-group-policies/index.ts",
        "line": 132
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogOrgGroupPolicies resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policies/index.ts",
            "line": 149
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogOrgGroupPolicies to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/org_group_policies#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogOrgGroupPolicies that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogOrgGroupPolicies to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policies/index.ts",
            "line": 220
          },
          "name": "resetPolicyName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policies/index.ts",
            "line": 232
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policies/index.ts",
            "line": 239
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogOrgGroupPolicies",
      "namespace": "dataDatadogOrgGroupPolicies",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policies/index.ts",
            "line": 137
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policies/index.ts",
            "line": 189
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policies/index.ts",
            "line": 208
          },
          "name": "policies",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogOrgGroupPolicies.DataDatadogOrgGroupPoliciesPoliciesList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policies/index.ts",
            "line": 202
          },
          "name": "orgGroupIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policies/index.ts",
            "line": 224
          },
          "name": "policyNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policies/index.ts",
            "line": 195
          },
          "name": "orgGroupId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policies/index.ts",
            "line": 214
          },
          "name": "policyName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-org-group-policies/index:DataDatadogOrgGroupPolicies"
    },
    "@cdktn/provider-datadog.dataDatadogOrgGroupPolicies.DataDatadogOrgGroupPoliciesConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogOrgGroupPolicies.DataDatadogOrgGroupPoliciesConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-org-group-policies/index.ts",
        "line": 14
      },
      "name": "DataDatadogOrgGroupPoliciesConfig",
      "namespace": "dataDatadogOrgGroupPolicies",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/org_group_policies#org_group_id DataDatadogOrgGroupPolicies#org_group_id}",
            "stability": "stable",
            "summary": "The UUID of the org group whose policies to list. Must be a valid UUID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policies/index.ts",
            "line": 20
          },
          "name": "orgGroupId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/org_group_policies#policy_name DataDatadogOrgGroupPolicies#policy_name}",
            "stability": "stable",
            "summary": "Filter policies by name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policies/index.ts",
            "line": 26
          },
          "name": "policyName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-org-group-policies/index:DataDatadogOrgGroupPoliciesConfig"
    },
    "@cdktn/provider-datadog.dataDatadogOrgGroupPolicies.DataDatadogOrgGroupPoliciesPolicies": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogOrgGroupPolicies.DataDatadogOrgGroupPoliciesPolicies",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-org-group-policies/index.ts",
        "line": 28
      },
      "name": "DataDatadogOrgGroupPoliciesPolicies",
      "namespace": "dataDatadogOrgGroupPolicies",
      "symbolId": "src/data-datadog-org-group-policies/index:DataDatadogOrgGroupPoliciesPolicies"
    },
    "@cdktn/provider-datadog.dataDatadogOrgGroupPolicies.DataDatadogOrgGroupPoliciesPoliciesList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogOrgGroupPolicies.DataDatadogOrgGroupPoliciesPoliciesList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-org-group-policies/index.ts",
          "line": 117
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-org-group-policies/index.ts",
        "line": 110
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policies/index.ts",
            "line": 124
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogOrgGroupPolicies.DataDatadogOrgGroupPoliciesPoliciesOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogOrgGroupPoliciesPoliciesList",
      "namespace": "dataDatadogOrgGroupPolicies",
      "symbolId": "src/data-datadog-org-group-policies/index:DataDatadogOrgGroupPoliciesPoliciesList"
    },
    "@cdktn/provider-datadog.dataDatadogOrgGroupPolicies.DataDatadogOrgGroupPoliciesPoliciesOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogOrgGroupPolicies.DataDatadogOrgGroupPoliciesPoliciesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-org-group-policies/index.ts",
          "line": 60
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-org-group-policies/index.ts",
        "line": 51
      },
      "name": "DataDatadogOrgGroupPoliciesPoliciesOutputReference",
      "namespace": "dataDatadogOrgGroupPolicies",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policies/index.ts",
            "line": 80
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policies/index.ts",
            "line": 85
          },
          "name": "enforcementTier",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policies/index.ts",
            "line": 90
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policies/index.ts",
            "line": 95
          },
          "name": "orgGroupId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policies/index.ts",
            "line": 100
          },
          "name": "policyName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policies/index.ts",
            "line": 105
          },
          "name": "policyType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policies/index.ts",
            "line": 64
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogOrgGroupPolicies.DataDatadogOrgGroupPoliciesPolicies"
          }
        }
      ],
      "symbolId": "src/data-datadog-org-group-policies/index:DataDatadogOrgGroupPoliciesPoliciesOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogOrgGroupPolicyOverrides.DataDatadogOrgGroupPolicyOverrides": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/org_group_policy_overrides datadog_org_group_policy_overrides}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogOrgGroupPolicyOverrides.DataDatadogOrgGroupPolicyOverrides",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/org_group_policy_overrides datadog_org_group_policy_overrides} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-org-group-policy-overrides/index.ts",
          "line": 170
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogOrgGroupPolicyOverrides.DataDatadogOrgGroupPolicyOverridesConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-org-group-policy-overrides/index.ts",
        "line": 138
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogOrgGroupPolicyOverrides resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policy-overrides/index.ts",
            "line": 155
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogOrgGroupPolicyOverrides to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/org_group_policy_overrides#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogOrgGroupPolicyOverrides that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogOrgGroupPolicyOverrides to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policy-overrides/index.ts",
            "line": 221
          },
          "name": "resetOrgUuid"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policy-overrides/index.ts",
            "line": 243
          },
          "name": "resetPolicyId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policy-overrides/index.ts",
            "line": 255
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policy-overrides/index.ts",
            "line": 263
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogOrgGroupPolicyOverrides",
      "namespace": "dataDatadogOrgGroupPolicyOverrides",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policy-overrides/index.ts",
            "line": 143
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policy-overrides/index.ts",
            "line": 196
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policy-overrides/index.ts",
            "line": 231
          },
          "name": "overrides",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogOrgGroupPolicyOverrides.DataDatadogOrgGroupPolicyOverridesOverridesList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policy-overrides/index.ts",
            "line": 209
          },
          "name": "orgGroupIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policy-overrides/index.ts",
            "line": 225
          },
          "name": "orgUuidInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policy-overrides/index.ts",
            "line": 247
          },
          "name": "policyIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policy-overrides/index.ts",
            "line": 202
          },
          "name": "orgGroupId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policy-overrides/index.ts",
            "line": 215
          },
          "name": "orgUuid",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policy-overrides/index.ts",
            "line": 237
          },
          "name": "policyId",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-org-group-policy-overrides/index:DataDatadogOrgGroupPolicyOverrides"
    },
    "@cdktn/provider-datadog.dataDatadogOrgGroupPolicyOverrides.DataDatadogOrgGroupPolicyOverridesConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogOrgGroupPolicyOverrides.DataDatadogOrgGroupPolicyOverridesConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-org-group-policy-overrides/index.ts",
        "line": 14
      },
      "name": "DataDatadogOrgGroupPolicyOverridesConfig",
      "namespace": "dataDatadogOrgGroupPolicyOverrides",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/org_group_policy_overrides#org_group_id DataDatadogOrgGroupPolicyOverrides#org_group_id}",
            "stability": "stable",
            "summary": "The UUID of the org group whose overrides to list. Must be a valid UUID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policy-overrides/index.ts",
            "line": 20
          },
          "name": "orgGroupId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Applied client-side after the List call because the API does not accept an `org_uuid` filter on this endpoint. Must be a valid UUID.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/org_group_policy_overrides#org_uuid DataDatadogOrgGroupPolicyOverrides#org_uuid}",
            "stability": "stable",
            "summary": "Filter overrides to those for the given organization."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policy-overrides/index.ts",
            "line": 26
          },
          "name": "orgUuid",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/org_group_policy_overrides#policy_id DataDatadogOrgGroupPolicyOverrides#policy_id}",
            "stability": "stable",
            "summary": "Filter overrides to those on the given policy. Must be a valid UUID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policy-overrides/index.ts",
            "line": 32
          },
          "name": "policyId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-org-group-policy-overrides/index:DataDatadogOrgGroupPolicyOverridesConfig"
    },
    "@cdktn/provider-datadog.dataDatadogOrgGroupPolicyOverrides.DataDatadogOrgGroupPolicyOverridesOverrides": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogOrgGroupPolicyOverrides.DataDatadogOrgGroupPolicyOverridesOverrides",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-org-group-policy-overrides/index.ts",
        "line": 34
      },
      "name": "DataDatadogOrgGroupPolicyOverridesOverrides",
      "namespace": "dataDatadogOrgGroupPolicyOverrides",
      "symbolId": "src/data-datadog-org-group-policy-overrides/index:DataDatadogOrgGroupPolicyOverridesOverrides"
    },
    "@cdktn/provider-datadog.dataDatadogOrgGroupPolicyOverrides.DataDatadogOrgGroupPolicyOverridesOverridesList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogOrgGroupPolicyOverrides.DataDatadogOrgGroupPolicyOverridesOverridesList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-org-group-policy-overrides/index.ts",
          "line": 123
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-org-group-policy-overrides/index.ts",
        "line": 116
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policy-overrides/index.ts",
            "line": 130
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogOrgGroupPolicyOverrides.DataDatadogOrgGroupPolicyOverridesOverridesOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogOrgGroupPolicyOverridesOverridesList",
      "namespace": "dataDatadogOrgGroupPolicyOverrides",
      "symbolId": "src/data-datadog-org-group-policy-overrides/index:DataDatadogOrgGroupPolicyOverridesOverridesList"
    },
    "@cdktn/provider-datadog.dataDatadogOrgGroupPolicyOverrides.DataDatadogOrgGroupPolicyOverridesOverridesOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogOrgGroupPolicyOverrides.DataDatadogOrgGroupPolicyOverridesOverridesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-org-group-policy-overrides/index.ts",
          "line": 66
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-org-group-policy-overrides/index.ts",
        "line": 57
      },
      "name": "DataDatadogOrgGroupPolicyOverridesOverridesOutputReference",
      "namespace": "dataDatadogOrgGroupPolicyOverrides",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policy-overrides/index.ts",
            "line": 86
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policy-overrides/index.ts",
            "line": 91
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policy-overrides/index.ts",
            "line": 96
          },
          "name": "orgGroupId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policy-overrides/index.ts",
            "line": 101
          },
          "name": "orgSite",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policy-overrides/index.ts",
            "line": 106
          },
          "name": "orgUuid",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policy-overrides/index.ts",
            "line": 111
          },
          "name": "policyId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-org-group-policy-overrides/index.ts",
            "line": 70
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogOrgGroupPolicyOverrides.DataDatadogOrgGroupPolicyOverridesOverrides"
          }
        }
      ],
      "symbolId": "src/data-datadog-org-group-policy-overrides/index:DataDatadogOrgGroupPolicyOverridesOverridesOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogOrgGroups.DataDatadogOrgGroups": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/org_groups datadog_org_groups}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogOrgGroups.DataDatadogOrgGroups",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/org_groups datadog_org_groups} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-org-groups/index.ts",
          "line": 142
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogOrgGroups.DataDatadogOrgGroupsConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-org-groups/index.ts",
        "line": 110
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogOrgGroups resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-org-groups/index.ts",
            "line": 127
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogOrgGroups to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/org_groups#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogOrgGroups that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogOrgGroups to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-org-groups/index.ts",
            "line": 179
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-org-groups/index.ts",
            "line": 184
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogOrgGroups",
      "namespace": "dataDatadogOrgGroups",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-groups/index.ts",
            "line": 115
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-groups/index.ts",
            "line": 166
          },
          "name": "groups",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogOrgGroups.DataDatadogOrgGroupsGroupsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-groups/index.ts",
            "line": 171
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-org-groups/index:DataDatadogOrgGroups"
    },
    "@cdktn/provider-datadog.dataDatadogOrgGroups.DataDatadogOrgGroupsConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogOrgGroups.DataDatadogOrgGroupsConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-org-groups/index.ts",
        "line": 14
      },
      "name": "DataDatadogOrgGroupsConfig",
      "namespace": "dataDatadogOrgGroups",
      "symbolId": "src/data-datadog-org-groups/index:DataDatadogOrgGroupsConfig"
    },
    "@cdktn/provider-datadog.dataDatadogOrgGroups.DataDatadogOrgGroupsGroups": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogOrgGroups.DataDatadogOrgGroupsGroups",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-org-groups/index.ts",
        "line": 16
      },
      "name": "DataDatadogOrgGroupsGroups",
      "namespace": "dataDatadogOrgGroups",
      "symbolId": "src/data-datadog-org-groups/index:DataDatadogOrgGroupsGroups"
    },
    "@cdktn/provider-datadog.dataDatadogOrgGroups.DataDatadogOrgGroupsGroupsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogOrgGroups.DataDatadogOrgGroupsGroupsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-org-groups/index.ts",
          "line": 95
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-org-groups/index.ts",
        "line": 88
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-org-groups/index.ts",
            "line": 102
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogOrgGroups.DataDatadogOrgGroupsGroupsOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogOrgGroupsGroupsList",
      "namespace": "dataDatadogOrgGroups",
      "symbolId": "src/data-datadog-org-groups/index:DataDatadogOrgGroupsGroupsList"
    },
    "@cdktn/provider-datadog.dataDatadogOrgGroups.DataDatadogOrgGroupsGroupsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogOrgGroups.DataDatadogOrgGroupsGroupsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-org-groups/index.ts",
          "line": 48
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-org-groups/index.ts",
        "line": 39
      },
      "name": "DataDatadogOrgGroupsGroupsOutputReference",
      "namespace": "dataDatadogOrgGroups",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-groups/index.ts",
            "line": 68
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-groups/index.ts",
            "line": 73
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-groups/index.ts",
            "line": 78
          },
          "name": "ownerOrgSite",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-org-groups/index.ts",
            "line": 83
          },
          "name": "ownerOrgUuid",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-org-groups/index.ts",
            "line": 52
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogOrgGroups.DataDatadogOrgGroupsGroups"
          }
        }
      ],
      "symbolId": "src/data-datadog-org-groups/index:DataDatadogOrgGroupsGroupsOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettings": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/organization_settings datadog_organization_settings}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettings",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/organization_settings datadog_organization_settings} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-organization-settings/index.ts",
          "line": 660
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-organization-settings/index.ts",
        "line": 628
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogOrganizationSettings resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 645
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogOrganizationSettings to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/organization_settings#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogOrganizationSettings that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogOrganizationSettings to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 708
          },
          "name": "putSettings",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettings"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 711
          },
          "name": "resetSettings"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 723
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 729
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogOrganizationSettings",
      "namespace": "dataDatadogOrganizationSettings",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 633
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 684
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 689
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 694
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 699
          },
          "name": "publicId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 705
          },
          "name": "settings",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 715
          },
          "name": "settingsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettings"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-organization-settings/index:DataDatadogOrganizationSettings"
    },
    "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-organization-settings/index.ts",
        "line": 14
      },
      "name": "DataDatadogOrganizationSettingsConfig",
      "namespace": "dataDatadogOrganizationSettings",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/organization_settings#settings DataDatadogOrganizationSettings#settings}",
            "stability": "stable",
            "summary": "settings block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 20
          },
          "name": "settings",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettings"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-organization-settings/index:DataDatadogOrganizationSettingsConfig"
    },
    "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettings": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettings",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-organization-settings/index.ts",
        "line": 371
      },
      "name": "DataDatadogOrganizationSettingsSettings",
      "namespace": "dataDatadogOrganizationSettings",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/organization_settings#saml DataDatadogOrganizationSettings#saml}",
            "stability": "stable",
            "summary": "saml block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 377
          },
          "name": "saml",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSaml"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/organization_settings#saml_autocreate_users_domains DataDatadogOrganizationSettings#saml_autocreate_users_domains}",
            "stability": "stable",
            "summary": "saml_autocreate_users_domains block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 383
          },
          "name": "samlAutocreateUsersDomains",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlAutocreateUsersDomains"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/organization_settings#saml_idp_initiated_login DataDatadogOrganizationSettings#saml_idp_initiated_login}",
            "stability": "stable",
            "summary": "saml_idp_initiated_login block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 389
          },
          "name": "samlIdpInitiatedLogin",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlIdpInitiatedLogin"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/organization_settings#saml_strict_mode DataDatadogOrganizationSettings#saml_strict_mode}",
            "stability": "stable",
            "summary": "saml_strict_mode block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 395
          },
          "name": "samlStrictMode",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlStrictMode"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-organization-settings/index:DataDatadogOrganizationSettingsSettings"
    },
    "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-organization-settings/index.ts",
          "line": 613
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-organization-settings/index.ts",
        "line": 605
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 620
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogOrganizationSettingsSettingsList",
      "namespace": "dataDatadogOrganizationSettings",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 606
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettings"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-organization-settings/index:DataDatadogOrganizationSettingsSettingsList"
    },
    "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-organization-settings/index.ts",
          "line": 458
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-organization-settings/index.ts",
        "line": 448
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 545
          },
          "name": "putSaml",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSaml"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 561
          },
          "name": "putSamlAutocreateUsersDomains",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlAutocreateUsersDomains"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 577
          },
          "name": "putSamlIdpInitiatedLogin",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlIdpInitiatedLogin"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 593
          },
          "name": "putSamlStrictMode",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlStrictMode"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 548
          },
          "name": "resetSaml"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 564
          },
          "name": "resetSamlAutocreateUsersDomains"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 580
          },
          "name": "resetSamlIdpInitiatedLogin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 596
          },
          "name": "resetSamlStrictMode"
        }
      ],
      "name": "DataDatadogOrganizationSettingsSettingsOutputReference",
      "namespace": "dataDatadogOrganizationSettings",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 511
          },
          "name": "privateWidgetShare",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 542
          },
          "name": "saml",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 516
          },
          "name": "samlAutocreateAccessRole",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 558
          },
          "name": "samlAutocreateUsersDomains",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlAutocreateUsersDomainsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 521
          },
          "name": "samlCanBeEnabled",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 526
          },
          "name": "samlIdpEndpoint",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 574
          },
          "name": "samlIdpInitiatedLogin",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlIdpInitiatedLoginList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 531
          },
          "name": "samlIdpMetadataUploaded",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 536
          },
          "name": "samlLoginUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 590
          },
          "name": "samlStrictMode",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlStrictModeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 568
          },
          "name": "samlAutocreateUsersDomainsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlAutocreateUsersDomains"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 584
          },
          "name": "samlIdpInitiatedLoginInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlIdpInitiatedLogin"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 552
          },
          "name": "samlInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSaml"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 600
          },
          "name": "samlStrictModeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlStrictMode"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 462
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettings"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-organization-settings/index:DataDatadogOrganizationSettingsSettingsOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSaml": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSaml",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-organization-settings/index.ts",
        "line": 22
      },
      "name": "DataDatadogOrganizationSettingsSettingsSaml",
      "namespace": "dataDatadogOrganizationSettings",
      "symbolId": "src/data-datadog-organization-settings/index:DataDatadogOrganizationSettingsSettingsSaml"
    },
    "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlAutocreateUsersDomains": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlAutocreateUsersDomains",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-organization-settings/index.ts",
        "line": 108
      },
      "name": "DataDatadogOrganizationSettingsSettingsSamlAutocreateUsersDomains",
      "namespace": "dataDatadogOrganizationSettings",
      "symbolId": "src/data-datadog-organization-settings/index:DataDatadogOrganizationSettingsSettingsSamlAutocreateUsersDomains"
    },
    "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlAutocreateUsersDomainsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlAutocreateUsersDomainsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-organization-settings/index.ts",
          "line": 188
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-organization-settings/index.ts",
        "line": 180
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 195
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlAutocreateUsersDomainsOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogOrganizationSettingsSettingsSamlAutocreateUsersDomainsList",
      "namespace": "dataDatadogOrganizationSettings",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 181
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlAutocreateUsersDomains"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-organization-settings/index:DataDatadogOrganizationSettingsSettingsSamlAutocreateUsersDomainsList"
    },
    "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlAutocreateUsersDomainsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlAutocreateUsersDomainsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-organization-settings/index.ts",
          "line": 141
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-organization-settings/index.ts",
        "line": 131
      },
      "name": "DataDatadogOrganizationSettingsSettingsSamlAutocreateUsersDomainsOutputReference",
      "namespace": "dataDatadogOrganizationSettings",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 170
          },
          "name": "domains",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 175
          },
          "name": "enabled",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 145
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlAutocreateUsersDomains"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-organization-settings/index:DataDatadogOrganizationSettingsSettingsSamlAutocreateUsersDomainsOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlIdpInitiatedLogin": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlIdpInitiatedLogin",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-organization-settings/index.ts",
        "line": 199
      },
      "name": "DataDatadogOrganizationSettingsSettingsSamlIdpInitiatedLogin",
      "namespace": "dataDatadogOrganizationSettings",
      "symbolId": "src/data-datadog-organization-settings/index:DataDatadogOrganizationSettingsSettingsSamlIdpInitiatedLogin"
    },
    "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlIdpInitiatedLoginList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlIdpInitiatedLoginList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-organization-settings/index.ts",
          "line": 274
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-organization-settings/index.ts",
        "line": 266
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 281
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlIdpInitiatedLoginOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogOrganizationSettingsSettingsSamlIdpInitiatedLoginList",
      "namespace": "dataDatadogOrganizationSettings",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 267
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlIdpInitiatedLogin"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-organization-settings/index:DataDatadogOrganizationSettingsSettingsSamlIdpInitiatedLoginList"
    },
    "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlIdpInitiatedLoginOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlIdpInitiatedLoginOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-organization-settings/index.ts",
          "line": 232
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-organization-settings/index.ts",
        "line": 222
      },
      "name": "DataDatadogOrganizationSettingsSettingsSamlIdpInitiatedLoginOutputReference",
      "namespace": "dataDatadogOrganizationSettings",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 261
          },
          "name": "enabled",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 236
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlIdpInitiatedLogin"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-organization-settings/index:DataDatadogOrganizationSettingsSettingsSamlIdpInitiatedLoginOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-organization-settings/index.ts",
          "line": 97
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-organization-settings/index.ts",
        "line": 89
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 104
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogOrganizationSettingsSettingsSamlList",
      "namespace": "dataDatadogOrganizationSettings",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 90
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSaml"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-organization-settings/index:DataDatadogOrganizationSettingsSettingsSamlList"
    },
    "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-organization-settings/index.ts",
          "line": 55
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-organization-settings/index.ts",
        "line": 45
      },
      "name": "DataDatadogOrganizationSettingsSettingsSamlOutputReference",
      "namespace": "dataDatadogOrganizationSettings",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 84
          },
          "name": "enabled",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 59
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSaml"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-organization-settings/index:DataDatadogOrganizationSettingsSettingsSamlOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlStrictMode": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlStrictMode",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-organization-settings/index.ts",
        "line": 285
      },
      "name": "DataDatadogOrganizationSettingsSettingsSamlStrictMode",
      "namespace": "dataDatadogOrganizationSettings",
      "symbolId": "src/data-datadog-organization-settings/index:DataDatadogOrganizationSettingsSettingsSamlStrictMode"
    },
    "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlStrictModeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlStrictModeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-organization-settings/index.ts",
          "line": 360
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-organization-settings/index.ts",
        "line": 352
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 367
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlStrictModeOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogOrganizationSettingsSettingsSamlStrictModeList",
      "namespace": "dataDatadogOrganizationSettings",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 353
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlStrictMode"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-organization-settings/index:DataDatadogOrganizationSettingsSettingsSamlStrictModeList"
    },
    "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlStrictModeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlStrictModeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-organization-settings/index.ts",
          "line": 318
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-organization-settings/index.ts",
        "line": 308
      },
      "name": "DataDatadogOrganizationSettingsSettingsSamlStrictModeOutputReference",
      "namespace": "dataDatadogOrganizationSettings",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 347
          },
          "name": "enabled",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-organization-settings/index.ts",
            "line": 322
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogOrganizationSettings.DataDatadogOrganizationSettingsSettingsSamlStrictMode"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-organization-settings/index:DataDatadogOrganizationSettingsSettingsSamlStrictModeOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogPermissions.DataDatadogPermissions": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/permissions datadog_permissions}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogPermissions.DataDatadogPermissions",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/permissions datadog_permissions} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-permissions/index.ts",
          "line": 65
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogPermissions.DataDatadogPermissionsConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-permissions/index.ts",
        "line": 33
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogPermissions resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-permissions/index.ts",
            "line": 50
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogPermissions to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/permissions#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogPermissions that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogPermissions to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-permissions/index.ts",
            "line": 97
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-permissions/index.ts",
            "line": 113
          },
          "name": "resetIncludeRestricted"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-permissions/index.ts",
            "line": 131
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-permissions/index.ts",
            "line": 138
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogPermissions",
      "namespace": "dataDatadogPermissions",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-permissions/index.ts",
            "line": 38
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-permissions/index.ts",
            "line": 123
          },
          "name": "permissions",
          "type": {
            "fqn": "cdktn.StringMap"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-permissions/index.ts",
            "line": 101
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-permissions/index.ts",
            "line": 117
          },
          "name": "includeRestrictedInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-permissions/index.ts",
            "line": 91
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-permissions/index.ts",
            "line": 107
          },
          "name": "includeRestricted",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-permissions/index:DataDatadogPermissions"
    },
    "@cdktn/provider-datadog.dataDatadogPermissions.DataDatadogPermissionsConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogPermissions.DataDatadogPermissionsConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-permissions/index.ts",
        "line": 14
      },
      "name": "DataDatadogPermissionsConfig",
      "namespace": "dataDatadogPermissions",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/permissions#id DataDatadogPermissions#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-permissions/index.ts",
            "line": 21
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Restricted permissions are granted by default to all users of a Datadog org, and cannot be manually granted or revoked. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/permissions#include_restricted DataDatadogPermissions#include_restricted}",
            "stability": "stable",
            "summary": "Whether to include restricted permissions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-permissions/index.ts",
            "line": 27
          },
          "name": "includeRestricted",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-permissions/index:DataDatadogPermissionsConfig"
    },
    "@cdktn/provider-datadog.dataDatadogPowerpack.DataDatadogPowerpack": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/powerpack datadog_powerpack}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogPowerpack.DataDatadogPowerpack",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/powerpack datadog_powerpack} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-powerpack/index.ts",
          "line": 58
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogPowerpack.DataDatadogPowerpackConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-powerpack/index.ts",
        "line": 26
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogPowerpack resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-powerpack/index.ts",
            "line": 43
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogPowerpack to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/powerpack#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogPowerpack that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogPowerpack to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-powerpack/index.ts",
            "line": 103
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-powerpack/index.ts",
            "line": 109
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogPowerpack",
      "namespace": "dataDatadogPowerpack",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-powerpack/index.ts",
            "line": 31
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-powerpack/index.ts",
            "line": 82
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-powerpack/index.ts",
            "line": 95
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-powerpack/index.ts",
            "line": 88
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-powerpack/index:DataDatadogPowerpack"
    },
    "@cdktn/provider-datadog.dataDatadogPowerpack.DataDatadogPowerpackConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogPowerpack.DataDatadogPowerpackConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-powerpack/index.ts",
        "line": 14
      },
      "name": "DataDatadogPowerpackConfig",
      "namespace": "dataDatadogPowerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/powerpack#name DataDatadogPowerpack#name}",
            "stability": "stable",
            "summary": "The name of the Powerpack to search for."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-powerpack/index.ts",
            "line": 20
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-powerpack/index:DataDatadogPowerpackConfig"
    },
    "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTable": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/reference_table datadog_reference_table}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTable",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/reference_table datadog_reference_table} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-reference-table/index.ts",
          "line": 664
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-reference-table/index.ts",
        "line": 632
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogReferenceTable resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 649
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogReferenceTable to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/reference_table#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogReferenceTable that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogReferenceTable to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 772
          },
          "name": "putSchema",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchema"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 707
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 775
          },
          "name": "resetSchema"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 743
          },
          "name": "resetTableName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 787
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 795
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogReferenceTable",
      "namespace": "dataDatadogReferenceTable",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 637
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 690
          },
          "name": "createdBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 695
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 763
          },
          "name": "fileMetadata",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 716
          },
          "name": "lastUpdatedBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 721
          },
          "name": "rowCount",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 769
          },
          "name": "schema",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchemaOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 726
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 731
          },
          "name": "status",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 752
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 757
          },
          "name": "updatedAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 711
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 779
          },
          "name": "schemaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchema"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 747
          },
          "name": "tableNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 701
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 737
          },
          "name": "tableName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-reference-table/index:DataDatadogReferenceTable"
    },
    "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-reference-table/index.ts",
        "line": 14
      },
      "name": "DataDatadogReferenceTableConfig",
      "namespace": "dataDatadogReferenceTable",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/reference_table#id DataDatadogReferenceTable#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "The UUID of the reference table. Either id or table_name must be specified, but not both."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 23
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/reference_table#schema DataDatadogReferenceTable#schema}",
            "stability": "stable",
            "summary": "schema block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 35
          },
          "name": "schema",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchema"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/reference_table#table_name DataDatadogReferenceTable#table_name}",
            "stability": "stable",
            "summary": "The name of the reference table. Either id or table_name must be specified, but not both."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 29
          },
          "name": "tableName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-reference-table/index:DataDatadogReferenceTableConfig"
    },
    "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadata": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadata",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-reference-table/index.ts",
        "line": 351
      },
      "name": "DataDatadogReferenceTableFileMetadata",
      "namespace": "dataDatadogReferenceTable",
      "symbolId": "src/data-datadog-reference-table/index:DataDatadogReferenceTableFileMetadata"
    },
    "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetails": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetails",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-reference-table/index.ts",
        "line": 274
      },
      "name": "DataDatadogReferenceTableFileMetadataAccessDetails",
      "namespace": "dataDatadogReferenceTable",
      "symbolId": "src/data-datadog-reference-table/index:DataDatadogReferenceTableFileMetadataAccessDetails"
    },
    "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsAwsDetail": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsAwsDetail",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-reference-table/index.ts",
        "line": 37
      },
      "name": "DataDatadogReferenceTableFileMetadataAccessDetailsAwsDetail",
      "namespace": "dataDatadogReferenceTable",
      "symbolId": "src/data-datadog-reference-table/index:DataDatadogReferenceTableFileMetadataAccessDetailsAwsDetail"
    },
    "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsAwsDetailOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsAwsDetailOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-reference-table/index.ts",
          "line": 68
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-reference-table/index.ts",
        "line": 60
      },
      "name": "DataDatadogReferenceTableFileMetadataAccessDetailsAwsDetailOutputReference",
      "namespace": "dataDatadogReferenceTable",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 97
          },
          "name": "awsAccountId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 102
          },
          "name": "awsBucketName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 107
          },
          "name": "filePath",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 72
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsAwsDetail"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-reference-table/index:DataDatadogReferenceTableFileMetadataAccessDetailsAwsDetailOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsAzureDetail": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsAzureDetail",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-reference-table/index.ts",
        "line": 111
      },
      "name": "DataDatadogReferenceTableFileMetadataAccessDetailsAzureDetail",
      "namespace": "dataDatadogReferenceTable",
      "symbolId": "src/data-datadog-reference-table/index:DataDatadogReferenceTableFileMetadataAccessDetailsAzureDetail"
    },
    "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsAzureDetailOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsAzureDetailOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-reference-table/index.ts",
          "line": 142
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-reference-table/index.ts",
        "line": 134
      },
      "name": "DataDatadogReferenceTableFileMetadataAccessDetailsAzureDetailOutputReference",
      "namespace": "dataDatadogReferenceTable",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 171
          },
          "name": "azureClientId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 176
          },
          "name": "azureContainerName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 181
          },
          "name": "azureStorageAccountName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 186
          },
          "name": "azureTenantId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 191
          },
          "name": "filePath",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 146
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsAzureDetail"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-reference-table/index:DataDatadogReferenceTableFileMetadataAccessDetailsAzureDetailOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsGcpDetail": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsGcpDetail",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-reference-table/index.ts",
        "line": 195
      },
      "name": "DataDatadogReferenceTableFileMetadataAccessDetailsGcpDetail",
      "namespace": "dataDatadogReferenceTable",
      "symbolId": "src/data-datadog-reference-table/index:DataDatadogReferenceTableFileMetadataAccessDetailsGcpDetail"
    },
    "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsGcpDetailOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsGcpDetailOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-reference-table/index.ts",
          "line": 226
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-reference-table/index.ts",
        "line": 218
      },
      "name": "DataDatadogReferenceTableFileMetadataAccessDetailsGcpDetailOutputReference",
      "namespace": "dataDatadogReferenceTable",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 255
          },
          "name": "filePath",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 260
          },
          "name": "gcpBucketName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 265
          },
          "name": "gcpProjectId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 270
          },
          "name": "gcpServiceAccountEmail",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 230
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsGcpDetail"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-reference-table/index:DataDatadogReferenceTableFileMetadataAccessDetailsGcpDetailOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-reference-table/index.ts",
          "line": 305
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-reference-table/index.ts",
        "line": 297
      },
      "name": "DataDatadogReferenceTableFileMetadataAccessDetailsOutputReference",
      "namespace": "dataDatadogReferenceTable",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 335
          },
          "name": "awsDetail",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsAwsDetailOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 341
          },
          "name": "azureDetail",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsAzureDetailOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 347
          },
          "name": "gcpDetail",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsGcpDetailOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 309
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetails"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-reference-table/index:DataDatadogReferenceTableFileMetadataAccessDetailsOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-reference-table/index.ts",
          "line": 382
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-reference-table/index.ts",
        "line": 374
      },
      "name": "DataDatadogReferenceTableFileMetadataOutputReference",
      "namespace": "dataDatadogReferenceTable",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 432
          },
          "name": "accessDetails",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadataAccessDetailsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 411
          },
          "name": "errorMessage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 416
          },
          "name": "errorRowCount",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 421
          },
          "name": "errorType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 426
          },
          "name": "syncEnabled",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 386
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableFileMetadata"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-reference-table/index:DataDatadogReferenceTableFileMetadataOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchema": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchema",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-reference-table/index.ts",
        "line": 527
      },
      "name": "DataDatadogReferenceTableSchema",
      "namespace": "dataDatadogReferenceTable",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/reference_table#fields DataDatadogReferenceTable#fields}",
            "stability": "stable",
            "summary": "fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 533
          },
          "name": "fields",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchemaFields"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-reference-table/index:DataDatadogReferenceTableSchema"
    },
    "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchemaFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchemaFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-reference-table/index.ts",
        "line": 436
      },
      "name": "DataDatadogReferenceTableSchemaFields",
      "namespace": "dataDatadogReferenceTable",
      "symbolId": "src/data-datadog-reference-table/index:DataDatadogReferenceTableSchemaFields"
    },
    "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchemaFieldsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchemaFieldsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-reference-table/index.ts",
          "line": 516
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-reference-table/index.ts",
        "line": 508
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 523
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchemaFieldsOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogReferenceTableSchemaFieldsList",
      "namespace": "dataDatadogReferenceTable",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 509
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchemaFields"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-reference-table/index:DataDatadogReferenceTableSchemaFieldsList"
    },
    "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchemaFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchemaFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-reference-table/index.ts",
          "line": 469
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-reference-table/index.ts",
        "line": 459
      },
      "name": "DataDatadogReferenceTableSchemaFieldsOutputReference",
      "namespace": "dataDatadogReferenceTable",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 498
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 503
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 473
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchemaFields"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-reference-table/index:DataDatadogReferenceTableSchemaFieldsOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchemaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchemaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-reference-table/index.ts",
          "line": 573
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-reference-table/index.ts",
        "line": 565
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 617
          },
          "name": "putFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchemaFields"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 620
          },
          "name": "resetFields"
        }
      ],
      "name": "DataDatadogReferenceTableSchemaOutputReference",
      "namespace": "dataDatadogReferenceTable",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 614
          },
          "name": "fields",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchemaFieldsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 608
          },
          "name": "primaryKeys",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 624
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchemaFields"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-reference-table/index.ts",
            "line": 577
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTable.DataDatadogReferenceTableSchema"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-reference-table/index:DataDatadogReferenceTableSchemaOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogReferenceTableRows.DataDatadogReferenceTableRows": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/reference_table_rows datadog_reference_table_rows}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTableRows.DataDatadogReferenceTableRows",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/reference_table_rows datadog_reference_table_rows} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-reference-table-rows/index.ts",
          "line": 162
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTableRows.DataDatadogReferenceTableRowsConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-reference-table-rows/index.ts",
        "line": 130
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogReferenceTableRows resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-reference-table-rows/index.ts",
            "line": 147
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogReferenceTableRows to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/reference_table_rows#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogReferenceTableRows that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogReferenceTableRows to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-reference-table-rows/index.ts",
            "line": 218
          },
          "name": "putRows",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTableRows.DataDatadogReferenceTableRowsRows"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-reference-table-rows/index.ts",
            "line": 221
          },
          "name": "resetRows"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-reference-table-rows/index.ts",
            "line": 233
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-reference-table-rows/index.ts",
            "line": 241
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogReferenceTableRows",
      "namespace": "dataDatadogReferenceTableRows",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table-rows/index.ts",
            "line": 135
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table-rows/index.ts",
            "line": 215
          },
          "name": "rows",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTableRows.DataDatadogReferenceTableRowsRowsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table-rows/index.ts",
            "line": 196
          },
          "name": "rowIdsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table-rows/index.ts",
            "line": 225
          },
          "name": "rowsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTableRows.DataDatadogReferenceTableRowsRows"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table-rows/index.ts",
            "line": 209
          },
          "name": "tableIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-reference-table-rows/index.ts",
            "line": 189
          },
          "name": "rowIds",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-reference-table-rows/index.ts",
            "line": 202
          },
          "name": "tableId",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-reference-table-rows/index:DataDatadogReferenceTableRows"
    },
    "@cdktn/provider-datadog.dataDatadogReferenceTableRows.DataDatadogReferenceTableRowsConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTableRows.DataDatadogReferenceTableRowsConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-reference-table-rows/index.ts",
        "line": 14
      },
      "name": "DataDatadogReferenceTableRowsConfig",
      "namespace": "dataDatadogReferenceTableRows",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "These are the values of the table's primary key field(s). Maximum 250 IDs per request.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/reference_table_rows#row_ids DataDatadogReferenceTableRows#row_ids}",
            "stability": "stable",
            "summary": "List of primary key values (row IDs) to retrieve."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table-rows/index.ts",
            "line": 20
          },
          "name": "rowIds",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/reference_table_rows#table_id DataDatadogReferenceTableRows#table_id}",
            "stability": "stable",
            "summary": "The UUID of the reference table to query rows from."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table-rows/index.ts",
            "line": 26
          },
          "name": "tableId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/reference_table_rows#rows DataDatadogReferenceTableRows#rows}",
            "stability": "stable",
            "summary": "rows block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table-rows/index.ts",
            "line": 32
          },
          "name": "rows",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTableRows.DataDatadogReferenceTableRowsRows"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-reference-table-rows/index:DataDatadogReferenceTableRowsConfig"
    },
    "@cdktn/provider-datadog.dataDatadogReferenceTableRows.DataDatadogReferenceTableRowsRows": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTableRows.DataDatadogReferenceTableRowsRows",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-reference-table-rows/index.ts",
        "line": 34
      },
      "name": "DataDatadogReferenceTableRowsRows",
      "namespace": "dataDatadogReferenceTableRows",
      "symbolId": "src/data-datadog-reference-table-rows/index:DataDatadogReferenceTableRowsRows"
    },
    "@cdktn/provider-datadog.dataDatadogReferenceTableRows.DataDatadogReferenceTableRowsRowsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTableRows.DataDatadogReferenceTableRowsRowsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-reference-table-rows/index.ts",
          "line": 115
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-reference-table-rows/index.ts",
        "line": 107
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-reference-table-rows/index.ts",
            "line": 122
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTableRows.DataDatadogReferenceTableRowsRowsOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogReferenceTableRowsRowsList",
      "namespace": "dataDatadogReferenceTableRows",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-reference-table-rows/index.ts",
            "line": 108
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTableRows.DataDatadogReferenceTableRowsRows"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-reference-table-rows/index:DataDatadogReferenceTableRowsRowsList"
    },
    "@cdktn/provider-datadog.dataDatadogReferenceTableRows.DataDatadogReferenceTableRowsRowsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTableRows.DataDatadogReferenceTableRowsRowsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-reference-table-rows/index.ts",
          "line": 67
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-reference-table-rows/index.ts",
        "line": 57
      },
      "name": "DataDatadogReferenceTableRowsRowsOutputReference",
      "namespace": "dataDatadogReferenceTableRows",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table-rows/index.ts",
            "line": 96
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-reference-table-rows/index.ts",
            "line": 102
          },
          "name": "values",
          "type": {
            "fqn": "cdktn.StringMap"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-reference-table-rows/index.ts",
            "line": 71
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogReferenceTableRows.DataDatadogReferenceTableRowsRows"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-reference-table-rows/index:DataDatadogReferenceTableRowsRowsOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogRole.DataDatadogRole": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/role datadog_role}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogRole.DataDatadogRole",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/role datadog_role} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-role/index.ts",
          "line": 65
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogRole.DataDatadogRoleConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-role/index.ts",
        "line": 33
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogRole resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-role/index.ts",
            "line": 50
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogRole to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/role#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogRole that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogRole to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-role/index.ts",
            "line": 110
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-role/index.ts",
            "line": 132
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-role/index.ts",
            "line": 139
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogRole",
      "namespace": "dataDatadogRole",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-role/index.ts",
            "line": 38
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-role/index.ts",
            "line": 119
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-role/index.ts",
            "line": 124
          },
          "name": "userCount",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-role/index.ts",
            "line": 98
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-role/index.ts",
            "line": 114
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-role/index.ts",
            "line": 91
          },
          "name": "filter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-role/index.ts",
            "line": 104
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-role/index:DataDatadogRole"
    },
    "@cdktn/provider-datadog.dataDatadogRole.DataDatadogRoleConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogRole.DataDatadogRoleConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-role/index.ts",
        "line": 14
      },
      "name": "DataDatadogRoleConfig",
      "namespace": "dataDatadogRole",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/role#filter DataDatadogRole#filter}",
            "stability": "stable",
            "summary": "A string on which to filter the roles."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-role/index.ts",
            "line": 20
          },
          "name": "filter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/role#id DataDatadogRole#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-role/index.ts",
            "line": 27
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-role/index:DataDatadogRoleConfig"
    },
    "@cdktn/provider-datadog.dataDatadogRoleUsers.DataDatadogRoleUsers": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/role_users datadog_role_users}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogRoleUsers.DataDatadogRoleUsers",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/role_users datadog_role_users} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-role-users/index.ts",
          "line": 150
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogRoleUsers.DataDatadogRoleUsersConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-role-users/index.ts",
        "line": 118
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogRoleUsers resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-role-users/index.ts",
            "line": 135
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogRoleUsers to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/role_users#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogRoleUsers that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogRoleUsers to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-role-users/index.ts",
            "line": 183
          },
          "name": "resetExactMatch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-role-users/index.ts",
            "line": 199
          },
          "name": "resetFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-role-users/index.ts",
            "line": 235
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-role-users/index.ts",
            "line": 243
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogRoleUsers",
      "namespace": "dataDatadogRoleUsers",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-role-users/index.ts",
            "line": 123
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-role-users/index.ts",
            "line": 208
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-role-users/index.ts",
            "line": 227
          },
          "name": "roleUsers",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogRoleUsers.DataDatadogRoleUsersRoleUsersList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-role-users/index.ts",
            "line": 187
          },
          "name": "exactMatchInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-role-users/index.ts",
            "line": 203
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-role-users/index.ts",
            "line": 221
          },
          "name": "roleIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-role-users/index.ts",
            "line": 177
          },
          "name": "exactMatch",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-role-users/index.ts",
            "line": 193
          },
          "name": "filter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-role-users/index.ts",
            "line": 214
          },
          "name": "roleId",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-role-users/index:DataDatadogRoleUsers"
    },
    "@cdktn/provider-datadog.dataDatadogRoleUsers.DataDatadogRoleUsersConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogRoleUsers.DataDatadogRoleUsersConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-role-users/index.ts",
        "line": 14
      },
      "name": "DataDatadogRoleUsersConfig",
      "namespace": "dataDatadogRoleUsers",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/role_users#role_id DataDatadogRoleUsers#role_id}",
            "stability": "stable",
            "summary": "The role's identifier."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-role-users/index.ts",
            "line": 32
          },
          "name": "roleId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/role_users#exact_match DataDatadogRoleUsers#exact_match}",
            "stability": "stable",
            "summary": "When true, `filter_keyword` string is exact matched against the user's `name`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-role-users/index.ts",
            "line": 20
          },
          "name": "exactMatch",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/role_users#filter DataDatadogRoleUsers#filter}",
            "stability": "stable",
            "summary": "Search query, can be user name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-role-users/index.ts",
            "line": 26
          },
          "name": "filter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-role-users/index:DataDatadogRoleUsersConfig"
    },
    "@cdktn/provider-datadog.dataDatadogRoleUsers.DataDatadogRoleUsersRoleUsers": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogRoleUsers.DataDatadogRoleUsersRoleUsers",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-role-users/index.ts",
        "line": 34
      },
      "name": "DataDatadogRoleUsersRoleUsers",
      "namespace": "dataDatadogRoleUsers",
      "symbolId": "src/data-datadog-role-users/index:DataDatadogRoleUsersRoleUsers"
    },
    "@cdktn/provider-datadog.dataDatadogRoleUsers.DataDatadogRoleUsersRoleUsersList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogRoleUsers.DataDatadogRoleUsersRoleUsersList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-role-users/index.ts",
          "line": 103
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-role-users/index.ts",
        "line": 96
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-role-users/index.ts",
            "line": 110
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogRoleUsers.DataDatadogRoleUsersRoleUsersOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogRoleUsersRoleUsersList",
      "namespace": "dataDatadogRoleUsers",
      "symbolId": "src/data-datadog-role-users/index:DataDatadogRoleUsersRoleUsersList"
    },
    "@cdktn/provider-datadog.dataDatadogRoleUsers.DataDatadogRoleUsersRoleUsersOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogRoleUsers.DataDatadogRoleUsersRoleUsersOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-role-users/index.ts",
          "line": 66
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-role-users/index.ts",
        "line": 57
      },
      "name": "DataDatadogRoleUsersRoleUsersOutputReference",
      "namespace": "dataDatadogRoleUsers",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-role-users/index.ts",
            "line": 86
          },
          "name": "roleId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-role-users/index.ts",
            "line": 91
          },
          "name": "userId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-role-users/index.ts",
            "line": 70
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogRoleUsers.DataDatadogRoleUsersRoleUsers"
          }
        }
      ],
      "symbolId": "src/data-datadog-role-users/index:DataDatadogRoleUsersRoleUsersOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogRoles.DataDatadogRoles": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/roles datadog_roles}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogRoles.DataDatadogRoles",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/roles datadog_roles} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-roles/index.ts",
          "line": 150
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogRoles.DataDatadogRolesConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-roles/index.ts",
        "line": 118
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogRoles resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-roles/index.ts",
            "line": 135
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogRoles to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/roles#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogRoles that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogRoles to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-roles/index.ts",
            "line": 182
          },
          "name": "resetFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-roles/index.ts",
            "line": 198
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-roles/index.ts",
            "line": 216
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-roles/index.ts",
            "line": 223
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogRoles",
      "namespace": "dataDatadogRoles",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-roles/index.ts",
            "line": 123
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-roles/index.ts",
            "line": 208
          },
          "name": "roles",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogRoles.DataDatadogRolesRolesList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-roles/index.ts",
            "line": 186
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-roles/index.ts",
            "line": 202
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-roles/index.ts",
            "line": 176
          },
          "name": "filter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-roles/index.ts",
            "line": 192
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-roles/index:DataDatadogRoles"
    },
    "@cdktn/provider-datadog.dataDatadogRoles.DataDatadogRolesConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogRoles.DataDatadogRolesConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-roles/index.ts",
        "line": 14
      },
      "name": "DataDatadogRolesConfig",
      "namespace": "dataDatadogRoles",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/roles#filter DataDatadogRoles#filter}",
            "stability": "stable",
            "summary": "Filter all roles by the given string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-roles/index.ts",
            "line": 20
          },
          "name": "filter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/roles#id DataDatadogRoles#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-roles/index.ts",
            "line": 27
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-roles/index:DataDatadogRolesConfig"
    },
    "@cdktn/provider-datadog.dataDatadogRoles.DataDatadogRolesRoles": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogRoles.DataDatadogRolesRoles",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-roles/index.ts",
        "line": 29
      },
      "name": "DataDatadogRolesRoles",
      "namespace": "dataDatadogRoles",
      "symbolId": "src/data-datadog-roles/index:DataDatadogRolesRoles"
    },
    "@cdktn/provider-datadog.dataDatadogRoles.DataDatadogRolesRolesList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogRoles.DataDatadogRolesRolesList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-roles/index.ts",
          "line": 103
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-roles/index.ts",
        "line": 96
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-roles/index.ts",
            "line": 110
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogRoles.DataDatadogRolesRolesOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogRolesRolesList",
      "namespace": "dataDatadogRoles",
      "symbolId": "src/data-datadog-roles/index:DataDatadogRolesRolesList"
    },
    "@cdktn/provider-datadog.dataDatadogRoles.DataDatadogRolesRolesOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogRoles.DataDatadogRolesRolesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-roles/index.ts",
          "line": 61
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-roles/index.ts",
        "line": 52
      },
      "name": "DataDatadogRolesRolesOutputReference",
      "namespace": "dataDatadogRoles",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-roles/index.ts",
            "line": 81
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-roles/index.ts",
            "line": 86
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-roles/index.ts",
            "line": 91
          },
          "name": "userCount",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-roles/index.ts",
            "line": 65
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogRoles.DataDatadogRolesRoles"
          }
        }
      ],
      "symbolId": "src/data-datadog-roles/index:DataDatadogRolesRolesOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogRumApplication.DataDatadogRumApplication": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/rum_application datadog_rum_application}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogRumApplication.DataDatadogRumApplication",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/rum_application datadog_rum_application} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-rum-application/index.ts",
          "line": 73
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogRumApplication.DataDatadogRumApplicationConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-rum-application/index.ts",
        "line": 41
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogRumApplication resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-rum-application/index.ts",
            "line": 58
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogRumApplication to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/rum_application#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogRumApplication that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogRumApplication to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-rum-application/index.ts",
            "line": 116
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-rum-application/index.ts",
            "line": 137
          },
          "name": "resetNameFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-rum-application/index.ts",
            "line": 158
          },
          "name": "resetTypeFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-rum-application/index.ts",
            "line": 170
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-rum-application/index.ts",
            "line": 178
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogRumApplication",
      "namespace": "dataDatadogRumApplication",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-rum-application/index.ts",
            "line": 46
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-rum-application/index.ts",
            "line": 99
          },
          "name": "apiKeyId",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-rum-application/index.ts",
            "line": 104
          },
          "name": "clientToken",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-rum-application/index.ts",
            "line": 125
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-rum-application/index.ts",
            "line": 146
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-rum-application/index.ts",
            "line": 120
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-rum-application/index.ts",
            "line": 141
          },
          "name": "nameFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-rum-application/index.ts",
            "line": 162
          },
          "name": "typeFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-rum-application/index.ts",
            "line": 110
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-rum-application/index.ts",
            "line": 131
          },
          "name": "nameFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-rum-application/index.ts",
            "line": 152
          },
          "name": "typeFilter",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-rum-application/index:DataDatadogRumApplication"
    },
    "@cdktn/provider-datadog.dataDatadogRumApplication.DataDatadogRumApplicationConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogRumApplication.DataDatadogRumApplicationConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-rum-application/index.ts",
        "line": 14
      },
      "name": "DataDatadogRumApplicationConfig",
      "namespace": "dataDatadogRumApplication",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/rum_application#id DataDatadogRumApplication#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "ID of the RUM application. Cannot be used with name and type filters."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-rum-application/index.ts",
            "line": 23
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/rum_application#name_filter DataDatadogRumApplication#name_filter}",
            "stability": "stable",
            "summary": "The name used to search for a RUM application."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-rum-application/index.ts",
            "line": 29
          },
          "name": "nameFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/rum_application#type_filter DataDatadogRumApplication#type_filter}",
            "stability": "stable",
            "summary": "The type used to search for a RUM application."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-rum-application/index.ts",
            "line": 35
          },
          "name": "typeFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-rum-application/index:DataDatadogRumApplicationConfig"
    },
    "@cdktn/provider-datadog.dataDatadogRumRetentionFilters.DataDatadogRumRetentionFilters": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/rum_retention_filters datadog_rum_retention_filters}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogRumRetentionFilters.DataDatadogRumRetentionFilters",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/rum_retention_filters datadog_rum_retention_filters} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-rum-retention-filters/index.ts",
          "line": 158
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogRumRetentionFilters.DataDatadogRumRetentionFiltersConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-rum-retention-filters/index.ts",
        "line": 126
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogRumRetentionFilters resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-rum-retention-filters/index.ts",
            "line": 143
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogRumRetentionFilters to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/rum_retention_filters#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogRumRetentionFilters that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogRumRetentionFilters to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-rum-retention-filters/index.ts",
            "line": 209
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-rum-retention-filters/index.ts",
            "line": 215
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogRumRetentionFilters",
      "namespace": "dataDatadogRumRetentionFilters",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-rum-retention-filters/index.ts",
            "line": 131
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-rum-retention-filters/index.ts",
            "line": 195
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-rum-retention-filters/index.ts",
            "line": 201
          },
          "name": "retentionFilters",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogRumRetentionFilters.DataDatadogRumRetentionFiltersRetentionFiltersList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-rum-retention-filters/index.ts",
            "line": 190
          },
          "name": "applicationIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-rum-retention-filters/index.ts",
            "line": 183
          },
          "name": "applicationId",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-rum-retention-filters/index:DataDatadogRumRetentionFilters"
    },
    "@cdktn/provider-datadog.dataDatadogRumRetentionFilters.DataDatadogRumRetentionFiltersConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogRumRetentionFilters.DataDatadogRumRetentionFiltersConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-rum-retention-filters/index.ts",
        "line": 14
      },
      "name": "DataDatadogRumRetentionFiltersConfig",
      "namespace": "dataDatadogRumRetentionFilters",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/rum_retention_filters#application_id DataDatadogRumRetentionFilters#application_id}",
            "stability": "stable",
            "summary": "RUM application ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-rum-retention-filters/index.ts",
            "line": 20
          },
          "name": "applicationId",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-rum-retention-filters/index:DataDatadogRumRetentionFiltersConfig"
    },
    "@cdktn/provider-datadog.dataDatadogRumRetentionFilters.DataDatadogRumRetentionFiltersRetentionFilters": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogRumRetentionFilters.DataDatadogRumRetentionFiltersRetentionFilters",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-rum-retention-filters/index.ts",
        "line": 22
      },
      "name": "DataDatadogRumRetentionFiltersRetentionFilters",
      "namespace": "dataDatadogRumRetentionFilters",
      "symbolId": "src/data-datadog-rum-retention-filters/index:DataDatadogRumRetentionFiltersRetentionFilters"
    },
    "@cdktn/provider-datadog.dataDatadogRumRetentionFilters.DataDatadogRumRetentionFiltersRetentionFiltersList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogRumRetentionFilters.DataDatadogRumRetentionFiltersRetentionFiltersList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-rum-retention-filters/index.ts",
          "line": 111
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-rum-retention-filters/index.ts",
        "line": 104
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-rum-retention-filters/index.ts",
            "line": 118
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogRumRetentionFilters.DataDatadogRumRetentionFiltersRetentionFiltersOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogRumRetentionFiltersRetentionFiltersList",
      "namespace": "dataDatadogRumRetentionFilters",
      "symbolId": "src/data-datadog-rum-retention-filters/index:DataDatadogRumRetentionFiltersRetentionFiltersList"
    },
    "@cdktn/provider-datadog.dataDatadogRumRetentionFilters.DataDatadogRumRetentionFiltersRetentionFiltersOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogRumRetentionFilters.DataDatadogRumRetentionFiltersRetentionFiltersOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-rum-retention-filters/index.ts",
          "line": 54
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-rum-retention-filters/index.ts",
        "line": 45
      },
      "name": "DataDatadogRumRetentionFiltersRetentionFiltersOutputReference",
      "namespace": "dataDatadogRumRetentionFilters",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-rum-retention-filters/index.ts",
            "line": 74
          },
          "name": "enabled",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-rum-retention-filters/index.ts",
            "line": 79
          },
          "name": "eventType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-rum-retention-filters/index.ts",
            "line": 84
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-rum-retention-filters/index.ts",
            "line": 89
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-rum-retention-filters/index.ts",
            "line": 94
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-rum-retention-filters/index.ts",
            "line": 99
          },
          "name": "sampleRate",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-rum-retention-filters/index.ts",
            "line": 58
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogRumRetentionFilters.DataDatadogRumRetentionFiltersRetentionFilters"
          }
        }
      ],
      "symbolId": "src/data-datadog-rum-retention-filters/index:DataDatadogRumRetentionFiltersRetentionFiltersOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringCriticalAsset.DataDatadogSecurityMonitoringCriticalAsset": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/security_monitoring_critical_asset datadog_security_monitoring_critical_asset}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringCriticalAsset.DataDatadogSecurityMonitoringCriticalAsset",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/security_monitoring_critical_asset datadog_security_monitoring_critical_asset} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-critical-asset/index.ts",
          "line": 61
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringCriticalAsset.DataDatadogSecurityMonitoringCriticalAssetConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-critical-asset/index.ts",
        "line": 29
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogSecurityMonitoringCriticalAsset resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-critical-asset/index.ts",
            "line": 46
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogSecurityMonitoringCriticalAsset to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/security_monitoring_critical_asset#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogSecurityMonitoringCriticalAsset that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogSecurityMonitoringCriticalAsset to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-critical-asset/index.ts",
            "line": 126
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-critical-asset/index.ts",
            "line": 132
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringCriticalAsset",
      "namespace": "dataDatadogSecurityMonitoringCriticalAsset",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-critical-asset/index.ts",
            "line": 34
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-critical-asset/index.ts",
            "line": 85
          },
          "name": "enabled",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-critical-asset/index.ts",
            "line": 103
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-critical-asset/index.ts",
            "line": 108
          },
          "name": "ruleQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-critical-asset/index.ts",
            "line": 113
          },
          "name": "severity",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-critical-asset/index.ts",
            "line": 118
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-critical-asset/index.ts",
            "line": 98
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-critical-asset/index.ts",
            "line": 91
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-critical-asset/index:DataDatadogSecurityMonitoringCriticalAsset"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringCriticalAsset.DataDatadogSecurityMonitoringCriticalAssetConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringCriticalAsset.DataDatadogSecurityMonitoringCriticalAssetConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-critical-asset/index.ts",
        "line": 14
      },
      "name": "DataDatadogSecurityMonitoringCriticalAssetConfig",
      "namespace": "dataDatadogSecurityMonitoringCriticalAsset",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/security_monitoring_critical_asset#id DataDatadogSecurityMonitoringCriticalAsset#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "The ID of the critical asset."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-critical-asset/index.ts",
            "line": 23
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-critical-asset/index:DataDatadogSecurityMonitoringCriticalAssetConfig"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringCriticalAssets.DataDatadogSecurityMonitoringCriticalAssets": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/security_monitoring_critical_assets datadog_security_monitoring_critical_assets}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringCriticalAssets.DataDatadogSecurityMonitoringCriticalAssets",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/security_monitoring_critical_assets datadog_security_monitoring_critical_assets} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-critical-assets/index.ts",
          "line": 152
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringCriticalAssets.DataDatadogSecurityMonitoringCriticalAssetsConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-critical-assets/index.ts",
        "line": 120
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogSecurityMonitoringCriticalAssets resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-critical-assets/index.ts",
            "line": 137
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogSecurityMonitoringCriticalAssets to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/security_monitoring_critical_assets#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogSecurityMonitoringCriticalAssets that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogSecurityMonitoringCriticalAssets to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-critical-assets/index.ts",
            "line": 189
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-critical-assets/index.ts",
            "line": 194
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringCriticalAssets",
      "namespace": "dataDatadogSecurityMonitoringCriticalAssets",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-critical-assets/index.ts",
            "line": 125
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-critical-assets/index.ts",
            "line": 176
          },
          "name": "criticalAssets",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringCriticalAssets.DataDatadogSecurityMonitoringCriticalAssetsCriticalAssetsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-critical-assets/index.ts",
            "line": 181
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-critical-assets/index:DataDatadogSecurityMonitoringCriticalAssets"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringCriticalAssets.DataDatadogSecurityMonitoringCriticalAssetsConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringCriticalAssets.DataDatadogSecurityMonitoringCriticalAssetsConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-critical-assets/index.ts",
        "line": 14
      },
      "name": "DataDatadogSecurityMonitoringCriticalAssetsConfig",
      "namespace": "dataDatadogSecurityMonitoringCriticalAssets",
      "symbolId": "src/data-datadog-security-monitoring-critical-assets/index:DataDatadogSecurityMonitoringCriticalAssetsConfig"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringCriticalAssets.DataDatadogSecurityMonitoringCriticalAssetsCriticalAssets": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringCriticalAssets.DataDatadogSecurityMonitoringCriticalAssetsCriticalAssets",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-critical-assets/index.ts",
        "line": 16
      },
      "name": "DataDatadogSecurityMonitoringCriticalAssetsCriticalAssets",
      "namespace": "dataDatadogSecurityMonitoringCriticalAssets",
      "symbolId": "src/data-datadog-security-monitoring-critical-assets/index:DataDatadogSecurityMonitoringCriticalAssetsCriticalAssets"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringCriticalAssets.DataDatadogSecurityMonitoringCriticalAssetsCriticalAssetsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringCriticalAssets.DataDatadogSecurityMonitoringCriticalAssetsCriticalAssetsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-critical-assets/index.ts",
          "line": 105
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-critical-assets/index.ts",
        "line": 98
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-critical-assets/index.ts",
            "line": 112
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringCriticalAssets.DataDatadogSecurityMonitoringCriticalAssetsCriticalAssetsOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringCriticalAssetsCriticalAssetsList",
      "namespace": "dataDatadogSecurityMonitoringCriticalAssets",
      "symbolId": "src/data-datadog-security-monitoring-critical-assets/index:DataDatadogSecurityMonitoringCriticalAssetsCriticalAssetsList"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringCriticalAssets.DataDatadogSecurityMonitoringCriticalAssetsCriticalAssetsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringCriticalAssets.DataDatadogSecurityMonitoringCriticalAssetsCriticalAssetsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-critical-assets/index.ts",
          "line": 48
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-critical-assets/index.ts",
        "line": 39
      },
      "name": "DataDatadogSecurityMonitoringCriticalAssetsCriticalAssetsOutputReference",
      "namespace": "dataDatadogSecurityMonitoringCriticalAssets",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-critical-assets/index.ts",
            "line": 68
          },
          "name": "enabled",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-critical-assets/index.ts",
            "line": 73
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-critical-assets/index.ts",
            "line": 78
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-critical-assets/index.ts",
            "line": 83
          },
          "name": "ruleQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-critical-assets/index.ts",
            "line": 88
          },
          "name": "severity",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-critical-assets/index.ts",
            "line": 93
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-critical-assets/index.ts",
            "line": 52
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringCriticalAssets.DataDatadogSecurityMonitoringCriticalAssetsCriticalAssets"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-critical-assets/index:DataDatadogSecurityMonitoringCriticalAssetsCriticalAssetsOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFilters": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/security_monitoring_filters datadog_security_monitoring_filters}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFilters",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/security_monitoring_filters datadog_security_monitoring_filters} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-filters/index.ts",
          "line": 240
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-filters/index.ts",
        "line": 208
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogSecurityMonitoringFilters resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters/index.ts",
            "line": 225
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogSecurityMonitoringFilters to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/security_monitoring_filters#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogSecurityMonitoringFilters that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogSecurityMonitoringFilters to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters/index.ts",
            "line": 282
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters/index.ts",
            "line": 294
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters/index.ts",
            "line": 300
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringFilters",
      "namespace": "dataDatadogSecurityMonitoringFilters",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters/index.ts",
            "line": 213
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters/index.ts",
            "line": 265
          },
          "name": "filters",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersFiltersList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters/index.ts",
            "line": 270
          },
          "name": "filtersIds",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters/index.ts",
            "line": 286
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters/index.ts",
            "line": 276
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-filters/index:DataDatadogSecurityMonitoringFilters"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-filters/index.ts",
        "line": 14
      },
      "name": "DataDatadogSecurityMonitoringFiltersConfig",
      "namespace": "dataDatadogSecurityMonitoringFilters",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/security_monitoring_filters#id DataDatadogSecurityMonitoringFilters#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters/index.ts",
            "line": 21
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-filters/index:DataDatadogSecurityMonitoringFiltersConfig"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersFilters": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersFilters",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-filters/index.ts",
        "line": 103
      },
      "name": "DataDatadogSecurityMonitoringFiltersFilters",
      "namespace": "dataDatadogSecurityMonitoringFilters",
      "symbolId": "src/data-datadog-security-monitoring-filters/index:DataDatadogSecurityMonitoringFiltersFilters"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersFiltersExclusionFilter": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersFiltersExclusionFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-filters/index.ts",
        "line": 23
      },
      "name": "DataDatadogSecurityMonitoringFiltersFiltersExclusionFilter",
      "namespace": "dataDatadogSecurityMonitoringFilters",
      "symbolId": "src/data-datadog-security-monitoring-filters/index:DataDatadogSecurityMonitoringFiltersFiltersExclusionFilter"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersFiltersExclusionFilterList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersFiltersExclusionFilterList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-filters/index.ts",
          "line": 92
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-filters/index.ts",
        "line": 85
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters/index.ts",
            "line": 99
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersFiltersExclusionFilterOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringFiltersFiltersExclusionFilterList",
      "namespace": "dataDatadogSecurityMonitoringFilters",
      "symbolId": "src/data-datadog-security-monitoring-filters/index:DataDatadogSecurityMonitoringFiltersFiltersExclusionFilterList"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersFiltersExclusionFilterOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersFiltersExclusionFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-filters/index.ts",
          "line": 55
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-filters/index.ts",
        "line": 46
      },
      "name": "DataDatadogSecurityMonitoringFiltersFiltersExclusionFilterOutputReference",
      "namespace": "dataDatadogSecurityMonitoringFilters",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters/index.ts",
            "line": 75
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters/index.ts",
            "line": 80
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters/index.ts",
            "line": 59
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersFiltersExclusionFilter"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-filters/index:DataDatadogSecurityMonitoringFiltersFiltersExclusionFilterOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersFiltersList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersFiltersList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-filters/index.ts",
          "line": 193
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-filters/index.ts",
        "line": 186
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters/index.ts",
            "line": 200
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersFiltersOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringFiltersFiltersList",
      "namespace": "dataDatadogSecurityMonitoringFilters",
      "symbolId": "src/data-datadog-security-monitoring-filters/index:DataDatadogSecurityMonitoringFiltersFiltersList"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersFiltersOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersFiltersOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-filters/index.ts",
          "line": 135
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-filters/index.ts",
        "line": 126
      },
      "name": "DataDatadogSecurityMonitoringFiltersFiltersOutputReference",
      "namespace": "dataDatadogSecurityMonitoringFilters",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters/index.ts",
            "line": 156
          },
          "name": "exclusionFilter",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersFiltersExclusionFilterList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters/index.ts",
            "line": 161
          },
          "name": "filteredDataType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters/index.ts",
            "line": 166
          },
          "name": "isEnabled",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters/index.ts",
            "line": 171
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters/index.ts",
            "line": 176
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters/index.ts",
            "line": 181
          },
          "name": "version",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-filters/index.ts",
            "line": 139
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringFilters.DataDatadogSecurityMonitoringFiltersFilters"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-filters/index:DataDatadogSecurityMonitoringFiltersFiltersOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRules": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/security_monitoring_rules datadog_security_monitoring_rules}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRules",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/security_monitoring_rules datadog_security_monitoring_rules} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 2043
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 2011
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogSecurityMonitoringRules resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 2028
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogSecurityMonitoringRules to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/security_monitoring_rules#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogSecurityMonitoringRules that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogSecurityMonitoringRules to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 2078
          },
          "name": "resetDefaultOnlyFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 2094
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 2110
          },
          "name": "resetNameFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 2137
          },
          "name": "resetTagsFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 2153
          },
          "name": "resetUserOnlyFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 2165
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 2175
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringRules",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 2016
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 2119
          },
          "name": "ruleIds",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 2125
          },
          "name": "rules",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 2082
          },
          "name": "defaultOnlyFilterInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 2098
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 2114
          },
          "name": "nameFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 2141
          },
          "name": "tagsFilterInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 2157
          },
          "name": "userOnlyFilterInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 2072
          },
          "name": "defaultOnlyFilter",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 2088
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 2104
          },
          "name": "nameFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 2131
          },
          "name": "tagsFilter",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 2147
          },
          "name": "userOnlyFilter",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRules"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 14
      },
      "name": "DataDatadogSecurityMonitoringRulesConfig",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/security_monitoring_rules#default_only_filter DataDatadogSecurityMonitoringRules#default_only_filter}",
            "stability": "stable",
            "summary": "Limit the search to default rules."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 20
          },
          "name": "defaultOnlyFilter",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/security_monitoring_rules#id DataDatadogSecurityMonitoringRules#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 27
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/security_monitoring_rules#name_filter DataDatadogSecurityMonitoringRules#name_filter}",
            "stability": "stable",
            "summary": "A rule name to limit the search."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 33
          },
          "name": "nameFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/security_monitoring_rules#tags_filter DataDatadogSecurityMonitoringRules#tags_filter}",
            "stability": "stable",
            "summary": "A list of tags to limit the search."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 39
          },
          "name": "tagsFilter",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/security_monitoring_rules#user_only_filter DataDatadogSecurityMonitoringRules#user_only_filter}",
            "stability": "stable",
            "summary": "Limit the search to user rules."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 45
          },
          "name": "userOnlyFilter",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesConfig"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRules": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRules",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 1848
      },
      "name": "DataDatadogSecurityMonitoringRulesRules",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRules"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCalculatedField": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCalculatedField",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 47
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesCalculatedField",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesCalculatedField"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCalculatedFieldList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCalculatedFieldList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 116
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 109
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 123
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCalculatedFieldOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringRulesRulesCalculatedFieldList",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesCalculatedFieldList"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCalculatedFieldOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCalculatedFieldOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 79
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 70
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesCalculatedFieldOutputReference",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 99
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 104
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 83
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCalculatedField"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesCalculatedFieldOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCase": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCase",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 283
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesCase",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesCase"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseAction": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseAction",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 202
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesCaseAction",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesCaseAction"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseActionList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseActionList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 272
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 265
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 279
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseActionOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringRulesRulesCaseActionList",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesCaseActionList"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseActionOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseActionOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 127
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesCaseActionOptions",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesCaseActionOptions"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseActionOptionsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseActionOptionsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 191
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 184
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 198
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseActionOptionsOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringRulesRulesCaseActionOptionsList",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesCaseActionOptionsList"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseActionOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseActionOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 159
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 150
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesCaseActionOptionsOutputReference",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 179
          },
          "name": "duration",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 163
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseActionOptions"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesCaseActionOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseActionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseActionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 234
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 225
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesCaseActionOutputReference",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 255
          },
          "name": "options",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseActionOptionsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 260
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 238
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseAction"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesCaseActionOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 368
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 361
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 375
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringRulesRulesCaseList",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesCaseList"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 315
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 306
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesCaseOutputReference",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 336
          },
          "name": "action",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseActionList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 341
          },
          "name": "condition",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 346
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 351
          },
          "name": "notifications",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 356
          },
          "name": "status",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 319
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCase"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesCaseOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesFilter": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 379
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesFilter",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesFilter"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesFilterList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesFilterList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 448
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 441
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 455
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesFilterOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringRulesRulesFilterList",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesFilterList"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesFilterOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 411
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 402
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesFilterOutputReference",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 431
          },
          "name": "action",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 436
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 415
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesFilter"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesFilterOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 1996
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 1989
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 2003
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringRulesRulesList",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesList"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 1147
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesOptions",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptions"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsAnomalyDetectionOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsAnomalyDetectionOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 459
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesOptionsAnomalyDetectionOptions",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsAnomalyDetectionOptions"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsAnomalyDetectionOptionsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsAnomalyDetectionOptionsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 543
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 536
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 550
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsAnomalyDetectionOptionsOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringRulesRulesOptionsAnomalyDetectionOptionsList",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsAnomalyDetectionOptionsList"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsAnomalyDetectionOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsAnomalyDetectionOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 491
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 482
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesOptionsAnomalyDetectionOptionsOutputReference",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 511
          },
          "name": "bucketDuration",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 516
          },
          "name": "detectionTolerance",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 521
          },
          "name": "instantaneousBaseline",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 526
          },
          "name": "learningDuration",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 531
          },
          "name": "learningPeriodBaseline",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 495
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsAnomalyDetectionOptions"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsAnomalyDetectionOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 554
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptions",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptions"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptionsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptionsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 618
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 611
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 625
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptionsOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptionsList",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptionsList"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 586
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 577
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptionsOutputReference",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 606
          },
          "name": "baselineUserLocations",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 590
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptions"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 1261
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 1254
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1268
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringRulesRulesOptionsList",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsList"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 629
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptions",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptions"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptionsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptionsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 713
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 706
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 720
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptionsOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptionsList",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptionsList"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 661
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 652
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptionsOutputReference",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 681
          },
          "name": "forgetAfter",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 686
          },
          "name": "instantaneousBaseline",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 691
          },
          "name": "learningDuration",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 696
          },
          "name": "learningMethod",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 701
          },
          "name": "learningThreshold",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 665
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptions"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 1179
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 1170
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesOptionsOutputReference",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1200
          },
          "name": "anomalyDetectionOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsAnomalyDetectionOptionsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1205
          },
          "name": "decreaseCriticalityBasedOnEnv",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1210
          },
          "name": "detectionMethod",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1215
          },
          "name": "evaluationWindow",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1221
          },
          "name": "impossibleTravelOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsImpossibleTravelOptionsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1226
          },
          "name": "keepAlive",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1231
          },
          "name": "maxSignalDuration",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1237
          },
          "name": "newValueOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsNewValueOptionsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1243
          },
          "name": "sequenceDetectionOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1249
          },
          "name": "thirdPartyRuleOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1183
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptions"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 894
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptions",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptions"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 965
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 958
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 972
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsList",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsList"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 926
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 917
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsOutputReference",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 953
          },
          "name": "steps",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 947
          },
          "name": "stepTransitions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepTransitionsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 930
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptions"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepTransitions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepTransitions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 724
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepTransitions",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepTransitions"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepTransitionsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepTransitionsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 798
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 791
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 805
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepTransitionsOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepTransitionsList",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepTransitionsList"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepTransitionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepTransitionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 756
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 747
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepTransitionsOutputReference",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 776
          },
          "name": "child",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 781
          },
          "name": "evaluationWindow",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 786
          },
          "name": "parent",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 760
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepTransitions"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepTransitionsOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsSteps": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsSteps",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 809
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsSteps",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsSteps"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 883
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 876
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 890
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepsOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepsList",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepsList"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 841
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 832
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepsOutputReference",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 861
          },
          "name": "condition",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 866
          },
          "name": "evaluationWindow",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 871
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 845
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsSteps"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsSequenceDetectionOptionsStepsOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 1056
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptions",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptions"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 1136
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 1129
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1143
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsList",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsList"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 1088
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 1079
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsOutputReference",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1108
          },
          "name": "defaultNotifications",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1113
          },
          "name": "defaultStatus",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1119
          },
          "name": "rootQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsRootQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1124
          },
          "name": "signalTitleTemplate",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1092
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptions"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsRootQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsRootQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 976
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsRootQuery",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsRootQuery"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsRootQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsRootQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 1045
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 1038
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1052
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsRootQueryOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsRootQueryList",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsRootQueryList"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsRootQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsRootQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 1008
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 999
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsRootQueryOutputReference",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1028
          },
          "name": "groupByFields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1033
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1012
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsRootQuery"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOptionsThirdPartyRuleOptionsRootQueryOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 1880
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 1871
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesOutputReference",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1901
          },
          "name": "calculatedField",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCalculatedFieldList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1907
          },
          "name": "case",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesCaseList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1912
          },
          "name": "enabled",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1918
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesFilterList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1923
          },
          "name": "groupSignalsBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1928
          },
          "name": "hasExtendedTitle",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1933
          },
          "name": "message",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1938
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1944
          },
          "name": "options",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesOptionsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1950
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1956
          },
          "name": "referenceTables",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesReferenceTablesList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1962
          },
          "name": "schedulingOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesSchedulingOptionsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1968
          },
          "name": "signalQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesSignalQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1973
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1979
          },
          "name": "thirdPartyCase",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesThirdPartyCaseList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1984
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1884
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRules"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 1352
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesQuery",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesQuery"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesQueryAgentRule": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesQueryAgentRule",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 1272
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesQueryAgentRule",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesQueryAgentRule"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesQueryAgentRuleList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesQueryAgentRuleList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 1341
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 1334
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1348
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesQueryAgentRuleOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringRulesRulesQueryAgentRuleList",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesQueryAgentRuleList"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesQueryAgentRuleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesQueryAgentRuleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 1304
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 1295
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesQueryAgentRuleOutputReference",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1324
          },
          "name": "agentRuleId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1329
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1308
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesQueryAgentRule"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesQueryAgentRuleOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 1467
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 1460
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1474
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesQueryOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringRulesRulesQueryList",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesQueryList"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 1384
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 1375
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesQueryOutputReference",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1405
          },
          "name": "agentRule",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesQueryAgentRuleList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1410
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1415
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1420
          },
          "name": "distinctFields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1425
          },
          "name": "groupByFields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1430
          },
          "name": "hasOptionalGroupByFields",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1435
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1440
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1445
          },
          "name": "metrics",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1450
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1455
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1388
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesQuery"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesQueryOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesReferenceTables": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesReferenceTables",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 1478
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesReferenceTables",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesReferenceTables"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesReferenceTablesList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesReferenceTablesList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 1562
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 1555
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1569
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesReferenceTablesOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringRulesRulesReferenceTablesList",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesReferenceTablesList"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesReferenceTablesOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesReferenceTablesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 1510
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 1501
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesReferenceTablesOutputReference",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1530
          },
          "name": "checkPresence",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1535
          },
          "name": "columnName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1540
          },
          "name": "logFieldPath",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1545
          },
          "name": "ruleQueryName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1550
          },
          "name": "tableName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1514
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesReferenceTables"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesReferenceTablesOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesSchedulingOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesSchedulingOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 1573
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesSchedulingOptions",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesSchedulingOptions"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesSchedulingOptionsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesSchedulingOptionsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 1647
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 1640
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1654
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesSchedulingOptionsOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringRulesRulesSchedulingOptionsList",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesSchedulingOptionsList"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesSchedulingOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesSchedulingOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 1605
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 1596
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesSchedulingOptionsOutputReference",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1625
          },
          "name": "rrule",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1630
          },
          "name": "start",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1635
          },
          "name": "timezone",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1609
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesSchedulingOptions"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesSchedulingOptionsOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesSignalQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesSignalQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 1658
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesSignalQuery",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesSignalQuery"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesSignalQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesSignalQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 1747
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 1740
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1754
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesSignalQueryOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringRulesRulesSignalQueryList",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesSignalQueryList"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesSignalQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesSignalQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 1690
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 1681
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesSignalQueryOutputReference",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1710
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1715
          },
          "name": "correlatedByFields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1720
          },
          "name": "correlatedQueryIndex",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1725
          },
          "name": "defaultRuleId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1730
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1735
          },
          "name": "ruleId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1694
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesSignalQuery"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesSignalQueryOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesThirdPartyCase": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesThirdPartyCase",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 1758
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesThirdPartyCase",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesThirdPartyCase"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesThirdPartyCaseList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesThirdPartyCaseList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 1837
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 1830
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1844
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesThirdPartyCaseOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringRulesRulesThirdPartyCaseList",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesThirdPartyCaseList"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesThirdPartyCaseOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesThirdPartyCaseOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-rules/index.ts",
          "line": 1790
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-rules/index.ts",
        "line": 1781
      },
      "name": "DataDatadogSecurityMonitoringRulesRulesThirdPartyCaseOutputReference",
      "namespace": "dataDatadogSecurityMonitoringRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1810
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1815
          },
          "name": "notifications",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1820
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1825
          },
          "name": "status",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-rules/index.ts",
            "line": 1794
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringRules.DataDatadogSecurityMonitoringRulesRulesThirdPartyCase"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-rules/index:DataDatadogSecurityMonitoringRulesRulesThirdPartyCaseOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringSuppressions.DataDatadogSecurityMonitoringSuppressions": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/security_monitoring_suppressions datadog_security_monitoring_suppressions}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringSuppressions.DataDatadogSecurityMonitoringSuppressions",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/security_monitoring_suppressions datadog_security_monitoring_suppressions} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-suppressions/index.ts",
          "line": 172
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringSuppressions.DataDatadogSecurityMonitoringSuppressionsConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-suppressions/index.ts",
        "line": 140
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogSecurityMonitoringSuppressions resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-suppressions/index.ts",
            "line": 157
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogSecurityMonitoringSuppressions to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/security_monitoring_suppressions#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogSecurityMonitoringSuppressions that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogSecurityMonitoringSuppressions to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-suppressions/index.ts",
            "line": 214
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-suppressions/index.ts",
            "line": 219
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringSuppressions",
      "namespace": "dataDatadogSecurityMonitoringSuppressions",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-suppressions/index.ts",
            "line": 145
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-suppressions/index.ts",
            "line": 195
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-suppressions/index.ts",
            "line": 200
          },
          "name": "suppressionIds",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-suppressions/index.ts",
            "line": 206
          },
          "name": "suppressions",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringSuppressions.DataDatadogSecurityMonitoringSuppressionsSuppressionsList"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-suppressions/index:DataDatadogSecurityMonitoringSuppressions"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringSuppressions.DataDatadogSecurityMonitoringSuppressionsConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringSuppressions.DataDatadogSecurityMonitoringSuppressionsConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-suppressions/index.ts",
        "line": 14
      },
      "name": "DataDatadogSecurityMonitoringSuppressionsConfig",
      "namespace": "dataDatadogSecurityMonitoringSuppressions",
      "symbolId": "src/data-datadog-security-monitoring-suppressions/index:DataDatadogSecurityMonitoringSuppressionsConfig"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringSuppressions.DataDatadogSecurityMonitoringSuppressionsSuppressions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringSuppressions.DataDatadogSecurityMonitoringSuppressionsSuppressions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-suppressions/index.ts",
        "line": 16
      },
      "name": "DataDatadogSecurityMonitoringSuppressionsSuppressions",
      "namespace": "dataDatadogSecurityMonitoringSuppressions",
      "symbolId": "src/data-datadog-security-monitoring-suppressions/index:DataDatadogSecurityMonitoringSuppressionsSuppressions"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringSuppressions.DataDatadogSecurityMonitoringSuppressionsSuppressionsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringSuppressions.DataDatadogSecurityMonitoringSuppressionsSuppressionsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-suppressions/index.ts",
          "line": 125
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-suppressions/index.ts",
        "line": 118
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-suppressions/index.ts",
            "line": 132
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringSuppressions.DataDatadogSecurityMonitoringSuppressionsSuppressionsOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogSecurityMonitoringSuppressionsSuppressionsList",
      "namespace": "dataDatadogSecurityMonitoringSuppressions",
      "symbolId": "src/data-datadog-security-monitoring-suppressions/index:DataDatadogSecurityMonitoringSuppressionsSuppressionsList"
    },
    "@cdktn/provider-datadog.dataDatadogSecurityMonitoringSuppressions.DataDatadogSecurityMonitoringSuppressionsSuppressionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringSuppressions.DataDatadogSecurityMonitoringSuppressionsSuppressionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-security-monitoring-suppressions/index.ts",
          "line": 48
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-security-monitoring-suppressions/index.ts",
        "line": 39
      },
      "name": "DataDatadogSecurityMonitoringSuppressionsSuppressionsOutputReference",
      "namespace": "dataDatadogSecurityMonitoringSuppressions",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-suppressions/index.ts",
            "line": 68
          },
          "name": "dataExclusionQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-suppressions/index.ts",
            "line": 73
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-suppressions/index.ts",
            "line": 78
          },
          "name": "enabled",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-suppressions/index.ts",
            "line": 83
          },
          "name": "expirationDate",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-suppressions/index.ts",
            "line": 88
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-suppressions/index.ts",
            "line": 93
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-suppressions/index.ts",
            "line": 98
          },
          "name": "ruleQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-suppressions/index.ts",
            "line": 103
          },
          "name": "startDate",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-suppressions/index.ts",
            "line": 108
          },
          "name": "suppressionQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-suppressions/index.ts",
            "line": 113
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-security-monitoring-suppressions/index.ts",
            "line": 52
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSecurityMonitoringSuppressions.DataDatadogSecurityMonitoringSuppressionsSuppressions"
          }
        }
      ],
      "symbolId": "src/data-datadog-security-monitoring-suppressions/index:DataDatadogSecurityMonitoringSuppressionsSuppressionsOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogSensitiveDataScannerGroupOrder.DataDatadogSensitiveDataScannerGroupOrder": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/sensitive_data_scanner_group_order datadog_sensitive_data_scanner_group_order}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSensitiveDataScannerGroupOrder.DataDatadogSensitiveDataScannerGroupOrder",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/sensitive_data_scanner_group_order datadog_sensitive_data_scanner_group_order} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-sensitive-data-scanner-group-order/index.ts",
          "line": 52
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogSensitiveDataScannerGroupOrder.DataDatadogSensitiveDataScannerGroupOrderConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-sensitive-data-scanner-group-order/index.ts",
        "line": 20
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogSensitiveDataScannerGroupOrder resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-sensitive-data-scanner-group-order/index.ts",
            "line": 37
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogSensitiveDataScannerGroupOrder to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/sensitive_data_scanner_group_order#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogSensitiveDataScannerGroupOrder that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogSensitiveDataScannerGroupOrder to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-sensitive-data-scanner-group-order/index.ts",
            "line": 88
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-sensitive-data-scanner-group-order/index.ts",
            "line": 93
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogSensitiveDataScannerGroupOrder",
      "namespace": "dataDatadogSensitiveDataScannerGroupOrder",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-sensitive-data-scanner-group-order/index.ts",
            "line": 25
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-sensitive-data-scanner-group-order/index.ts",
            "line": 75
          },
          "name": "groupIds",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-sensitive-data-scanner-group-order/index.ts",
            "line": 80
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-sensitive-data-scanner-group-order/index:DataDatadogSensitiveDataScannerGroupOrder"
    },
    "@cdktn/provider-datadog.dataDatadogSensitiveDataScannerGroupOrder.DataDatadogSensitiveDataScannerGroupOrderConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSensitiveDataScannerGroupOrder.DataDatadogSensitiveDataScannerGroupOrderConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-sensitive-data-scanner-group-order/index.ts",
        "line": 14
      },
      "name": "DataDatadogSensitiveDataScannerGroupOrderConfig",
      "namespace": "dataDatadogSensitiveDataScannerGroupOrder",
      "symbolId": "src/data-datadog-sensitive-data-scanner-group-order/index:DataDatadogSensitiveDataScannerGroupOrderConfig"
    },
    "@cdktn/provider-datadog.dataDatadogSensitiveDataScannerStandardPattern.DataDatadogSensitiveDataScannerStandardPattern": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/sensitive_data_scanner_standard_pattern datadog_sensitive_data_scanner_standard_pattern}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSensitiveDataScannerStandardPattern.DataDatadogSensitiveDataScannerStandardPattern",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/sensitive_data_scanner_standard_pattern datadog_sensitive_data_scanner_standard_pattern} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts",
          "line": 71
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogSensitiveDataScannerStandardPattern.DataDatadogSensitiveDataScannerStandardPatternConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts",
        "line": 39
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogSensitiveDataScannerStandardPattern resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts",
            "line": 56
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogSensitiveDataScannerStandardPattern to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/sensitive_data_scanner_standard_pattern#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogSensitiveDataScannerStandardPattern that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogSensitiveDataScannerStandardPattern to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts",
            "line": 109
          },
          "name": "resetFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts",
            "line": 125
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts",
            "line": 156
          },
          "name": "resetStandardPatternId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts",
            "line": 173
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts",
            "line": 181
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogSensitiveDataScannerStandardPattern",
      "namespace": "dataDatadogSensitiveDataScannerStandardPattern",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts",
            "line": 44
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts",
            "line": 97
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts",
            "line": 134
          },
          "name": "includedKeywords",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts",
            "line": 139
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts",
            "line": 144
          },
          "name": "pattern",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts",
            "line": 165
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts",
            "line": 113
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts",
            "line": 129
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts",
            "line": 160
          },
          "name": "standardPatternIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts",
            "line": 103
          },
          "name": "filter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts",
            "line": 119
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts",
            "line": 150
          },
          "name": "standardPatternId",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-sensitive-data-scanner-standard-pattern/index:DataDatadogSensitiveDataScannerStandardPattern"
    },
    "@cdktn/provider-datadog.dataDatadogSensitiveDataScannerStandardPattern.DataDatadogSensitiveDataScannerStandardPatternConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSensitiveDataScannerStandardPattern.DataDatadogSensitiveDataScannerStandardPatternConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts",
        "line": 14
      },
      "name": "DataDatadogSensitiveDataScannerStandardPatternConfig",
      "namespace": "dataDatadogSensitiveDataScannerStandardPattern",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/sensitive_data_scanner_standard_pattern#filter DataDatadogSensitiveDataScannerStandardPattern#filter}",
            "stability": "stable",
            "summary": "Filter all the Datadog standard patterns by name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts",
            "line": 20
          },
          "name": "filter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/sensitive_data_scanner_standard_pattern#id DataDatadogSensitiveDataScannerStandardPattern#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts",
            "line": 27
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This can be set directly to avoid Terraform configs breaking when Datadog renames a standard pattern.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/sensitive_data_scanner_standard_pattern#standard_pattern_id DataDatadogSensitiveDataScannerStandardPattern#standard_pattern_id}",
            "stability": "stable",
            "summary": "Stable ID of the Datadog standard pattern to retrieve."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-sensitive-data-scanner-standard-pattern/index.ts",
            "line": 33
          },
          "name": "standardPatternId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-sensitive-data-scanner-standard-pattern/index:DataDatadogSensitiveDataScannerStandardPatternConfig"
    },
    "@cdktn/provider-datadog.dataDatadogServiceAccount.DataDatadogServiceAccount": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/service_account datadog_service_account}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogServiceAccount.DataDatadogServiceAccount",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/service_account datadog_service_account} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-service-account/index.ts",
          "line": 79
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogServiceAccount.DataDatadogServiceAccountConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-service-account/index.ts",
        "line": 47
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogServiceAccount resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-account/index.ts",
            "line": 64
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogServiceAccount to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/service_account#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogServiceAccount that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogServiceAccount to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-account/index.ts",
            "line": 123
          },
          "name": "resetExactMatch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-account/index.ts",
            "line": 139
          },
          "name": "resetFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-account/index.ts",
            "line": 155
          },
          "name": "resetFilterStatus"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-account/index.ts",
            "line": 181
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-account/index.ts",
            "line": 218
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-account/index.ts",
            "line": 227
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogServiceAccount",
      "namespace": "dataDatadogServiceAccount",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-account/index.ts",
            "line": 52
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-account/index.ts",
            "line": 106
          },
          "name": "disabled",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-account/index.ts",
            "line": 111
          },
          "name": "email",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-account/index.ts",
            "line": 164
          },
          "name": "handle",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-account/index.ts",
            "line": 169
          },
          "name": "icon",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-account/index.ts",
            "line": 190
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-account/index.ts",
            "line": 195
          },
          "name": "roles",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-account/index.ts",
            "line": 200
          },
          "name": "status",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-account/index.ts",
            "line": 205
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-account/index.ts",
            "line": 210
          },
          "name": "verified",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-account/index.ts",
            "line": 127
          },
          "name": "exactMatchInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-account/index.ts",
            "line": 143
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-account/index.ts",
            "line": 159
          },
          "name": "filterStatusInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-account/index.ts",
            "line": 185
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-account/index.ts",
            "line": 117
          },
          "name": "exactMatch",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-account/index.ts",
            "line": 133
          },
          "name": "filter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-account/index.ts",
            "line": 149
          },
          "name": "filterStatus",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-account/index.ts",
            "line": 175
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-service-account/index:DataDatadogServiceAccount"
    },
    "@cdktn/provider-datadog.dataDatadogServiceAccount.DataDatadogServiceAccountConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogServiceAccount.DataDatadogServiceAccountConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-service-account/index.ts",
        "line": 14
      },
      "name": "DataDatadogServiceAccountConfig",
      "namespace": "dataDatadogServiceAccount",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/service_account#exact_match DataDatadogServiceAccount#exact_match}",
            "stability": "stable",
            "summary": "When true, `filter` string is exact matched against the user's `email`, followed by `name` attribute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-account/index.ts",
            "line": 20
          },
          "name": "exactMatch",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/service_account#filter DataDatadogServiceAccount#filter}",
            "stability": "stable",
            "summary": "Filter all users and service accounts by name, email, or role."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-account/index.ts",
            "line": 26
          },
          "name": "filter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/service_account#filter_status DataDatadogServiceAccount#filter_status}",
            "stability": "stable",
            "summary": "Filter on status attribute. Comma separated list, with possible values `Active`, `Pending`, and `Disabled`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-account/index.ts",
            "line": 32
          },
          "name": "filterStatus",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/service_account#id DataDatadogServiceAccount#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "The service account's ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-account/index.ts",
            "line": 41
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-service-account/index:DataDatadogServiceAccountConfig"
    },
    "@cdktn/provider-datadog.dataDatadogServiceLevelObjective.DataDatadogServiceLevelObjective": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/service_level_objective datadog_service_level_objective}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogServiceLevelObjective.DataDatadogServiceLevelObjective",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/service_level_objective datadog_service_level_objective} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-service-level-objective/index.ts",
          "line": 159
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogServiceLevelObjective.DataDatadogServiceLevelObjectiveConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-service-level-objective/index.ts",
        "line": 127
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogServiceLevelObjective resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective/index.ts",
            "line": 144
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogServiceLevelObjective to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/service_level_objective#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogServiceLevelObjective that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogServiceLevelObjective to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective/index.ts",
            "line": 198
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective/index.ts",
            "line": 214
          },
          "name": "resetMetricsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective/index.ts",
            "line": 235
          },
          "name": "resetNameQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective/index.ts",
            "line": 262
          },
          "name": "resetTagsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective/index.ts",
            "line": 294
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective/index.ts",
            "line": 303
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogServiceLevelObjective",
      "namespace": "dataDatadogServiceLevelObjective",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective/index.ts",
            "line": 132
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective/index.ts",
            "line": 186
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective/index.ts",
            "line": 223
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective/index.ts",
            "line": 245
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogServiceLevelObjective.DataDatadogServiceLevelObjectiveQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective/index.ts",
            "line": 250
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective/index.ts",
            "line": 271
          },
          "name": "targetThreshold",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective/index.ts",
            "line": 276
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective/index.ts",
            "line": 281
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective/index.ts",
            "line": 286
          },
          "name": "warningThreshold",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective/index.ts",
            "line": 202
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective/index.ts",
            "line": 218
          },
          "name": "metricsQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective/index.ts",
            "line": 239
          },
          "name": "nameQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective/index.ts",
            "line": 266
          },
          "name": "tagsQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective/index.ts",
            "line": 192
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective/index.ts",
            "line": 208
          },
          "name": "metricsQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective/index.ts",
            "line": 229
          },
          "name": "nameQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective/index.ts",
            "line": 256
          },
          "name": "tagsQuery",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-service-level-objective/index:DataDatadogServiceLevelObjective"
    },
    "@cdktn/provider-datadog.dataDatadogServiceLevelObjective.DataDatadogServiceLevelObjectiveConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogServiceLevelObjective.DataDatadogServiceLevelObjectiveConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-service-level-objective/index.ts",
        "line": 14
      },
      "name": "DataDatadogServiceLevelObjectiveConfig",
      "namespace": "dataDatadogServiceLevelObjective",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/service_level_objective#id DataDatadogServiceLevelObjective#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "A SLO ID to limit the search."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective/index.ts",
            "line": 23
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/service_level_objective#metrics_query DataDatadogServiceLevelObjective#metrics_query}",
            "stability": "stable",
            "summary": "Filter results based on SLO numerator and denominator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective/index.ts",
            "line": 29
          },
          "name": "metricsQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/service_level_objective#name_query DataDatadogServiceLevelObjective#name_query}",
            "stability": "stable",
            "summary": "Filter results based on SLO names."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective/index.ts",
            "line": 35
          },
          "name": "nameQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/service_level_objective#tags_query DataDatadogServiceLevelObjective#tags_query}",
            "stability": "stable",
            "summary": "Filter results based on a single SLO tag."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective/index.ts",
            "line": 41
          },
          "name": "tagsQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-service-level-objective/index:DataDatadogServiceLevelObjectiveConfig"
    },
    "@cdktn/provider-datadog.dataDatadogServiceLevelObjective.DataDatadogServiceLevelObjectiveQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogServiceLevelObjective.DataDatadogServiceLevelObjectiveQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-service-level-objective/index.ts",
        "line": 43
      },
      "name": "DataDatadogServiceLevelObjectiveQuery",
      "namespace": "dataDatadogServiceLevelObjective",
      "symbolId": "src/data-datadog-service-level-objective/index:DataDatadogServiceLevelObjectiveQuery"
    },
    "@cdktn/provider-datadog.dataDatadogServiceLevelObjective.DataDatadogServiceLevelObjectiveQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogServiceLevelObjective.DataDatadogServiceLevelObjectiveQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-service-level-objective/index.ts",
          "line": 112
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-service-level-objective/index.ts",
        "line": 105
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective/index.ts",
            "line": 119
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogServiceLevelObjective.DataDatadogServiceLevelObjectiveQueryOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogServiceLevelObjectiveQueryList",
      "namespace": "dataDatadogServiceLevelObjective",
      "symbolId": "src/data-datadog-service-level-objective/index:DataDatadogServiceLevelObjectiveQueryList"
    },
    "@cdktn/provider-datadog.dataDatadogServiceLevelObjective.DataDatadogServiceLevelObjectiveQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogServiceLevelObjective.DataDatadogServiceLevelObjectiveQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-service-level-objective/index.ts",
          "line": 75
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-service-level-objective/index.ts",
        "line": 66
      },
      "name": "DataDatadogServiceLevelObjectiveQueryOutputReference",
      "namespace": "dataDatadogServiceLevelObjective",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective/index.ts",
            "line": 95
          },
          "name": "denominator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective/index.ts",
            "line": 100
          },
          "name": "numerator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objective/index.ts",
            "line": 79
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogServiceLevelObjective.DataDatadogServiceLevelObjectiveQuery"
          }
        }
      ],
      "symbolId": "src/data-datadog-service-level-objective/index:DataDatadogServiceLevelObjectiveQueryOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogServiceLevelObjectives.DataDatadogServiceLevelObjectives": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/service_level_objectives datadog_service_level_objectives}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogServiceLevelObjectives.DataDatadogServiceLevelObjectives",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/service_level_objectives datadog_service_level_objectives} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-service-level-objectives/index.ts",
          "line": 180
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogServiceLevelObjectives.DataDatadogServiceLevelObjectivesConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-service-level-objectives/index.ts",
        "line": 148
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogServiceLevelObjectives resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 165
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogServiceLevelObjectives to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/service_level_objectives#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogServiceLevelObjectives that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogServiceLevelObjectives to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 217
          },
          "name": "resetErrorOnEmptyResult"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 233
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 249
          },
          "name": "resetIds"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 265
          },
          "name": "resetMetricsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 281
          },
          "name": "resetNameQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 297
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 319
          },
          "name": "resetTagsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 331
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 343
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogServiceLevelObjectives",
      "namespace": "dataDatadogServiceLevelObjectives",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 153
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 307
          },
          "name": "slos",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogServiceLevelObjectives.DataDatadogServiceLevelObjectivesSlosList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 221
          },
          "name": "errorOnEmptyResultInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 237
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 253
          },
          "name": "idsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 269
          },
          "name": "metricsQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 285
          },
          "name": "nameQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 301
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 323
          },
          "name": "tagsQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 211
          },
          "name": "errorOnEmptyResult",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 227
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 243
          },
          "name": "ids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 259
          },
          "name": "metricsQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 275
          },
          "name": "nameQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 291
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 313
          },
          "name": "tagsQuery",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-service-level-objectives/index:DataDatadogServiceLevelObjectives"
    },
    "@cdktn/provider-datadog.dataDatadogServiceLevelObjectives.DataDatadogServiceLevelObjectivesConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogServiceLevelObjectives.DataDatadogServiceLevelObjectivesConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-service-level-objectives/index.ts",
        "line": 14
      },
      "name": "DataDatadogServiceLevelObjectivesConfig",
      "namespace": "dataDatadogServiceLevelObjectives",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/service_level_objectives#error_on_empty_result DataDatadogServiceLevelObjectives#error_on_empty_result}",
            "stability": "stable",
            "summary": "Throw an error if no results are found. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 20
          },
          "name": "errorOnEmptyResult",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/service_level_objectives#id DataDatadogServiceLevelObjectives#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 27
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/service_level_objectives#ids DataDatadogServiceLevelObjectives#ids}",
            "stability": "stable",
            "summary": "An array of SLO IDs to limit the search."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 33
          },
          "name": "ids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/service_level_objectives#metrics_query DataDatadogServiceLevelObjectives#metrics_query}",
            "stability": "stable",
            "summary": "Filter results based on SLO numerator and denominator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 39
          },
          "name": "metricsQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/service_level_objectives#name_query DataDatadogServiceLevelObjectives#name_query}",
            "stability": "stable",
            "summary": "Filter results based on SLO names."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 45
          },
          "name": "nameQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/service_level_objectives#query DataDatadogServiceLevelObjectives#query}",
            "stability": "stable",
            "summary": "The query string to filter results based on SLO names. Some examples of queries include service:<service-name> and <slo-name>."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 51
          },
          "name": "query",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/service_level_objectives#tags_query DataDatadogServiceLevelObjectives#tags_query}",
            "stability": "stable",
            "summary": "Filter results based on a single SLO tag."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 57
          },
          "name": "tagsQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-service-level-objectives/index:DataDatadogServiceLevelObjectivesConfig"
    },
    "@cdktn/provider-datadog.dataDatadogServiceLevelObjectives.DataDatadogServiceLevelObjectivesSlos": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogServiceLevelObjectives.DataDatadogServiceLevelObjectivesSlos",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-service-level-objectives/index.ts",
        "line": 59
      },
      "name": "DataDatadogServiceLevelObjectivesSlos",
      "namespace": "dataDatadogServiceLevelObjectives",
      "symbolId": "src/data-datadog-service-level-objectives/index:DataDatadogServiceLevelObjectivesSlos"
    },
    "@cdktn/provider-datadog.dataDatadogServiceLevelObjectives.DataDatadogServiceLevelObjectivesSlosList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogServiceLevelObjectives.DataDatadogServiceLevelObjectivesSlosList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-service-level-objectives/index.ts",
          "line": 133
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-service-level-objectives/index.ts",
        "line": 126
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 140
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogServiceLevelObjectives.DataDatadogServiceLevelObjectivesSlosOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogServiceLevelObjectivesSlosList",
      "namespace": "dataDatadogServiceLevelObjectives",
      "symbolId": "src/data-datadog-service-level-objectives/index:DataDatadogServiceLevelObjectivesSlosList"
    },
    "@cdktn/provider-datadog.dataDatadogServiceLevelObjectives.DataDatadogServiceLevelObjectivesSlosOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogServiceLevelObjectives.DataDatadogServiceLevelObjectivesSlosOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-service-level-objectives/index.ts",
          "line": 91
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-service-level-objectives/index.ts",
        "line": 82
      },
      "name": "DataDatadogServiceLevelObjectivesSlosOutputReference",
      "namespace": "dataDatadogServiceLevelObjectives",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 111
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 116
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 121
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-service-level-objectives/index.ts",
            "line": 95
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogServiceLevelObjectives.DataDatadogServiceLevelObjectivesSlos"
          }
        }
      ],
      "symbolId": "src/data-datadog-service-level-objectives/index:DataDatadogServiceLevelObjectivesSlosOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogSoftwareCatalog.DataDatadogSoftwareCatalog": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/software_catalog datadog_software_catalog}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSoftwareCatalog.DataDatadogSoftwareCatalog",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/software_catalog datadog_software_catalog} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-software-catalog/index.ts",
          "line": 199
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogSoftwareCatalog.DataDatadogSoftwareCatalogConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-software-catalog/index.ts",
        "line": 167
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogSoftwareCatalog resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 184
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogSoftwareCatalog to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/software_catalog#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogSoftwareCatalog that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogSoftwareCatalog to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 242
          },
          "name": "resetFilterExcludeSnapshot"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 258
          },
          "name": "resetFilterId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 274
          },
          "name": "resetFilterKind"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 290
          },
          "name": "resetFilterName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 306
          },
          "name": "resetFilterOwner"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 322
          },
          "name": "resetFilterRef"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 338
          },
          "name": "resetFilterRelationType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 355
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 367
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogSoftwareCatalog",
      "namespace": "dataDatadogSoftwareCatalog",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 172
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 230
          },
          "name": "entities",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSoftwareCatalog.DataDatadogSoftwareCatalogEntitiesList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 347
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 246
          },
          "name": "filterExcludeSnapshotInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 262
          },
          "name": "filterIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 278
          },
          "name": "filterKindInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 294
          },
          "name": "filterNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 310
          },
          "name": "filterOwnerInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 326
          },
          "name": "filterRefInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 342
          },
          "name": "filterRelationTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 236
          },
          "name": "filterExcludeSnapshot",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 252
          },
          "name": "filterId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 268
          },
          "name": "filterKind",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 284
          },
          "name": "filterName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 300
          },
          "name": "filterOwner",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 316
          },
          "name": "filterRef",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 332
          },
          "name": "filterRelationType",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-software-catalog/index:DataDatadogSoftwareCatalog"
    },
    "@cdktn/provider-datadog.dataDatadogSoftwareCatalog.DataDatadogSoftwareCatalogConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSoftwareCatalog.DataDatadogSoftwareCatalogConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-software-catalog/index.ts",
        "line": 14
      },
      "name": "DataDatadogSoftwareCatalogConfig",
      "namespace": "dataDatadogSoftwareCatalog",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/software_catalog#filter_exclude_snapshot DataDatadogSoftwareCatalog#filter_exclude_snapshot}",
            "stability": "stable",
            "summary": "Filter entities by excluding snapshotted entities."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 20
          },
          "name": "filterExcludeSnapshot",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/software_catalog#filter_id DataDatadogSoftwareCatalog#filter_id}",
            "stability": "stable",
            "summary": "Filter entities by UUID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 26
          },
          "name": "filterId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/software_catalog#filter_kind DataDatadogSoftwareCatalog#filter_kind}",
            "stability": "stable",
            "summary": "Filter entities by kind."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 32
          },
          "name": "filterKind",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/software_catalog#filter_name DataDatadogSoftwareCatalog#filter_name}",
            "stability": "stable",
            "summary": "Filter entities by name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 38
          },
          "name": "filterName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/software_catalog#filter_owner DataDatadogSoftwareCatalog#filter_owner}",
            "stability": "stable",
            "summary": "Filter entities by owner."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 44
          },
          "name": "filterOwner",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/software_catalog#filter_ref DataDatadogSoftwareCatalog#filter_ref}",
            "stability": "stable",
            "summary": "Filter entities by reference."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 50
          },
          "name": "filterRef",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/software_catalog#filter_relation_type DataDatadogSoftwareCatalog#filter_relation_type}",
            "stability": "stable",
            "summary": "Filter entities by relation type. Valid values are `RelationTypeOwns`, `RelationTypeOwnedBy`, `RelationTypeDependsOn`, `RelationTypeDependencyOf`, `RelationTypePartsOf`, `RelationTypeHasPart`, `RelationTypeOtherOwns`, `RelationTypeOtherOwnedBy`, `RelationTypeImplementedBy`, `RelationTypeImplements`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 56
          },
          "name": "filterRelationType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-software-catalog/index:DataDatadogSoftwareCatalogConfig"
    },
    "@cdktn/provider-datadog.dataDatadogSoftwareCatalog.DataDatadogSoftwareCatalogEntities": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSoftwareCatalog.DataDatadogSoftwareCatalogEntities",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-software-catalog/index.ts",
        "line": 58
      },
      "name": "DataDatadogSoftwareCatalogEntities",
      "namespace": "dataDatadogSoftwareCatalog",
      "symbolId": "src/data-datadog-software-catalog/index:DataDatadogSoftwareCatalogEntities"
    },
    "@cdktn/provider-datadog.dataDatadogSoftwareCatalog.DataDatadogSoftwareCatalogEntitiesList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSoftwareCatalog.DataDatadogSoftwareCatalogEntitiesList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-software-catalog/index.ts",
          "line": 152
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-software-catalog/index.ts",
        "line": 145
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 159
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogSoftwareCatalog.DataDatadogSoftwareCatalogEntitiesOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogSoftwareCatalogEntitiesList",
      "namespace": "dataDatadogSoftwareCatalog",
      "symbolId": "src/data-datadog-software-catalog/index:DataDatadogSoftwareCatalogEntitiesList"
    },
    "@cdktn/provider-datadog.dataDatadogSoftwareCatalog.DataDatadogSoftwareCatalogEntitiesOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSoftwareCatalog.DataDatadogSoftwareCatalogEntitiesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-software-catalog/index.ts",
          "line": 90
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-software-catalog/index.ts",
        "line": 81
      },
      "name": "DataDatadogSoftwareCatalogEntitiesOutputReference",
      "namespace": "dataDatadogSoftwareCatalog",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 110
          },
          "name": "displayName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 115
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 120
          },
          "name": "kind",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 125
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 130
          },
          "name": "namespace",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 135
          },
          "name": "owner",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 140
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-software-catalog/index.ts",
            "line": 94
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogSoftwareCatalog.DataDatadogSoftwareCatalogEntities"
          }
        }
      ],
      "symbolId": "src/data-datadog-software-catalog/index:DataDatadogSoftwareCatalogEntitiesOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogSyntheticsGlobalVariable.DataDatadogSyntheticsGlobalVariable": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/synthetics_global_variable datadog_synthetics_global_variable}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSyntheticsGlobalVariable.DataDatadogSyntheticsGlobalVariable",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/synthetics_global_variable datadog_synthetics_global_variable} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-synthetics-global-variable/index.ts",
          "line": 58
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogSyntheticsGlobalVariable.DataDatadogSyntheticsGlobalVariableConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-synthetics-global-variable/index.ts",
        "line": 26
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogSyntheticsGlobalVariable resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-global-variable/index.ts",
            "line": 43
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogSyntheticsGlobalVariable to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/synthetics_global_variable#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogSyntheticsGlobalVariable that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogSyntheticsGlobalVariable to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-global-variable/index.ts",
            "line": 108
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-global-variable/index.ts",
            "line": 114
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogSyntheticsGlobalVariable",
      "namespace": "dataDatadogSyntheticsGlobalVariable",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-global-variable/index.ts",
            "line": 31
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-global-variable/index.ts",
            "line": 82
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-global-variable/index.ts",
            "line": 100
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-global-variable/index.ts",
            "line": 95
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-global-variable/index.ts",
            "line": 88
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-synthetics-global-variable/index:DataDatadogSyntheticsGlobalVariable"
    },
    "@cdktn/provider-datadog.dataDatadogSyntheticsGlobalVariable.DataDatadogSyntheticsGlobalVariableConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSyntheticsGlobalVariable.DataDatadogSyntheticsGlobalVariableConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-synthetics-global-variable/index.ts",
        "line": 14
      },
      "name": "DataDatadogSyntheticsGlobalVariableConfig",
      "namespace": "dataDatadogSyntheticsGlobalVariable",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Must only match one global variable. Must be all uppercase with underscores.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/synthetics_global_variable#name DataDatadogSyntheticsGlobalVariable#name}",
            "stability": "stable",
            "summary": "The synthetics global variable name to search for."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-global-variable/index.ts",
            "line": 20
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-synthetics-global-variable/index:DataDatadogSyntheticsGlobalVariableConfig"
    },
    "@cdktn/provider-datadog.dataDatadogSyntheticsLocations.DataDatadogSyntheticsLocations": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/synthetics_locations datadog_synthetics_locations}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSyntheticsLocations.DataDatadogSyntheticsLocations",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/synthetics_locations datadog_synthetics_locations} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-synthetics-locations/index.ts",
          "line": 52
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogSyntheticsLocations.DataDatadogSyntheticsLocationsConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-synthetics-locations/index.ts",
        "line": 20
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogSyntheticsLocations resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-locations/index.ts",
            "line": 37
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogSyntheticsLocations to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/synthetics_locations#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogSyntheticsLocations that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogSyntheticsLocations to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-locations/index.ts",
            "line": 89
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-locations/index.ts",
            "line": 94
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogSyntheticsLocations",
      "namespace": "dataDatadogSyntheticsLocations",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-locations/index.ts",
            "line": 25
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-locations/index.ts",
            "line": 75
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-locations/index.ts",
            "line": 81
          },
          "name": "locations",
          "type": {
            "fqn": "cdktn.StringMap"
          }
        }
      ],
      "symbolId": "src/data-datadog-synthetics-locations/index:DataDatadogSyntheticsLocations"
    },
    "@cdktn/provider-datadog.dataDatadogSyntheticsLocations.DataDatadogSyntheticsLocationsConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSyntheticsLocations.DataDatadogSyntheticsLocationsConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-synthetics-locations/index.ts",
        "line": 14
      },
      "name": "DataDatadogSyntheticsLocationsConfig",
      "namespace": "dataDatadogSyntheticsLocations",
      "symbolId": "src/data-datadog-synthetics-locations/index:DataDatadogSyntheticsLocationsConfig"
    },
    "@cdktn/provider-datadog.dataDatadogSyntheticsTest.DataDatadogSyntheticsTest": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/synthetics_test datadog_synthetics_test}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSyntheticsTest.DataDatadogSyntheticsTest",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/synthetics_test datadog_synthetics_test} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-synthetics-test/index.ts",
          "line": 65
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogSyntheticsTest.DataDatadogSyntheticsTestConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-synthetics-test/index.ts",
        "line": 33
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogSyntheticsTest resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-test/index.ts",
            "line": 50
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogSyntheticsTest to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/synthetics_test#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogSyntheticsTest that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogSyntheticsTest to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-test/index.ts",
            "line": 97
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-test/index.ts",
            "line": 137
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-test/index.ts",
            "line": 144
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogSyntheticsTest",
      "namespace": "dataDatadogSyntheticsTest",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-test/index.ts",
            "line": 38
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-test/index.ts",
            "line": 106
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-test/index.ts",
            "line": 111
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-test/index.ts",
            "line": 129
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-test/index.ts",
            "line": 101
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-test/index.ts",
            "line": 124
          },
          "name": "testIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-test/index.ts",
            "line": 91
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-test/index.ts",
            "line": 117
          },
          "name": "testId",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-synthetics-test/index:DataDatadogSyntheticsTest"
    },
    "@cdktn/provider-datadog.dataDatadogSyntheticsTest.DataDatadogSyntheticsTestConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogSyntheticsTest.DataDatadogSyntheticsTestConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-synthetics-test/index.ts",
        "line": 14
      },
      "name": "DataDatadogSyntheticsTestConfig",
      "namespace": "dataDatadogSyntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/synthetics_test#test_id DataDatadogSyntheticsTest#test_id}",
            "stability": "stable",
            "summary": "The synthetic test id or URL to search for."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-test/index.ts",
            "line": 27
          },
          "name": "testId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/synthetics_test#id DataDatadogSyntheticsTest#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-synthetics-test/index.ts",
            "line": 21
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-synthetics-test/index:DataDatadogSyntheticsTestConfig"
    },
    "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRuleset": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/tag_pipeline_ruleset datadog_tag_pipeline_ruleset}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRuleset",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/tag_pipeline_ruleset datadog_tag_pipeline_ruleset} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
          "line": 658
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
        "line": 626
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogTagPipelineRuleset resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 643
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogTagPipelineRuleset to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/tag_pipeline_ruleset#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogTagPipelineRuleset that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogTagPipelineRuleset to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 720
          },
          "name": "putRules",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRules"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 723
          },
          "name": "resetRules"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 735
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 742
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogTagPipelineRuleset",
      "namespace": "dataDatadogTagPipelineRuleset",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 631
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 683
          },
          "name": "enabled",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 701
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 706
          },
          "name": "position",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 717
          },
          "name": "rules",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 711
          },
          "name": "version",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 696
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 727
          },
          "name": "rulesInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRules"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 689
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-tag-pipeline-ruleset/index:DataDatadogTagPipelineRuleset"
    },
    "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
        "line": 14
      },
      "name": "DataDatadogTagPipelineRulesetConfig",
      "namespace": "dataDatadogTagPipelineRuleset",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/tag_pipeline_ruleset#id DataDatadogTagPipelineRuleset#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "The ID of the ruleset."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 23
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/tag_pipeline_ruleset#rules DataDatadogTagPipelineRuleset#rules}",
            "stability": "stable",
            "summary": "rules block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 29
          },
          "name": "rules",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRules"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-tag-pipeline-ruleset/index:DataDatadogTagPipelineRulesetConfig"
    },
    "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRules": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRules",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
        "line": 476
      },
      "name": "DataDatadogTagPipelineRulesetRules",
      "namespace": "dataDatadogTagPipelineRuleset",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/tag_pipeline_ruleset#reference_table DataDatadogTagPipelineRuleset#reference_table}",
            "stability": "stable",
            "summary": "reference_table block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 482
          },
          "name": "referenceTable",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTable"
          }
        }
      ],
      "symbolId": "src/data-datadog-tag-pipeline-ruleset/index:DataDatadogTagPipelineRulesetRules"
    },
    "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
          "line": 611
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
        "line": 603
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 618
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogTagPipelineRulesetRulesList",
      "namespace": "dataDatadogTagPipelineRuleset",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 604
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRules"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-tag-pipeline-ruleset/index:DataDatadogTagPipelineRulesetRulesList"
    },
    "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesMapping": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesMapping",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
        "line": 31
      },
      "name": "DataDatadogTagPipelineRulesetRulesMapping",
      "namespace": "dataDatadogTagPipelineRuleset",
      "symbolId": "src/data-datadog-tag-pipeline-ruleset/index:DataDatadogTagPipelineRulesetRulesMapping"
    },
    "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesMappingOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesMappingOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
          "line": 62
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
        "line": 54
      },
      "name": "DataDatadogTagPipelineRulesetRulesMappingOutputReference",
      "namespace": "dataDatadogTagPipelineRuleset",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 91
          },
          "name": "destinationKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 96
          },
          "name": "ifNotExists",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 101
          },
          "name": "ifTagExists",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 106
          },
          "name": "sourceKeys",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 66
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesMapping"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-tag-pipeline-ruleset/index:DataDatadogTagPipelineRulesetRulesMappingOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
          "line": 524
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
        "line": 514
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 591
          },
          "name": "putReferenceTable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTable"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 594
          },
          "name": "resetReferenceTable"
        }
      ],
      "name": "DataDatadogTagPipelineRulesetRulesOutputReference",
      "namespace": "dataDatadogTagPipelineRuleset",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 559
          },
          "name": "enabled",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 576
          },
          "name": "mapping",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesMappingOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 565
          },
          "name": "metadata",
          "type": {
            "fqn": "cdktn.StringMap"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 570
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 582
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 588
          },
          "name": "referenceTable",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTableOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 598
          },
          "name": "referenceTableInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 528
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRules"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-tag-pipeline-ruleset/index:DataDatadogTagPipelineRulesetRulesOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
        "line": 179
      },
      "name": "DataDatadogTagPipelineRulesetRulesQuery",
      "namespace": "dataDatadogTagPipelineRuleset",
      "symbolId": "src/data-datadog-tag-pipeline-ruleset/index:DataDatadogTagPipelineRulesetRulesQuery"
    },
    "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesQueryAddition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesQueryAddition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
        "line": 110
      },
      "name": "DataDatadogTagPipelineRulesetRulesQueryAddition",
      "namespace": "dataDatadogTagPipelineRuleset",
      "symbolId": "src/data-datadog-tag-pipeline-ruleset/index:DataDatadogTagPipelineRulesetRulesQueryAddition"
    },
    "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesQueryAdditionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesQueryAdditionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
          "line": 141
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
        "line": 133
      },
      "name": "DataDatadogTagPipelineRulesetRulesQueryAdditionOutputReference",
      "namespace": "dataDatadogTagPipelineRuleset",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 170
          },
          "name": "key",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 175
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 145
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesQueryAddition"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-tag-pipeline-ruleset/index:DataDatadogTagPipelineRulesetRulesQueryAdditionOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
          "line": 210
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
        "line": 202
      },
      "name": "DataDatadogTagPipelineRulesetRulesQueryOutputReference",
      "namespace": "dataDatadogTagPipelineRuleset",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 260
          },
          "name": "addition",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesQueryAdditionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 239
          },
          "name": "caseInsensitivity",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 244
          },
          "name": "ifNotExists",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 249
          },
          "name": "ifTagExists",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 254
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 214
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-tag-pipeline-ruleset/index:DataDatadogTagPipelineRulesetRulesQueryOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTable": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
        "line": 355
      },
      "name": "DataDatadogTagPipelineRulesetRulesReferenceTable",
      "namespace": "dataDatadogTagPipelineRuleset",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/tag_pipeline_ruleset#field_pairs DataDatadogTagPipelineRuleset#field_pairs}",
            "stability": "stable",
            "summary": "field_pairs block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 361
          },
          "name": "fieldPairs",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairs"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-tag-pipeline-ruleset/index:DataDatadogTagPipelineRulesetRulesReferenceTable"
    },
    "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairs": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairs",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
        "line": 264
      },
      "name": "DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairs",
      "namespace": "dataDatadogTagPipelineRuleset",
      "symbolId": "src/data-datadog-tag-pipeline-ruleset/index:DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairs"
    },
    "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
          "line": 344
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
        "line": 336
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 351
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairsOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairsList",
      "namespace": "dataDatadogTagPipelineRuleset",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 337
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairs"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-tag-pipeline-ruleset/index:DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairsList"
    },
    "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
          "line": 297
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
        "line": 287
      },
      "name": "DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairsOutputReference",
      "namespace": "dataDatadogTagPipelineRuleset",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 326
          },
          "name": "inputColumn",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 331
          },
          "name": "outputKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 301
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairs"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-tag-pipeline-ruleset/index:DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairsOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTableOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
          "line": 401
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
        "line": 393
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 465
          },
          "name": "putFieldPairs",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairs"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 468
          },
          "name": "resetFieldPairs"
        }
      ],
      "name": "DataDatadogTagPipelineRulesetRulesReferenceTableOutputReference",
      "namespace": "dataDatadogTagPipelineRuleset",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 436
          },
          "name": "caseInsensitivity",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 462
          },
          "name": "fieldPairs",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 441
          },
          "name": "ifNotExists",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 446
          },
          "name": "ifTagExists",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 451
          },
          "name": "sourceKeys",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 456
          },
          "name": "tableName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 472
          },
          "name": "fieldPairsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTableFieldPairs"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-tag-pipeline-ruleset/index.ts",
            "line": 405
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogTagPipelineRuleset.DataDatadogTagPipelineRulesetRulesReferenceTable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-tag-pipeline-ruleset/index:DataDatadogTagPipelineRulesetRulesReferenceTableOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogTeam.DataDatadogTeam": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/team datadog_team}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTeam.DataDatadogTeam",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/team datadog_team} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-team/index.ts",
          "line": 64
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogTeam.DataDatadogTeamConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-team/index.ts",
        "line": 32
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogTeam resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-team/index.ts",
            "line": 49
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogTeam to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/team#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogTeam that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogTeam to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team/index.ts",
            "line": 101
          },
          "name": "resetFilterKeyword"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team/index.ts",
            "line": 142
          },
          "name": "resetTeamId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team/index.ts",
            "line": 159
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team/index.ts",
            "line": 166
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogTeam",
      "namespace": "dataDatadogTeam",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team/index.ts",
            "line": 37
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team/index.ts",
            "line": 89
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team/index.ts",
            "line": 110
          },
          "name": "handle",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team/index.ts",
            "line": 115
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team/index.ts",
            "line": 120
          },
          "name": "linkCount",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team/index.ts",
            "line": 125
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team/index.ts",
            "line": 130
          },
          "name": "summary",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team/index.ts",
            "line": 151
          },
          "name": "userCount",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team/index.ts",
            "line": 105
          },
          "name": "filterKeywordInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team/index.ts",
            "line": 146
          },
          "name": "teamIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team/index.ts",
            "line": 95
          },
          "name": "filterKeyword",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team/index.ts",
            "line": 136
          },
          "name": "teamId",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-team/index:DataDatadogTeam"
    },
    "@cdktn/provider-datadog.dataDatadogTeam.DataDatadogTeamConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTeam.DataDatadogTeamConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-team/index.ts",
        "line": 14
      },
      "name": "DataDatadogTeamConfig",
      "namespace": "dataDatadogTeam",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/team#filter_keyword DataDatadogTeam#filter_keyword}",
            "stability": "stable",
            "summary": "Search query. Can be team name, team handle, or email of team member."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team/index.ts",
            "line": 20
          },
          "name": "filterKeyword",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/team#team_id DataDatadogTeam#team_id}",
            "stability": "stable",
            "summary": "The team's identifier."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team/index.ts",
            "line": 26
          },
          "name": "teamId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-team/index:DataDatadogTeamConfig"
    },
    "@cdktn/provider-datadog.dataDatadogTeamHierarchyLinks.DataDatadogTeamHierarchyLinks": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/team_hierarchy_links datadog_team_hierarchy_links}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTeamHierarchyLinks.DataDatadogTeamHierarchyLinks",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/team_hierarchy_links datadog_team_hierarchy_links} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-team-hierarchy-links/index.ts",
          "line": 70
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogTeamHierarchyLinks.DataDatadogTeamHierarchyLinksConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-team-hierarchy-links/index.ts",
        "line": 38
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogTeamHierarchyLinks resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-hierarchy-links/index.ts",
            "line": 55
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogTeamHierarchyLinks to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/team_hierarchy_links#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogTeamHierarchyLinks that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogTeamHierarchyLinks to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-hierarchy-links/index.ts",
            "line": 108
          },
          "name": "resetFilterParentTeam"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-hierarchy-links/index.ts",
            "line": 124
          },
          "name": "resetFilterSubTeam"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-hierarchy-links/index.ts",
            "line": 145
          },
          "name": "resetLinkId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-hierarchy-links/index.ts",
            "line": 162
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-hierarchy-links/index.ts",
            "line": 170
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogTeamHierarchyLinks",
      "namespace": "dataDatadogTeamHierarchyLinks",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-hierarchy-links/index.ts",
            "line": 43
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-hierarchy-links/index.ts",
            "line": 96
          },
          "name": "createdAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-hierarchy-links/index.ts",
            "line": 133
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-hierarchy-links/index.ts",
            "line": 154
          },
          "name": "provisionedBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-hierarchy-links/index.ts",
            "line": 112
          },
          "name": "filterParentTeamInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-hierarchy-links/index.ts",
            "line": 128
          },
          "name": "filterSubTeamInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-hierarchy-links/index.ts",
            "line": 149
          },
          "name": "linkIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-hierarchy-links/index.ts",
            "line": 102
          },
          "name": "filterParentTeam",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-hierarchy-links/index.ts",
            "line": 118
          },
          "name": "filterSubTeam",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-hierarchy-links/index.ts",
            "line": 139
          },
          "name": "linkId",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-team-hierarchy-links/index:DataDatadogTeamHierarchyLinks"
    },
    "@cdktn/provider-datadog.dataDatadogTeamHierarchyLinks.DataDatadogTeamHierarchyLinksConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTeamHierarchyLinks.DataDatadogTeamHierarchyLinksConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-team-hierarchy-links/index.ts",
        "line": 14
      },
      "name": "DataDatadogTeamHierarchyLinksConfig",
      "namespace": "dataDatadogTeamHierarchyLinks",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/team_hierarchy_links#filter_parent_team DataDatadogTeamHierarchyLinks#filter_parent_team}",
            "stability": "stable",
            "summary": "Filter by parent team ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-hierarchy-links/index.ts",
            "line": 20
          },
          "name": "filterParentTeam",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/team_hierarchy_links#filter_sub_team DataDatadogTeamHierarchyLinks#filter_sub_team}",
            "stability": "stable",
            "summary": "Filter by sub team ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-hierarchy-links/index.ts",
            "line": 26
          },
          "name": "filterSubTeam",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/team_hierarchy_links#link_id DataDatadogTeamHierarchyLinks#link_id}",
            "stability": "stable",
            "summary": "The team hierarchy link’s identifier."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-hierarchy-links/index.ts",
            "line": 32
          },
          "name": "linkId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-team-hierarchy-links/index:DataDatadogTeamHierarchyLinksConfig"
    },
    "@cdktn/provider-datadog.dataDatadogTeamMemberships.DataDatadogTeamMemberships": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/team_memberships datadog_team_memberships}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTeamMemberships.DataDatadogTeamMemberships",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/team_memberships datadog_team_memberships} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-team-memberships/index.ts",
          "line": 160
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogTeamMemberships.DataDatadogTeamMembershipsConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-team-memberships/index.ts",
        "line": 128
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogTeamMemberships resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-memberships/index.ts",
            "line": 145
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogTeamMemberships to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/team_memberships#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogTeamMemberships that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogTeamMemberships to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-memberships/index.ts",
            "line": 193
          },
          "name": "resetExactMatch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-memberships/index.ts",
            "line": 209
          },
          "name": "resetFilterKeyword"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-memberships/index.ts",
            "line": 245
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-memberships/index.ts",
            "line": 253
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogTeamMemberships",
      "namespace": "dataDatadogTeamMemberships",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-memberships/index.ts",
            "line": 133
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-memberships/index.ts",
            "line": 218
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-memberships/index.ts",
            "line": 237
          },
          "name": "teamMemberships",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogTeamMemberships.DataDatadogTeamMembershipsTeamMembershipsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-memberships/index.ts",
            "line": 197
          },
          "name": "exactMatchInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-memberships/index.ts",
            "line": 213
          },
          "name": "filterKeywordInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-memberships/index.ts",
            "line": 231
          },
          "name": "teamIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-memberships/index.ts",
            "line": 187
          },
          "name": "exactMatch",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-memberships/index.ts",
            "line": 203
          },
          "name": "filterKeyword",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-memberships/index.ts",
            "line": 224
          },
          "name": "teamId",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-team-memberships/index:DataDatadogTeamMemberships"
    },
    "@cdktn/provider-datadog.dataDatadogTeamMemberships.DataDatadogTeamMembershipsConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTeamMemberships.DataDatadogTeamMembershipsConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-team-memberships/index.ts",
        "line": 14
      },
      "name": "DataDatadogTeamMembershipsConfig",
      "namespace": "dataDatadogTeamMemberships",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/team_memberships#team_id DataDatadogTeamMemberships#team_id}",
            "stability": "stable",
            "summary": "The team's identifier."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-memberships/index.ts",
            "line": 32
          },
          "name": "teamId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/team_memberships#exact_match DataDatadogTeamMemberships#exact_match}",
            "stability": "stable",
            "summary": "When true, `filter_keyword` string is exact matched against the user's `email`, followed by `name`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-memberships/index.ts",
            "line": 20
          },
          "name": "exactMatch",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/team_memberships#filter_keyword DataDatadogTeamMemberships#filter_keyword}",
            "stability": "stable",
            "summary": "Search query, can be user email or name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-memberships/index.ts",
            "line": 26
          },
          "name": "filterKeyword",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-team-memberships/index:DataDatadogTeamMembershipsConfig"
    },
    "@cdktn/provider-datadog.dataDatadogTeamMemberships.DataDatadogTeamMembershipsTeamMemberships": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTeamMemberships.DataDatadogTeamMembershipsTeamMemberships",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-team-memberships/index.ts",
        "line": 34
      },
      "name": "DataDatadogTeamMembershipsTeamMemberships",
      "namespace": "dataDatadogTeamMemberships",
      "symbolId": "src/data-datadog-team-memberships/index:DataDatadogTeamMembershipsTeamMemberships"
    },
    "@cdktn/provider-datadog.dataDatadogTeamMemberships.DataDatadogTeamMembershipsTeamMembershipsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTeamMemberships.DataDatadogTeamMembershipsTeamMembershipsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-team-memberships/index.ts",
          "line": 113
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-team-memberships/index.ts",
        "line": 106
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-memberships/index.ts",
            "line": 120
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogTeamMemberships.DataDatadogTeamMembershipsTeamMembershipsOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogTeamMembershipsTeamMembershipsList",
      "namespace": "dataDatadogTeamMemberships",
      "symbolId": "src/data-datadog-team-memberships/index:DataDatadogTeamMembershipsTeamMembershipsList"
    },
    "@cdktn/provider-datadog.dataDatadogTeamMemberships.DataDatadogTeamMembershipsTeamMembershipsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTeamMemberships.DataDatadogTeamMembershipsTeamMembershipsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-team-memberships/index.ts",
          "line": 66
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-team-memberships/index.ts",
        "line": 57
      },
      "name": "DataDatadogTeamMembershipsTeamMembershipsOutputReference",
      "namespace": "dataDatadogTeamMemberships",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-memberships/index.ts",
            "line": 86
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-memberships/index.ts",
            "line": 91
          },
          "name": "role",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-memberships/index.ts",
            "line": 96
          },
          "name": "teamId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-memberships/index.ts",
            "line": 101
          },
          "name": "userId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-memberships/index.ts",
            "line": 70
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogTeamMemberships.DataDatadogTeamMembershipsTeamMemberships"
          }
        }
      ],
      "symbolId": "src/data-datadog-team-memberships/index:DataDatadogTeamMembershipsTeamMembershipsOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogTeamNotificationRule.DataDatadogTeamNotificationRule": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/team_notification_rule datadog_team_notification_rule}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRule.DataDatadogTeamNotificationRule",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/team_notification_rule datadog_team_notification_rule} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-team-notification-rule/index.ts",
          "line": 325
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRule.DataDatadogTeamNotificationRuleConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-team-notification-rule/index.ts",
        "line": 293
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogTeamNotificationRule resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rule/index.ts",
            "line": 310
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogTeamNotificationRule to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/team_notification_rule#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogTeamNotificationRule that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogTeamNotificationRule to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rule/index.ts",
            "line": 408
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rule/index.ts",
            "line": 415
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogTeamNotificationRule",
      "namespace": "dataDatadogTeamNotificationRule",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rule/index.ts",
            "line": 298
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rule/index.ts",
            "line": 382
          },
          "name": "email",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRule.DataDatadogTeamNotificationRuleEmailOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rule/index.ts",
            "line": 350
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rule/index.ts",
            "line": 388
          },
          "name": "msTeams",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRule.DataDatadogTeamNotificationRuleMsTeamsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rule/index.ts",
            "line": 394
          },
          "name": "pagerduty",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRule.DataDatadogTeamNotificationRulePagerdutyOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rule/index.ts",
            "line": 400
          },
          "name": "slack",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRule.DataDatadogTeamNotificationRuleSlackOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rule/index.ts",
            "line": 363
          },
          "name": "ruleIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rule/index.ts",
            "line": 376
          },
          "name": "teamIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rule/index.ts",
            "line": 356
          },
          "name": "ruleId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rule/index.ts",
            "line": 369
          },
          "name": "teamId",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-team-notification-rule/index:DataDatadogTeamNotificationRule"
    },
    "@cdktn/provider-datadog.dataDatadogTeamNotificationRule.DataDatadogTeamNotificationRuleConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRule.DataDatadogTeamNotificationRuleConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-team-notification-rule/index.ts",
        "line": 14
      },
      "name": "DataDatadogTeamNotificationRuleConfig",
      "namespace": "dataDatadogTeamNotificationRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/team_notification_rule#rule_id DataDatadogTeamNotificationRule#rule_id}",
            "stability": "stable",
            "summary": "The notification rule ID to fetch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rule/index.ts",
            "line": 20
          },
          "name": "ruleId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/team_notification_rule#team_id DataDatadogTeamNotificationRule#team_id}",
            "stability": "stable",
            "summary": "The team ID to fetch the notification rule for."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rule/index.ts",
            "line": 26
          },
          "name": "teamId",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-team-notification-rule/index:DataDatadogTeamNotificationRuleConfig"
    },
    "@cdktn/provider-datadog.dataDatadogTeamNotificationRule.DataDatadogTeamNotificationRuleEmail": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRule.DataDatadogTeamNotificationRuleEmail",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-team-notification-rule/index.ts",
        "line": 28
      },
      "name": "DataDatadogTeamNotificationRuleEmail",
      "namespace": "dataDatadogTeamNotificationRule",
      "symbolId": "src/data-datadog-team-notification-rule/index:DataDatadogTeamNotificationRuleEmail"
    },
    "@cdktn/provider-datadog.dataDatadogTeamNotificationRule.DataDatadogTeamNotificationRuleEmailOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRule.DataDatadogTeamNotificationRuleEmailOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-team-notification-rule/index.ts",
          "line": 59
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-team-notification-rule/index.ts",
        "line": 51
      },
      "name": "DataDatadogTeamNotificationRuleEmailOutputReference",
      "namespace": "dataDatadogTeamNotificationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rule/index.ts",
            "line": 88
          },
          "name": "enabled",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rule/index.ts",
            "line": 63
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRule.DataDatadogTeamNotificationRuleEmail"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-team-notification-rule/index:DataDatadogTeamNotificationRuleEmailOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogTeamNotificationRule.DataDatadogTeamNotificationRuleMsTeams": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRule.DataDatadogTeamNotificationRuleMsTeams",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-team-notification-rule/index.ts",
        "line": 92
      },
      "name": "DataDatadogTeamNotificationRuleMsTeams",
      "namespace": "dataDatadogTeamNotificationRule",
      "symbolId": "src/data-datadog-team-notification-rule/index:DataDatadogTeamNotificationRuleMsTeams"
    },
    "@cdktn/provider-datadog.dataDatadogTeamNotificationRule.DataDatadogTeamNotificationRuleMsTeamsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRule.DataDatadogTeamNotificationRuleMsTeamsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-team-notification-rule/index.ts",
          "line": 123
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-team-notification-rule/index.ts",
        "line": 115
      },
      "name": "DataDatadogTeamNotificationRuleMsTeamsOutputReference",
      "namespace": "dataDatadogTeamNotificationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rule/index.ts",
            "line": 152
          },
          "name": "connectorName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rule/index.ts",
            "line": 127
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRule.DataDatadogTeamNotificationRuleMsTeams"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-team-notification-rule/index:DataDatadogTeamNotificationRuleMsTeamsOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogTeamNotificationRule.DataDatadogTeamNotificationRulePagerduty": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRule.DataDatadogTeamNotificationRulePagerduty",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-team-notification-rule/index.ts",
        "line": 156
      },
      "name": "DataDatadogTeamNotificationRulePagerduty",
      "namespace": "dataDatadogTeamNotificationRule",
      "symbolId": "src/data-datadog-team-notification-rule/index:DataDatadogTeamNotificationRulePagerduty"
    },
    "@cdktn/provider-datadog.dataDatadogTeamNotificationRule.DataDatadogTeamNotificationRulePagerdutyOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRule.DataDatadogTeamNotificationRulePagerdutyOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-team-notification-rule/index.ts",
          "line": 187
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-team-notification-rule/index.ts",
        "line": 179
      },
      "name": "DataDatadogTeamNotificationRulePagerdutyOutputReference",
      "namespace": "dataDatadogTeamNotificationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rule/index.ts",
            "line": 216
          },
          "name": "serviceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rule/index.ts",
            "line": 191
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRule.DataDatadogTeamNotificationRulePagerduty"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-team-notification-rule/index:DataDatadogTeamNotificationRulePagerdutyOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogTeamNotificationRule.DataDatadogTeamNotificationRuleSlack": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRule.DataDatadogTeamNotificationRuleSlack",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-team-notification-rule/index.ts",
        "line": 220
      },
      "name": "DataDatadogTeamNotificationRuleSlack",
      "namespace": "dataDatadogTeamNotificationRule",
      "symbolId": "src/data-datadog-team-notification-rule/index:DataDatadogTeamNotificationRuleSlack"
    },
    "@cdktn/provider-datadog.dataDatadogTeamNotificationRule.DataDatadogTeamNotificationRuleSlackOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRule.DataDatadogTeamNotificationRuleSlackOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-team-notification-rule/index.ts",
          "line": 251
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-team-notification-rule/index.ts",
        "line": 243
      },
      "name": "DataDatadogTeamNotificationRuleSlackOutputReference",
      "namespace": "dataDatadogTeamNotificationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rule/index.ts",
            "line": 280
          },
          "name": "channel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rule/index.ts",
            "line": 285
          },
          "name": "workspace",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rule/index.ts",
            "line": 255
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRule.DataDatadogTeamNotificationRuleSlack"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-team-notification-rule/index:DataDatadogTeamNotificationRuleSlackOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRules": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/team_notification_rules datadog_team_notification_rules}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRules",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/team_notification_rules datadog_team_notification_rules} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-team-notification-rules/index.ts",
          "line": 435
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-team-notification-rules/index.ts",
        "line": 403
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogTeamNotificationRules resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rules/index.ts",
            "line": 420
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogTeamNotificationRules to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/team_notification_rules#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogTeamNotificationRules that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogTeamNotificationRules to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rules/index.ts",
            "line": 482
          },
          "name": "putNotificationRules",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesNotificationRules"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rules/index.ts",
            "line": 485
          },
          "name": "resetNotificationRules"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rules/index.ts",
            "line": 497
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rules/index.ts",
            "line": 504
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogTeamNotificationRules",
      "namespace": "dataDatadogTeamNotificationRules",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rules/index.ts",
            "line": 408
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rules/index.ts",
            "line": 460
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rules/index.ts",
            "line": 479
          },
          "name": "notificationRules",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesNotificationRulesList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rules/index.ts",
            "line": 489
          },
          "name": "notificationRulesInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesNotificationRules"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rules/index.ts",
            "line": 473
          },
          "name": "teamIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rules/index.ts",
            "line": 466
          },
          "name": "teamId",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-team-notification-rules/index:DataDatadogTeamNotificationRules"
    },
    "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-team-notification-rules/index.ts",
        "line": 14
      },
      "name": "DataDatadogTeamNotificationRulesConfig",
      "namespace": "dataDatadogTeamNotificationRules",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/team_notification_rules#team_id DataDatadogTeamNotificationRules#team_id}",
            "stability": "stable",
            "summary": "The team ID to fetch notification rules for."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rules/index.ts",
            "line": 20
          },
          "name": "teamId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/team_notification_rules#notification_rules DataDatadogTeamNotificationRules#notification_rules}",
            "stability": "stable",
            "summary": "notification_rules block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rules/index.ts",
            "line": 26
          },
          "name": "notificationRules",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesNotificationRules"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-team-notification-rules/index:DataDatadogTeamNotificationRulesConfig"
    },
    "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesNotificationRules": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesNotificationRules",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-team-notification-rules/index.ts",
        "line": 289
      },
      "name": "DataDatadogTeamNotificationRulesNotificationRules",
      "namespace": "dataDatadogTeamNotificationRules",
      "symbolId": "src/data-datadog-team-notification-rules/index:DataDatadogTeamNotificationRulesNotificationRules"
    },
    "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesNotificationRulesEmail": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesNotificationRulesEmail",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-team-notification-rules/index.ts",
        "line": 28
      },
      "name": "DataDatadogTeamNotificationRulesNotificationRulesEmail",
      "namespace": "dataDatadogTeamNotificationRules",
      "symbolId": "src/data-datadog-team-notification-rules/index:DataDatadogTeamNotificationRulesNotificationRulesEmail"
    },
    "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesNotificationRulesEmailOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesNotificationRulesEmailOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-team-notification-rules/index.ts",
          "line": 59
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-team-notification-rules/index.ts",
        "line": 51
      },
      "name": "DataDatadogTeamNotificationRulesNotificationRulesEmailOutputReference",
      "namespace": "dataDatadogTeamNotificationRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rules/index.ts",
            "line": 88
          },
          "name": "enabled",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rules/index.ts",
            "line": 63
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesNotificationRulesEmail"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-team-notification-rules/index:DataDatadogTeamNotificationRulesNotificationRulesEmailOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesNotificationRulesList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesNotificationRulesList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-team-notification-rules/index.ts",
          "line": 388
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-team-notification-rules/index.ts",
        "line": 380
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rules/index.ts",
            "line": 395
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesNotificationRulesOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogTeamNotificationRulesNotificationRulesList",
      "namespace": "dataDatadogTeamNotificationRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rules/index.ts",
            "line": 381
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesNotificationRules"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-team-notification-rules/index:DataDatadogTeamNotificationRulesNotificationRulesList"
    },
    "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesNotificationRulesMsTeams": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesNotificationRulesMsTeams",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-team-notification-rules/index.ts",
        "line": 92
      },
      "name": "DataDatadogTeamNotificationRulesNotificationRulesMsTeams",
      "namespace": "dataDatadogTeamNotificationRules",
      "symbolId": "src/data-datadog-team-notification-rules/index:DataDatadogTeamNotificationRulesNotificationRulesMsTeams"
    },
    "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesNotificationRulesMsTeamsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesNotificationRulesMsTeamsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-team-notification-rules/index.ts",
          "line": 123
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-team-notification-rules/index.ts",
        "line": 115
      },
      "name": "DataDatadogTeamNotificationRulesNotificationRulesMsTeamsOutputReference",
      "namespace": "dataDatadogTeamNotificationRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rules/index.ts",
            "line": 152
          },
          "name": "connectorName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rules/index.ts",
            "line": 127
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesNotificationRulesMsTeams"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-team-notification-rules/index:DataDatadogTeamNotificationRulesNotificationRulesMsTeamsOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesNotificationRulesOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesNotificationRulesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-team-notification-rules/index.ts",
          "line": 322
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-team-notification-rules/index.ts",
        "line": 312
      },
      "name": "DataDatadogTeamNotificationRulesNotificationRulesOutputReference",
      "namespace": "dataDatadogTeamNotificationRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rules/index.ts",
            "line": 357
          },
          "name": "email",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesNotificationRulesEmailOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rules/index.ts",
            "line": 351
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rules/index.ts",
            "line": 363
          },
          "name": "msTeams",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesNotificationRulesMsTeamsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rules/index.ts",
            "line": 369
          },
          "name": "pagerduty",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesNotificationRulesPagerdutyOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rules/index.ts",
            "line": 375
          },
          "name": "slack",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesNotificationRulesSlackOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rules/index.ts",
            "line": 326
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesNotificationRules"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-team-notification-rules/index:DataDatadogTeamNotificationRulesNotificationRulesOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesNotificationRulesPagerduty": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesNotificationRulesPagerduty",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-team-notification-rules/index.ts",
        "line": 156
      },
      "name": "DataDatadogTeamNotificationRulesNotificationRulesPagerduty",
      "namespace": "dataDatadogTeamNotificationRules",
      "symbolId": "src/data-datadog-team-notification-rules/index:DataDatadogTeamNotificationRulesNotificationRulesPagerduty"
    },
    "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesNotificationRulesPagerdutyOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesNotificationRulesPagerdutyOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-team-notification-rules/index.ts",
          "line": 187
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-team-notification-rules/index.ts",
        "line": 179
      },
      "name": "DataDatadogTeamNotificationRulesNotificationRulesPagerdutyOutputReference",
      "namespace": "dataDatadogTeamNotificationRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rules/index.ts",
            "line": 216
          },
          "name": "serviceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rules/index.ts",
            "line": 191
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesNotificationRulesPagerduty"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-team-notification-rules/index:DataDatadogTeamNotificationRulesNotificationRulesPagerdutyOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesNotificationRulesSlack": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesNotificationRulesSlack",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-team-notification-rules/index.ts",
        "line": 220
      },
      "name": "DataDatadogTeamNotificationRulesNotificationRulesSlack",
      "namespace": "dataDatadogTeamNotificationRules",
      "symbolId": "src/data-datadog-team-notification-rules/index:DataDatadogTeamNotificationRulesNotificationRulesSlack"
    },
    "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesNotificationRulesSlackOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesNotificationRulesSlackOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-team-notification-rules/index.ts",
          "line": 251
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-team-notification-rules/index.ts",
        "line": 243
      },
      "name": "DataDatadogTeamNotificationRulesNotificationRulesSlackOutputReference",
      "namespace": "dataDatadogTeamNotificationRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rules/index.ts",
            "line": 280
          },
          "name": "channel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rules/index.ts",
            "line": 285
          },
          "name": "workspace",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-team-notification-rules/index.ts",
            "line": 255
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogTeamNotificationRules.DataDatadogTeamNotificationRulesNotificationRulesSlack"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-team-notification-rules/index:DataDatadogTeamNotificationRulesNotificationRulesSlackOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogTeams.DataDatadogTeams": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/teams datadog_teams}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTeams.DataDatadogTeams",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/teams datadog_teams} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-teams/index.ts",
          "line": 186
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogTeams.DataDatadogTeamsConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-teams/index.ts",
        "line": 154
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogTeams resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-teams/index.ts",
            "line": 171
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogTeams to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/teams#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogTeams that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogTeams to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-teams/index.ts",
            "line": 253
          },
          "name": "putTeams",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dataDatadogTeams.DataDatadogTeamsTeams"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-teams/index.ts",
            "line": 219
          },
          "name": "resetFilterKeyword"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-teams/index.ts",
            "line": 235
          },
          "name": "resetFilterMe"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-teams/index.ts",
            "line": 256
          },
          "name": "resetTeams"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-teams/index.ts",
            "line": 268
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-teams/index.ts",
            "line": 276
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogTeams",
      "namespace": "dataDatadogTeams",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-teams/index.ts",
            "line": 159
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-teams/index.ts",
            "line": 244
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-teams/index.ts",
            "line": 250
          },
          "name": "teams",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogTeams.DataDatadogTeamsTeamsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-teams/index.ts",
            "line": 223
          },
          "name": "filterKeywordInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-teams/index.ts",
            "line": 239
          },
          "name": "filterMeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-teams/index.ts",
            "line": 260
          },
          "name": "teamsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogTeams.DataDatadogTeamsTeams"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-teams/index.ts",
            "line": 213
          },
          "name": "filterKeyword",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-teams/index.ts",
            "line": 229
          },
          "name": "filterMe",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-teams/index:DataDatadogTeams"
    },
    "@cdktn/provider-datadog.dataDatadogTeams.DataDatadogTeamsConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTeams.DataDatadogTeamsConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-teams/index.ts",
        "line": 14
      },
      "name": "DataDatadogTeamsConfig",
      "namespace": "dataDatadogTeams",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/teams#filter_keyword DataDatadogTeams#filter_keyword}",
            "stability": "stable",
            "summary": "Search query. Can be team name, team handle, or email of team member."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-teams/index.ts",
            "line": 20
          },
          "name": "filterKeyword",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/teams#filter_me DataDatadogTeams#filter_me}",
            "stability": "stable",
            "summary": "When true, only returns teams the current user belongs to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-teams/index.ts",
            "line": 26
          },
          "name": "filterMe",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/teams#teams DataDatadogTeams#teams}",
            "stability": "stable",
            "summary": "teams block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-teams/index.ts",
            "line": 32
          },
          "name": "teams",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogTeams.DataDatadogTeamsTeams"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-teams/index:DataDatadogTeamsConfig"
    },
    "@cdktn/provider-datadog.dataDatadogTeams.DataDatadogTeamsTeams": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTeams.DataDatadogTeamsTeams",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-teams/index.ts",
        "line": 34
      },
      "name": "DataDatadogTeamsTeams",
      "namespace": "dataDatadogTeams",
      "symbolId": "src/data-datadog-teams/index:DataDatadogTeamsTeams"
    },
    "@cdktn/provider-datadog.dataDatadogTeams.DataDatadogTeamsTeamsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTeams.DataDatadogTeamsTeamsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-teams/index.ts",
          "line": 139
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-teams/index.ts",
        "line": 131
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-teams/index.ts",
            "line": 146
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogTeams.DataDatadogTeamsTeamsOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogTeamsTeamsList",
      "namespace": "dataDatadogTeams",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-teams/index.ts",
            "line": 132
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataDatadogTeams.DataDatadogTeamsTeams"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-teams/index:DataDatadogTeamsTeamsList"
    },
    "@cdktn/provider-datadog.dataDatadogTeams.DataDatadogTeamsTeamsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogTeams.DataDatadogTeamsTeamsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-teams/index.ts",
          "line": 67
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-teams/index.ts",
        "line": 57
      },
      "name": "DataDatadogTeamsTeamsOutputReference",
      "namespace": "dataDatadogTeams",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-teams/index.ts",
            "line": 96
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-teams/index.ts",
            "line": 101
          },
          "name": "handle",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-teams/index.ts",
            "line": 106
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-teams/index.ts",
            "line": 111
          },
          "name": "linkCount",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-teams/index.ts",
            "line": 116
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-teams/index.ts",
            "line": 121
          },
          "name": "summary",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-teams/index.ts",
            "line": 126
          },
          "name": "userCount",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-teams/index.ts",
            "line": 71
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataDatadogTeams.DataDatadogTeamsTeams"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/data-datadog-teams/index:DataDatadogTeamsTeamsOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogUser.DataDatadogUser": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/user datadog_user}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogUser.DataDatadogUser",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/user datadog_user} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-user/index.ts",
          "line": 77
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogUser.DataDatadogUserConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-user/index.ts",
        "line": 45
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogUser resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-user/index.ts",
            "line": 62
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogUser to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/user#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogUser that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogUser to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-user/index.ts",
            "line": 126
          },
          "name": "resetExactMatch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-user/index.ts",
            "line": 142
          },
          "name": "resetExcludeServiceAccounts"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-user/index.ts",
            "line": 181
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-user/index.ts",
            "line": 228
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-user/index.ts",
            "line": 237
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogUser",
      "namespace": "dataDatadogUser",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-user/index.ts",
            "line": 50
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-user/index.ts",
            "line": 104
          },
          "name": "createdAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-user/index.ts",
            "line": 109
          },
          "name": "disabled",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-user/index.ts",
            "line": 114
          },
          "name": "email",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-user/index.ts",
            "line": 164
          },
          "name": "handle",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-user/index.ts",
            "line": 169
          },
          "name": "icon",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-user/index.ts",
            "line": 190
          },
          "name": "mfaEnabled",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-user/index.ts",
            "line": 195
          },
          "name": "modifiedAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-user/index.ts",
            "line": 200
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-user/index.ts",
            "line": 205
          },
          "name": "serviceAccount",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-user/index.ts",
            "line": 210
          },
          "name": "status",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-user/index.ts",
            "line": 215
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-user/index.ts",
            "line": 220
          },
          "name": "verified",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-user/index.ts",
            "line": 130
          },
          "name": "exactMatchInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-user/index.ts",
            "line": 146
          },
          "name": "excludeServiceAccountsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-user/index.ts",
            "line": 159
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-user/index.ts",
            "line": 185
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-user/index.ts",
            "line": 120
          },
          "name": "exactMatch",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-user/index.ts",
            "line": 136
          },
          "name": "excludeServiceAccounts",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-user/index.ts",
            "line": 152
          },
          "name": "filter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-user/index.ts",
            "line": 175
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-user/index:DataDatadogUser"
    },
    "@cdktn/provider-datadog.dataDatadogUser.DataDatadogUserConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogUser.DataDatadogUserConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-user/index.ts",
        "line": 14
      },
      "name": "DataDatadogUserConfig",
      "namespace": "dataDatadogUser",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/user#filter DataDatadogUser#filter}",
            "stability": "stable",
            "summary": "Filter all users by the given string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-user/index.ts",
            "line": 32
          },
          "name": "filter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/user#exact_match DataDatadogUser#exact_match}",
            "stability": "stable",
            "summary": "When true, `filter` string is exact matched against the user's `email`, followed by `name` attribute. Defaults to `false`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-user/index.ts",
            "line": 20
          },
          "name": "exactMatch",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/user#exclude_service_accounts DataDatadogUser#exclude_service_accounts}",
            "stability": "stable",
            "summary": "When true, service accounts are excluded from the result. Defaults to `false`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-user/index.ts",
            "line": 26
          },
          "name": "excludeServiceAccounts",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/user#id DataDatadogUser#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-user/index.ts",
            "line": 39
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-user/index:DataDatadogUserConfig"
    },
    "@cdktn/provider-datadog.dataDatadogUsers.DataDatadogUsers": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/users datadog_users}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogUsers.DataDatadogUsers",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/users datadog_users} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-users/index.ts",
          "line": 199
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogUsers.DataDatadogUsersConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-users/index.ts",
        "line": 167
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogUsers resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-users/index.ts",
            "line": 184
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogUsers to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/users#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogUsers that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogUsers to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-users/index.ts",
            "line": 231
          },
          "name": "resetFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-users/index.ts",
            "line": 247
          },
          "name": "resetFilterStatus"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-users/index.ts",
            "line": 270
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-users/index.ts",
            "line": 277
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogUsers",
      "namespace": "dataDatadogUsers",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-users/index.ts",
            "line": 172
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-users/index.ts",
            "line": 256
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-users/index.ts",
            "line": 262
          },
          "name": "users",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogUsers.DataDatadogUsersUsersList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-users/index.ts",
            "line": 235
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-users/index.ts",
            "line": 251
          },
          "name": "filterStatusInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-users/index.ts",
            "line": 225
          },
          "name": "filter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-users/index.ts",
            "line": 241
          },
          "name": "filterStatus",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-users/index:DataDatadogUsers"
    },
    "@cdktn/provider-datadog.dataDatadogUsers.DataDatadogUsersConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogUsers.DataDatadogUsersConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-users/index.ts",
        "line": 14
      },
      "name": "DataDatadogUsersConfig",
      "namespace": "dataDatadogUsers",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/users#filter DataDatadogUsers#filter}",
            "stability": "stable",
            "summary": "Filter all users by the given string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-users/index.ts",
            "line": 20
          },
          "name": "filter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/users#filter_status DataDatadogUsers#filter_status}",
            "stability": "stable",
            "summary": "Filter on status attribute. Comma-separated list with possible values of Active, Pending, and Disabled."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-users/index.ts",
            "line": 26
          },
          "name": "filterStatus",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-users/index:DataDatadogUsersConfig"
    },
    "@cdktn/provider-datadog.dataDatadogUsers.DataDatadogUsersUsers": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogUsers.DataDatadogUsersUsers",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-users/index.ts",
        "line": 28
      },
      "name": "DataDatadogUsersUsers",
      "namespace": "dataDatadogUsers",
      "symbolId": "src/data-datadog-users/index:DataDatadogUsersUsers"
    },
    "@cdktn/provider-datadog.dataDatadogUsers.DataDatadogUsersUsersList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogUsers.DataDatadogUsersUsersList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-users/index.ts",
          "line": 152
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-users/index.ts",
        "line": 145
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-users/index.ts",
            "line": 159
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogUsers.DataDatadogUsersUsersOutputReference"
            }
          }
        }
      ],
      "name": "DataDatadogUsersUsersList",
      "namespace": "dataDatadogUsers",
      "symbolId": "src/data-datadog-users/index:DataDatadogUsersUsersList"
    },
    "@cdktn/provider-datadog.dataDatadogUsers.DataDatadogUsersUsersOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogUsers.DataDatadogUsersUsersOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/data-datadog-users/index.ts",
          "line": 60
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-users/index.ts",
        "line": 51
      },
      "name": "DataDatadogUsersUsersOutputReference",
      "namespace": "dataDatadogUsers",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-users/index.ts",
            "line": 80
          },
          "name": "createdAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-users/index.ts",
            "line": 85
          },
          "name": "disabled",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-users/index.ts",
            "line": 90
          },
          "name": "email",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-users/index.ts",
            "line": 95
          },
          "name": "handle",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-users/index.ts",
            "line": 100
          },
          "name": "icon",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-users/index.ts",
            "line": 105
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-users/index.ts",
            "line": 110
          },
          "name": "mfaEnabled",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-users/index.ts",
            "line": 115
          },
          "name": "modifiedAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-users/index.ts",
            "line": 120
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-users/index.ts",
            "line": 125
          },
          "name": "serviceAccount",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-users/index.ts",
            "line": 130
          },
          "name": "status",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-users/index.ts",
            "line": 135
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-users/index.ts",
            "line": 140
          },
          "name": "verified",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-users/index.ts",
            "line": 64
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.dataDatadogUsers.DataDatadogUsersUsers"
          }
        }
      ],
      "symbolId": "src/data-datadog-users/index:DataDatadogUsersUsersOutputReference"
    },
    "@cdktn/provider-datadog.dataDatadogWorkflowAutomation.DataDatadogWorkflowAutomation": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformDataSource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/workflow_automation datadog_workflow_automation}."
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogWorkflowAutomation.DataDatadogWorkflowAutomation",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/workflow_automation datadog_workflow_automation} Data Source."
        },
        "locationInModule": {
          "filename": "src/data-datadog-workflow-automation/index.ts",
          "line": 61
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dataDatadogWorkflowAutomation.DataDatadogWorkflowAutomationConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/data-datadog-workflow-automation/index.ts",
        "line": 29
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DataDatadogWorkflowAutomation resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/data-datadog-workflow-automation/index.ts",
            "line": 46
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DataDatadogWorkflowAutomation to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/workflow_automation#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DataDatadogWorkflowAutomation that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DataDatadogWorkflowAutomation to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-workflow-automation/index.ts",
            "line": 126
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-workflow-automation/index.ts",
            "line": 132
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformDataSource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DataDatadogWorkflowAutomation",
      "namespace": "dataDatadogWorkflowAutomation",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-workflow-automation/index.ts",
            "line": 34
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-workflow-automation/index.ts",
            "line": 85
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-workflow-automation/index.ts",
            "line": 103
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-workflow-automation/index.ts",
            "line": 108
          },
          "name": "published",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-workflow-automation/index.ts",
            "line": 113
          },
          "name": "specJson",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-workflow-automation/index.ts",
            "line": 118
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-workflow-automation/index.ts",
            "line": 98
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/data-datadog-workflow-automation/index.ts",
            "line": 91
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-workflow-automation/index:DataDatadogWorkflowAutomation"
    },
    "@cdktn/provider-datadog.dataDatadogWorkflowAutomation.DataDatadogWorkflowAutomationConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataDatadogWorkflowAutomation.DataDatadogWorkflowAutomationConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/data-datadog-workflow-automation/index.ts",
        "line": 14
      },
      "name": "DataDatadogWorkflowAutomationConfig",
      "namespace": "dataDatadogWorkflowAutomation",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/data-sources/workflow_automation#id DataDatadogWorkflowAutomation#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "ID of the workflow."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/data-datadog-workflow-automation/index.ts",
            "line": 23
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/data-datadog-workflow-automation/index:DataDatadogWorkflowAutomationConfig"
    },
    "@cdktn/provider-datadog.dataset.Dataset": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dataset datadog_dataset}."
      },
      "fqn": "@cdktn/provider-datadog.dataset.Dataset",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dataset datadog_dataset} Resource."
        },
        "locationInModule": {
          "filename": "src/dataset/index.ts",
          "line": 217
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.dataset.DatasetConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dataset/index.ts",
        "line": 185
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a Dataset resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/dataset/index.ts",
            "line": 202
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the Dataset to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dataset#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing Dataset that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the Dataset to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dataset/index.ts",
            "line": 288
          },
          "name": "putProductFilters",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.dataset.DatasetProductFilters"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dataset/index.ts",
            "line": 291
          },
          "name": "resetProductFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dataset/index.ts",
            "line": 303
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dataset/index.ts",
            "line": 311
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "Dataset",
      "namespace": "dataset",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dataset/index.ts",
            "line": 190
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dataset/index.ts",
            "line": 243
          },
          "name": "createdAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dataset/index.ts",
            "line": 248
          },
          "name": "createdBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dataset/index.ts",
            "line": 253
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dataset/index.ts",
            "line": 285
          },
          "name": "productFilters",
          "type": {
            "fqn": "@cdktn/provider-datadog.dataset.DatasetProductFiltersList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dataset/index.ts",
            "line": 266
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dataset/index.ts",
            "line": 279
          },
          "name": "principalsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dataset/index.ts",
            "line": 295
          },
          "name": "productFiltersInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataset.DatasetProductFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dataset/index.ts",
            "line": 259
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dataset/index.ts",
            "line": 272
          },
          "name": "principals",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/dataset/index:Dataset"
    },
    "@cdktn/provider-datadog.dataset.DatasetConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataset.DatasetConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dataset/index.ts",
        "line": 14
      },
      "name": "DatasetConfig",
      "namespace": "dataset",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dataset#name Dataset#name}",
            "stability": "stable",
            "summary": "The name of the dataset."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dataset/index.ts",
            "line": 20
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "A principal is a subject or group of subjects. Each principal is formatted as `type:id`. Supported types: `role` and `team`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dataset#principals Dataset#principals}",
            "stability": "stable",
            "summary": "An array of principals."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dataset/index.ts",
            "line": 26
          },
          "name": "principals",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dataset#product_filters Dataset#product_filters}",
            "stability": "stable",
            "summary": "product_filters block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dataset/index.ts",
            "line": 32
          },
          "name": "productFilters",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataset.DatasetProductFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dataset/index:DatasetConfig"
    },
    "@cdktn/provider-datadog.dataset.DatasetProductFilters": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataset.DatasetProductFilters",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/dataset/index.ts",
        "line": 34
      },
      "name": "DatasetProductFilters",
      "namespace": "dataset",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dataset#filters Dataset#filters}",
            "stability": "stable",
            "summary": "A list of tag-based filters used to restrict access to the product type. Each filter is formatted as `@tag.key:value`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dataset/index.ts",
            "line": 40
          },
          "name": "filters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Supported types: `apm`, `rum`, `synthetics`, `metrics` (Custom Metrics), `logs`, `sd_repoinfo`, `error_tracking`, `cloud_cost`, and `ml_obs`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/dataset#product Dataset#product}",
            "stability": "stable",
            "summary": "The product type of the dataset."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dataset/index.ts",
            "line": 46
          },
          "name": "product",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/dataset/index:DatasetProductFilters"
    },
    "@cdktn/provider-datadog.dataset.DatasetProductFiltersList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataset.DatasetProductFiltersList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dataset/index.ts",
          "line": 170
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dataset/index.ts",
        "line": 162
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dataset/index.ts",
            "line": 177
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.dataset.DatasetProductFiltersOutputReference"
            }
          }
        }
      ],
      "name": "DatasetProductFiltersList",
      "namespace": "dataset",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dataset/index.ts",
            "line": 163
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.dataset.DatasetProductFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dataset/index:DatasetProductFiltersList"
    },
    "@cdktn/provider-datadog.dataset.DatasetProductFiltersOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.dataset.DatasetProductFiltersOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/dataset/index.ts",
          "line": 95
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/dataset/index.ts",
        "line": 85
      },
      "name": "DatasetProductFiltersOutputReference",
      "namespace": "dataset",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dataset/index.ts",
            "line": 144
          },
          "name": "filtersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/dataset/index.ts",
            "line": 157
          },
          "name": "productInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dataset/index.ts",
            "line": 137
          },
          "name": "filters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dataset/index.ts",
            "line": 150
          },
          "name": "product",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/dataset/index.ts",
            "line": 99
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.dataset.DatasetProductFilters"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/dataset/index:DatasetProductFiltersOutputReference"
    },
    "@cdktn/provider-datadog.datastore.Datastore": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/datastore datadog_datastore}."
      },
      "fqn": "@cdktn/provider-datadog.datastore.Datastore",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/datastore datadog_datastore} Resource."
        },
        "locationInModule": {
          "filename": "src/datastore/index.ts",
          "line": 82
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.datastore.DatastoreConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/datastore/index.ts",
        "line": 50
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a Datastore resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/datastore/index.ts",
            "line": 67
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the Datastore to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/datastore#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing Datastore that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the Datastore to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/datastore/index.ts",
            "line": 132
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/datastore/index.ts",
            "line": 171
          },
          "name": "resetOrgAccess"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/datastore/index.ts",
            "line": 205
          },
          "name": "resetPrimaryKeyGenerationStrategy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/datastore/index.ts",
            "line": 217
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/datastore/index.ts",
            "line": 227
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "Datastore",
      "namespace": "datastore",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datastore/index.ts",
            "line": 55
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datastore/index.ts",
            "line": 110
          },
          "name": "createdAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datastore/index.ts",
            "line": 115
          },
          "name": "creatorUserId",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datastore/index.ts",
            "line": 120
          },
          "name": "creatorUserUuid",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datastore/index.ts",
            "line": 141
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datastore/index.ts",
            "line": 146
          },
          "name": "modifiedAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datastore/index.ts",
            "line": 180
          },
          "name": "orgId",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datastore/index.ts",
            "line": 136
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datastore/index.ts",
            "line": 159
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datastore/index.ts",
            "line": 175
          },
          "name": "orgAccessInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datastore/index.ts",
            "line": 193
          },
          "name": "primaryColumnNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datastore/index.ts",
            "line": 209
          },
          "name": "primaryKeyGenerationStrategyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/datastore/index.ts",
            "line": 126
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/datastore/index.ts",
            "line": 152
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/datastore/index.ts",
            "line": 165
          },
          "name": "orgAccess",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/datastore/index.ts",
            "line": 186
          },
          "name": "primaryColumnName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/datastore/index.ts",
            "line": 199
          },
          "name": "primaryKeyGenerationStrategy",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/datastore/index:Datastore"
    },
    "@cdktn/provider-datadog.datastore.DatastoreConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.datastore.DatastoreConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/datastore/index.ts",
        "line": 14
      },
      "name": "DatastoreConfig",
      "namespace": "datastore",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/datastore#name Datastore#name}",
            "stability": "stable",
            "summary": "The display name for the new datastore."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datastore/index.ts",
            "line": 26
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Primary column names:   - Must abide by both [PostgreSQL naming conventions](https://www.postgresql.org/docs/7.0/syntax525.htm)   - Cannot exceed 63 characters\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/datastore#primary_column_name Datastore#primary_column_name}",
            "stability": "stable",
            "summary": "The name of the primary key column for this datastore."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datastore/index.ts",
            "line": 38
          },
          "name": "primaryColumnName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/datastore#description Datastore#description}",
            "stability": "stable",
            "summary": "A human-readable description about the datastore."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datastore/index.ts",
            "line": 20
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/datastore#org_access Datastore#org_access}",
            "stability": "stable",
            "summary": "The organization access level for the datastore. For example, 'contributor'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datastore/index.ts",
            "line": 32
          },
          "name": "orgAccess",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Default value is `none`, which requires you to supply a primary key for each new item.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/datastore#primary_key_generation_strategy Datastore#primary_key_generation_strategy}",
            "stability": "stable",
            "summary": "Can be set to `uuid` to automatically generate primary keys when new items are added."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datastore/index.ts",
            "line": 44
          },
          "name": "primaryKeyGenerationStrategy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/datastore/index:DatastoreConfig"
    },
    "@cdktn/provider-datadog.datastoreItem.DatastoreItem": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/datastore_item datadog_datastore_item}."
      },
      "fqn": "@cdktn/provider-datadog.datastoreItem.DatastoreItem",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/datastore_item datadog_datastore_item} Resource."
        },
        "locationInModule": {
          "filename": "src/datastore-item/index.ts",
          "line": 70
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.datastoreItem.DatastoreItemConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/datastore-item/index.ts",
        "line": 38
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DatastoreItem resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/datastore-item/index.ts",
            "line": 55
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DatastoreItem to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/datastore_item#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DatastoreItem that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DatastoreItem to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/datastore-item/index.ts",
            "line": 143
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/datastore-item/index.ts",
            "line": 151
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DatastoreItem",
      "namespace": "datastoreItem",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datastore-item/index.ts",
            "line": 43
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datastore-item/index.ts",
            "line": 109
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datastore-item/index.ts",
            "line": 104
          },
          "name": "datastoreIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datastore-item/index.ts",
            "line": 122
          },
          "name": "itemKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datastore-item/index.ts",
            "line": 135
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/datastore-item/index.ts",
            "line": 97
          },
          "name": "datastoreId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/datastore-item/index.ts",
            "line": 115
          },
          "name": "itemKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/datastore-item/index.ts",
            "line": 128
          },
          "name": "value",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        }
      ],
      "symbolId": "src/datastore-item/index:DatastoreItem"
    },
    "@cdktn/provider-datadog.datastoreItem.DatastoreItemConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.datastoreItem.DatastoreItemConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/datastore-item/index.ts",
        "line": 14
      },
      "name": "DatastoreItemConfig",
      "namespace": "datastoreItem",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/datastore_item#datastore_id DatastoreItem#datastore_id}",
            "stability": "stable",
            "summary": "The unique identifier of the datastore containing this item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datastore-item/index.ts",
            "line": 20
          },
          "name": "datastoreId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/datastore_item#item_key DatastoreItem#item_key}",
            "stability": "stable",
            "summary": "The primary key value that identifies this item. Cannot exceed 256 characters."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datastore-item/index.ts",
            "line": 26
          },
          "name": "itemKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/datastore_item#value DatastoreItem#value}",
            "stability": "stable",
            "summary": "The data content (as key-value pairs) of the datastore item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/datastore-item/index.ts",
            "line": 32
          },
          "name": "value",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        }
      ],
      "symbolId": "src/datastore-item/index:DatastoreItemConfig"
    },
    "@cdktn/provider-datadog.deploymentGate.DeploymentGate": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/deployment_gate datadog_deployment_gate}."
      },
      "fqn": "@cdktn/provider-datadog.deploymentGate.DeploymentGate",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/deployment_gate datadog_deployment_gate} Resource."
        },
        "locationInModule": {
          "filename": "src/deployment-gate/index.ts",
          "line": 470
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.deploymentGate.DeploymentGateConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/deployment-gate/index.ts",
        "line": 438
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DeploymentGate resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 455
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DeploymentGate to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/deployment_gate#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DeploymentGate that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DeploymentGate to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 575
          },
          "name": "putRule",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.deploymentGate.DeploymentGateRule"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 510
          },
          "name": "resetDryRun"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 544
          },
          "name": "resetIdentifier"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 578
          },
          "name": "resetRule"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 590
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 600
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DeploymentGate",
      "namespace": "deploymentGate",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 443
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 498
          },
          "name": "createdAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 532
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 572
          },
          "name": "rule",
          "type": {
            "fqn": "@cdktn/provider-datadog.deploymentGate.DeploymentGateRuleList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 566
          },
          "name": "updatedAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 514
          },
          "name": "dryRunInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 527
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 548
          },
          "name": "identifierInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 582
          },
          "name": "ruleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.deploymentGate.DeploymentGateRule"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 561
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 504
          },
          "name": "dryRun",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 520
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 538
          },
          "name": "identifier",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 554
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/deployment-gate/index:DeploymentGate"
    },
    "@cdktn/provider-datadog.deploymentGate.DeploymentGateConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.deploymentGate.DeploymentGateConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/deployment-gate/index.ts",
        "line": 14
      },
      "name": "DeploymentGateConfig",
      "namespace": "deploymentGate",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/deployment_gate#env DeploymentGate#env}",
            "stability": "stable",
            "summary": "The target environment (example: dev)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 26
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/deployment_gate#service DeploymentGate#service}",
            "stability": "stable",
            "summary": "The service name (example: transaction-backend)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 38
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "The evaluation of a dry run gate always responds with a pass status, but the in-app result is the real status based on rules evaluation. This is particularly useful when performing an initial evaluation of the gate behavior without impacting the deployment pipeline.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/deployment_gate#dry_run DeploymentGate#dry_run}",
            "stability": "stable",
            "summary": "Enable Dry Run to test gate behavior without impacting deployments."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 20
          },
          "name": "dryRun",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/deployment_gate#identifier DeploymentGate#identifier}",
            "stability": "stable",
            "summary": "Unique name for multiple gates on the same service/environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 32
          },
          "name": "identifier",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/deployment_gate#rule DeploymentGate#rule}",
            "stability": "stable",
            "summary": "rule block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 44
          },
          "name": "rule",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.deploymentGate.DeploymentGateRule"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/deployment-gate/index:DeploymentGateConfig"
    },
    "@cdktn/provider-datadog.deploymentGate.DeploymentGateRule": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.deploymentGate.DeploymentGateRule",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/deployment-gate/index.ts",
        "line": 212
      },
      "name": "DeploymentGateRule",
      "namespace": "deploymentGate",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/deployment_gate#name DeploymentGate#name}",
            "stability": "stable",
            "summary": "The rule name. Must be unique within the deployment gate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 224
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/deployment_gate#type DeploymentGate#type}",
            "stability": "stable",
            "summary": "The rule type (e.g., 'faulty_deployment_detection', 'monitor')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 230
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/deployment_gate#dry_run DeploymentGate#dry_run}",
            "stability": "stable",
            "summary": "Whether the rule is in dry run mode."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 218
          },
          "name": "dryRun",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/deployment_gate#options DeploymentGate#options}",
            "stability": "stable",
            "summary": "options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 236
          },
          "name": "options",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.deploymentGate.DeploymentGateRuleOptions"
          }
        }
      ],
      "symbolId": "src/deployment-gate/index:DeploymentGateRule"
    },
    "@cdktn/provider-datadog.deploymentGate.DeploymentGateRuleList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.deploymentGate.DeploymentGateRuleList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/deployment-gate/index.ts",
          "line": 423
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/deployment-gate/index.ts",
        "line": 415
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 430
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.deploymentGate.DeploymentGateRuleOutputReference"
            }
          }
        }
      ],
      "name": "DeploymentGateRuleList",
      "namespace": "deploymentGate",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 416
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.deploymentGate.DeploymentGateRule"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/deployment-gate/index:DeploymentGateRuleList"
    },
    "@cdktn/provider-datadog.deploymentGate.DeploymentGateRuleOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.deploymentGate.DeploymentGateRuleOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/deployment-gate/index.ts",
        "line": 46
      },
      "name": "DeploymentGateRuleOptions",
      "namespace": "deploymentGate",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/deployment_gate#duration DeploymentGate#duration}",
            "stability": "stable",
            "summary": "The duration for the rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 52
          },
          "name": "duration",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/deployment_gate#excluded_resources DeploymentGate#excluded_resources}",
            "stability": "stable",
            "summary": "Resources to exclude from faulty deployment detection."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 58
          },
          "name": "excludedResources",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/deployment_gate#query DeploymentGate#query}",
            "stability": "stable",
            "summary": "The query for monitor rules."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 64
          },
          "name": "query",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/deployment-gate/index:DeploymentGateRuleOptions"
    },
    "@cdktn/provider-datadog.deploymentGate.DeploymentGateRuleOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.deploymentGate.DeploymentGateRuleOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/deployment-gate/index.ts",
          "line": 118
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/deployment-gate/index.ts",
        "line": 110
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 172
          },
          "name": "resetDuration"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 188
          },
          "name": "resetExcludedResources"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 204
          },
          "name": "resetQuery"
        }
      ],
      "name": "DeploymentGateRuleOptionsOutputReference",
      "namespace": "deploymentGate",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 176
          },
          "name": "durationInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 192
          },
          "name": "excludedResourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 208
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 166
          },
          "name": "duration",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 182
          },
          "name": "excludedResources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 198
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 122
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.deploymentGate.DeploymentGateRuleOptions"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/deployment-gate/index:DeploymentGateRuleOptionsOutputReference"
    },
    "@cdktn/provider-datadog.deploymentGate.DeploymentGateRuleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.deploymentGate.DeploymentGateRuleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/deployment-gate/index.ts",
          "line": 299
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/deployment-gate/index.ts",
        "line": 289
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 403
          },
          "name": "putOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.deploymentGate.DeploymentGateRuleOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 359
          },
          "name": "resetDryRun"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 406
          },
          "name": "resetOptions"
        }
      ],
      "name": "DeploymentGateRuleOutputReference",
      "namespace": "deploymentGate",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 368
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 400
          },
          "name": "options",
          "type": {
            "fqn": "@cdktn/provider-datadog.deploymentGate.DeploymentGateRuleOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 363
          },
          "name": "dryRunInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 381
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 410
          },
          "name": "optionsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.deploymentGate.DeploymentGateRuleOptions"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 394
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 353
          },
          "name": "dryRun",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 374
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 387
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/deployment-gate/index.ts",
            "line": 303
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.deploymentGate.DeploymentGateRule"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/deployment-gate/index:DeploymentGateRuleOutputReference"
    },
    "@cdktn/provider-datadog.domainAllowlist.DomainAllowlist": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/domain_allowlist datadog_domain_allowlist}."
      },
      "fqn": "@cdktn/provider-datadog.domainAllowlist.DomainAllowlist",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/domain_allowlist datadog_domain_allowlist} Resource."
        },
        "locationInModule": {
          "filename": "src/domain-allowlist/index.ts",
          "line": 64
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.domainAllowlist.DomainAllowlistConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/domain-allowlist/index.ts",
        "line": 32
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DomainAllowlist resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/domain-allowlist/index.ts",
            "line": 49
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DomainAllowlist to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/domain_allowlist#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DomainAllowlist that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DomainAllowlist to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/domain-allowlist/index.ts",
            "line": 123
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/domain-allowlist/index.ts",
            "line": 130
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DomainAllowlist",
      "namespace": "domainAllowlist",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/domain-allowlist/index.ts",
            "line": 37
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/domain-allowlist/index.ts",
            "line": 115
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/domain-allowlist/index.ts",
            "line": 97
          },
          "name": "domainsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/domain-allowlist/index.ts",
            "line": 110
          },
          "name": "enabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/domain-allowlist/index.ts",
            "line": 90
          },
          "name": "domains",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/domain-allowlist/index.ts",
            "line": 103
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/domain-allowlist/index:DomainAllowlist"
    },
    "@cdktn/provider-datadog.domainAllowlist.DomainAllowlistConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.domainAllowlist.DomainAllowlistConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/domain-allowlist/index.ts",
        "line": 14
      },
      "name": "DomainAllowlistConfig",
      "namespace": "domainAllowlist",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/domain_allowlist#domains DomainAllowlist#domains}",
            "stability": "stable",
            "summary": "The domains within the domain allowlist."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/domain-allowlist/index.ts",
            "line": 20
          },
          "name": "domains",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/domain_allowlist#enabled DomainAllowlist#enabled}",
            "stability": "stable",
            "summary": "Whether the Email Domain Allowlist is enabled."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/domain-allowlist/index.ts",
            "line": 26
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/domain-allowlist/index:DomainAllowlistConfig"
    },
    "@cdktn/provider-datadog.downtime.Downtime": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime datadog_downtime}."
      },
      "fqn": "@cdktn/provider-datadog.downtime.Downtime",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime datadog_downtime} Resource."
        },
        "locationInModule": {
          "filename": "src/downtime/index.ts",
          "line": 383
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.downtime.DowntimeConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/downtime/index.ts",
        "line": 351
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a Downtime resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 368
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the Downtime to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing Downtime that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the Downtime to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 610
          },
          "name": "putRecurrence",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.downtime.DowntimeRecurrence"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 440
          },
          "name": "resetEnd"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 456
          },
          "name": "resetEndDate"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 472
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 488
          },
          "name": "resetMessage"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 504
          },
          "name": "resetMonitorId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 520
          },
          "name": "resetMonitorTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 536
          },
          "name": "resetMuteFirstRecoveryNotification"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 613
          },
          "name": "resetRecurrence"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 565
          },
          "name": "resetStart"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 581
          },
          "name": "resetStartDate"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 597
          },
          "name": "resetTimezone"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 625
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 642
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "Downtime",
      "namespace": "downtime",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 356
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 418
          },
          "name": "active",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 423
          },
          "name": "activeChildId",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 428
          },
          "name": "disabled",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 607
          },
          "name": "recurrence",
          "type": {
            "fqn": "@cdktn/provider-datadog.downtime.DowntimeRecurrenceOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 460
          },
          "name": "endDateInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 444
          },
          "name": "endInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 476
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 492
          },
          "name": "messageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 508
          },
          "name": "monitorIdInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 524
          },
          "name": "monitorTagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 540
          },
          "name": "muteFirstRecoveryNotificationInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 617
          },
          "name": "recurrenceInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.downtime.DowntimeRecurrence"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 553
          },
          "name": "scopeInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 585
          },
          "name": "startDateInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 569
          },
          "name": "startInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 601
          },
          "name": "timezoneInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 434
          },
          "name": "end",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 450
          },
          "name": "endDate",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 466
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 482
          },
          "name": "message",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 498
          },
          "name": "monitorId",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 514
          },
          "name": "monitorTags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 530
          },
          "name": "muteFirstRecoveryNotification",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 546
          },
          "name": "scope",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 559
          },
          "name": "start",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 575
          },
          "name": "startDate",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 591
          },
          "name": "timezone",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/downtime/index:Downtime"
    },
    "@cdktn/provider-datadog.downtime.DowntimeConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.downtime.DowntimeConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/downtime/index.ts",
        "line": 14
      },
      "name": "DowntimeConfig",
      "namespace": "downtime",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime#scope Downtime#scope}",
            "stability": "stable",
            "summary": "specify the group scope to which this downtime applies. For everything use '*'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 63
          },
          "name": "scope",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime#end Downtime#end}",
            "stability": "stable",
            "summary": "Optionally specify an end date when this downtime should expire. Accepts a Unix timestamp in UTC."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 20
          },
          "name": "end",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime#end_date Downtime#end_date}",
            "stability": "stable",
            "summary": "String representing date and time to end the downtime in RFC3339 format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 26
          },
          "name": "endDate",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime#id Downtime#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 33
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime#message Downtime#message}",
            "stability": "stable",
            "summary": "An optional message to provide when creating the downtime, can include notification handles."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 39
          },
          "name": "message",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime#monitor_id Downtime#monitor_id}",
            "stability": "stable",
            "summary": "When specified, this downtime will only apply to this monitor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 45
          },
          "name": "monitorId",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Only monitors that have all selected tags are silenced\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime#monitor_tags Downtime#monitor_tags}",
            "stability": "stable",
            "summary": "A list of monitor tags (up to 32) to base the scheduled downtime on."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 51
          },
          "name": "monitorTags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime#mute_first_recovery_notification Downtime#mute_first_recovery_notification}",
            "stability": "stable",
            "summary": "When true the first recovery notification during the downtime will be muted Defaults to `false`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 57
          },
          "name": "muteFirstRecoveryNotification",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime#recurrence Downtime#recurrence}",
            "stability": "stable",
            "summary": "recurrence block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 87
          },
          "name": "recurrence",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.downtime.DowntimeRecurrence"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime#start Downtime#start}",
            "stability": "stable",
            "summary": "Specify when this downtime should start. Accepts a Unix timestamp in UTC."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 69
          },
          "name": "start",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime#start_date Downtime#start_date}",
            "stability": "stable",
            "summary": "String representing date and time to start the downtime in RFC3339 format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 75
          },
          "name": "startDate",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime#timezone Downtime#timezone}",
            "stability": "stable",
            "summary": "The timezone for the downtime. Follows IANA timezone database identifiers. Defaults to `\"UTC\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 81
          },
          "name": "timezone",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/downtime/index:DowntimeConfig"
    },
    "@cdktn/provider-datadog.downtime.DowntimeRecurrence": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.downtime.DowntimeRecurrence",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/downtime/index.ts",
        "line": 89
      },
      "name": "DowntimeRecurrence",
      "namespace": "downtime",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime#type Downtime#type}",
            "stability": "stable",
            "summary": "One of `days`, `weeks`, `months`, `years`, or `rrule`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 107
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "For example to repeat every 3 days, select a `type` of `days` and a `period` of `3`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime#period Downtime#period}",
            "stability": "stable",
            "summary": "How often to repeat as an integer."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 95
          },
          "name": "period",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "For example, to have a recurring event on the first day of each month, use `FREQ=MONTHLY;INTERVAL=1`. Most common rrule options from the iCalendar Spec are supported. Attributes specifying the duration in RRULE are not supported (for example, `DTSTART`, `DTEND`, `DURATION`). Only applicable when `type` is `rrule`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime#rrule Downtime#rrule}",
            "stability": "stable",
            "summary": "The RRULE standard for defining recurring events."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 101
          },
          "name": "rrule",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime#until_date Downtime#until_date}",
            "stability": "stable",
            "summary": "The date at which the recurrence should end as a POSIX timestamp. `until_occurrences` and `until_date` are mutually exclusive."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 113
          },
          "name": "untilDate",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime#until_occurrences Downtime#until_occurrences}",
            "stability": "stable",
            "summary": "How many times the downtime will be rescheduled. `until_occurrences` and `until_date` are mutually exclusive."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 119
          },
          "name": "untilOccurrences",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Choose from: `Mon`, `Tue`, `Wed`, `Thu`, `Fri`, `Sat` or `Sun`. Only applicable when `type` is `weeks`. First letter must be capitalized.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime#week_days Downtime#week_days}",
            "stability": "stable",
            "summary": "A list of week days to repeat on."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 125
          },
          "name": "weekDays",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/downtime/index:DowntimeRecurrence"
    },
    "@cdktn/provider-datadog.downtime.DowntimeRecurrenceOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.downtime.DowntimeRecurrenceOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/downtime/index.ts",
          "line": 199
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/downtime/index.ts",
        "line": 192
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 262
          },
          "name": "resetPeriod"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 278
          },
          "name": "resetRrule"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 307
          },
          "name": "resetUntilDate"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 323
          },
          "name": "resetUntilOccurrences"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 339
          },
          "name": "resetWeekDays"
        }
      ],
      "name": "DowntimeRecurrenceOutputReference",
      "namespace": "downtime",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 266
          },
          "name": "periodInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 282
          },
          "name": "rruleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 295
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 311
          },
          "name": "untilDateInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 327
          },
          "name": "untilOccurrencesInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 343
          },
          "name": "weekDaysInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 256
          },
          "name": "period",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 272
          },
          "name": "rrule",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 288
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 301
          },
          "name": "untilDate",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 317
          },
          "name": "untilOccurrences",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 333
          },
          "name": "weekDays",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime/index.ts",
            "line": 203
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.downtime.DowntimeRecurrence"
          }
        }
      ],
      "symbolId": "src/downtime/index:DowntimeRecurrenceOutputReference"
    },
    "@cdktn/provider-datadog.downtimeSchedule.DowntimeSchedule": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime_schedule datadog_downtime_schedule}."
      },
      "fqn": "@cdktn/provider-datadog.downtimeSchedule.DowntimeSchedule",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime_schedule datadog_downtime_schedule} Resource."
        },
        "locationInModule": {
          "filename": "src/downtime-schedule/index.ts",
          "line": 681
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/downtime-schedule/index.ts",
        "line": 649
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DowntimeSchedule resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 666
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DowntimeSchedule to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime_schedule#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DowntimeSchedule that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DowntimeSchedule to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 815
          },
          "name": "putMonitorIdentifier",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleMonitorIdentifier"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 831
          },
          "name": "putOneTimeSchedule",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleOneTimeSchedule"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 847
          },
          "name": "putRecurringSchedule",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringSchedule"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 720
          },
          "name": "resetDisplayTimezone"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 741
          },
          "name": "resetMessage"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 818
          },
          "name": "resetMonitorIdentifier"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 757
          },
          "name": "resetMuteFirstRecoveryNotification"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 773
          },
          "name": "resetNotifyEndStates"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 789
          },
          "name": "resetNotifyEndTypes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 834
          },
          "name": "resetOneTimeSchedule"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 850
          },
          "name": "resetRecurringSchedule"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 862
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 876
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DowntimeSchedule",
      "namespace": "downtimeSchedule",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 654
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 729
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 812
          },
          "name": "monitorIdentifier",
          "type": {
            "fqn": "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleMonitorIdentifierOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 828
          },
          "name": "oneTimeSchedule",
          "type": {
            "fqn": "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleOneTimeScheduleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 844
          },
          "name": "recurringSchedule",
          "type": {
            "fqn": "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringScheduleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 724
          },
          "name": "displayTimezoneInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 745
          },
          "name": "messageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 822
          },
          "name": "monitorIdentifierInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleMonitorIdentifier"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 761
          },
          "name": "muteFirstRecoveryNotificationInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 777
          },
          "name": "notifyEndStatesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 793
          },
          "name": "notifyEndTypesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 838
          },
          "name": "oneTimeScheduleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleOneTimeSchedule"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 854
          },
          "name": "recurringScheduleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringSchedule"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 806
          },
          "name": "scopeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 714
          },
          "name": "displayTimezone",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 735
          },
          "name": "message",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 751
          },
          "name": "muteFirstRecoveryNotification",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 767
          },
          "name": "notifyEndStates",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 783
          },
          "name": "notifyEndTypes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 799
          },
          "name": "scope",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/downtime-schedule/index:DowntimeSchedule"
    },
    "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/downtime-schedule/index.ts",
        "line": 14
      },
      "name": "DowntimeScheduleConfig",
      "namespace": "downtimeSchedule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime_schedule#scope DowntimeSchedule#scope}",
            "stability": "stable",
            "summary": "The scope to which the downtime applies. Must follow the [common search syntax](https://docs.datadoghq.com/logs/explorer/search_syntax/)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 50
          },
          "name": "scope",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This is not used as an offset for scheduling.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime_schedule#display_timezone DowntimeSchedule#display_timezone}",
            "stability": "stable",
            "summary": "The timezone in which to display the downtime's start and end times in Datadog applications."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 20
          },
          "name": "displayTimezone",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Email notifications can be sent to specific users by using the same `@username` notation as events.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime_schedule#message DowntimeSchedule#message}",
            "stability": "stable",
            "summary": "A message to include with notifications for this downtime."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 26
          },
          "name": "message",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime_schedule#monitor_identifier DowntimeSchedule#monitor_identifier}",
            "stability": "stable",
            "summary": "monitor_identifier block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 56
          },
          "name": "monitorIdentifier",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleMonitorIdentifier"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime_schedule#mute_first_recovery_notification DowntimeSchedule#mute_first_recovery_notification}",
            "stability": "stable",
            "summary": "If the first recovery notification during a downtime should be muted."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 32
          },
          "name": "muteFirstRecoveryNotification",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime_schedule#notify_end_states DowntimeSchedule#notify_end_states}",
            "stability": "stable",
            "summary": "States that will trigger a monitor notification when the `notify_end_types` action occurs."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 38
          },
          "name": "notifyEndStates",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime_schedule#notify_end_types DowntimeSchedule#notify_end_types}",
            "stability": "stable",
            "summary": "Actions that will trigger a monitor notification if the downtime is in the `notify_end_types` state."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 44
          },
          "name": "notifyEndTypes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime_schedule#one_time_schedule DowntimeSchedule#one_time_schedule}",
            "stability": "stable",
            "summary": "one_time_schedule block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 62
          },
          "name": "oneTimeSchedule",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleOneTimeSchedule"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime_schedule#recurring_schedule DowntimeSchedule#recurring_schedule}",
            "stability": "stable",
            "summary": "recurring_schedule block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 68
          },
          "name": "recurringSchedule",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringSchedule"
          }
        }
      ],
      "symbolId": "src/downtime-schedule/index:DowntimeScheduleConfig"
    },
    "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleMonitorIdentifier": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleMonitorIdentifier",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/downtime-schedule/index.ts",
        "line": 70
      },
      "name": "DowntimeScheduleMonitorIdentifier",
      "namespace": "downtimeSchedule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime_schedule#monitor_id DowntimeSchedule#monitor_id}",
            "stability": "stable",
            "summary": "ID of the monitor to prevent notifications."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 76
          },
          "name": "monitorId",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "For example, tags that are applied directly to monitors, not tags that are used in monitor queries (which are filtered by the scope parameter), to which the downtime applies. The resulting downtime applies to monitors that match **all** provided monitor tags. Setting `monitor_tags` to `[*]` configures the downtime to mute all monitors for the given scope.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime_schedule#monitor_tags DowntimeSchedule#monitor_tags}",
            "stability": "stable",
            "summary": "A list of monitor tags."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 82
          },
          "name": "monitorTags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/downtime-schedule/index:DowntimeScheduleMonitorIdentifier"
    },
    "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleMonitorIdentifierOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleMonitorIdentifierOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/downtime-schedule/index.ts",
          "line": 129
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/downtime-schedule/index.ts",
        "line": 121
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 177
          },
          "name": "resetMonitorId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 193
          },
          "name": "resetMonitorTags"
        }
      ],
      "name": "DowntimeScheduleMonitorIdentifierOutputReference",
      "namespace": "downtimeSchedule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 181
          },
          "name": "monitorIdInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 197
          },
          "name": "monitorTagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 171
          },
          "name": "monitorId",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 187
          },
          "name": "monitorTags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 133
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleMonitorIdentifier"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/downtime-schedule/index:DowntimeScheduleMonitorIdentifierOutputReference"
    },
    "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleOneTimeSchedule": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleOneTimeSchedule",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/downtime-schedule/index.ts",
        "line": 201
      },
      "name": "DowntimeScheduleOneTimeSchedule",
      "namespace": "downtimeSchedule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Must include a UTC offset of zero. If not provided, the downtime never ends.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime_schedule#end DowntimeSchedule#end}",
            "stability": "stable",
            "summary": "ISO-8601 Datetime to end the downtime."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 207
          },
          "name": "end",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Must include a UTC offset of zero. If not provided, the downtime starts the moment it is created.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime_schedule#start DowntimeSchedule#start}",
            "stability": "stable",
            "summary": "ISO-8601 Datetime to start the downtime."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 213
          },
          "name": "start",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/downtime-schedule/index:DowntimeScheduleOneTimeSchedule"
    },
    "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleOneTimeScheduleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleOneTimeScheduleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/downtime-schedule/index.ts",
          "line": 260
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/downtime-schedule/index.ts",
        "line": 252
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 308
          },
          "name": "resetEnd"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 324
          },
          "name": "resetStart"
        }
      ],
      "name": "DowntimeScheduleOneTimeScheduleOutputReference",
      "namespace": "downtimeSchedule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 312
          },
          "name": "endInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 328
          },
          "name": "startInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 302
          },
          "name": "end",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 318
          },
          "name": "start",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 264
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleOneTimeSchedule"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/downtime-schedule/index:DowntimeScheduleOneTimeScheduleOutputReference"
    },
    "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringSchedule": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringSchedule",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/downtime-schedule/index.ts",
        "line": 514
      },
      "name": "DowntimeScheduleRecurringSchedule",
      "namespace": "downtimeSchedule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime_schedule#recurrence DowntimeSchedule#recurrence}",
            "stability": "stable",
            "summary": "recurrence block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 526
          },
          "name": "recurrence",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringScheduleRecurrence"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime_schedule#timezone DowntimeSchedule#timezone}",
            "stability": "stable",
            "summary": "The timezone in which to schedule the downtime."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 520
          },
          "name": "timezone",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/downtime-schedule/index:DowntimeScheduleRecurringSchedule"
    },
    "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringScheduleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringScheduleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/downtime-schedule/index.ts",
          "line": 573
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/downtime-schedule/index.ts",
        "line": 565
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 634
          },
          "name": "putRecurrence",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringScheduleRecurrence"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 637
          },
          "name": "resetRecurrence"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 621
          },
          "name": "resetTimezone"
        }
      ],
      "name": "DowntimeScheduleRecurringScheduleOutputReference",
      "namespace": "downtimeSchedule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 631
          },
          "name": "recurrence",
          "type": {
            "fqn": "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringScheduleRecurrenceList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 641
          },
          "name": "recurrenceInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringScheduleRecurrence"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 625
          },
          "name": "timezoneInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 615
          },
          "name": "timezone",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 577
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringSchedule"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/downtime-schedule/index:DowntimeScheduleRecurringScheduleOutputReference"
    },
    "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringScheduleRecurrence": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringScheduleRecurrence",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/downtime-schedule/index.ts",
        "line": 332
      },
      "name": "DowntimeScheduleRecurringScheduleRecurrence",
      "namespace": "downtimeSchedule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Must begin with an integer and end with one of 'm', 'h', d', or 'w'.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime_schedule#duration DowntimeSchedule#duration}",
            "stability": "stable",
            "summary": "The length of the downtime."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 338
          },
          "name": "duration",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "For example, to have a recurring event on the first day of each month, set the type to `rrule` and set the `FREQ` to `MONTHLY` and `BYMONTHDAY` to `1`. Most common `rrule` options from the [iCalendar Spec](https://tools.ietf.org/html/rfc5545) are supported.  **Note**: Attributes specifying the duration in `RRULE` are not supported (for example, `DTSTART`, `DTEND`, `DURATION`). More examples available in this [downtime guide](https://docs.datadoghq.com/monitors/guide/suppress-alert-with-downtimes/?tab=api).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime_schedule#rrule DowntimeSchedule#rrule}",
            "stability": "stable",
            "summary": "The `RRULE` standard for defining recurring events."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 344
          },
          "name": "rrule",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Must not include a UTC offset. If not provided, the downtime starts the moment it is created.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/downtime_schedule#start DowntimeSchedule#start}",
            "stability": "stable",
            "summary": "ISO-8601 Datetime to start the downtime."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 350
          },
          "name": "start",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/downtime-schedule/index:DowntimeScheduleRecurringScheduleRecurrence"
    },
    "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringScheduleRecurrenceList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringScheduleRecurrenceList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/downtime-schedule/index.ts",
          "line": 503
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/downtime-schedule/index.ts",
        "line": 495
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 510
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringScheduleRecurrenceOutputReference"
            }
          }
        }
      ],
      "name": "DowntimeScheduleRecurringScheduleRecurrenceList",
      "namespace": "downtimeSchedule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 496
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringScheduleRecurrence"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/downtime-schedule/index:DowntimeScheduleRecurringScheduleRecurrenceList"
    },
    "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringScheduleRecurrenceOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringScheduleRecurrenceOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/downtime-schedule/index.ts",
          "line": 406
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/downtime-schedule/index.ts",
        "line": 396
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 486
          },
          "name": "resetStart"
        }
      ],
      "name": "DowntimeScheduleRecurringScheduleRecurrenceOutputReference",
      "namespace": "downtimeSchedule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 461
          },
          "name": "durationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 474
          },
          "name": "rruleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 490
          },
          "name": "startInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 454
          },
          "name": "duration",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 467
          },
          "name": "rrule",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 480
          },
          "name": "start",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/downtime-schedule/index.ts",
            "line": 410
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.downtimeSchedule.DowntimeScheduleRecurringScheduleRecurrence"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/downtime-schedule/index:DowntimeScheduleRecurringScheduleRecurrenceOutputReference"
    },
    "@cdktn/provider-datadog.gcpUcConfig.GcpUcConfig": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/gcp_uc_config datadog_gcp_uc_config}."
      },
      "fqn": "@cdktn/provider-datadog.gcpUcConfig.GcpUcConfig",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/gcp_uc_config datadog_gcp_uc_config} Resource."
        },
        "locationInModule": {
          "filename": "src/gcp-uc-config/index.ts",
          "line": 88
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.gcpUcConfig.GcpUcConfigConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/gcp-uc-config/index.ts",
        "line": 56
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a GcpUcConfig resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/gcp-uc-config/index.ts",
            "line": 73
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the GcpUcConfig to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/gcp_uc_config#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing GcpUcConfig that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the GcpUcConfig to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/gcp-uc-config/index.ts",
            "line": 178
          },
          "name": "resetExportPrefix"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/gcp-uc-config/index.ts",
            "line": 241
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/gcp-uc-config/index.ts",
            "line": 252
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "GcpUcConfig",
      "namespace": "gcpUcConfig",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/gcp-uc-config/index.ts",
            "line": 61
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/gcp-uc-config/index.ts",
            "line": 143
          },
          "name": "createdAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/gcp-uc-config/index.ts",
            "line": 148
          },
          "name": "dataset",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/gcp-uc-config/index.ts",
            "line": 153
          },
          "name": "errorMessages",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/gcp-uc-config/index.ts",
            "line": 200
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/gcp-uc-config/index.ts",
            "line": 205
          },
          "name": "months",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/gcp-uc-config/index.ts",
            "line": 223
          },
          "name": "status",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/gcp-uc-config/index.ts",
            "line": 228
          },
          "name": "statusUpdatedAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/gcp-uc-config/index.ts",
            "line": 233
          },
          "name": "updatedAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/gcp-uc-config/index.ts",
            "line": 125
          },
          "name": "billingAccountIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/gcp-uc-config/index.ts",
            "line": 138
          },
          "name": "bucketNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/gcp-uc-config/index.ts",
            "line": 166
          },
          "name": "exportDatasetNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/gcp-uc-config/index.ts",
            "line": 182
          },
          "name": "exportPrefixInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/gcp-uc-config/index.ts",
            "line": 195
          },
          "name": "exportProjectNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/gcp-uc-config/index.ts",
            "line": 218
          },
          "name": "serviceAccountInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/gcp-uc-config/index.ts",
            "line": 118
          },
          "name": "billingAccountId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/gcp-uc-config/index.ts",
            "line": 131
          },
          "name": "bucketName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/gcp-uc-config/index.ts",
            "line": 159
          },
          "name": "exportDatasetName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/gcp-uc-config/index.ts",
            "line": 172
          },
          "name": "exportPrefix",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/gcp-uc-config/index.ts",
            "line": 188
          },
          "name": "exportProjectName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/gcp-uc-config/index.ts",
            "line": 211
          },
          "name": "serviceAccount",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/gcp-uc-config/index:GcpUcConfig"
    },
    "@cdktn/provider-datadog.gcpUcConfig.GcpUcConfigConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.gcpUcConfig.GcpUcConfigConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/gcp-uc-config/index.ts",
        "line": 14
      },
      "name": "GcpUcConfigConfig",
      "namespace": "gcpUcConfig",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/gcp_uc_config#billing_account_id GcpUcConfig#billing_account_id}",
            "stability": "stable",
            "summary": "The Google Cloud account ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/gcp-uc-config/index.ts",
            "line": 20
          },
          "name": "billingAccountId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/gcp_uc_config#bucket_name GcpUcConfig#bucket_name}",
            "stability": "stable",
            "summary": "The Google Cloud bucket name used to store the Usage Cost export."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/gcp-uc-config/index.ts",
            "line": 26
          },
          "name": "bucketName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/gcp_uc_config#export_dataset_name GcpUcConfig#export_dataset_name}",
            "stability": "stable",
            "summary": "The export dataset name used for the Google Cloud Usage Cost report."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/gcp-uc-config/index.ts",
            "line": 32
          },
          "name": "exportDatasetName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/gcp_uc_config#export_project_name GcpUcConfig#export_project_name}",
            "stability": "stable",
            "summary": "The name of the Google Cloud Usage Cost report."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/gcp-uc-config/index.ts",
            "line": 44
          },
          "name": "exportProjectName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/gcp_uc_config#service_account GcpUcConfig#service_account}",
            "stability": "stable",
            "summary": "The unique Google Cloud service account email."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/gcp-uc-config/index.ts",
            "line": 50
          },
          "name": "serviceAccount",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/gcp_uc_config#export_prefix GcpUcConfig#export_prefix}",
            "stability": "stable",
            "summary": "The export prefix used for the Google Cloud Usage Cost report."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/gcp-uc-config/index.ts",
            "line": 38
          },
          "name": "exportPrefix",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/gcp-uc-config/index:GcpUcConfigConfig"
    },
    "@cdktn/provider-datadog.incidentNotificationRule.IncidentNotificationRule": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/incident_notification_rule datadog_incident_notification_rule}."
      },
      "fqn": "@cdktn/provider-datadog.incidentNotificationRule.IncidentNotificationRule",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/incident_notification_rule datadog_incident_notification_rule} Resource."
        },
        "locationInModule": {
          "filename": "src/incident-notification-rule/index.ts",
          "line": 247
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.incidentNotificationRule.IncidentNotificationRuleConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/incident-notification-rule/index.ts",
        "line": 215
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a IncidentNotificationRule resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 232
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the IncidentNotificationRule to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/incident_notification_rule#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing IncidentNotificationRule that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the IncidentNotificationRule to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 400
          },
          "name": "putConditions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.incidentNotificationRule.IncidentNotificationRuleConditions"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 403
          },
          "name": "resetConditions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 290
          },
          "name": "resetEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 342
          },
          "name": "resetNotificationTemplate"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 358
          },
          "name": "resetRenotifyOn"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 387
          },
          "name": "resetVisibility"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 415
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 428
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "IncidentNotificationRule",
      "namespace": "incidentNotificationRule",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 220
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 397
          },
          "name": "conditions",
          "type": {
            "fqn": "@cdktn/provider-datadog.incidentNotificationRule.IncidentNotificationRuleConditionsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 278
          },
          "name": "created",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 312
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 330
          },
          "name": "modified",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 407
          },
          "name": "conditionsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.incidentNotificationRule.IncidentNotificationRuleConditions"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 294
          },
          "name": "enabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 307
          },
          "name": "handlesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 325
          },
          "name": "incidentTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 346
          },
          "name": "notificationTemplateInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 362
          },
          "name": "renotifyOnInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 375
          },
          "name": "triggerInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 391
          },
          "name": "visibilityInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 284
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 300
          },
          "name": "handles",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 318
          },
          "name": "incidentType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 336
          },
          "name": "notificationTemplate",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 352
          },
          "name": "renotifyOn",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 368
          },
          "name": "trigger",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 381
          },
          "name": "visibility",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/incident-notification-rule/index:IncidentNotificationRule"
    },
    "@cdktn/provider-datadog.incidentNotificationRule.IncidentNotificationRuleConditions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.incidentNotificationRule.IncidentNotificationRuleConditions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/incident-notification-rule/index.ts",
        "line": 64
      },
      "name": "IncidentNotificationRuleConditions",
      "namespace": "incidentNotificationRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/incident_notification_rule#field IncidentNotificationRule#field}",
            "stability": "stable",
            "summary": "The incident field to evaluate. Common values include: state, severity, services, teams. Custom fields are also supported."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 70
          },
          "name": "field",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/incident_notification_rule#values IncidentNotificationRule#values}",
            "stability": "stable",
            "summary": "The value(s) to compare against. Multiple values are ORed together."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 76
          },
          "name": "values",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/incident-notification-rule/index:IncidentNotificationRuleConditions"
    },
    "@cdktn/provider-datadog.incidentNotificationRule.IncidentNotificationRuleConditionsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.incidentNotificationRule.IncidentNotificationRuleConditionsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/incident-notification-rule/index.ts",
          "line": 200
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/incident-notification-rule/index.ts",
        "line": 192
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 207
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.incidentNotificationRule.IncidentNotificationRuleConditionsOutputReference"
            }
          }
        }
      ],
      "name": "IncidentNotificationRuleConditionsList",
      "namespace": "incidentNotificationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 193
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.incidentNotificationRule.IncidentNotificationRuleConditions"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/incident-notification-rule/index:IncidentNotificationRuleConditionsList"
    },
    "@cdktn/provider-datadog.incidentNotificationRule.IncidentNotificationRuleConditionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.incidentNotificationRule.IncidentNotificationRuleConditionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/incident-notification-rule/index.ts",
          "line": 125
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/incident-notification-rule/index.ts",
        "line": 115
      },
      "name": "IncidentNotificationRuleConditionsOutputReference",
      "namespace": "incidentNotificationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 174
          },
          "name": "fieldInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 187
          },
          "name": "valuesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 167
          },
          "name": "field",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 180
          },
          "name": "values",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 129
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.incidentNotificationRule.IncidentNotificationRuleConditions"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/incident-notification-rule/index:IncidentNotificationRuleConditionsOutputReference"
    },
    "@cdktn/provider-datadog.incidentNotificationRule.IncidentNotificationRuleConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.incidentNotificationRule.IncidentNotificationRuleConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/incident-notification-rule/index.ts",
        "line": 14
      },
      "name": "IncidentNotificationRuleConfig",
      "namespace": "incidentNotificationRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "custom": {
              "company": ".com,",
              "slack-channel": ".\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/incident_notification_rule#handles IncidentNotificationRule#handles}",
              "team-email": "true"
            },
            "remarks": "Examples:",
            "stability": "stable",
            "summary": "The notification handles (targets) for this rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 26
          },
          "name": "handles",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/incident_notification_rule#incident_type IncidentNotificationRule#incident_type}",
            "stability": "stable",
            "summary": "The ID of the incident type this notification rule is associated with."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 32
          },
          "name": "incidentType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/incident_notification_rule#trigger IncidentNotificationRule#trigger}",
            "stability": "stable",
            "summary": "The trigger event for this notification rule. Valid values are: incident_created_trigger, incident_saved_trigger."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 50
          },
          "name": "trigger",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/incident_notification_rule#conditions IncidentNotificationRule#conditions}",
            "stability": "stable",
            "summary": "conditions block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 62
          },
          "name": "conditions",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.incidentNotificationRule.IncidentNotificationRuleConditions"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/incident_notification_rule#enabled IncidentNotificationRule#enabled}",
            "stability": "stable",
            "summary": "Whether the notification rule is enabled. Defaults to `false`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 20
          },
          "name": "enabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/incident_notification_rule#notification_template IncidentNotificationRule#notification_template}",
            "stability": "stable",
            "summary": "The ID of the notification template to use for this rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 38
          },
          "name": "notificationTemplate",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are: status, severity, customer_impact, title, description, detected, root_cause, services, state.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/incident_notification_rule#renotify_on IncidentNotificationRule#renotify_on}",
            "stability": "stable",
            "summary": "List of incident fields that trigger re-notification when changed."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 44
          },
          "name": "renotifyOn",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/incident_notification_rule#visibility IncidentNotificationRule#visibility}",
            "stability": "stable",
            "summary": "The visibility of the notification rule. Valid values are: all, organization, private. Defaults to organization."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-rule/index.ts",
            "line": 56
          },
          "name": "visibility",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/incident-notification-rule/index:IncidentNotificationRuleConfig"
    },
    "@cdktn/provider-datadog.incidentNotificationTemplate.IncidentNotificationTemplate": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/incident_notification_template datadog_incident_notification_template}."
      },
      "fqn": "@cdktn/provider-datadog.incidentNotificationTemplate.IncidentNotificationTemplate",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/incident_notification_template datadog_incident_notification_template} Resource."
        },
        "locationInModule": {
          "filename": "src/incident-notification-template/index.ts",
          "line": 82
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.incidentNotificationTemplate.IncidentNotificationTemplateConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/incident-notification-template/index.ts",
        "line": 50
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a IncidentNotificationTemplate resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/incident-notification-template/index.ts",
            "line": 67
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the IncidentNotificationTemplate to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/incident_notification_template#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing IncidentNotificationTemplate that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the IncidentNotificationTemplate to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/incident-notification-template/index.ts",
            "line": 193
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/incident-notification-template/index.ts",
            "line": 203
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "IncidentNotificationTemplate",
      "namespace": "incidentNotificationTemplate",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-template/index.ts",
            "line": 55
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-template/index.ts",
            "line": 136
          },
          "name": "created",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-template/index.ts",
            "line": 141
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-template/index.ts",
            "line": 159
          },
          "name": "modified",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-template/index.ts",
            "line": 118
          },
          "name": "categoryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-template/index.ts",
            "line": 131
          },
          "name": "contentInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-template/index.ts",
            "line": 154
          },
          "name": "incidentTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-template/index.ts",
            "line": 172
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-template/index.ts",
            "line": 185
          },
          "name": "subjectInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/incident-notification-template/index.ts",
            "line": 111
          },
          "name": "category",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/incident-notification-template/index.ts",
            "line": 124
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/incident-notification-template/index.ts",
            "line": 147
          },
          "name": "incidentType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/incident-notification-template/index.ts",
            "line": 165
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/incident-notification-template/index.ts",
            "line": 178
          },
          "name": "subject",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/incident-notification-template/index:IncidentNotificationTemplate"
    },
    "@cdktn/provider-datadog.incidentNotificationTemplate.IncidentNotificationTemplateConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.incidentNotificationTemplate.IncidentNotificationTemplateConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/incident-notification-template/index.ts",
        "line": 14
      },
      "name": "IncidentNotificationTemplateConfig",
      "namespace": "incidentNotificationTemplate",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/incident_notification_template#category IncidentNotificationTemplate#category}",
            "stability": "stable",
            "summary": "The category of the notification template. Valid values are `alert`, `incident`, `recovery`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-template/index.ts",
            "line": 20
          },
          "name": "category",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/incident_notification_template#content IncidentNotificationTemplate#content}",
            "stability": "stable",
            "summary": "The content body of the notification template."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-template/index.ts",
            "line": 26
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/incident_notification_template#incident_type IncidentNotificationTemplate#incident_type}",
            "stability": "stable",
            "summary": "The ID of the incident type this notification template is associated with."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-template/index.ts",
            "line": 32
          },
          "name": "incidentType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/incident_notification_template#name IncidentNotificationTemplate#name}",
            "stability": "stable",
            "summary": "The name of the notification template."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-template/index.ts",
            "line": 38
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/incident_notification_template#subject IncidentNotificationTemplate#subject}",
            "stability": "stable",
            "summary": "The subject line of the notification template."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-notification-template/index.ts",
            "line": 44
          },
          "name": "subject",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/incident-notification-template/index:IncidentNotificationTemplateConfig"
    },
    "@cdktn/provider-datadog.incidentType.IncidentType": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/incident_type datadog_incident_type}."
      },
      "fqn": "@cdktn/provider-datadog.incidentType.IncidentType",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/incident_type datadog_incident_type} Resource."
        },
        "locationInModule": {
          "filename": "src/incident-type/index.ts",
          "line": 70
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.incidentType.IncidentTypeConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/incident-type/index.ts",
        "line": 38
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a IncidentType resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/incident-type/index.ts",
            "line": 55
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the IncidentType to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/incident_type#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing IncidentType that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the IncidentType to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/incident-type/index.ts",
            "line": 103
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/incident-type/index.ts",
            "line": 124
          },
          "name": "resetIsDefault"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/incident-type/index.ts",
            "line": 149
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/incident-type/index.ts",
            "line": 157
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "IncidentType",
      "namespace": "incidentType",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-type/index.ts",
            "line": 43
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-type/index.ts",
            "line": 112
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-type/index.ts",
            "line": 107
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-type/index.ts",
            "line": 128
          },
          "name": "isDefaultInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-type/index.ts",
            "line": 141
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/incident-type/index.ts",
            "line": 97
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/incident-type/index.ts",
            "line": 118
          },
          "name": "isDefault",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/incident-type/index.ts",
            "line": 134
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/incident-type/index:IncidentType"
    },
    "@cdktn/provider-datadog.incidentType.IncidentTypeConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.incidentType.IncidentTypeConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/incident-type/index.ts",
        "line": 14
      },
      "name": "IncidentTypeConfig",
      "namespace": "incidentType",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/incident_type#name IncidentType#name}",
            "stability": "stable",
            "summary": "Name of the incident type. Must be between 1 and 50 characters."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-type/index.ts",
            "line": 32
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/incident_type#description IncidentType#description}",
            "stability": "stable",
            "summary": "Description of the incident type. The description can have a maximum of 512 characters."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-type/index.ts",
            "line": 20
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/incident_type#is_default IncidentType#is_default}",
            "stability": "stable",
            "summary": "Whether this incident type is the default type."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/incident-type/index.ts",
            "line": 26
          },
          "name": "isDefault",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/incident-type/index:IncidentTypeConfig"
    },
    "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccount": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account datadog_integration_aws_account}."
      },
      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccount",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account datadog_integration_aws_account} Resource."
        },
        "locationInModule": {
          "filename": "src/integration-aws-account/index.ts",
          "line": 2045
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-aws-account/index.ts",
        "line": 2013
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a IntegrationAwsAccount resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2030
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the IntegrationAwsAccount to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing IntegrationAwsAccount that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the IntegrationAwsAccount to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2128
          },
          "name": "putAuthConfig",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfig"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2144
          },
          "name": "putAwsRegions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAwsRegions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2160
          },
          "name": "putLogsConfig",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfig"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2176
          },
          "name": "putMetricsConfig",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfig"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2192
          },
          "name": "putResourcesConfig",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountResourcesConfig"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2208
          },
          "name": "putTracesConfig",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountTracesConfig"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2084
          },
          "name": "resetAccountTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2131
          },
          "name": "resetAuthConfig"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2147
          },
          "name": "resetAwsRegions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2163
          },
          "name": "resetLogsConfig"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2179
          },
          "name": "resetMetricsConfig"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2195
          },
          "name": "resetResourcesConfig"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2211
          },
          "name": "resetTracesConfig"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2223
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2237
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "IntegrationAwsAccount",
      "namespace": "integrationAwsAccount",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2018
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2125
          },
          "name": "authConfig",
          "type": {
            "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2141
          },
          "name": "awsRegions",
          "type": {
            "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAwsRegionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2119
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2157
          },
          "name": "logsConfig",
          "type": {
            "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2173
          },
          "name": "metricsConfig",
          "type": {
            "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2189
          },
          "name": "resourcesConfig",
          "type": {
            "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountResourcesConfigOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2205
          },
          "name": "tracesConfig",
          "type": {
            "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountTracesConfigOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2088
          },
          "name": "accountTagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2135
          },
          "name": "authConfigInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfig"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2101
          },
          "name": "awsAccountIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2114
          },
          "name": "awsPartitionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2151
          },
          "name": "awsRegionsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAwsRegions"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2167
          },
          "name": "logsConfigInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfig"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2183
          },
          "name": "metricsConfigInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfig"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2199
          },
          "name": "resourcesConfigInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountResourcesConfig"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2215
          },
          "name": "tracesConfigInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountTracesConfig"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2078
          },
          "name": "accountTags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2094
          },
          "name": "awsAccountId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2107
          },
          "name": "awsPartition",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-aws-account/index:IntegrationAwsAccount"
    },
    "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfig",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-aws-account/index.ts",
        "line": 332
      },
      "name": "IntegrationAwsAccountAuthConfig",
      "namespace": "integrationAwsAccount",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#aws_auth_config_keys IntegrationAwsAccount#aws_auth_config_keys}",
            "stability": "stable",
            "summary": "aws_auth_config_keys block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 338
          },
          "name": "awsAuthConfigKeys",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigAwsAuthConfigKeys"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#aws_auth_config_role IntegrationAwsAccount#aws_auth_config_role}",
            "stability": "stable",
            "summary": "aws_auth_config_role block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 344
          },
          "name": "awsAuthConfigRole",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigAwsAuthConfigRole"
          }
        }
      ],
      "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountAuthConfig"
    },
    "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigAwsAuthConfigKeys": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigAwsAuthConfigKeys",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-aws-account/index.ts",
        "line": 70
      },
      "name": "IntegrationAwsAccountAuthConfigAwsAuthConfigKeys",
      "namespace": "integrationAwsAccount",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#access_key_id IntegrationAwsAccount#access_key_id}",
            "stability": "stable",
            "summary": "AWS Access Key ID. Invalid access_key_id."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 76
          },
          "name": "accessKeyId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This value is write-only; changes made outside of Terraform will not be drift-detected. Secret_access_key must be non-empty and not contain whitespace.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#secret_access_key IntegrationAwsAccount#secret_access_key}",
            "stability": "stable",
            "summary": "AWS Secret Access Key."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 82
          },
          "name": "secretAccessKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountAuthConfigAwsAuthConfigKeys"
    },
    "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigAwsAuthConfigKeysOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigAwsAuthConfigKeysOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/integration-aws-account/index.ts",
          "line": 129
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-aws-account/index.ts",
        "line": 121
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 177
          },
          "name": "resetAccessKeyId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 193
          },
          "name": "resetSecretAccessKey"
        }
      ],
      "name": "IntegrationAwsAccountAuthConfigAwsAuthConfigKeysOutputReference",
      "namespace": "integrationAwsAccount",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 181
          },
          "name": "accessKeyIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 197
          },
          "name": "secretAccessKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 171
          },
          "name": "accessKeyId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 187
          },
          "name": "secretAccessKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 133
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigAwsAuthConfigKeys"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountAuthConfigAwsAuthConfigKeysOutputReference"
    },
    "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigAwsAuthConfigRole": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigAwsAuthConfigRole",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-aws-account/index.ts",
        "line": 201
      },
      "name": "IntegrationAwsAccountAuthConfigAwsAuthConfigRole",
      "namespace": "integrationAwsAccount",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#external_id IntegrationAwsAccount#external_id}",
            "stability": "stable",
            "summary": "AWS IAM External ID for associated role. If omitted, one will be generated."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 207
          },
          "name": "externalId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#role_name IntegrationAwsAccount#role_name}",
            "stability": "stable",
            "summary": "AWS IAM Role name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 213
          },
          "name": "roleName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountAuthConfigAwsAuthConfigRole"
    },
    "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigAwsAuthConfigRoleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigAwsAuthConfigRoleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/integration-aws-account/index.ts",
          "line": 260
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-aws-account/index.ts",
        "line": 252
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 308
          },
          "name": "resetExternalId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 324
          },
          "name": "resetRoleName"
        }
      ],
      "name": "IntegrationAwsAccountAuthConfigAwsAuthConfigRoleOutputReference",
      "namespace": "integrationAwsAccount",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 312
          },
          "name": "externalIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 328
          },
          "name": "roleNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 302
          },
          "name": "externalId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 318
          },
          "name": "roleName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 264
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigAwsAuthConfigRole"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountAuthConfigAwsAuthConfigRoleOutputReference"
    },
    "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/integration-aws-account/index.ts",
          "line": 391
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-aws-account/index.ts",
        "line": 383
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 436
          },
          "name": "putAwsAuthConfigKeys",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigAwsAuthConfigKeys"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 452
          },
          "name": "putAwsAuthConfigRole",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigAwsAuthConfigRole"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 439
          },
          "name": "resetAwsAuthConfigKeys"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 455
          },
          "name": "resetAwsAuthConfigRole"
        }
      ],
      "name": "IntegrationAwsAccountAuthConfigOutputReference",
      "namespace": "integrationAwsAccount",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 433
          },
          "name": "awsAuthConfigKeys",
          "type": {
            "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigAwsAuthConfigKeysOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 449
          },
          "name": "awsAuthConfigRole",
          "type": {
            "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigAwsAuthConfigRoleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 443
          },
          "name": "awsAuthConfigKeysInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigAwsAuthConfigKeys"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 459
          },
          "name": "awsAuthConfigRoleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfigAwsAuthConfigRole"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 395
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfig"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountAuthConfigOutputReference"
    },
    "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAwsRegions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAwsRegions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-aws-account/index.ts",
        "line": 463
      },
      "name": "IntegrationAwsAccountAwsRegions",
      "namespace": "integrationAwsAccount",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#include_all IntegrationAwsAccount#include_all}",
            "stability": "stable",
            "summary": "Include all regions. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 469
          },
          "name": "includeAll",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#include_only IntegrationAwsAccount#include_only}",
            "stability": "stable",
            "summary": "Include only these regions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 475
          },
          "name": "includeOnly",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountAwsRegions"
    },
    "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAwsRegionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAwsRegionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/integration-aws-account/index.ts",
          "line": 522
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-aws-account/index.ts",
        "line": 514
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 570
          },
          "name": "resetIncludeAll"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 586
          },
          "name": "resetIncludeOnly"
        }
      ],
      "name": "IntegrationAwsAccountAwsRegionsOutputReference",
      "namespace": "integrationAwsAccount",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 574
          },
          "name": "includeAllInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 590
          },
          "name": "includeOnlyInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 564
          },
          "name": "includeAll",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 580
          },
          "name": "includeOnly",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 526
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAwsRegions"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountAwsRegionsOutputReference"
    },
    "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-aws-account/index.ts",
        "line": 14
      },
      "name": "IntegrationAwsAccountConfig",
      "namespace": "integrationAwsAccount",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#aws_account_id IntegrationAwsAccount#aws_account_id}",
            "stability": "stable",
            "summary": "Your AWS Account ID without dashes. Invalid aws_account_id."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 26
          },
          "name": "awsAccountId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#aws_partition IntegrationAwsAccount#aws_partition}",
            "stability": "stable",
            "summary": "AWS Account partition. Valid values are `aws`, `aws-cn`, `aws-us-gov`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 32
          },
          "name": "awsPartition",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#account_tags IntegrationAwsAccount#account_tags}",
            "stability": "stable",
            "summary": "Tags to apply to all metrics in the account."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 20
          },
          "name": "accountTags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#auth_config IntegrationAwsAccount#auth_config}",
            "stability": "stable",
            "summary": "auth_config block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 38
          },
          "name": "authConfig",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAuthConfig"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#aws_regions IntegrationAwsAccount#aws_regions}",
            "stability": "stable",
            "summary": "aws_regions block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 44
          },
          "name": "awsRegions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountAwsRegions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#logs_config IntegrationAwsAccount#logs_config}",
            "stability": "stable",
            "summary": "logs_config block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 50
          },
          "name": "logsConfig",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfig"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#metrics_config IntegrationAwsAccount#metrics_config}",
            "stability": "stable",
            "summary": "metrics_config block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 56
          },
          "name": "metricsConfig",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfig"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#resources_config IntegrationAwsAccount#resources_config}",
            "stability": "stable",
            "summary": "resources_config block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 62
          },
          "name": "resourcesConfig",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountResourcesConfig"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#traces_config IntegrationAwsAccount#traces_config}",
            "stability": "stable",
            "summary": "traces_config block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 68
          },
          "name": "tracesConfig",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountTracesConfig"
          }
        }
      ],
      "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountConfig"
    },
    "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfig",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-aws-account/index.ts",
        "line": 1003
      },
      "name": "IntegrationAwsAccountLogsConfig",
      "namespace": "integrationAwsAccount",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#lambda_forwarder IntegrationAwsAccount#lambda_forwarder}",
            "stability": "stable",
            "summary": "lambda_forwarder block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1009
          },
          "name": "lambdaForwarder",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarder"
          }
        }
      ],
      "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountLogsConfig"
    },
    "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarder": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarder",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-aws-account/index.ts",
        "line": 837
      },
      "name": "IntegrationAwsAccountLogsConfigLambdaForwarder",
      "namespace": "integrationAwsAccount",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#lambdas IntegrationAwsAccount#lambdas}",
            "stability": "stable",
            "summary": "List of Datadog Lambda Log Forwarder ARNs in your AWS account. Defaults to `[]`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 843
          },
          "name": "lambdas",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#log_source_config IntegrationAwsAccount#log_source_config}",
            "stability": "stable",
            "summary": "log_source_config block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 855
          },
          "name": "logSourceConfig",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfig"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Use [`datadog_integration_aws_available_logs_services` data source](https://registry.terraform.io/providers/DataDog/datadog/latest/docs/data-sources/integration_aws_available_logs_services) or [the AWS Logs Integration API](https://docs.datadoghq.com/api/latest/aws-logs-integration/?#get-list-of-aws-log-ready-services) to get allowed values. Defaults to `[]`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#sources IntegrationAwsAccount#sources}",
            "stability": "stable",
            "summary": "List of service IDs set to enable automatic log collection."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 849
          },
          "name": "sources",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountLogsConfigLambdaForwarder"
    },
    "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfig",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-aws-account/index.ts",
        "line": 741
      },
      "name": "IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfig",
      "namespace": "integrationAwsAccount",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#tag_filters IntegrationAwsAccount#tag_filters}",
            "stability": "stable",
            "summary": "tag_filters block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 747
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfig"
    },
    "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/integration-aws-account/index.ts",
          "line": 787
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-aws-account/index.ts",
        "line": 779
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 826
          },
          "name": "putTagFilters",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFilters"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 829
          },
          "name": "resetTagFilters"
        }
      ],
      "name": "IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigOutputReference",
      "namespace": "integrationAwsAccount",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 823
          },
          "name": "tagFilters",
          "type": {
            "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFiltersList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 833
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 791
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfig"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigOutputReference"
    },
    "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFilters": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFilters",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-aws-account/index.ts",
        "line": 594
      },
      "name": "IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFilters",
      "namespace": "integrationAwsAccount",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#source IntegrationAwsAccount#source}",
            "stability": "stable",
            "summary": "The AWS service for which the tag filters defined in `tags` will be applied."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 600
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#tags IntegrationAwsAccount#tags}",
            "stability": "stable",
            "summary": "The AWS resource tags to filter on for the service specified by `source`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 606
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFilters"
    },
    "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFiltersList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFiltersList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/integration-aws-account/index.ts",
          "line": 730
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-aws-account/index.ts",
        "line": 722
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 737
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFiltersOutputReference"
            }
          }
        }
      ],
      "name": "IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFiltersList",
      "namespace": "integrationAwsAccount",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 723
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFiltersList"
    },
    "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFiltersOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFiltersOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/integration-aws-account/index.ts",
          "line": 655
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-aws-account/index.ts",
        "line": 645
      },
      "name": "IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFiltersOutputReference",
      "namespace": "integrationAwsAccount",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 704
          },
          "name": "sourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 717
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 697
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 710
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 659
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFilters"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigTagFiltersOutputReference"
    },
    "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/integration-aws-account/index.ts",
          "line": 909
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-aws-account/index.ts",
        "line": 901
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 992
          },
          "name": "putLogSourceConfig",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfig"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 963
          },
          "name": "resetLambdas"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 995
          },
          "name": "resetLogSourceConfig"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 979
          },
          "name": "resetSources"
        }
      ],
      "name": "IntegrationAwsAccountLogsConfigLambdaForwarderOutputReference",
      "namespace": "integrationAwsAccount",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 989
          },
          "name": "logSourceConfig",
          "type": {
            "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfigOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 967
          },
          "name": "lambdasInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 999
          },
          "name": "logSourceConfigInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderLogSourceConfig"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 983
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 957
          },
          "name": "lambdas",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 973
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 913
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarder"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountLogsConfigLambdaForwarderOutputReference"
    },
    "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/integration-aws-account/index.ts",
          "line": 1049
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-aws-account/index.ts",
        "line": 1041
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1088
          },
          "name": "putLambdaForwarder",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarder"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1091
          },
          "name": "resetLambdaForwarder"
        }
      ],
      "name": "IntegrationAwsAccountLogsConfigOutputReference",
      "namespace": "integrationAwsAccount",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1085
          },
          "name": "lambdaForwarder",
          "type": {
            "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarderOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1095
          },
          "name": "lambdaForwarderInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfigLambdaForwarder"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1053
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountLogsConfig"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountLogsConfigOutputReference"
    },
    "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfig",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-aws-account/index.ts",
        "line": 1380
      },
      "name": "IntegrationAwsAccountMetricsConfig",
      "namespace": "integrationAwsAccount",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#automute_enabled IntegrationAwsAccount#automute_enabled}",
            "stability": "stable",
            "summary": "Enable EC2 automute for AWS metrics Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1386
          },
          "name": "automuteEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#collect_cloudwatch_alarms IntegrationAwsAccount#collect_cloudwatch_alarms}",
            "stability": "stable",
            "summary": "Enable CloudWatch alarms collection Defaults to `false`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1392
          },
          "name": "collectCloudwatchAlarms",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#collect_custom_metrics IntegrationAwsAccount#collect_custom_metrics}",
            "stability": "stable",
            "summary": "Enable custom metrics collection Defaults to `false`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1398
          },
          "name": "collectCustomMetrics",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#enabled IntegrationAwsAccount#enabled}",
            "stability": "stable",
            "summary": "Enable AWS metrics collection Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1404
          },
          "name": "enabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#namespace_filters IntegrationAwsAccount#namespace_filters}",
            "stability": "stable",
            "summary": "namespace_filters block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1410
          },
          "name": "namespaceFilters",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigNamespaceFilters"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#tag_filters IntegrationAwsAccount#tag_filters}",
            "stability": "stable",
            "summary": "tag_filters block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1416
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigTagFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountMetricsConfig"
    },
    "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigNamespaceFilters": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigNamespaceFilters",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-aws-account/index.ts",
        "line": 1099
      },
      "name": "IntegrationAwsAccountMetricsConfigNamespaceFilters",
      "namespace": "integrationAwsAccount",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Use [`datadog_integration_aws_available_namespaces` data source](https://registry.terraform.io/providers/DataDog/datadog/latest/docs/data-sources/integration_aws_available_namespaces) to get allowed values. Defaults to `[\"AWS/SQS\", \"AWS/ElasticMapReduce\", \"AWS/Usage\"]`. `AWS/SQS`, `AWS/ElasticMapReduce`, and `AWS/Usage` are excluded by default to reduce your AWS CloudWatch costs from `GetMetricData` API calls.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#exclude_only IntegrationAwsAccount#exclude_only}",
            "stability": "stable",
            "summary": "Exclude only these namespaces from metrics collection."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1105
          },
          "name": "excludeOnly",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#include_only IntegrationAwsAccount#include_only}",
            "stability": "stable",
            "summary": "Include only these namespaces for metrics collection. Use [`datadog_integration_aws_available_namespaces` data source](https://registry.terraform.io/providers/DataDog/datadog/latest/docs/data-sources/integration_aws_available_namespaces) to get allowed values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1111
          },
          "name": "includeOnly",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountMetricsConfigNamespaceFilters"
    },
    "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigNamespaceFiltersOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigNamespaceFiltersOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/integration-aws-account/index.ts",
          "line": 1158
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-aws-account/index.ts",
        "line": 1150
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1206
          },
          "name": "resetExcludeOnly"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1222
          },
          "name": "resetIncludeOnly"
        }
      ],
      "name": "IntegrationAwsAccountMetricsConfigNamespaceFiltersOutputReference",
      "namespace": "integrationAwsAccount",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1210
          },
          "name": "excludeOnlyInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1226
          },
          "name": "includeOnlyInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1200
          },
          "name": "excludeOnly",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1216
          },
          "name": "includeOnly",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1162
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigNamespaceFilters"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountMetricsConfigNamespaceFiltersOutputReference"
    },
    "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/integration-aws-account/index.ts",
          "line": 1491
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-aws-account/index.ts",
        "line": 1483
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1624
          },
          "name": "putNamespaceFilters",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigNamespaceFilters"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1640
          },
          "name": "putTagFilters",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigTagFilters"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1563
          },
          "name": "resetAutomuteEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1579
          },
          "name": "resetCollectCloudwatchAlarms"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1595
          },
          "name": "resetCollectCustomMetrics"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1611
          },
          "name": "resetEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1627
          },
          "name": "resetNamespaceFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1643
          },
          "name": "resetTagFilters"
        }
      ],
      "name": "IntegrationAwsAccountMetricsConfigOutputReference",
      "namespace": "integrationAwsAccount",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1621
          },
          "name": "namespaceFilters",
          "type": {
            "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigNamespaceFiltersOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1637
          },
          "name": "tagFilters",
          "type": {
            "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigTagFiltersList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1567
          },
          "name": "automuteEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1583
          },
          "name": "collectCloudwatchAlarmsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1599
          },
          "name": "collectCustomMetricsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1615
          },
          "name": "enabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1631
          },
          "name": "namespaceFiltersInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigNamespaceFilters"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1647
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigTagFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1557
          },
          "name": "automuteEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1573
          },
          "name": "collectCloudwatchAlarms",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1589
          },
          "name": "collectCustomMetrics",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1605
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1495
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfig"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountMetricsConfigOutputReference"
    },
    "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigTagFilters": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigTagFilters",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-aws-account/index.ts",
        "line": 1230
      },
      "name": "IntegrationAwsAccountMetricsConfigTagFilters",
      "namespace": "integrationAwsAccount",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#namespace IntegrationAwsAccount#namespace}",
            "stability": "stable",
            "summary": "The AWS service for which the tag filters defined in `tags` will be applied."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1236
          },
          "name": "namespace",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#tags IntegrationAwsAccount#tags}",
            "stability": "stable",
            "summary": "The AWS resource tags to filter on for the service specified by `namespace`. Defaults to `[]`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1242
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountMetricsConfigTagFilters"
    },
    "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigTagFiltersList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigTagFiltersList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/integration-aws-account/index.ts",
          "line": 1369
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-aws-account/index.ts",
        "line": 1361
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1376
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigTagFiltersOutputReference"
            }
          }
        }
      ],
      "name": "IntegrationAwsAccountMetricsConfigTagFiltersList",
      "namespace": "integrationAwsAccount",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1362
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigTagFilters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountMetricsConfigTagFiltersList"
    },
    "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigTagFiltersOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigTagFiltersOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/integration-aws-account/index.ts",
          "line": 1291
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-aws-account/index.ts",
        "line": 1281
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1352
          },
          "name": "resetTags"
        }
      ],
      "name": "IntegrationAwsAccountMetricsConfigTagFiltersOutputReference",
      "namespace": "integrationAwsAccount",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1340
          },
          "name": "namespaceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1356
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1333
          },
          "name": "namespace",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1346
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1295
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountMetricsConfigTagFilters"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountMetricsConfigTagFiltersOutputReference"
    },
    "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountResourcesConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountResourcesConfig",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-aws-account/index.ts",
        "line": 1651
      },
      "name": "IntegrationAwsAccountResourcesConfig",
      "namespace": "integrationAwsAccount",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Requires `extended_collection` to be set to `true`. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#cloud_security_posture_management_collection IntegrationAwsAccount#cloud_security_posture_management_collection}",
            "stability": "stable",
            "summary": "Enable Cloud Security Management to scan AWS resources for vulnerabilities, misconfigurations, identity risks, and compliance violations."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1657
          },
          "name": "cloudSecurityPostureManagementCollection",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Required for `cloud_security_posture_management_collection`. Defaults to `true`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#extended_collection IntegrationAwsAccount#extended_collection}",
            "stability": "stable",
            "summary": "Whether Datadog collects additional attributes and configuration information about the resources in your AWS account."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1663
          },
          "name": "extendedCollection",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountResourcesConfig"
    },
    "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountResourcesConfigOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountResourcesConfigOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/integration-aws-account/index.ts",
          "line": 1710
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-aws-account/index.ts",
        "line": 1702
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1758
          },
          "name": "resetCloudSecurityPostureManagementCollection"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1774
          },
          "name": "resetExtendedCollection"
        }
      ],
      "name": "IntegrationAwsAccountResourcesConfigOutputReference",
      "namespace": "integrationAwsAccount",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1762
          },
          "name": "cloudSecurityPostureManagementCollectionInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1778
          },
          "name": "extendedCollectionInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1752
          },
          "name": "cloudSecurityPostureManagementCollection",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1768
          },
          "name": "extendedCollection",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1714
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountResourcesConfig"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountResourcesConfigOutputReference"
    },
    "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountTracesConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountTracesConfig",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-aws-account/index.ts",
        "line": 1913
      },
      "name": "IntegrationAwsAccountTracesConfig",
      "namespace": "integrationAwsAccount",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#xray_services IntegrationAwsAccount#xray_services}",
            "stability": "stable",
            "summary": "xray_services block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1919
          },
          "name": "xrayServices",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountTracesConfigXrayServices"
          }
        }
      ],
      "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountTracesConfig"
    },
    "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountTracesConfigOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountTracesConfigOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/integration-aws-account/index.ts",
          "line": 1959
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-aws-account/index.ts",
        "line": 1951
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1998
          },
          "name": "putXrayServices",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountTracesConfigXrayServices"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2001
          },
          "name": "resetXrayServices"
        }
      ],
      "name": "IntegrationAwsAccountTracesConfigOutputReference",
      "namespace": "integrationAwsAccount",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1995
          },
          "name": "xrayServices",
          "type": {
            "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountTracesConfigXrayServicesOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 2005
          },
          "name": "xrayServicesInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountTracesConfigXrayServices"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1963
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountTracesConfig"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountTracesConfigOutputReference"
    },
    "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountTracesConfigXrayServices": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountTracesConfigXrayServices",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-aws-account/index.ts",
        "line": 1782
      },
      "name": "IntegrationAwsAccountTracesConfigXrayServices",
      "namespace": "integrationAwsAccount",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#include_all IntegrationAwsAccount#include_all}",
            "stability": "stable",
            "summary": "Include all services."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1788
          },
          "name": "includeAll",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_account#include_only IntegrationAwsAccount#include_only}",
            "stability": "stable",
            "summary": "Include only these services. Defaults to `[]`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1794
          },
          "name": "includeOnly",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountTracesConfigXrayServices"
    },
    "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountTracesConfigXrayServicesOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountTracesConfigXrayServicesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/integration-aws-account/index.ts",
          "line": 1841
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-aws-account/index.ts",
        "line": 1833
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1889
          },
          "name": "resetIncludeAll"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1905
          },
          "name": "resetIncludeOnly"
        }
      ],
      "name": "IntegrationAwsAccountTracesConfigXrayServicesOutputReference",
      "namespace": "integrationAwsAccount",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1893
          },
          "name": "includeAllInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1909
          },
          "name": "includeOnlyInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1883
          },
          "name": "includeAll",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1899
          },
          "name": "includeOnly",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-account/index.ts",
            "line": 1845
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.integrationAwsAccount.IntegrationAwsAccountTracesConfigXrayServices"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/integration-aws-account/index:IntegrationAwsAccountTracesConfigXrayServicesOutputReference"
    },
    "@cdktn/provider-datadog.integrationAwsEventBridge.IntegrationAwsEventBridge": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_event_bridge datadog_integration_aws_event_bridge}."
      },
      "fqn": "@cdktn/provider-datadog.integrationAwsEventBridge.IntegrationAwsEventBridge",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_event_bridge datadog_integration_aws_event_bridge} Resource."
        },
        "locationInModule": {
          "filename": "src/integration-aws-event-bridge/index.ts",
          "line": 76
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.integrationAwsEventBridge.IntegrationAwsEventBridgeConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-aws-event-bridge/index.ts",
        "line": 44
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a IntegrationAwsEventBridge resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/integration-aws-event-bridge/index.ts",
            "line": 61
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the IntegrationAwsEventBridge to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_event_bridge#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing IntegrationAwsEventBridge that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the IntegrationAwsEventBridge to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-event-bridge/index.ts",
            "line": 123
          },
          "name": "resetCreateEventBus"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-event-bridge/index.ts",
            "line": 166
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-event-bridge/index.ts",
            "line": 175
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "IntegrationAwsEventBridge",
      "namespace": "integrationAwsEventBridge",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-event-bridge/index.ts",
            "line": 49
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-event-bridge/index.ts",
            "line": 145
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-event-bridge/index.ts",
            "line": 111
          },
          "name": "accountIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-event-bridge/index.ts",
            "line": 127
          },
          "name": "createEventBusInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-event-bridge/index.ts",
            "line": 140
          },
          "name": "eventGeneratorNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-event-bridge/index.ts",
            "line": 158
          },
          "name": "regionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-event-bridge/index.ts",
            "line": 104
          },
          "name": "accountId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-event-bridge/index.ts",
            "line": 117
          },
          "name": "createEventBus",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-event-bridge/index.ts",
            "line": 133
          },
          "name": "eventGeneratorName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-event-bridge/index.ts",
            "line": 151
          },
          "name": "region",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-aws-event-bridge/index:IntegrationAwsEventBridge"
    },
    "@cdktn/provider-datadog.integrationAwsEventBridge.IntegrationAwsEventBridgeConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationAwsEventBridge.IntegrationAwsEventBridgeConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-aws-event-bridge/index.ts",
        "line": 14
      },
      "name": "IntegrationAwsEventBridgeConfig",
      "namespace": "integrationAwsEventBridge",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_event_bridge#account_id IntegrationAwsEventBridge#account_id}",
            "stability": "stable",
            "summary": "Your AWS Account ID without dashes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-event-bridge/index.ts",
            "line": 20
          },
          "name": "accountId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_event_bridge#event_generator_name IntegrationAwsEventBridge#event_generator_name}",
            "stability": "stable",
            "summary": "The given part of the event source name, which is then combined with an assigned suffix to form the full name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-event-bridge/index.ts",
            "line": 32
          },
          "name": "eventGeneratorName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_event_bridge#region IntegrationAwsEventBridge#region}",
            "stability": "stable",
            "summary": "The event source's [AWS region](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-event-bridge/index.ts",
            "line": 38
          },
          "name": "region",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Requires the `events:CreateEventBus` permission. Defaults to `true`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_event_bridge#create_event_bus IntegrationAwsEventBridge#create_event_bus}",
            "stability": "stable",
            "summary": "True if Datadog should create the event bus in addition to the event source."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-event-bridge/index.ts",
            "line": 26
          },
          "name": "createEventBus",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/integration-aws-event-bridge/index:IntegrationAwsEventBridgeConfig"
    },
    "@cdktn/provider-datadog.integrationAwsExternalId.IntegrationAwsExternalId": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_external_id datadog_integration_aws_external_id}."
      },
      "fqn": "@cdktn/provider-datadog.integrationAwsExternalId.IntegrationAwsExternalId",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_external_id datadog_integration_aws_external_id} Resource."
        },
        "locationInModule": {
          "filename": "src/integration-aws-external-id/index.ts",
          "line": 52
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.integrationAwsExternalId.IntegrationAwsExternalIdConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-aws-external-id/index.ts",
        "line": 20
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a IntegrationAwsExternalId resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/integration-aws-external-id/index.ts",
            "line": 37
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the IntegrationAwsExternalId to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_aws_external_id#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing IntegrationAwsExternalId that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the IntegrationAwsExternalId to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-external-id/index.ts",
            "line": 83
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-aws-external-id/index.ts",
            "line": 88
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "IntegrationAwsExternalId",
      "namespace": "integrationAwsExternalId",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-external-id/index.ts",
            "line": 25
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-aws-external-id/index.ts",
            "line": 75
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-aws-external-id/index:IntegrationAwsExternalId"
    },
    "@cdktn/provider-datadog.integrationAwsExternalId.IntegrationAwsExternalIdConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationAwsExternalId.IntegrationAwsExternalIdConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-aws-external-id/index.ts",
        "line": 14
      },
      "name": "IntegrationAwsExternalIdConfig",
      "namespace": "integrationAwsExternalId",
      "symbolId": "src/integration-aws-external-id/index:IntegrationAwsExternalIdConfig"
    },
    "@cdktn/provider-datadog.integrationAzure.IntegrationAzure": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_azure datadog_integration_azure}."
      },
      "fqn": "@cdktn/provider-datadog.integrationAzure.IntegrationAzure",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_azure datadog_integration_azure} Resource."
        },
        "locationInModule": {
          "filename": "src/integration-azure/index.ts",
          "line": 292
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.integrationAzure.IntegrationAzureConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-azure/index.ts",
        "line": 260
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a IntegrationAzure resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 277
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the IntegrationAzure to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_azure#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing IntegrationAzure that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the IntegrationAzure to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 512
          },
          "name": "putResourceProviderConfigs",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.integrationAzure.IntegrationAzureResourceProviderConfigs"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 337
          },
          "name": "resetAppServicePlanFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 353
          },
          "name": "resetAutomute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 382
          },
          "name": "resetClientSecret"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 398
          },
          "name": "resetContainerAppFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 414
          },
          "name": "resetCspmEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 430
          },
          "name": "resetCustomMetricsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 446
          },
          "name": "resetHostFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 467
          },
          "name": "resetMetricsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 483
          },
          "name": "resetMetricsEnabledDefault"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 499
          },
          "name": "resetResourceCollectionEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 515
          },
          "name": "resetResourceProviderConfigs"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 531
          },
          "name": "resetSecretlessAuthEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 560
          },
          "name": "resetUsageMetricsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 572
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 592
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "IntegrationAzure",
      "namespace": "integrationAzure",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 265
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 455
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 509
          },
          "name": "resourceProviderConfigs",
          "type": {
            "fqn": "@cdktn/provider-datadog.integrationAzure.IntegrationAzureResourceProviderConfigsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 341
          },
          "name": "appServicePlanFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 357
          },
          "name": "automuteInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 370
          },
          "name": "clientIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 386
          },
          "name": "clientSecretInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 402
          },
          "name": "containerAppFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 418
          },
          "name": "cspmEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 434
          },
          "name": "customMetricsEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 450
          },
          "name": "hostFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 487
          },
          "name": "metricsEnabledDefaultInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 471
          },
          "name": "metricsEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 503
          },
          "name": "resourceCollectionEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 519
          },
          "name": "resourceProviderConfigsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.integrationAzure.IntegrationAzureResourceProviderConfigs"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 535
          },
          "name": "secretlessAuthEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 548
          },
          "name": "tenantNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 564
          },
          "name": "usageMetricsEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 331
          },
          "name": "appServicePlanFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 347
          },
          "name": "automute",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 363
          },
          "name": "clientId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 376
          },
          "name": "clientSecret",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 392
          },
          "name": "containerAppFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 408
          },
          "name": "cspmEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 424
          },
          "name": "customMetricsEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 440
          },
          "name": "hostFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 461
          },
          "name": "metricsEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 477
          },
          "name": "metricsEnabledDefault",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 493
          },
          "name": "resourceCollectionEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 525
          },
          "name": "secretlessAuthEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 541
          },
          "name": "tenantName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 554
          },
          "name": "usageMetricsEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/integration-azure/index:IntegrationAzure"
    },
    "@cdktn/provider-datadog.integrationAzure.IntegrationAzureConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationAzure.IntegrationAzureConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-azure/index.ts",
        "line": 14
      },
      "name": "IntegrationAzureConfig",
      "namespace": "integrationAzure",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_azure#client_id IntegrationAzure#client_id}",
            "stability": "stable",
            "summary": "Your Azure web application ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 32
          },
          "name": "clientId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_azure#tenant_name IntegrationAzure#tenant_name}",
            "stability": "stable",
            "summary": "Your Azure Active Directory ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 99
          },
          "name": "tenantName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Only App Service Plans that match one of the defined tags are imported into Datadog. The rest, including the apps and functions running on them, are ignored. This also filters the metrics for any App or Function running on the App Service Plan(s). Defaults to `\"\"`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_azure#app_service_plan_filters IntegrationAzure#app_service_plan_filters}",
            "stability": "stable",
            "summary": "This comma-separated list of tags (in the form `key:value,key:value`) defines a filter that Datadog uses when collecting metrics from Azure App Service Plans."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 20
          },
          "name": "appServicePlanFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_azure#automute IntegrationAzure#automute}",
            "stability": "stable",
            "summary": "Silence monitors for expected Azure VM shutdowns. Defaults to `false`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 26
          },
          "name": "automute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_azure#client_secret IntegrationAzure#client_secret}",
            "stability": "stable",
            "summary": "Your Azure web application secret key. Required unless `secretless_auth_enabled` is set to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 38
          },
          "name": "clientSecret",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Only Container Apps that match one of the defined tags are imported into Datadog. Defaults to `\"\"`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_azure#container_app_filters IntegrationAzure#container_app_filters}",
            "stability": "stable",
            "summary": "This comma-separated list of tags (in the form `key:value,key:value`) defines a filter that Datadog uses when collecting metrics from Azure Container Apps."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 44
          },
          "name": "containerAppFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Note: This requires `resource_collection_enabled` to be set to true. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_azure#cspm_enabled IntegrationAzure#cspm_enabled}",
            "stability": "stable",
            "summary": "When enabled, Datadog’s Cloud Security Management product scans resource configurations monitored by this app registration."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 51
          },
          "name": "cspmEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_azure#custom_metrics_enabled IntegrationAzure#custom_metrics_enabled}",
            "stability": "stable",
            "summary": "Enable custom metrics for your organization. Defaults to `false`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 57
          },
          "name": "customMetricsEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Limit the Azure instances that are pulled into Datadog by using tags. Only hosts that match one of the defined tags are imported into Datadog. e.x. `env:production,deploymentgroup:red` Defaults to `\"\"`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_azure#host_filters IntegrationAzure#host_filters}",
            "stability": "stable",
            "summary": "String of host tag(s) (in the form `key:value,key:value`) defines a filter that Datadog will use when collecting metrics from Azure."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 63
          },
          "name": "hostFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_azure#metrics_enabled IntegrationAzure#metrics_enabled}",
            "stability": "stable",
            "summary": "Enable Azure metrics for your organization. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 69
          },
          "name": "metricsEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_azure#metrics_enabled_default IntegrationAzure#metrics_enabled_default}",
            "stability": "stable",
            "summary": "Enable Azure metrics for your organization for resource providers where no resource provider config is specified. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 75
          },
          "name": "metricsEnabledDefault",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_azure#resource_collection_enabled IntegrationAzure#resource_collection_enabled}",
            "stability": "stable",
            "summary": "When enabled, Datadog collects metadata and configuration info from cloud resources (such as compute instances, databases, and load balancers) monitored by this app registration."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 81
          },
          "name": "resourceCollectionEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_azure#resource_provider_configs IntegrationAzure#resource_provider_configs}",
            "stability": "stable",
            "summary": "Configuration settings applied to resources from the specified Azure resource providers."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 87
          },
          "name": "resourceProviderConfigs",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.integrationAzure.IntegrationAzureResourceProviderConfigs"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "The app registration must have a Datadog federated credential for this to work. When `true`, `client_secret` should be omitted. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_azure#secretless_auth_enabled IntegrationAzure#secretless_auth_enabled}",
            "stability": "stable",
            "summary": "(Preview) When enabled, Datadog authenticates to this app registration using federated workload identity credentials instead of a client secret."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 93
          },
          "name": "secretlessAuthEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_azure#usage_metrics_enabled IntegrationAzure#usage_metrics_enabled}",
            "stability": "stable",
            "summary": "Enable azure.usage metrics for your organization. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 105
          },
          "name": "usageMetricsEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/integration-azure/index:IntegrationAzureConfig"
    },
    "@cdktn/provider-datadog.integrationAzure.IntegrationAzureResourceProviderConfigs": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationAzure.IntegrationAzureResourceProviderConfigs",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-azure/index.ts",
        "line": 107
      },
      "name": "IntegrationAzureResourceProviderConfigs",
      "namespace": "integrationAzure",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_azure#metrics_enabled IntegrationAzure#metrics_enabled}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 111
          },
          "name": "metricsEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_azure#namespace IntegrationAzure#namespace}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 115
          },
          "name": "namespace",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-azure/index:IntegrationAzureResourceProviderConfigs"
    },
    "@cdktn/provider-datadog.integrationAzure.IntegrationAzureResourceProviderConfigsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationAzure.IntegrationAzureResourceProviderConfigsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/integration-azure/index.ts",
          "line": 245
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-azure/index.ts",
        "line": 237
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 252
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.integrationAzure.IntegrationAzureResourceProviderConfigsOutputReference"
            }
          }
        }
      ],
      "name": "IntegrationAzureResourceProviderConfigsList",
      "namespace": "integrationAzure",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 238
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.integrationAzure.IntegrationAzureResourceProviderConfigs"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/integration-azure/index:IntegrationAzureResourceProviderConfigsList"
    },
    "@cdktn/provider-datadog.integrationAzure.IntegrationAzureResourceProviderConfigsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationAzure.IntegrationAzureResourceProviderConfigsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/integration-azure/index.ts",
          "line": 164
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-azure/index.ts",
        "line": 154
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 212
          },
          "name": "resetMetricsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 228
          },
          "name": "resetNamespace"
        }
      ],
      "name": "IntegrationAzureResourceProviderConfigsOutputReference",
      "namespace": "integrationAzure",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 216
          },
          "name": "metricsEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 232
          },
          "name": "namespaceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 206
          },
          "name": "metricsEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 222
          },
          "name": "namespace",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-azure/index.ts",
            "line": 168
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.integrationAzure.IntegrationAzureResourceProviderConfigs"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/integration-azure/index:IntegrationAzureResourceProviderConfigsOutputReference"
    },
    "@cdktn/provider-datadog.integrationCloudflareAccount.IntegrationCloudflareAccount": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_cloudflare_account datadog_integration_cloudflare_account}."
      },
      "fqn": "@cdktn/provider-datadog.integrationCloudflareAccount.IntegrationCloudflareAccount",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_cloudflare_account datadog_integration_cloudflare_account} Resource."
        },
        "locationInModule": {
          "filename": "src/integration-cloudflare-account/index.ts",
          "line": 76
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.integrationCloudflareAccount.IntegrationCloudflareAccountConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-cloudflare-account/index.ts",
        "line": 44
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a IntegrationCloudflareAccount resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/integration-cloudflare-account/index.ts",
            "line": 61
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the IntegrationCloudflareAccount to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_cloudflare_account#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing IntegrationCloudflareAccount that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the IntegrationCloudflareAccount to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-cloudflare-account/index.ts",
            "line": 123
          },
          "name": "resetEmail"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-cloudflare-account/index.ts",
            "line": 157
          },
          "name": "resetResources"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-cloudflare-account/index.ts",
            "line": 169
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-cloudflare-account/index.ts",
            "line": 178
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "IntegrationCloudflareAccount",
      "namespace": "integrationCloudflareAccount",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-cloudflare-account/index.ts",
            "line": 49
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-cloudflare-account/index.ts",
            "line": 132
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-cloudflare-account/index.ts",
            "line": 111
          },
          "name": "apiKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-cloudflare-account/index.ts",
            "line": 127
          },
          "name": "emailInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-cloudflare-account/index.ts",
            "line": 145
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-cloudflare-account/index.ts",
            "line": 161
          },
          "name": "resourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-cloudflare-account/index.ts",
            "line": 104
          },
          "name": "apiKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-cloudflare-account/index.ts",
            "line": 117
          },
          "name": "email",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-cloudflare-account/index.ts",
            "line": 138
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-cloudflare-account/index.ts",
            "line": 151
          },
          "name": "resources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/integration-cloudflare-account/index:IntegrationCloudflareAccount"
    },
    "@cdktn/provider-datadog.integrationCloudflareAccount.IntegrationCloudflareAccountConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationCloudflareAccount.IntegrationCloudflareAccountConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-cloudflare-account/index.ts",
        "line": 14
      },
      "name": "IntegrationCloudflareAccountConfig",
      "namespace": "integrationCloudflareAccount",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_cloudflare_account#api_key IntegrationCloudflareAccount#api_key}",
            "stability": "stable",
            "summary": "The API key (or token) for the Cloudflare account."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-cloudflare-account/index.ts",
            "line": 20
          },
          "name": "apiKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_cloudflare_account#name IntegrationCloudflareAccount#name}",
            "stability": "stable",
            "summary": "The name of the Cloudflare account."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-cloudflare-account/index.ts",
            "line": 32
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "If an API key is provided (and not a token), this field is also required.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_cloudflare_account#email IntegrationCloudflareAccount#email}",
            "stability": "stable",
            "summary": "The email associated with the Cloudflare account."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-cloudflare-account/index.ts",
            "line": 26
          },
          "name": "email",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_cloudflare_account#resources IntegrationCloudflareAccount#resources}",
            "stability": "stable",
            "summary": "An allowlist of resources to pull metrics for. Includes `web`, `dns`, `lb` (load balancer), and `worker`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-cloudflare-account/index.ts",
            "line": 38
          },
          "name": "resources",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/integration-cloudflare-account/index:IntegrationCloudflareAccountConfig"
    },
    "@cdktn/provider-datadog.integrationConfluentAccount.IntegrationConfluentAccount": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_confluent_account datadog_integration_confluent_account}."
      },
      "fqn": "@cdktn/provider-datadog.integrationConfluentAccount.IntegrationConfluentAccount",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_confluent_account datadog_integration_confluent_account} Resource."
        },
        "locationInModule": {
          "filename": "src/integration-confluent-account/index.ts",
          "line": 70
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.integrationConfluentAccount.IntegrationConfluentAccountConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-confluent-account/index.ts",
        "line": 38
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a IntegrationConfluentAccount resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/integration-confluent-account/index.ts",
            "line": 55
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the IntegrationConfluentAccount to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_confluent_account#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing IntegrationConfluentAccount that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the IntegrationConfluentAccount to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-confluent-account/index.ts",
            "line": 134
          },
          "name": "resetTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-confluent-account/index.ts",
            "line": 146
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-confluent-account/index.ts",
            "line": 154
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "IntegrationConfluentAccount",
      "namespace": "integrationConfluentAccount",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-confluent-account/index.ts",
            "line": 43
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-confluent-account/index.ts",
            "line": 122
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-confluent-account/index.ts",
            "line": 104
          },
          "name": "apiKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-confluent-account/index.ts",
            "line": 117
          },
          "name": "apiSecretInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-confluent-account/index.ts",
            "line": 138
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-confluent-account/index.ts",
            "line": 97
          },
          "name": "apiKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-confluent-account/index.ts",
            "line": 110
          },
          "name": "apiSecret",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-confluent-account/index.ts",
            "line": 128
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/integration-confluent-account/index:IntegrationConfluentAccount"
    },
    "@cdktn/provider-datadog.integrationConfluentAccount.IntegrationConfluentAccountConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationConfluentAccount.IntegrationConfluentAccountConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-confluent-account/index.ts",
        "line": 14
      },
      "name": "IntegrationConfluentAccountConfig",
      "namespace": "integrationConfluentAccount",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_confluent_account#api_key IntegrationConfluentAccount#api_key}",
            "stability": "stable",
            "summary": "The API key associated with your Confluent account."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-confluent-account/index.ts",
            "line": 20
          },
          "name": "apiKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_confluent_account#api_secret IntegrationConfluentAccount#api_secret}",
            "stability": "stable",
            "summary": "The API secret associated with your Confluent account."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-confluent-account/index.ts",
            "line": 26
          },
          "name": "apiSecret",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_confluent_account#tags IntegrationConfluentAccount#tags}",
            "stability": "stable",
            "summary": "A list of strings representing tags. Can be a single key, or key-value pairs separated by a colon."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-confluent-account/index.ts",
            "line": 32
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/integration-confluent-account/index:IntegrationConfluentAccountConfig"
    },
    "@cdktn/provider-datadog.integrationConfluentResource.IntegrationConfluentResource": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_confluent_resource datadog_integration_confluent_resource}."
      },
      "fqn": "@cdktn/provider-datadog.integrationConfluentResource.IntegrationConfluentResource",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_confluent_resource datadog_integration_confluent_resource} Resource."
        },
        "locationInModule": {
          "filename": "src/integration-confluent-resource/index.ts",
          "line": 82
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.integrationConfluentResource.IntegrationConfluentResourceConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-confluent-resource/index.ts",
        "line": 50
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a IntegrationConfluentResource resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/integration-confluent-resource/index.ts",
            "line": 67
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the IntegrationConfluentResource to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_confluent_resource#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing IntegrationConfluentResource that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the IntegrationConfluentResource to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-confluent-resource/index.ts",
            "line": 130
          },
          "name": "resetEnableCustomMetrics"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-confluent-resource/index.ts",
            "line": 164
          },
          "name": "resetResourceType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-confluent-resource/index.ts",
            "line": 180
          },
          "name": "resetTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-confluent-resource/index.ts",
            "line": 192
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-confluent-resource/index.ts",
            "line": 202
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "IntegrationConfluentResource",
      "namespace": "integrationConfluentResource",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-confluent-resource/index.ts",
            "line": 55
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-confluent-resource/index.ts",
            "line": 139
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-confluent-resource/index.ts",
            "line": 118
          },
          "name": "accountIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-confluent-resource/index.ts",
            "line": 134
          },
          "name": "enableCustomMetricsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-confluent-resource/index.ts",
            "line": 152
          },
          "name": "resourceIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-confluent-resource/index.ts",
            "line": 168
          },
          "name": "resourceTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-confluent-resource/index.ts",
            "line": 184
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-confluent-resource/index.ts",
            "line": 111
          },
          "name": "accountId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-confluent-resource/index.ts",
            "line": 124
          },
          "name": "enableCustomMetrics",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-confluent-resource/index.ts",
            "line": 145
          },
          "name": "resourceId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-confluent-resource/index.ts",
            "line": 158
          },
          "name": "resourceType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-confluent-resource/index.ts",
            "line": 174
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/integration-confluent-resource/index:IntegrationConfluentResource"
    },
    "@cdktn/provider-datadog.integrationConfluentResource.IntegrationConfluentResourceConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationConfluentResource.IntegrationConfluentResourceConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-confluent-resource/index.ts",
        "line": 14
      },
      "name": "IntegrationConfluentResourceConfig",
      "namespace": "integrationConfluentResource",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_confluent_resource#account_id IntegrationConfluentResource#account_id}",
            "stability": "stable",
            "summary": "Confluent Account ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-confluent-resource/index.ts",
            "line": 20
          },
          "name": "accountId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_confluent_resource#resource_id IntegrationConfluentResource#resource_id}",
            "stability": "stable",
            "summary": "The ID associated with a Confluent resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-confluent-resource/index.ts",
            "line": 32
          },
          "name": "resourceId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_confluent_resource#enable_custom_metrics IntegrationConfluentResource#enable_custom_metrics}",
            "stability": "stable",
            "summary": "Enable the `custom.consumer_lag_offset` metric, which contains extra metric tags. Defaults to `false`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-confluent-resource/index.ts",
            "line": 26
          },
          "name": "enableCustomMetrics",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_confluent_resource#resource_type IntegrationConfluentResource#resource_type}",
            "stability": "stable",
            "summary": "The resource type of the Resource. Can be `kafka`, `connector`, `ksql`, or `schema_registry`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-confluent-resource/index.ts",
            "line": 38
          },
          "name": "resourceType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_confluent_resource#tags IntegrationConfluentResource#tags}",
            "stability": "stable",
            "summary": "A list of strings representing tags. Can be a single key, or key-value pairs separated by a colon."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-confluent-resource/index.ts",
            "line": 44
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/integration-confluent-resource/index:IntegrationConfluentResourceConfig"
    },
    "@cdktn/provider-datadog.integrationFastlyAccount.IntegrationFastlyAccount": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_fastly_account datadog_integration_fastly_account}."
      },
      "fqn": "@cdktn/provider-datadog.integrationFastlyAccount.IntegrationFastlyAccount",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_fastly_account datadog_integration_fastly_account} Resource."
        },
        "locationInModule": {
          "filename": "src/integration-fastly-account/index.ts",
          "line": 76
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.integrationFastlyAccount.IntegrationFastlyAccountConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-fastly-account/index.ts",
        "line": 44
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a IntegrationFastlyAccount resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/integration-fastly-account/index.ts",
            "line": 61
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the IntegrationFastlyAccount to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_fastly_account#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing IntegrationFastlyAccount that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the IntegrationFastlyAccount to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-fastly-account/index.ts",
            "line": 110
          },
          "name": "resetApiKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-fastly-account/index.ts",
            "line": 126
          },
          "name": "resetApiKeyWo"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-fastly-account/index.ts",
            "line": 142
          },
          "name": "resetApiKeyWoVersion"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-fastly-account/index.ts",
            "line": 172
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-fastly-account/index.ts",
            "line": 181
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "IntegrationFastlyAccount",
      "namespace": "integrationFastlyAccount",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-fastly-account/index.ts",
            "line": 49
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-fastly-account/index.ts",
            "line": 151
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-fastly-account/index.ts",
            "line": 114
          },
          "name": "apiKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-fastly-account/index.ts",
            "line": 130
          },
          "name": "apiKeyWoInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-fastly-account/index.ts",
            "line": 146
          },
          "name": "apiKeyWoVersionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-fastly-account/index.ts",
            "line": 164
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-fastly-account/index.ts",
            "line": 104
          },
          "name": "apiKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-fastly-account/index.ts",
            "line": 120
          },
          "name": "apiKeyWo",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-fastly-account/index.ts",
            "line": 136
          },
          "name": "apiKeyWoVersion",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-fastly-account/index.ts",
            "line": 157
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-fastly-account/index:IntegrationFastlyAccount"
    },
    "@cdktn/provider-datadog.integrationFastlyAccount.IntegrationFastlyAccountConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationFastlyAccount.IntegrationFastlyAccountConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-fastly-account/index.ts",
        "line": 14
      },
      "name": "IntegrationFastlyAccountConfig",
      "namespace": "integrationFastlyAccount",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_fastly_account#name IntegrationFastlyAccount#name}",
            "stability": "stable",
            "summary": "The name of the Fastly account."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-fastly-account/index.ts",
            "line": 38
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_fastly_account#api_key IntegrationFastlyAccount#api_key}",
            "stability": "stable",
            "summary": "The API key for the Fastly account. Exactly one of `api_key` or `api_key_wo` must be set."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-fastly-account/index.ts",
            "line": 20
          },
          "name": "apiKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Exactly one of `api_key` or `api_key_wo` must be set. Must be used with `api_key_wo_version`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_fastly_account#api_key_wo IntegrationFastlyAccount#api_key_wo}",
            "stability": "stable",
            "summary": "Write-only API key for the Fastly account."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-fastly-account/index.ts",
            "line": 26
          },
          "name": "apiKeyWo",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_fastly_account#api_key_wo_version IntegrationFastlyAccount#api_key_wo_version}",
            "stability": "stable",
            "summary": "Version for `api_key_wo` rotation. Changing this triggers an update. String length must be at least 1."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-fastly-account/index.ts",
            "line": 32
          },
          "name": "apiKeyWoVersion",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-fastly-account/index:IntegrationFastlyAccountConfig"
    },
    "@cdktn/provider-datadog.integrationFastlyService.IntegrationFastlyService": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_fastly_service datadog_integration_fastly_service}."
      },
      "fqn": "@cdktn/provider-datadog.integrationFastlyService.IntegrationFastlyService",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_fastly_service datadog_integration_fastly_service} Resource."
        },
        "locationInModule": {
          "filename": "src/integration-fastly-service/index.ts",
          "line": 70
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.integrationFastlyService.IntegrationFastlyServiceConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-fastly-service/index.ts",
        "line": 38
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a IntegrationFastlyService resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/integration-fastly-service/index.ts",
            "line": 55
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the IntegrationFastlyService to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_fastly_service#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing IntegrationFastlyService that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the IntegrationFastlyService to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-fastly-service/index.ts",
            "line": 103
          },
          "name": "resetAccountId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-fastly-service/index.ts",
            "line": 137
          },
          "name": "resetTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-fastly-service/index.ts",
            "line": 149
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-fastly-service/index.ts",
            "line": 157
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "IntegrationFastlyService",
      "namespace": "integrationFastlyService",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-fastly-service/index.ts",
            "line": 43
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-fastly-service/index.ts",
            "line": 112
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-fastly-service/index.ts",
            "line": 107
          },
          "name": "accountIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-fastly-service/index.ts",
            "line": 125
          },
          "name": "serviceIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-fastly-service/index.ts",
            "line": 141
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-fastly-service/index.ts",
            "line": 97
          },
          "name": "accountId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-fastly-service/index.ts",
            "line": 118
          },
          "name": "serviceId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-fastly-service/index.ts",
            "line": 131
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/integration-fastly-service/index:IntegrationFastlyService"
    },
    "@cdktn/provider-datadog.integrationFastlyService.IntegrationFastlyServiceConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationFastlyService.IntegrationFastlyServiceConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-fastly-service/index.ts",
        "line": 14
      },
      "name": "IntegrationFastlyServiceConfig",
      "namespace": "integrationFastlyService",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_fastly_service#service_id IntegrationFastlyService#service_id}",
            "stability": "stable",
            "summary": "The ID of the Fastly service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-fastly-service/index.ts",
            "line": 26
          },
          "name": "serviceId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_fastly_service#account_id IntegrationFastlyService#account_id}",
            "stability": "stable",
            "summary": "Fastly Account id."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-fastly-service/index.ts",
            "line": 20
          },
          "name": "accountId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_fastly_service#tags IntegrationFastlyService#tags}",
            "stability": "stable",
            "summary": "A list of tags for the Fastly service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-fastly-service/index.ts",
            "line": 32
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/integration-fastly-service/index:IntegrationFastlyServiceConfig"
    },
    "@cdktn/provider-datadog.integrationGcp.IntegrationGcp": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp datadog_integration_gcp}."
      },
      "fqn": "@cdktn/provider-datadog.integrationGcp.IntegrationGcp",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp datadog_integration_gcp} Resource."
        },
        "locationInModule": {
          "filename": "src/integration-gcp/index.ts",
          "line": 279
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.integrationGcp.IntegrationGcpConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-gcp/index.ts",
        "line": 247
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a IntegrationGcp resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 264
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the IntegrationGcp to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing IntegrationGcp that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the IntegrationGcp to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 446
          },
          "name": "putMonitoredResourceConfigs",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.integrationGcp.IntegrationGcpMonitoredResourceConfigs"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 322
          },
          "name": "resetAutomute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 364
          },
          "name": "resetCloudRunRevisionFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 380
          },
          "name": "resetCspmResourceCollectionEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 396
          },
          "name": "resetHostFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 417
          },
          "name": "resetIsResourceChangeCollectionEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 433
          },
          "name": "resetIsSecurityCommandCenterEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 449
          },
          "name": "resetMonitoredResourceConfigs"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 504
          },
          "name": "resetResourceCollectionEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 516
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 534
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "IntegrationGcp",
      "namespace": "integrationGcp",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 252
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 405
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 443
          },
          "name": "monitoredResourceConfigs",
          "type": {
            "fqn": "@cdktn/provider-datadog.integrationGcp.IntegrationGcpMonitoredResourceConfigsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 326
          },
          "name": "automuteInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 339
          },
          "name": "clientEmailInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 352
          },
          "name": "clientIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 368
          },
          "name": "cloudRunRevisionFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 384
          },
          "name": "cspmResourceCollectionEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 400
          },
          "name": "hostFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 421
          },
          "name": "isResourceChangeCollectionEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 437
          },
          "name": "isSecurityCommandCenterEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 453
          },
          "name": "monitoredResourceConfigsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.integrationGcp.IntegrationGcpMonitoredResourceConfigs"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 479
          },
          "name": "privateKeyIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 466
          },
          "name": "privateKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 492
          },
          "name": "projectIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 508
          },
          "name": "resourceCollectionEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 316
          },
          "name": "automute",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 332
          },
          "name": "clientEmail",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 345
          },
          "name": "clientId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 358
          },
          "name": "cloudRunRevisionFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 374
          },
          "name": "cspmResourceCollectionEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 390
          },
          "name": "hostFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 411
          },
          "name": "isResourceChangeCollectionEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 427
          },
          "name": "isSecurityCommandCenterEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 459
          },
          "name": "privateKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 472
          },
          "name": "privateKeyId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 485
          },
          "name": "projectId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 498
          },
          "name": "resourceCollectionEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/integration-gcp/index:IntegrationGcp"
    },
    "@cdktn/provider-datadog.integrationGcp.IntegrationGcpConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationGcp.IntegrationGcpConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-gcp/index.ts",
        "line": 14
      },
      "name": "IntegrationGcpConfig",
      "namespace": "integrationGcp",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp#client_email IntegrationGcp#client_email}",
            "stability": "stable",
            "summary": "Your email found in your JSON service account key."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 26
          },
          "name": "clientEmail",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp#client_id IntegrationGcp#client_id}",
            "stability": "stable",
            "summary": "Your ID found in your JSON service account key."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 32
          },
          "name": "clientId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp#private_key IntegrationGcp#private_key}",
            "stability": "stable",
            "summary": "Your private key name found in your JSON service account key."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 74
          },
          "name": "privateKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp#private_key_id IntegrationGcp#private_key_id}",
            "stability": "stable",
            "summary": "Your private key ID found in your JSON service account key."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 80
          },
          "name": "privateKeyId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp#project_id IntegrationGcp#project_id}",
            "stability": "stable",
            "summary": "Your Google Cloud project ID found in your JSON service account key."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 86
          },
          "name": "projectId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp#automute IntegrationGcp#automute}",
            "stability": "stable",
            "summary": "Silence monitors for expected GCE instance shutdowns. Defaults to `false`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 20
          },
          "name": "automute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Only Cloud Run revision resources that apply to specified filters are imported into Datadog.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp#cloud_run_revision_filters IntegrationGcp#cloud_run_revision_filters}",
            "stability": "stable",
            "summary": "List of filters to limit the Cloud Run revisions that are pulled into Datadog by using tags."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 38
          },
          "name": "cloudRunRevisionFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "If enabled, requires `resource_collection_enabled` to also be enabled. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp#cspm_resource_collection_enabled IntegrationGcp#cspm_resource_collection_enabled}",
            "stability": "stable",
            "summary": "Whether Datadog collects cloud security posture management resources from your GCP project."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 44
          },
          "name": "cspmResourceCollectionEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Only VM instance resources that apply to specified filters are imported into Datadog.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp#host_filters IntegrationGcp#host_filters}",
            "stability": "stable",
            "summary": "List of filters to limit the VM instances that are pulled into Datadog by using tags."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 50
          },
          "name": "hostFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp#is_resource_change_collection_enabled IntegrationGcp#is_resource_change_collection_enabled}",
            "stability": "stable",
            "summary": "When enabled, Datadog scans for all resource change data in your Google Cloud environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 56
          },
          "name": "isResourceChangeCollectionEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Note: This requires additional permissions on the service account. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp#is_security_command_center_enabled IntegrationGcp#is_security_command_center_enabled}",
            "stability": "stable",
            "summary": "When enabled, Datadog will attempt to collect Security Command Center Findings."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 62
          },
          "name": "isSecurityCommandCenterEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp#monitored_resource_configs IntegrationGcp#monitored_resource_configs}",
            "stability": "stable",
            "summary": "Configurations for GCP monitored resources. Only monitored resources that apply to specified filters are imported into Datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 68
          },
          "name": "monitoredResourceConfigs",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.integrationGcp.IntegrationGcpMonitoredResourceConfigs"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp#resource_collection_enabled IntegrationGcp#resource_collection_enabled}",
            "stability": "stable",
            "summary": "When enabled, Datadog scans for all resources in your GCP environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 92
          },
          "name": "resourceCollectionEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/integration-gcp/index:IntegrationGcpConfig"
    },
    "@cdktn/provider-datadog.integrationGcp.IntegrationGcpMonitoredResourceConfigs": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationGcp.IntegrationGcpMonitoredResourceConfigs",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-gcp/index.ts",
        "line": 94
      },
      "name": "IntegrationGcpMonitoredResourceConfigs",
      "namespace": "integrationGcp",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp#filters IntegrationGcp#filters}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 98
          },
          "name": "filters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp#type IntegrationGcp#type}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 102
          },
          "name": "type",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-gcp/index:IntegrationGcpMonitoredResourceConfigs"
    },
    "@cdktn/provider-datadog.integrationGcp.IntegrationGcpMonitoredResourceConfigsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationGcp.IntegrationGcpMonitoredResourceConfigsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/integration-gcp/index.ts",
          "line": 232
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-gcp/index.ts",
        "line": 224
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 239
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.integrationGcp.IntegrationGcpMonitoredResourceConfigsOutputReference"
            }
          }
        }
      ],
      "name": "IntegrationGcpMonitoredResourceConfigsList",
      "namespace": "integrationGcp",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 225
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.integrationGcp.IntegrationGcpMonitoredResourceConfigs"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/integration-gcp/index:IntegrationGcpMonitoredResourceConfigsList"
    },
    "@cdktn/provider-datadog.integrationGcp.IntegrationGcpMonitoredResourceConfigsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationGcp.IntegrationGcpMonitoredResourceConfigsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/integration-gcp/index.ts",
          "line": 151
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-gcp/index.ts",
        "line": 141
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 199
          },
          "name": "resetFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 215
          },
          "name": "resetType"
        }
      ],
      "name": "IntegrationGcpMonitoredResourceConfigsOutputReference",
      "namespace": "integrationGcp",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 203
          },
          "name": "filtersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 219
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 193
          },
          "name": "filters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 209
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp/index.ts",
            "line": 155
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.integrationGcp.IntegrationGcpMonitoredResourceConfigs"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/integration-gcp/index:IntegrationGcpMonitoredResourceConfigsOutputReference"
    },
    "@cdktn/provider-datadog.integrationGcpSts.IntegrationGcpSts": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp_sts datadog_integration_gcp_sts}."
      },
      "fqn": "@cdktn/provider-datadog.integrationGcpSts.IntegrationGcpSts",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp_sts datadog_integration_gcp_sts} Resource."
        },
        "locationInModule": {
          "filename": "src/integration-gcp-sts/index.ts",
          "line": 470
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.integrationGcpSts.IntegrationGcpStsConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-gcp-sts/index.ts",
        "line": 438
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a IntegrationGcpSts resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 455
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the IntegrationGcpSts to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp_sts#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing IntegrationGcpSts that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the IntegrationGcpSts to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 678
          },
          "name": "putMetricNamespaceConfigs",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.integrationGcpSts.IntegrationGcpStsMetricNamespaceConfigs"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 694
          },
          "name": "putMonitoredResourceConfigs",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.integrationGcpSts.IntegrationGcpStsMonitoredResourceConfigs"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 514
          },
          "name": "resetAccountTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 530
          },
          "name": "resetAutomute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 559
          },
          "name": "resetCloudRunRevisionFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 580
          },
          "name": "resetHostFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 601
          },
          "name": "resetIsCspmEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 617
          },
          "name": "resetIsGlobalLocationEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 633
          },
          "name": "resetIsPerProjectQuotaEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 649
          },
          "name": "resetIsResourceChangeCollectionEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 665
          },
          "name": "resetIsSecurityCommandCenterEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 681
          },
          "name": "resetMetricNamespaceConfigs"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 697
          },
          "name": "resetMonitoredResourceConfigs"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 713
          },
          "name": "resetRegionFilterConfigs"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 729
          },
          "name": "resetResourceCollectionEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 741
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 760
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "IntegrationGcpSts",
      "namespace": "integrationGcpSts",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 443
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 568
          },
          "name": "delegateAccountEmail",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 589
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 675
          },
          "name": "metricNamespaceConfigs",
          "type": {
            "fqn": "@cdktn/provider-datadog.integrationGcpSts.IntegrationGcpStsMetricNamespaceConfigsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 691
          },
          "name": "monitoredResourceConfigs",
          "type": {
            "fqn": "@cdktn/provider-datadog.integrationGcpSts.IntegrationGcpStsMonitoredResourceConfigsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 518
          },
          "name": "accountTagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 534
          },
          "name": "automuteInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 547
          },
          "name": "clientEmailInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 563
          },
          "name": "cloudRunRevisionFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 584
          },
          "name": "hostFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 605
          },
          "name": "isCspmEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 621
          },
          "name": "isGlobalLocationEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 637
          },
          "name": "isPerProjectQuotaEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 653
          },
          "name": "isResourceChangeCollectionEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 669
          },
          "name": "isSecurityCommandCenterEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 685
          },
          "name": "metricNamespaceConfigsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.integrationGcpSts.IntegrationGcpStsMetricNamespaceConfigs"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 701
          },
          "name": "monitoredResourceConfigsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.integrationGcpSts.IntegrationGcpStsMonitoredResourceConfigs"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 717
          },
          "name": "regionFilterConfigsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 733
          },
          "name": "resourceCollectionEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 508
          },
          "name": "accountTags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 524
          },
          "name": "automute",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 540
          },
          "name": "clientEmail",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 553
          },
          "name": "cloudRunRevisionFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 574
          },
          "name": "hostFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 595
          },
          "name": "isCspmEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 611
          },
          "name": "isGlobalLocationEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 627
          },
          "name": "isPerProjectQuotaEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 643
          },
          "name": "isResourceChangeCollectionEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 659
          },
          "name": "isSecurityCommandCenterEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 707
          },
          "name": "regionFilterConfigs",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 723
          },
          "name": "resourceCollectionEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/integration-gcp-sts/index:IntegrationGcpSts"
    },
    "@cdktn/provider-datadog.integrationGcpSts.IntegrationGcpStsConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationGcpSts.IntegrationGcpStsConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-gcp-sts/index.ts",
        "line": 14
      },
      "name": "IntegrationGcpStsConfig",
      "namespace": "integrationGcpSts",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp_sts#client_email IntegrationGcpSts#client_email}",
            "stability": "stable",
            "summary": "Your service account email address."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 32
          },
          "name": "clientEmail",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp_sts#account_tags IntegrationGcpSts#account_tags}",
            "stability": "stable",
            "summary": "Tags to be associated with GCP metrics and service checks from your account."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 20
          },
          "name": "accountTags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp_sts#automute IntegrationGcpSts#automute}",
            "stability": "stable",
            "summary": "Silence monitors for expected GCE instance shutdowns."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 26
          },
          "name": "automute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Only Cloud Run revision resources that apply to specified filters are imported into Datadog.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp_sts#cloud_run_revision_filters IntegrationGcpSts#cloud_run_revision_filters}",
            "stability": "stable",
            "summary": "List of filters to limit the Cloud Run revisions that are pulled into Datadog by using tags."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 38
          },
          "name": "cloudRunRevisionFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Only VM instance resources that apply to specified filters are imported into Datadog.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp_sts#host_filters IntegrationGcpSts#host_filters}",
            "stability": "stable",
            "summary": "List of filters to limit the VM instances that are pulled into Datadog by using tags."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 44
          },
          "name": "hostFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "If enabled, requires `resource_collection_enabled` to also be enabled.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp_sts#is_cspm_enabled IntegrationGcpSts#is_cspm_enabled}",
            "stability": "stable",
            "summary": "Whether Datadog collects cloud security posture management resources from your GCP project."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 50
          },
          "name": "isCspmEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp_sts#is_global_location_enabled IntegrationGcpSts#is_global_location_enabled}",
            "stability": "stable",
            "summary": "When enabled, Datadog collects metrics where location is explicitly stated as 'global' or where location information cannot be deduced from GCP."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 56
          },
          "name": "isGlobalLocationEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp_sts#is_per_project_quota_enabled IntegrationGcpSts#is_per_project_quota_enabled}",
            "stability": "stable",
            "summary": "When enabled, Datadog includes the `X-Goog-User-Project` header to attribute Google Cloud billing and quota usage to the monitored project instead of the default service account project."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 62
          },
          "name": "isPerProjectQuotaEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp_sts#is_resource_change_collection_enabled IntegrationGcpSts#is_resource_change_collection_enabled}",
            "stability": "stable",
            "summary": "When enabled, Datadog scans for all resource change data in your Google Cloud environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 68
          },
          "name": "isResourceChangeCollectionEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Note: This requires additional permissions on the service account. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp_sts#is_security_command_center_enabled IntegrationGcpSts#is_security_command_center_enabled}",
            "stability": "stable",
            "summary": "When enabled, Datadog will attempt to collect Security Command Center Findings."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 74
          },
          "name": "isSecurityCommandCenterEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp_sts#metric_namespace_configs IntegrationGcpSts#metric_namespace_configs}",
            "stability": "stable",
            "summary": "Configurations for GCP metric namespaces."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 80
          },
          "name": "metricNamespaceConfigs",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.integrationGcpSts.IntegrationGcpStsMetricNamespaceConfigs"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp_sts#monitored_resource_configs IntegrationGcpSts#monitored_resource_configs}",
            "stability": "stable",
            "summary": "Configurations for GCP monitored resources. Only monitored resources that apply to specified filters are imported into Datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 86
          },
          "name": "monitoredResourceConfigs",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.integrationGcpSts.IntegrationGcpStsMonitoredResourceConfigs"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Only monitored resources that match the specified regions are imported into Datadog. By default, Datadog collects from all locations.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp_sts#region_filter_configs IntegrationGcpSts#region_filter_configs}",
            "stability": "stable",
            "summary": "Configurations for GCP location filtering, such as region, multi-region, or zone."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 92
          },
          "name": "regionFilterConfigs",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp_sts#resource_collection_enabled IntegrationGcpSts#resource_collection_enabled}",
            "stability": "stable",
            "summary": "When enabled, Datadog scans for all resources in your GCP environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 98
          },
          "name": "resourceCollectionEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/integration-gcp-sts/index:IntegrationGcpStsConfig"
    },
    "@cdktn/provider-datadog.integrationGcpSts.IntegrationGcpStsMetricNamespaceConfigs": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationGcpSts.IntegrationGcpStsMetricNamespaceConfigs",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-gcp-sts/index.ts",
        "line": 100
      },
      "name": "IntegrationGcpStsMetricNamespaceConfigs",
      "namespace": "integrationGcpSts",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp_sts#disabled IntegrationGcpSts#disabled}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 104
          },
          "name": "disabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp_sts#filters IntegrationGcpSts#filters}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 108
          },
          "name": "filters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp_sts#id IntegrationGcpSts#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 115
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-gcp-sts/index:IntegrationGcpStsMetricNamespaceConfigs"
    },
    "@cdktn/provider-datadog.integrationGcpSts.IntegrationGcpStsMetricNamespaceConfigsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationGcpSts.IntegrationGcpStsMetricNamespaceConfigsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/integration-gcp-sts/index.ts",
          "line": 274
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-gcp-sts/index.ts",
        "line": 266
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 281
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.integrationGcpSts.IntegrationGcpStsMetricNamespaceConfigsOutputReference"
            }
          }
        }
      ],
      "name": "IntegrationGcpStsMetricNamespaceConfigsList",
      "namespace": "integrationGcpSts",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 267
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.integrationGcpSts.IntegrationGcpStsMetricNamespaceConfigs"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/integration-gcp-sts/index:IntegrationGcpStsMetricNamespaceConfigsList"
    },
    "@cdktn/provider-datadog.integrationGcpSts.IntegrationGcpStsMetricNamespaceConfigsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationGcpSts.IntegrationGcpStsMetricNamespaceConfigsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/integration-gcp-sts/index.ts",
          "line": 171
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-gcp-sts/index.ts",
        "line": 161
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 225
          },
          "name": "resetDisabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 241
          },
          "name": "resetFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 257
          },
          "name": "resetId"
        }
      ],
      "name": "IntegrationGcpStsMetricNamespaceConfigsOutputReference",
      "namespace": "integrationGcpSts",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 229
          },
          "name": "disabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 245
          },
          "name": "filtersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 261
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 219
          },
          "name": "disabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 235
          },
          "name": "filters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 251
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 175
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.integrationGcpSts.IntegrationGcpStsMetricNamespaceConfigs"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/integration-gcp-sts/index:IntegrationGcpStsMetricNamespaceConfigsOutputReference"
    },
    "@cdktn/provider-datadog.integrationGcpSts.IntegrationGcpStsMonitoredResourceConfigs": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationGcpSts.IntegrationGcpStsMonitoredResourceConfigs",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-gcp-sts/index.ts",
        "line": 285
      },
      "name": "IntegrationGcpStsMonitoredResourceConfigs",
      "namespace": "integrationGcpSts",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp_sts#filters IntegrationGcpSts#filters}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 289
          },
          "name": "filters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_gcp_sts#type IntegrationGcpSts#type}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 293
          },
          "name": "type",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-gcp-sts/index:IntegrationGcpStsMonitoredResourceConfigs"
    },
    "@cdktn/provider-datadog.integrationGcpSts.IntegrationGcpStsMonitoredResourceConfigsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationGcpSts.IntegrationGcpStsMonitoredResourceConfigsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/integration-gcp-sts/index.ts",
          "line": 423
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-gcp-sts/index.ts",
        "line": 415
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 430
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.integrationGcpSts.IntegrationGcpStsMonitoredResourceConfigsOutputReference"
            }
          }
        }
      ],
      "name": "IntegrationGcpStsMonitoredResourceConfigsList",
      "namespace": "integrationGcpSts",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 416
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.integrationGcpSts.IntegrationGcpStsMonitoredResourceConfigs"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/integration-gcp-sts/index:IntegrationGcpStsMonitoredResourceConfigsList"
    },
    "@cdktn/provider-datadog.integrationGcpSts.IntegrationGcpStsMonitoredResourceConfigsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationGcpSts.IntegrationGcpStsMonitoredResourceConfigsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/integration-gcp-sts/index.ts",
          "line": 342
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-gcp-sts/index.ts",
        "line": 332
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 390
          },
          "name": "resetFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 406
          },
          "name": "resetType"
        }
      ],
      "name": "IntegrationGcpStsMonitoredResourceConfigsOutputReference",
      "namespace": "integrationGcpSts",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 394
          },
          "name": "filtersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 410
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 384
          },
          "name": "filters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 400
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-gcp-sts/index.ts",
            "line": 346
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.integrationGcpSts.IntegrationGcpStsMonitoredResourceConfigs"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/integration-gcp-sts/index:IntegrationGcpStsMonitoredResourceConfigsOutputReference"
    },
    "@cdktn/provider-datadog.integrationMsTeamsTenantBasedHandle.IntegrationMsTeamsTenantBasedHandle": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_ms_teams_tenant_based_handle datadog_integration_ms_teams_tenant_based_handle}."
      },
      "fqn": "@cdktn/provider-datadog.integrationMsTeamsTenantBasedHandle.IntegrationMsTeamsTenantBasedHandle",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_ms_teams_tenant_based_handle datadog_integration_ms_teams_tenant_based_handle} Resource."
        },
        "locationInModule": {
          "filename": "src/integration-ms-teams-tenant-based-handle/index.ts",
          "line": 76
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.integrationMsTeamsTenantBasedHandle.IntegrationMsTeamsTenantBasedHandleConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-ms-teams-tenant-based-handle/index.ts",
        "line": 44
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a IntegrationMsTeamsTenantBasedHandle resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/integration-ms-teams-tenant-based-handle/index.ts",
            "line": 61
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the IntegrationMsTeamsTenantBasedHandle to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_ms_teams_tenant_based_handle#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing IntegrationMsTeamsTenantBasedHandle that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the IntegrationMsTeamsTenantBasedHandle to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-ms-teams-tenant-based-handle/index.ts",
            "line": 163
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-ms-teams-tenant-based-handle/index.ts",
            "line": 172
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "IntegrationMsTeamsTenantBasedHandle",
      "namespace": "integrationMsTeamsTenantBasedHandle",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-ms-teams-tenant-based-handle/index.ts",
            "line": 49
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-ms-teams-tenant-based-handle/index.ts",
            "line": 116
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-ms-teams-tenant-based-handle/index.ts",
            "line": 111
          },
          "name": "channelNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-ms-teams-tenant-based-handle/index.ts",
            "line": 129
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-ms-teams-tenant-based-handle/index.ts",
            "line": 142
          },
          "name": "teamNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-ms-teams-tenant-based-handle/index.ts",
            "line": 155
          },
          "name": "tenantNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-ms-teams-tenant-based-handle/index.ts",
            "line": 104
          },
          "name": "channelName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-ms-teams-tenant-based-handle/index.ts",
            "line": 122
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-ms-teams-tenant-based-handle/index.ts",
            "line": 135
          },
          "name": "teamName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-ms-teams-tenant-based-handle/index.ts",
            "line": 148
          },
          "name": "tenantName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-ms-teams-tenant-based-handle/index:IntegrationMsTeamsTenantBasedHandle"
    },
    "@cdktn/provider-datadog.integrationMsTeamsTenantBasedHandle.IntegrationMsTeamsTenantBasedHandleConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationMsTeamsTenantBasedHandle.IntegrationMsTeamsTenantBasedHandleConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-ms-teams-tenant-based-handle/index.ts",
        "line": 14
      },
      "name": "IntegrationMsTeamsTenantBasedHandleConfig",
      "namespace": "integrationMsTeamsTenantBasedHandle",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_ms_teams_tenant_based_handle#channel_name IntegrationMsTeamsTenantBasedHandle#channel_name}",
            "stability": "stable",
            "summary": "Your channel name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-ms-teams-tenant-based-handle/index.ts",
            "line": 20
          },
          "name": "channelName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_ms_teams_tenant_based_handle#name IntegrationMsTeamsTenantBasedHandle#name}",
            "stability": "stable",
            "summary": "Your tenant-based handle name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-ms-teams-tenant-based-handle/index.ts",
            "line": 26
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_ms_teams_tenant_based_handle#team_name IntegrationMsTeamsTenantBasedHandle#team_name}",
            "stability": "stable",
            "summary": "Your team name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-ms-teams-tenant-based-handle/index.ts",
            "line": 32
          },
          "name": "teamName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_ms_teams_tenant_based_handle#tenant_name IntegrationMsTeamsTenantBasedHandle#tenant_name}",
            "stability": "stable",
            "summary": "Your tenant name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-ms-teams-tenant-based-handle/index.ts",
            "line": 38
          },
          "name": "tenantName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-ms-teams-tenant-based-handle/index:IntegrationMsTeamsTenantBasedHandleConfig"
    },
    "@cdktn/provider-datadog.integrationMsTeamsWorkflowsWebhookHandle.IntegrationMsTeamsWorkflowsWebhookHandle": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_ms_teams_workflows_webhook_handle datadog_integration_ms_teams_workflows_webhook_handle}."
      },
      "fqn": "@cdktn/provider-datadog.integrationMsTeamsWorkflowsWebhookHandle.IntegrationMsTeamsWorkflowsWebhookHandle",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_ms_teams_workflows_webhook_handle datadog_integration_ms_teams_workflows_webhook_handle} Resource."
        },
        "locationInModule": {
          "filename": "src/integration-ms-teams-workflows-webhook-handle/index.ts",
          "line": 64
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.integrationMsTeamsWorkflowsWebhookHandle.IntegrationMsTeamsWorkflowsWebhookHandleConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-ms-teams-workflows-webhook-handle/index.ts",
        "line": 32
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a IntegrationMsTeamsWorkflowsWebhookHandle resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/integration-ms-teams-workflows-webhook-handle/index.ts",
            "line": 49
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the IntegrationMsTeamsWorkflowsWebhookHandle to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_ms_teams_workflows_webhook_handle#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing IntegrationMsTeamsWorkflowsWebhookHandle that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the IntegrationMsTeamsWorkflowsWebhookHandle to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-ms-teams-workflows-webhook-handle/index.ts",
            "line": 123
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-ms-teams-workflows-webhook-handle/index.ts",
            "line": 130
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "IntegrationMsTeamsWorkflowsWebhookHandle",
      "namespace": "integrationMsTeamsWorkflowsWebhookHandle",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-ms-teams-workflows-webhook-handle/index.ts",
            "line": 37
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-ms-teams-workflows-webhook-handle/index.ts",
            "line": 89
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-ms-teams-workflows-webhook-handle/index.ts",
            "line": 102
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-ms-teams-workflows-webhook-handle/index.ts",
            "line": 115
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-ms-teams-workflows-webhook-handle/index.ts",
            "line": 95
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-ms-teams-workflows-webhook-handle/index.ts",
            "line": 108
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-ms-teams-workflows-webhook-handle/index:IntegrationMsTeamsWorkflowsWebhookHandle"
    },
    "@cdktn/provider-datadog.integrationMsTeamsWorkflowsWebhookHandle.IntegrationMsTeamsWorkflowsWebhookHandleConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationMsTeamsWorkflowsWebhookHandle.IntegrationMsTeamsWorkflowsWebhookHandleConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-ms-teams-workflows-webhook-handle/index.ts",
        "line": 14
      },
      "name": "IntegrationMsTeamsWorkflowsWebhookHandleConfig",
      "namespace": "integrationMsTeamsWorkflowsWebhookHandle",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_ms_teams_workflows_webhook_handle#name IntegrationMsTeamsWorkflowsWebhookHandle#name}",
            "stability": "stable",
            "summary": "Your Microsoft Workflows webhook handle name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-ms-teams-workflows-webhook-handle/index.ts",
            "line": 20
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_ms_teams_workflows_webhook_handle#url IntegrationMsTeamsWorkflowsWebhookHandle#url}",
            "stability": "stable",
            "summary": "Your Microsoft Workflows webhook URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-ms-teams-workflows-webhook-handle/index.ts",
            "line": 26
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-ms-teams-workflows-webhook-handle/index:IntegrationMsTeamsWorkflowsWebhookHandleConfig"
    },
    "@cdktn/provider-datadog.integrationOpsgenieServiceObject.IntegrationOpsgenieServiceObject": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_opsgenie_service_object datadog_integration_opsgenie_service_object}."
      },
      "fqn": "@cdktn/provider-datadog.integrationOpsgenieServiceObject.IntegrationOpsgenieServiceObject",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_opsgenie_service_object datadog_integration_opsgenie_service_object} Resource."
        },
        "locationInModule": {
          "filename": "src/integration-opsgenie-service-object/index.ts",
          "line": 83
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.integrationOpsgenieServiceObject.IntegrationOpsgenieServiceObjectConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-opsgenie-service-object/index.ts",
        "line": 51
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a IntegrationOpsgenieServiceObject resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/integration-opsgenie-service-object/index.ts",
            "line": 68
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the IntegrationOpsgenieServiceObject to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_opsgenie_service_object#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing IntegrationOpsgenieServiceObject that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the IntegrationOpsgenieServiceObject to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-opsgenie-service-object/index.ts",
            "line": 118
          },
          "name": "resetCustomUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-opsgenie-service-object/index.ts",
            "line": 134
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-opsgenie-service-object/index.ts",
            "line": 185
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-opsgenie-service-object/index.ts",
            "line": 195
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "IntegrationOpsgenieServiceObject",
      "namespace": "integrationOpsgenieServiceObject",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-opsgenie-service-object/index.ts",
            "line": 56
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-opsgenie-service-object/index.ts",
            "line": 122
          },
          "name": "customUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-opsgenie-service-object/index.ts",
            "line": 138
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-opsgenie-service-object/index.ts",
            "line": 151
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-opsgenie-service-object/index.ts",
            "line": 164
          },
          "name": "opsgenieApiKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-opsgenie-service-object/index.ts",
            "line": 177
          },
          "name": "regionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-opsgenie-service-object/index.ts",
            "line": 112
          },
          "name": "customUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-opsgenie-service-object/index.ts",
            "line": 128
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-opsgenie-service-object/index.ts",
            "line": 144
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-opsgenie-service-object/index.ts",
            "line": 157
          },
          "name": "opsgenieApiKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-opsgenie-service-object/index.ts",
            "line": 170
          },
          "name": "region",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-opsgenie-service-object/index:IntegrationOpsgenieServiceObject"
    },
    "@cdktn/provider-datadog.integrationOpsgenieServiceObject.IntegrationOpsgenieServiceObjectConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationOpsgenieServiceObject.IntegrationOpsgenieServiceObjectConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-opsgenie-service-object/index.ts",
        "line": 14
      },
      "name": "IntegrationOpsgenieServiceObjectConfig",
      "namespace": "integrationOpsgenieServiceObject",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_opsgenie_service_object#name IntegrationOpsgenieServiceObject#name}",
            "stability": "stable",
            "summary": "The name for the Opsgenie service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-opsgenie-service-object/index.ts",
            "line": 33
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Note: Since the Datadog API never returns Opsgenie API keys, it is impossible to detect [drifts](https://www.hashicorp.com/blog/detecting-and-managing-drift-with-terraform). The best way to solve a drift is to manually mark the Service Object resource with [terraform taint](https://www.terraform.io/docs/commands/taint.html) to have it destroyed and recreated.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_opsgenie_service_object#opsgenie_api_key IntegrationOpsgenieServiceObject#opsgenie_api_key}",
            "stability": "stable",
            "summary": "The Opsgenie API key for the Opsgenie service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-opsgenie-service-object/index.ts",
            "line": 39
          },
          "name": "opsgenieApiKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_opsgenie_service_object#region IntegrationOpsgenieServiceObject#region}",
            "stability": "stable",
            "summary": "The region for the Opsgenie service. Valid values are `us`, `eu`, `custom`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-opsgenie-service-object/index.ts",
            "line": 45
          },
          "name": "region",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_opsgenie_service_object#custom_url IntegrationOpsgenieServiceObject#custom_url}",
            "stability": "stable",
            "summary": "The custom url for a custom region."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-opsgenie-service-object/index.ts",
            "line": 20
          },
          "name": "customUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_opsgenie_service_object#id IntegrationOpsgenieServiceObject#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-opsgenie-service-object/index.ts",
            "line": 27
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-opsgenie-service-object/index:IntegrationOpsgenieServiceObjectConfig"
    },
    "@cdktn/provider-datadog.integrationPagerduty.IntegrationPagerduty": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_pagerduty datadog_integration_pagerduty}."
      },
      "fqn": "@cdktn/provider-datadog.integrationPagerduty.IntegrationPagerduty",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_pagerduty datadog_integration_pagerduty} Resource."
        },
        "locationInModule": {
          "filename": "src/integration-pagerduty/index.ts",
          "line": 77
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.integrationPagerduty.IntegrationPagerdutyConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-pagerduty/index.ts",
        "line": 45
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a IntegrationPagerduty resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/integration-pagerduty/index.ts",
            "line": 62
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the IntegrationPagerduty to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_pagerduty#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing IntegrationPagerduty that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the IntegrationPagerduty to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-pagerduty/index.ts",
            "line": 111
          },
          "name": "resetApiToken"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-pagerduty/index.ts",
            "line": 127
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-pagerduty/index.ts",
            "line": 143
          },
          "name": "resetSchedules"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-pagerduty/index.ts",
            "line": 168
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-pagerduty/index.ts",
            "line": 177
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "IntegrationPagerduty",
      "namespace": "integrationPagerduty",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-pagerduty/index.ts",
            "line": 50
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-pagerduty/index.ts",
            "line": 115
          },
          "name": "apiTokenInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-pagerduty/index.ts",
            "line": 131
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-pagerduty/index.ts",
            "line": 147
          },
          "name": "schedulesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-pagerduty/index.ts",
            "line": 160
          },
          "name": "subdomainInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-pagerduty/index.ts",
            "line": 105
          },
          "name": "apiToken",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-pagerduty/index.ts",
            "line": 121
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-pagerduty/index.ts",
            "line": 137
          },
          "name": "schedules",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-pagerduty/index.ts",
            "line": 153
          },
          "name": "subdomain",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-pagerduty/index:IntegrationPagerduty"
    },
    "@cdktn/provider-datadog.integrationPagerduty.IntegrationPagerdutyConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationPagerduty.IntegrationPagerdutyConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-pagerduty/index.ts",
        "line": 14
      },
      "name": "IntegrationPagerdutyConfig",
      "namespace": "integrationPagerduty",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_pagerduty#subdomain IntegrationPagerduty#subdomain}",
            "stability": "stable",
            "summary": "Your PagerDuty account’s personalized subdomain name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-pagerduty/index.ts",
            "line": 39
          },
          "name": "subdomain",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_pagerduty#api_token IntegrationPagerduty#api_token}",
            "stability": "stable",
            "summary": "Your PagerDuty API token."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-pagerduty/index.ts",
            "line": 20
          },
          "name": "apiToken",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_pagerduty#id IntegrationPagerduty#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-pagerduty/index.ts",
            "line": 27
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_pagerduty#schedules IntegrationPagerduty#schedules}",
            "stability": "stable",
            "summary": "Array of your schedule URLs."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-pagerduty/index.ts",
            "line": 33
          },
          "name": "schedules",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/integration-pagerduty/index:IntegrationPagerdutyConfig"
    },
    "@cdktn/provider-datadog.integrationPagerdutyServiceObject.IntegrationPagerdutyServiceObject": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_pagerduty_service_object datadog_integration_pagerduty_service_object}."
      },
      "fqn": "@cdktn/provider-datadog.integrationPagerdutyServiceObject.IntegrationPagerdutyServiceObject",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_pagerduty_service_object datadog_integration_pagerduty_service_object} Resource."
        },
        "locationInModule": {
          "filename": "src/integration-pagerduty-service-object/index.ts",
          "line": 71
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.integrationPagerdutyServiceObject.IntegrationPagerdutyServiceObjectConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-pagerduty-service-object/index.ts",
        "line": 39
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a IntegrationPagerdutyServiceObject resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/integration-pagerduty-service-object/index.ts",
            "line": 56
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the IntegrationPagerdutyServiceObject to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_pagerduty_service_object#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing IntegrationPagerdutyServiceObject that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the IntegrationPagerdutyServiceObject to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-pagerduty-service-object/index.ts",
            "line": 104
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-pagerduty-service-object/index.ts",
            "line": 142
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-pagerduty-service-object/index.ts",
            "line": 150
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "IntegrationPagerdutyServiceObject",
      "namespace": "integrationPagerdutyServiceObject",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-pagerduty-service-object/index.ts",
            "line": 44
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-pagerduty-service-object/index.ts",
            "line": 108
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-pagerduty-service-object/index.ts",
            "line": 121
          },
          "name": "serviceKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-pagerduty-service-object/index.ts",
            "line": 134
          },
          "name": "serviceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-pagerduty-service-object/index.ts",
            "line": 98
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-pagerduty-service-object/index.ts",
            "line": 114
          },
          "name": "serviceKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-pagerduty-service-object/index.ts",
            "line": 127
          },
          "name": "serviceName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-pagerduty-service-object/index:IntegrationPagerdutyServiceObject"
    },
    "@cdktn/provider-datadog.integrationPagerdutyServiceObject.IntegrationPagerdutyServiceObjectConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationPagerdutyServiceObject.IntegrationPagerdutyServiceObjectConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-pagerduty-service-object/index.ts",
        "line": 14
      },
      "name": "IntegrationPagerdutyServiceObjectConfig",
      "namespace": "integrationPagerdutyServiceObject",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "This key may also be referred to as an Integration Key or Routing Key in the Pagerduty Integration [documentation](https://www.pagerduty.com/docs/guides/datadog-integration-guide/), UI, and within the [Pagerduty Provider for Terraform](https://registry.terraform.io/providers/PagerDuty/pagerduty/latest/docs/resources/service_integration#integration_key) Note: Since the Datadog API never returns service keys, it is impossible to detect [drifts](https://www.hashicorp.com/blog/detecting-and-managing-drift-with-terraform). The best way to solve a drift is to manually mark the Service Object resource with [terraform taint](https://www.terraform.io/docs/commands/taint.html) to have it destroyed and recreated.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_pagerduty_service_object#service_key IntegrationPagerdutyServiceObject#service_key}",
            "stability": "stable",
            "summary": "Your Service name associated service key in PagerDuty."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-pagerduty-service-object/index.ts",
            "line": 27
          },
          "name": "serviceKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_pagerduty_service_object#service_name IntegrationPagerdutyServiceObject#service_name}",
            "stability": "stable",
            "summary": "Your Service name in PagerDuty."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-pagerduty-service-object/index.ts",
            "line": 33
          },
          "name": "serviceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_pagerduty_service_object#id IntegrationPagerdutyServiceObject#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-pagerduty-service-object/index.ts",
            "line": 21
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-pagerduty-service-object/index:IntegrationPagerdutyServiceObjectConfig"
    },
    "@cdktn/provider-datadog.integrationSlackChannel.IntegrationSlackChannel": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_slack_channel datadog_integration_slack_channel}."
      },
      "fqn": "@cdktn/provider-datadog.integrationSlackChannel.IntegrationSlackChannel",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_slack_channel datadog_integration_slack_channel} Resource."
        },
        "locationInModule": {
          "filename": "src/integration-slack-channel/index.ts",
          "line": 303
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.integrationSlackChannel.IntegrationSlackChannelConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-slack-channel/index.ts",
        "line": 271
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a IntegrationSlackChannel resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 288
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the IntegrationSlackChannel to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_slack_channel#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing IntegrationSlackChannel that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the IntegrationSlackChannel to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 376
          },
          "name": "putDisplay",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.integrationSlackChannel.IntegrationSlackChannelDisplay"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 363
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 388
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 397
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "IntegrationSlackChannel",
      "namespace": "integrationSlackChannel",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 276
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 373
          },
          "name": "display",
          "type": {
            "fqn": "@cdktn/provider-datadog.integrationSlackChannel.IntegrationSlackChannelDisplayOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 338
          },
          "name": "accountNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 351
          },
          "name": "channelNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 380
          },
          "name": "displayInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.integrationSlackChannel.IntegrationSlackChannelDisplay"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 367
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 331
          },
          "name": "accountName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 344
          },
          "name": "channelName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 357
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-slack-channel/index:IntegrationSlackChannel"
    },
    "@cdktn/provider-datadog.integrationSlackChannel.IntegrationSlackChannelConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationSlackChannel.IntegrationSlackChannelConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-slack-channel/index.ts",
        "line": 14
      },
      "name": "IntegrationSlackChannelConfig",
      "namespace": "integrationSlackChannel",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_slack_channel#account_name IntegrationSlackChannel#account_name}",
            "stability": "stable",
            "summary": "Slack account name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 20
          },
          "name": "accountName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_slack_channel#channel_name IntegrationSlackChannel#channel_name}",
            "stability": "stable",
            "summary": "Slack channel name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 26
          },
          "name": "channelName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_slack_channel#display IntegrationSlackChannel#display}",
            "stability": "stable",
            "summary": "display block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 39
          },
          "name": "display",
          "type": {
            "fqn": "@cdktn/provider-datadog.integrationSlackChannel.IntegrationSlackChannelDisplay"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_slack_channel#id IntegrationSlackChannel#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 33
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/integration-slack-channel/index:IntegrationSlackChannelConfig"
    },
    "@cdktn/provider-datadog.integrationSlackChannel.IntegrationSlackChannelDisplay": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationSlackChannel.IntegrationSlackChannelDisplay",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/integration-slack-channel/index.ts",
        "line": 41
      },
      "name": "IntegrationSlackChannelDisplay",
      "namespace": "integrationSlackChannel",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_slack_channel#message IntegrationSlackChannel#message}",
            "stability": "stable",
            "summary": "Show the main body of the alert event. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 47
          },
          "name": "message",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_slack_channel#mute_buttons IntegrationSlackChannel#mute_buttons}",
            "stability": "stable",
            "summary": "Show interactive buttons to mute the alerting monitor. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 53
          },
          "name": "muteButtons",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "custom": {
              "": "-handles in the alert event. Defaults to `true`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_slack_channel#notified IntegrationSlackChannel#notified}"
            },
            "stability": "stable",
            "summary": "Show the list of."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 59
          },
          "name": "notified",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_slack_channel#snapshot IntegrationSlackChannel#snapshot}",
            "stability": "stable",
            "summary": "Show the alert event's snapshot image. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 65
          },
          "name": "snapshot",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/integration_slack_channel#tags IntegrationSlackChannel#tags}",
            "stability": "stable",
            "summary": "Show the scopes on which the monitor alerted. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 71
          },
          "name": "tags",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/integration-slack-channel/index:IntegrationSlackChannelDisplay"
    },
    "@cdktn/provider-datadog.integrationSlackChannel.IntegrationSlackChannelDisplayOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.integrationSlackChannel.IntegrationSlackChannelDisplayOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/integration-slack-channel/index.ts",
          "line": 138
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/integration-slack-channel/index.ts",
        "line": 131
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 195
          },
          "name": "resetMessage"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 211
          },
          "name": "resetMuteButtons"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 227
          },
          "name": "resetNotified"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 243
          },
          "name": "resetSnapshot"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 259
          },
          "name": "resetTags"
        }
      ],
      "name": "IntegrationSlackChannelDisplayOutputReference",
      "namespace": "integrationSlackChannel",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 199
          },
          "name": "messageInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 215
          },
          "name": "muteButtonsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 231
          },
          "name": "notifiedInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 247
          },
          "name": "snapshotInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 263
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 189
          },
          "name": "message",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 205
          },
          "name": "muteButtons",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 221
          },
          "name": "notified",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 237
          },
          "name": "snapshot",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 253
          },
          "name": "tags",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/integration-slack-channel/index.ts",
            "line": 142
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.integrationSlackChannel.IntegrationSlackChannelDisplay"
          }
        }
      ],
      "symbolId": "src/integration-slack-channel/index:IntegrationSlackChannelDisplayOutputReference"
    },
    "@cdktn/provider-datadog.ipAllowlist.IpAllowlist": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/ip_allowlist datadog_ip_allowlist}."
      },
      "fqn": "@cdktn/provider-datadog.ipAllowlist.IpAllowlist",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/ip_allowlist datadog_ip_allowlist} Resource."
        },
        "locationInModule": {
          "filename": "src/ip-allowlist/index.ts",
          "line": 214
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.ipAllowlist.IpAllowlistConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/ip-allowlist/index.ts",
        "line": 182
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a IpAllowlist resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/ip-allowlist/index.ts",
            "line": 199
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the IpAllowlist to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/ip_allowlist#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing IpAllowlist that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the IpAllowlist to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/ip-allowlist/index.ts",
            "line": 261
          },
          "name": "putEntry",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.ipAllowlist.IpAllowlistEntry"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/ip-allowlist/index.ts",
            "line": 264
          },
          "name": "resetEntry"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/ip-allowlist/index.ts",
            "line": 276
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/ip-allowlist/index.ts",
            "line": 283
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "IpAllowlist",
      "namespace": "ipAllowlist",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/ip-allowlist/index.ts",
            "line": 187
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/ip-allowlist/index.ts",
            "line": 258
          },
          "name": "entry",
          "type": {
            "fqn": "@cdktn/provider-datadog.ipAllowlist.IpAllowlistEntryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/ip-allowlist/index.ts",
            "line": 252
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/ip-allowlist/index.ts",
            "line": 247
          },
          "name": "enabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/ip-allowlist/index.ts",
            "line": 268
          },
          "name": "entryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.ipAllowlist.IpAllowlistEntry"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/ip-allowlist/index.ts",
            "line": 240
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/ip-allowlist/index:IpAllowlist"
    },
    "@cdktn/provider-datadog.ipAllowlist.IpAllowlistConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.ipAllowlist.IpAllowlistConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/ip-allowlist/index.ts",
        "line": 14
      },
      "name": "IpAllowlistConfig",
      "namespace": "ipAllowlist",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/ip_allowlist#enabled IpAllowlist#enabled}",
            "stability": "stable",
            "summary": "Whether the IP Allowlist is enabled."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/ip-allowlist/index.ts",
            "line": 20
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/ip_allowlist#entry IpAllowlist#entry}",
            "stability": "stable",
            "summary": "entry block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/ip-allowlist/index.ts",
            "line": 26
          },
          "name": "entry",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.ipAllowlist.IpAllowlistEntry"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/ip-allowlist/index:IpAllowlistConfig"
    },
    "@cdktn/provider-datadog.ipAllowlist.IpAllowlistEntry": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.ipAllowlist.IpAllowlistEntry",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/ip-allowlist/index.ts",
        "line": 28
      },
      "name": "IpAllowlistEntry",
      "namespace": "ipAllowlist",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/ip_allowlist#cidr_block IpAllowlist#cidr_block}",
            "stability": "stable",
            "summary": "IP address or range of addresses. String must be a valid CIDR block or IP address."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/ip-allowlist/index.ts",
            "line": 34
          },
          "name": "cidrBlock",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/ip_allowlist#note IpAllowlist#note}",
            "stability": "stable",
            "summary": "Note accompanying IP address."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/ip-allowlist/index.ts",
            "line": 40
          },
          "name": "note",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/ip-allowlist/index:IpAllowlistEntry"
    },
    "@cdktn/provider-datadog.ipAllowlist.IpAllowlistEntryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.ipAllowlist.IpAllowlistEntryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/ip-allowlist/index.ts",
          "line": 167
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/ip-allowlist/index.ts",
        "line": 159
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/ip-allowlist/index.ts",
            "line": 174
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.ipAllowlist.IpAllowlistEntryOutputReference"
            }
          }
        }
      ],
      "name": "IpAllowlistEntryList",
      "namespace": "ipAllowlist",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/ip-allowlist/index.ts",
            "line": 160
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.ipAllowlist.IpAllowlistEntry"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/ip-allowlist/index:IpAllowlistEntryList"
    },
    "@cdktn/provider-datadog.ipAllowlist.IpAllowlistEntryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.ipAllowlist.IpAllowlistEntryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/ip-allowlist/index.ts",
          "line": 89
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/ip-allowlist/index.ts",
        "line": 79
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/ip-allowlist/index.ts",
            "line": 150
          },
          "name": "resetNote"
        }
      ],
      "name": "IpAllowlistEntryOutputReference",
      "namespace": "ipAllowlist",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/ip-allowlist/index.ts",
            "line": 138
          },
          "name": "cidrBlockInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/ip-allowlist/index.ts",
            "line": 154
          },
          "name": "noteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/ip-allowlist/index.ts",
            "line": 131
          },
          "name": "cidrBlock",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/ip-allowlist/index.ts",
            "line": 144
          },
          "name": "note",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/ip-allowlist/index.ts",
            "line": 93
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.ipAllowlist.IpAllowlistEntry"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/ip-allowlist/index:IpAllowlistEntryOutputReference"
    },
    "@cdktn/provider-datadog.logsArchive.LogsArchive": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_archive datadog_logs_archive}."
      },
      "fqn": "@cdktn/provider-datadog.logsArchive.LogsArchive",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_archive datadog_logs_archive} Resource."
        },
        "locationInModule": {
          "filename": "src/logs-archive/index.ts",
          "line": 793
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.logsArchive.LogsArchiveConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-archive/index.ts",
        "line": 761
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a LogsArchive resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 778
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the LogsArchive to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_archive#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing LogsArchive that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the LogsArchive to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 919
          },
          "name": "putAzureArchive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsArchive.LogsArchiveAzureArchive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 935
          },
          "name": "putGcsArchive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsArchive.LogsArchiveGcsArchive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 951
          },
          "name": "putS3Archive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsArchive.LogsArchiveS3Archive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 922
          },
          "name": "resetAzureArchive"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 938
          },
          "name": "resetGcsArchive"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 832
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 848
          },
          "name": "resetIncludeTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 890
          },
          "name": "resetRehydrationMaxScanSizeInGb"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 906
          },
          "name": "resetRehydrationTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 954
          },
          "name": "resetS3Archive"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 966
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 980
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "LogsArchive",
      "namespace": "logsArchive",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 766
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 916
          },
          "name": "azureArchive",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsArchive.LogsArchiveAzureArchiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 932
          },
          "name": "gcsArchive",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsArchive.LogsArchiveGcsArchiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 948
          },
          "name": "s3Archive",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsArchive.LogsArchiveS3ArchiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 926
          },
          "name": "azureArchiveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsArchive.LogsArchiveAzureArchive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 942
          },
          "name": "gcsArchiveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsArchive.LogsArchiveGcsArchive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 836
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 852
          },
          "name": "includeTagsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 865
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 878
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 894
          },
          "name": "rehydrationMaxScanSizeInGbInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 910
          },
          "name": "rehydrationTagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 958
          },
          "name": "s3ArchiveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsArchive.LogsArchiveS3Archive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 826
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 842
          },
          "name": "includeTags",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 858
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 871
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 884
          },
          "name": "rehydrationMaxScanSizeInGb",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 900
          },
          "name": "rehydrationTags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/logs-archive/index:LogsArchive"
    },
    "@cdktn/provider-datadog.logsArchive.LogsArchiveAzureArchive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsArchive.LogsArchiveAzureArchive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-archive/index.ts",
        "line": 71
      },
      "name": "LogsArchiveAzureArchive",
      "namespace": "logsArchive",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_archive#client_id LogsArchive#client_id}",
            "stability": "stable",
            "summary": "Your client id."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 77
          },
          "name": "clientId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_archive#container LogsArchive#container}",
            "stability": "stable",
            "summary": "The container where the archive is stored."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 83
          },
          "name": "container",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_archive#storage_account LogsArchive#storage_account}",
            "stability": "stable",
            "summary": "The associated storage account."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 95
          },
          "name": "storageAccount",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_archive#tenant_id LogsArchive#tenant_id}",
            "stability": "stable",
            "summary": "Your tenant id."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 101
          },
          "name": "tenantId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_archive#path LogsArchive#path}",
            "stability": "stable",
            "summary": "The path where the archive is stored."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 89
          },
          "name": "path",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-archive/index:LogsArchiveAzureArchive"
    },
    "@cdktn/provider-datadog.logsArchive.LogsArchiveAzureArchiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsArchive.LogsArchiveAzureArchiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-archive/index.ts",
          "line": 168
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-archive/index.ts",
        "line": 161
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 251
          },
          "name": "resetPath"
        }
      ],
      "name": "LogsArchiveAzureArchiveOutputReference",
      "namespace": "logsArchive",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 226
          },
          "name": "clientIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 239
          },
          "name": "containerInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 255
          },
          "name": "pathInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 268
          },
          "name": "storageAccountInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 281
          },
          "name": "tenantIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 219
          },
          "name": "clientId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 232
          },
          "name": "container",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 245
          },
          "name": "path",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 261
          },
          "name": "storageAccount",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 274
          },
          "name": "tenantId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 172
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsArchive.LogsArchiveAzureArchive"
          }
        }
      ],
      "symbolId": "src/logs-archive/index:LogsArchiveAzureArchiveOutputReference"
    },
    "@cdktn/provider-datadog.logsArchive.LogsArchiveConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsArchive.LogsArchiveConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-archive/index.ts",
        "line": 14
      },
      "name": "LogsArchiveConfig",
      "namespace": "logsArchive",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_archive#name LogsArchive#name}",
            "stability": "stable",
            "summary": "Your archive name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 33
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_archive#query LogsArchive#query}",
            "stability": "stable",
            "summary": "The archive query/filter. Logs matching this query are included in the archive."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 39
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_archive#azure_archive LogsArchive#azure_archive}",
            "stability": "stable",
            "summary": "azure_archive block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 57
          },
          "name": "azureArchive",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsArchive.LogsArchiveAzureArchive"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_archive#gcs_archive LogsArchive#gcs_archive}",
            "stability": "stable",
            "summary": "gcs_archive block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 63
          },
          "name": "gcsArchive",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsArchive.LogsArchiveGcsArchive"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_archive#id LogsArchive#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 21
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "If it is set to `false`, the tags will be dropped when the logs are sent to the archive. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_archive#include_tags LogsArchive#include_tags}",
            "stability": "stable",
            "summary": "To store the tags in the archive, set the value `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 27
          },
          "name": "includeTags",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_archive#rehydration_max_scan_size_in_gb LogsArchive#rehydration_max_scan_size_in_gb}",
            "stability": "stable",
            "summary": "To limit the rehydration scan size for the archive, set a value in GB."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 45
          },
          "name": "rehydrationMaxScanSizeInGb",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_archive#rehydration_tags LogsArchive#rehydration_tags}",
            "stability": "stable",
            "summary": "An array of tags to add to rehydrated logs from an archive."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 51
          },
          "name": "rehydrationTags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_archive#s3_archive LogsArchive#s3_archive}",
            "stability": "stable",
            "summary": "s3_archive block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 69
          },
          "name": "s3Archive",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsArchive.LogsArchiveS3Archive"
          }
        }
      ],
      "symbolId": "src/logs-archive/index:LogsArchiveConfig"
    },
    "@cdktn/provider-datadog.logsArchive.LogsArchiveGcsArchive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsArchive.LogsArchiveGcsArchive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-archive/index.ts",
        "line": 285
      },
      "name": "LogsArchiveGcsArchive",
      "namespace": "logsArchive",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_archive#bucket LogsArchive#bucket}",
            "stability": "stable",
            "summary": "Name of your GCS bucket."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 291
          },
          "name": "bucket",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_archive#client_email LogsArchive#client_email}",
            "stability": "stable",
            "summary": "Your client email."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 297
          },
          "name": "clientEmail",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_archive#path LogsArchive#path}",
            "stability": "stable",
            "summary": "Path where the archive is stored."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 303
          },
          "name": "path",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_archive#project_id LogsArchive#project_id}",
            "stability": "stable",
            "summary": "Your project id."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 309
          },
          "name": "projectId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-archive/index:LogsArchiveGcsArchive"
    },
    "@cdktn/provider-datadog.logsArchive.LogsArchiveGcsArchiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsArchive.LogsArchiveGcsArchiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-archive/index.ts",
          "line": 369
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-archive/index.ts",
        "line": 362
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 446
          },
          "name": "resetPath"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 462
          },
          "name": "resetProjectId"
        }
      ],
      "name": "LogsArchiveGcsArchiveOutputReference",
      "namespace": "logsArchive",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 421
          },
          "name": "bucketInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 434
          },
          "name": "clientEmailInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 450
          },
          "name": "pathInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 466
          },
          "name": "projectIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 414
          },
          "name": "bucket",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 427
          },
          "name": "clientEmail",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 440
          },
          "name": "path",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 456
          },
          "name": "projectId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 373
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsArchive.LogsArchiveGcsArchive"
          }
        }
      ],
      "symbolId": "src/logs-archive/index:LogsArchiveGcsArchiveOutputReference"
    },
    "@cdktn/provider-datadog.logsArchive.LogsArchiveS3Archive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsArchive.LogsArchiveS3Archive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-archive/index.ts",
        "line": 470
      },
      "name": "LogsArchiveS3Archive",
      "namespace": "logsArchive",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_archive#account_id LogsArchive#account_id}",
            "stability": "stable",
            "summary": "Your AWS account id."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 476
          },
          "name": "accountId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_archive#bucket LogsArchive#bucket}",
            "stability": "stable",
            "summary": "Name of your s3 bucket."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 482
          },
          "name": "bucket",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_archive#role_name LogsArchive#role_name}",
            "stability": "stable",
            "summary": "Your AWS role name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 506
          },
          "name": "roleName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_archive#encryption_key LogsArchive#encryption_key}",
            "stability": "stable",
            "summary": "The AWS KMS encryption key."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 488
          },
          "name": "encryptionKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_archive#encryption_type LogsArchive#encryption_type}",
            "stability": "stable",
            "summary": "The type of encryption on your archive. Valid values are `NO_OVERRIDE`, `SSE_S3`, `SSE_KMS`. Defaults to `\"NO_OVERRIDE\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 494
          },
          "name": "encryptionType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_archive#path LogsArchive#path}",
            "stability": "stable",
            "summary": "Path where the archive is stored."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 500
          },
          "name": "path",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `STANDARD`, `STANDARD_IA`, `ONEZONE_IA`, `INTELLIGENT_TIERING`, `GLACIER_IR`. Defaults to `\"STANDARD\"`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_archive#storage_class LogsArchive#storage_class}",
            "stability": "stable",
            "summary": "The AWS S3 storage class used to upload the logs."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 512
          },
          "name": "storageClass",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-archive/index:LogsArchiveS3Archive"
    },
    "@cdktn/provider-datadog.logsArchive.LogsArchiveS3ArchiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsArchive.LogsArchiveS3ArchiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-archive/index.ts",
          "line": 593
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-archive/index.ts",
        "line": 586
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 688
          },
          "name": "resetEncryptionKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 704
          },
          "name": "resetEncryptionType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 720
          },
          "name": "resetPath"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 749
          },
          "name": "resetStorageClass"
        }
      ],
      "name": "LogsArchiveS3ArchiveOutputReference",
      "namespace": "logsArchive",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 663
          },
          "name": "accountIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 676
          },
          "name": "bucketInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 692
          },
          "name": "encryptionKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 708
          },
          "name": "encryptionTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 724
          },
          "name": "pathInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 737
          },
          "name": "roleNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 753
          },
          "name": "storageClassInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 656
          },
          "name": "accountId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 669
          },
          "name": "bucket",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 682
          },
          "name": "encryptionKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 698
          },
          "name": "encryptionType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 714
          },
          "name": "path",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 730
          },
          "name": "roleName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 743
          },
          "name": "storageClass",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive/index.ts",
            "line": 597
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsArchive.LogsArchiveS3Archive"
          }
        }
      ],
      "symbolId": "src/logs-archive/index:LogsArchiveS3ArchiveOutputReference"
    },
    "@cdktn/provider-datadog.logsArchiveOrder.LogsArchiveOrder": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_archive_order datadog_logs_archive_order}."
      },
      "fqn": "@cdktn/provider-datadog.logsArchiveOrder.LogsArchiveOrder",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_archive_order datadog_logs_archive_order} Resource."
        },
        "locationInModule": {
          "filename": "src/logs-archive-order/index.ts",
          "line": 65
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.logsArchiveOrder.LogsArchiveOrderConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-archive-order/index.ts",
        "line": 33
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a LogsArchiveOrder resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/logs-archive-order/index.ts",
            "line": 50
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the LogsArchiveOrder to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_archive_order#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing LogsArchiveOrder that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the LogsArchiveOrder to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive-order/index.ts",
            "line": 97
          },
          "name": "resetArchiveIds"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive-order/index.ts",
            "line": 113
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive-order/index.ts",
            "line": 125
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive-order/index.ts",
            "line": 132
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "LogsArchiveOrder",
      "namespace": "logsArchiveOrder",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive-order/index.ts",
            "line": 38
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive-order/index.ts",
            "line": 101
          },
          "name": "archiveIdsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive-order/index.ts",
            "line": 117
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive-order/index.ts",
            "line": 91
          },
          "name": "archiveIds",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-archive-order/index.ts",
            "line": 107
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-archive-order/index:LogsArchiveOrder"
    },
    "@cdktn/provider-datadog.logsArchiveOrder.LogsArchiveOrderConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsArchiveOrder.LogsArchiveOrderConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-archive-order/index.ts",
        "line": 14
      },
      "name": "LogsArchiveOrderConfig",
      "namespace": "logsArchiveOrder",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "The order of archive IDs in this attribute defines the overall archive order for logs. If `archive_ids` is empty or not specified, it will import the actual archive order, and create the resource. Otherwise, it will try to update the order.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_archive_order#archive_ids LogsArchiveOrder#archive_ids}",
            "stability": "stable",
            "summary": "The archive IDs list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive-order/index.ts",
            "line": 20
          },
          "name": "archiveIds",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_archive_order#id LogsArchiveOrder#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-archive-order/index.ts",
            "line": 27
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-archive-order/index:LogsArchiveOrderConfig"
    },
    "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestination": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_destination datadog_logs_custom_destination}."
      },
      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestination",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_destination datadog_logs_custom_destination} Resource."
        },
        "locationInModule": {
          "filename": "src/logs-custom-destination/index.ts",
          "line": 1511
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-destination/index.ts",
        "line": 1479
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a LogsCustomDestination resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1496
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the LogsCustomDestination to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_destination#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing LogsCustomDestination that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the LogsCustomDestination to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1646
          },
          "name": "putElasticsearchDestination",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestination"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1662
          },
          "name": "putHttpDestination",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestination"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1678
          },
          "name": "putMicrosoftSentinelDestination",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationMicrosoftSentinelDestination"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1694
          },
          "name": "putSplunkDestination",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestination"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1649
          },
          "name": "resetElasticsearchDestination"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1551
          },
          "name": "resetEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1567
          },
          "name": "resetForwardTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1583
          },
          "name": "resetForwardTagsRestrictionList"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1599
          },
          "name": "resetForwardTagsRestrictionListType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1665
          },
          "name": "resetHttpDestination"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1681
          },
          "name": "resetMicrosoftSentinelDestination"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1633
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1697
          },
          "name": "resetSplunkDestination"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1709
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1724
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "LogsCustomDestination",
      "namespace": "logsCustomDestination",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1484
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1643
          },
          "name": "elasticsearchDestination",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1659
          },
          "name": "httpDestination",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1608
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1675
          },
          "name": "microsoftSentinelDestination",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationMicrosoftSentinelDestinationList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1691
          },
          "name": "splunkDestination",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestinationList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1653
          },
          "name": "elasticsearchDestinationInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestination"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1555
          },
          "name": "enabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1571
          },
          "name": "forwardTagsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1587
          },
          "name": "forwardTagsRestrictionListInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1603
          },
          "name": "forwardTagsRestrictionListTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1669
          },
          "name": "httpDestinationInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestination"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1685
          },
          "name": "microsoftSentinelDestinationInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationMicrosoftSentinelDestination"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1621
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1637
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1701
          },
          "name": "splunkDestinationInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestination"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1545
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1561
          },
          "name": "forwardTags",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1577
          },
          "name": "forwardTagsRestrictionList",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1593
          },
          "name": "forwardTagsRestrictionListType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1614
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1627
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-destination/index:LogsCustomDestination"
    },
    "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-destination/index.ts",
        "line": 14
      },
      "name": "LogsCustomDestinationConfig",
      "namespace": "logsCustomDestination",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_destination#name LogsCustomDestination#name}",
            "stability": "stable",
            "summary": "The custom destination name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 49
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_destination#elasticsearch_destination LogsCustomDestination#elasticsearch_destination}",
            "stability": "stable",
            "summary": "elasticsearch_destination block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 61
          },
          "name": "elasticsearchDestination",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestination"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_destination#enabled LogsCustomDestination#enabled}",
            "stability": "stable",
            "summary": "Whether logs matching this custom destination should be forwarded or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 20
          },
          "name": "enabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_destination#forward_tags LogsCustomDestination#forward_tags}",
            "stability": "stable",
            "summary": "Whether tags from the forwarded logs should be forwarded or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 26
          },
          "name": "forwardTags",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_destination#forward_tags_restriction_list LogsCustomDestination#forward_tags_restriction_list}",
            "stability": "stable",
            "summary": "List of [tag keys](https://docs.datadoghq.com/getting_started/tagging/#define-tags) to be filtered. \t\t\t\tAn empty list represents no restriction is in place and either all or no tags will be \t\t\t\tforwarded depending on `forward_tags_restriction_list_type` parameter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 34
          },
          "name": "forwardTagsRestrictionList",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "If `ALLOW_LIST`, then only tags whose keys on the forwarded logs match the ones on the restriction list\n\t\t\t\tare forwarded.\n\t\t\t\t`BLOCK_LIST` works the opposite way. It does not forward the tags matching the ones on the list. Valid values are `ALLOW_LIST`, `BLOCK_LIST`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_destination#forward_tags_restriction_list_type LogsCustomDestination#forward_tags_restriction_list_type}",
            "stability": "stable",
            "summary": "How the `forward_tags_restriction_list` parameter should be interpreted."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 43
          },
          "name": "forwardTagsRestrictionListType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_destination#http_destination LogsCustomDestination#http_destination}",
            "stability": "stable",
            "summary": "http_destination block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 67
          },
          "name": "httpDestination",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestination"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_destination#microsoft_sentinel_destination LogsCustomDestination#microsoft_sentinel_destination}",
            "stability": "stable",
            "summary": "microsoft_sentinel_destination block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 73
          },
          "name": "microsoftSentinelDestination",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationMicrosoftSentinelDestination"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_destination#query LogsCustomDestination#query}",
            "stability": "stable",
            "summary": "The custom destination query filter. Logs matching this query are forwarded to the destination."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 55
          },
          "name": "query",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_destination#splunk_destination LogsCustomDestination#splunk_destination}",
            "stability": "stable",
            "summary": "splunk_destination block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 79
          },
          "name": "splunkDestination",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestination"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationConfig"
    },
    "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestination": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestination",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-destination/index.ts",
        "line": 228
      },
      "name": "LogsCustomDestinationElasticsearchDestination",
      "namespace": "logsCustomDestination",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Must have HTTPS scheme. Forwarding back to Datadog is not allowed.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_destination#endpoint LogsCustomDestination#endpoint}",
            "stability": "stable",
            "summary": "The destination for which logs will be forwarded to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 234
          },
          "name": "endpoint",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_destination#index_name LogsCustomDestination#index_name}",
            "stability": "stable",
            "summary": "Name of the Elasticsearch index (must follow [Elasticsearch's criteria](https://www.elastic.co/guide/en/elasticsearch/reference/8.11/indices-create-index.html#indices-create-api-path-params))."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 240
          },
          "name": "indexName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_destination#basic_auth LogsCustomDestination#basic_auth}",
            "stability": "stable",
            "summary": "basic_auth block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 260
          },
          "name": "basicAuth",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationBasicAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "You can customize the index rotation naming pattern by choosing one of these options:\n\t\t\t\t\t\t\t- Hourly: 'yyyy-MM-dd-HH' (as an example, it would render: '2022-10-19-09')\n\t\t\t\t\t\t\t- Daily: 'yyyy-MM-dd' (as an example, it would render: '2022-10-19')\n\t\t\t\t\t\t\t- Weekly: 'yyyy-'W'ww' (as an example, it would render: '2022-W42')\n\t\t\t\t\t\t\t- Monthly: 'yyyy-MM' (as an example, it would render: '2022-10')\n\t\t\t\t\t\t\tIf this field is missing or is blank, it means that the index name will always be the same\n\t\t\t\t\t\t\t(that is, no rotation).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_destination#index_rotation LogsCustomDestination#index_rotation}",
            "stability": "stable",
            "summary": "Date pattern with US locale and UTC timezone to be appended to the index name after adding '-' \t\t\t\t\t\t\t(that is, '${index_name}-${indexPattern}')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 254
          },
          "name": "indexRotation",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationElasticsearchDestination"
    },
    "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationBasicAuth": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationBasicAuth",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-destination/index.ts",
        "line": 81
      },
      "name": "LogsCustomDestinationElasticsearchDestinationBasicAuth",
      "namespace": "logsCustomDestination",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_destination#password LogsCustomDestination#password}",
            "stability": "stable",
            "summary": "The password of the authentication. This field is not returned by the API."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 87
          },
          "name": "password",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_destination#username LogsCustomDestination#username}",
            "stability": "stable",
            "summary": "The username of the authentication. This field is not returned by the API."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 93
          },
          "name": "username",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationElasticsearchDestinationBasicAuth"
    },
    "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationBasicAuthList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationBasicAuthList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-destination/index.ts",
          "line": 217
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-destination/index.ts",
        "line": 209
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 224
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationBasicAuthOutputReference"
            }
          }
        }
      ],
      "name": "LogsCustomDestinationElasticsearchDestinationBasicAuthList",
      "namespace": "logsCustomDestination",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 210
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationBasicAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationElasticsearchDestinationBasicAuthList"
    },
    "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationBasicAuthOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationBasicAuthOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-destination/index.ts",
          "line": 142
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-destination/index.ts",
        "line": 132
      },
      "name": "LogsCustomDestinationElasticsearchDestinationBasicAuthOutputReference",
      "namespace": "logsCustomDestination",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 191
          },
          "name": "passwordInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 204
          },
          "name": "usernameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 184
          },
          "name": "password",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 197
          },
          "name": "username",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 146
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationBasicAuth"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationElasticsearchDestinationBasicAuthOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-destination/index.ts",
          "line": 442
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-destination/index.ts",
        "line": 434
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 449
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationOutputReference"
            }
          }
        }
      ],
      "name": "LogsCustomDestinationElasticsearchDestinationList",
      "namespace": "logsCustomDestination",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 435
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestination"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationElasticsearchDestinationList"
    },
    "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-destination/index.ts",
          "line": 323
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-destination/index.ts",
        "line": 313
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 422
          },
          "name": "putBasicAuth",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationBasicAuth"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 425
          },
          "name": "resetBasicAuth"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 409
          },
          "name": "resetIndexRotation"
        }
      ],
      "name": "LogsCustomDestinationElasticsearchDestinationOutputReference",
      "namespace": "logsCustomDestination",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 419
          },
          "name": "basicAuth",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationBasicAuthList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 429
          },
          "name": "basicAuthInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestinationBasicAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 384
          },
          "name": "endpointInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 397
          },
          "name": "indexNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 413
          },
          "name": "indexRotationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 377
          },
          "name": "endpoint",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 390
          },
          "name": "indexName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 403
          },
          "name": "indexRotation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 327
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationElasticsearchDestination"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationElasticsearchDestinationOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestination": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestination",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-destination/index.ts",
        "line": 747
      },
      "name": "LogsCustomDestinationHttpDestination",
      "namespace": "logsCustomDestination",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Must have HTTPS scheme. Forwarding back to Datadog is not allowed.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_destination#endpoint LogsCustomDestination#endpoint}",
            "stability": "stable",
            "summary": "The destination for which logs will be forwarded to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 753
          },
          "name": "endpoint",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_destination#basic_auth LogsCustomDestination#basic_auth}",
            "stability": "stable",
            "summary": "basic_auth block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 759
          },
          "name": "basicAuth",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationBasicAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_destination#custom_header_auth LogsCustomDestination#custom_header_auth}",
            "stability": "stable",
            "summary": "custom_header_auth block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 765
          },
          "name": "customHeaderAuth",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationCustomHeaderAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationHttpDestination"
    },
    "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationBasicAuth": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationBasicAuth",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-destination/index.ts",
        "line": 453
      },
      "name": "LogsCustomDestinationHttpDestinationBasicAuth",
      "namespace": "logsCustomDestination",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_destination#password LogsCustomDestination#password}",
            "stability": "stable",
            "summary": "The password of the authentication. This field is not returned by the API."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 459
          },
          "name": "password",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_destination#username LogsCustomDestination#username}",
            "stability": "stable",
            "summary": "The username of the authentication. This field is not returned by the API."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 465
          },
          "name": "username",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationHttpDestinationBasicAuth"
    },
    "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationBasicAuthList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationBasicAuthList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-destination/index.ts",
          "line": 589
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-destination/index.ts",
        "line": 581
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 596
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationBasicAuthOutputReference"
            }
          }
        }
      ],
      "name": "LogsCustomDestinationHttpDestinationBasicAuthList",
      "namespace": "logsCustomDestination",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 582
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationBasicAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationHttpDestinationBasicAuthList"
    },
    "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationBasicAuthOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationBasicAuthOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-destination/index.ts",
          "line": 514
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-destination/index.ts",
        "line": 504
      },
      "name": "LogsCustomDestinationHttpDestinationBasicAuthOutputReference",
      "namespace": "logsCustomDestination",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 563
          },
          "name": "passwordInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 576
          },
          "name": "usernameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 556
          },
          "name": "password",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 569
          },
          "name": "username",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 518
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationBasicAuth"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationHttpDestinationBasicAuthOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationCustomHeaderAuth": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationCustomHeaderAuth",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-destination/index.ts",
        "line": 600
      },
      "name": "LogsCustomDestinationHttpDestinationCustomHeaderAuth",
      "namespace": "logsCustomDestination",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_destination#header_name LogsCustomDestination#header_name}",
            "stability": "stable",
            "summary": "The header name of the authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 606
          },
          "name": "headerName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_destination#header_value LogsCustomDestination#header_value}",
            "stability": "stable",
            "summary": "The header value of the authentication. This field is not returned by the API."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 612
          },
          "name": "headerValue",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationHttpDestinationCustomHeaderAuth"
    },
    "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationCustomHeaderAuthList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationCustomHeaderAuthList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-destination/index.ts",
          "line": 736
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-destination/index.ts",
        "line": 728
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 743
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationCustomHeaderAuthOutputReference"
            }
          }
        }
      ],
      "name": "LogsCustomDestinationHttpDestinationCustomHeaderAuthList",
      "namespace": "logsCustomDestination",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 729
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationCustomHeaderAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationHttpDestinationCustomHeaderAuthList"
    },
    "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationCustomHeaderAuthOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationCustomHeaderAuthOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-destination/index.ts",
          "line": 661
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-destination/index.ts",
        "line": 651
      },
      "name": "LogsCustomDestinationHttpDestinationCustomHeaderAuthOutputReference",
      "namespace": "logsCustomDestination",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 710
          },
          "name": "headerNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 723
          },
          "name": "headerValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 703
          },
          "name": "headerName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 716
          },
          "name": "headerValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 665
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationCustomHeaderAuth"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationHttpDestinationCustomHeaderAuthOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-destination/index.ts",
          "line": 921
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-destination/index.ts",
        "line": 913
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 928
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationOutputReference"
            }
          }
        }
      ],
      "name": "LogsCustomDestinationHttpDestinationList",
      "namespace": "logsCustomDestination",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 914
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestination"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationHttpDestinationList"
    },
    "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-destination/index.ts",
          "line": 821
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-destination/index.ts",
        "line": 811
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 885
          },
          "name": "putBasicAuth",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationBasicAuth"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 901
          },
          "name": "putCustomHeaderAuth",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationCustomHeaderAuth"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 888
          },
          "name": "resetBasicAuth"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 904
          },
          "name": "resetCustomHeaderAuth"
        }
      ],
      "name": "LogsCustomDestinationHttpDestinationOutputReference",
      "namespace": "logsCustomDestination",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 882
          },
          "name": "basicAuth",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationBasicAuthList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 898
          },
          "name": "customHeaderAuth",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationCustomHeaderAuthList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 892
          },
          "name": "basicAuthInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationBasicAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 908
          },
          "name": "customHeaderAuthInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestinationCustomHeaderAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 876
          },
          "name": "endpointInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 869
          },
          "name": "endpoint",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 825
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationHttpDestination"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationHttpDestinationOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationMicrosoftSentinelDestination": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationMicrosoftSentinelDestination",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-destination/index.ts",
        "line": 932
      },
      "name": "LogsCustomDestinationMicrosoftSentinelDestination",
      "namespace": "logsCustomDestination",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_destination#client_id LogsCustomDestination#client_id}",
            "stability": "stable",
            "summary": "Client ID from the Datadog Azure Integration."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 938
          },
          "name": "clientId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_destination#data_collection_endpoint LogsCustomDestination#data_collection_endpoint}",
            "stability": "stable",
            "summary": "Azure Data Collection Endpoint."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 944
          },
          "name": "dataCollectionEndpoint",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_destination#data_collection_rule_id LogsCustomDestination#data_collection_rule_id}",
            "stability": "stable",
            "summary": "Azure Data Collection Rule ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 950
          },
          "name": "dataCollectionRuleId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_destination#stream_name LogsCustomDestination#stream_name}",
            "stability": "stable",
            "summary": "Azure stream name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 956
          },
          "name": "streamName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_destination#tenant_id LogsCustomDestination#tenant_id}",
            "stability": "stable",
            "summary": "Tenant ID from the Datadog Azure Integration."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 962
          },
          "name": "tenantId",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationMicrosoftSentinelDestination"
    },
    "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationMicrosoftSentinelDestinationList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationMicrosoftSentinelDestinationList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-destination/index.ts",
          "line": 1164
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-destination/index.ts",
        "line": 1156
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1171
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationMicrosoftSentinelDestinationOutputReference"
            }
          }
        }
      ],
      "name": "LogsCustomDestinationMicrosoftSentinelDestinationList",
      "namespace": "logsCustomDestination",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1157
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationMicrosoftSentinelDestination"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationMicrosoftSentinelDestinationList"
    },
    "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationMicrosoftSentinelDestinationOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationMicrosoftSentinelDestinationOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-destination/index.ts",
          "line": 1032
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-destination/index.ts",
        "line": 1022
      },
      "name": "LogsCustomDestinationMicrosoftSentinelDestinationOutputReference",
      "namespace": "logsCustomDestination",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1099
          },
          "name": "clientIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1112
          },
          "name": "dataCollectionEndpointInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1125
          },
          "name": "dataCollectionRuleIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1138
          },
          "name": "streamNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1151
          },
          "name": "tenantIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1092
          },
          "name": "clientId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1105
          },
          "name": "dataCollectionEndpoint",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1118
          },
          "name": "dataCollectionRuleId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1131
          },
          "name": "streamName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1144
          },
          "name": "tenantId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1036
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationMicrosoftSentinelDestination"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationMicrosoftSentinelDestinationOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestination": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestination",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-destination/index.ts",
        "line": 1293
      },
      "name": "LogsCustomDestinationSplunkDestination",
      "namespace": "logsCustomDestination",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_destination#access_token LogsCustomDestination#access_token}",
            "stability": "stable",
            "summary": "Access token of the Splunk HTTP Event Collector. This field is not returned by the API."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1299
          },
          "name": "accessToken",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Must have HTTPS scheme. Forwarding back to Datadog is not allowed.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_destination#endpoint LogsCustomDestination#endpoint}",
            "stability": "stable",
            "summary": "The destination for which logs will be forwarded to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1305
          },
          "name": "endpoint",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_destination#sourcetype LogsCustomDestination#sourcetype}",
            "stability": "stable",
            "summary": "sourcetype block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1311
          },
          "name": "sourcetype",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestinationSourcetype"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationSplunkDestination"
    },
    "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestinationList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestinationList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-destination/index.ts",
          "line": 1464
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-destination/index.ts",
        "line": 1456
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1471
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestinationOutputReference"
            }
          }
        }
      ],
      "name": "LogsCustomDestinationSplunkDestinationList",
      "namespace": "logsCustomDestination",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1457
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestination"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationSplunkDestinationList"
    },
    "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestinationOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestinationOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-destination/index.ts",
          "line": 1367
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-destination/index.ts",
        "line": 1357
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1444
          },
          "name": "putSourcetype",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestinationSourcetype"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1447
          },
          "name": "resetSourcetype"
        }
      ],
      "name": "LogsCustomDestinationSplunkDestinationOutputReference",
      "namespace": "logsCustomDestination",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1441
          },
          "name": "sourcetype",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestinationSourcetypeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1422
          },
          "name": "accessTokenInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1435
          },
          "name": "endpointInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1451
          },
          "name": "sourcetypeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestinationSourcetype"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1415
          },
          "name": "accessToken",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1428
          },
          "name": "endpoint",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1371
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestination"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationSplunkDestinationOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestinationSourcetype": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestinationSourcetype",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-destination/index.ts",
        "line": 1175
      },
      "name": "LogsCustomDestinationSplunkDestinationSourcetype",
      "namespace": "logsCustomDestination",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_destination#value LogsCustomDestination#value}",
            "stability": "stable",
            "summary": "The source type string. Set to `null` to omit the sourcetype from forwarded events."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1181
          },
          "name": "value",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationSplunkDestinationSourcetype"
    },
    "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestinationSourcetypeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestinationSourcetypeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-destination/index.ts",
          "line": 1282
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-destination/index.ts",
        "line": 1274
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1289
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestinationSourcetypeOutputReference"
            }
          }
        }
      ],
      "name": "LogsCustomDestinationSplunkDestinationSourcetypeList",
      "namespace": "logsCustomDestination",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1275
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestinationSourcetype"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationSplunkDestinationSourcetypeList"
    },
    "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestinationSourcetypeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestinationSourcetypeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-destination/index.ts",
          "line": 1223
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-destination/index.ts",
        "line": 1213
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1265
          },
          "name": "resetValue"
        }
      ],
      "name": "LogsCustomDestinationSplunkDestinationSourcetypeOutputReference",
      "namespace": "logsCustomDestination",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1269
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1259
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-destination/index.ts",
            "line": 1227
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.logsCustomDestination.LogsCustomDestinationSplunkDestinationSourcetype"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-destination/index:LogsCustomDestinationSplunkDestinationSourcetypeOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipeline": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline datadog_logs_custom_pipeline}."
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipeline",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline datadog_logs_custom_pipeline} Resource."
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 14397
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 14365
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a LogsCustomPipeline resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14382
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the LogsCustomPipeline to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing LogsCustomPipeline that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the LogsCustomPipeline to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14508
          },
          "name": "putFilter",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineFilter"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14521
          },
          "name": "putProcessor",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessor"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14434
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14450
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14466
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14524
          },
          "name": "resetProcessor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14495
          },
          "name": "resetTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14536
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14548
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "LogsCustomPipeline",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14370
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14505
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineFilterList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14518
          },
          "name": "processor",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14438
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14512
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14454
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14470
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14483
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14528
          },
          "name": "processorInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessor"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14499
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14428
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14444
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14460
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14476
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14489
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipeline"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 14
      },
      "name": "LogsCustomPipelineConfig",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#filter LogsCustomPipeline#filter}",
            "stability": "stable",
            "summary": "filter block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 43
          },
          "name": "filter",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 33
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#description LogsCustomPipeline#description}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 18
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#id LogsCustomPipeline#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 25
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 29
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#processor LogsCustomPipeline#processor}",
            "stability": "stable",
            "summary": "processor block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 49
          },
          "name": "processor",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessor"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#tags LogsCustomPipeline#tags}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 37
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineConfig"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineFilter": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 51
      },
      "name": "LogsCustomPipelineFilter",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#query LogsCustomPipeline#query}",
            "stability": "stable",
            "summary": "Filter criteria of the category."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 57
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineFilter"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineFilterList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineFilterList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 155
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 147
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 162
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineFilterOutputReference"
            }
          }
        }
      ],
      "name": "LogsCustomPipelineFilterList",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 148
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineFilterList"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineFilterOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 99
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 89
      },
      "name": "LogsCustomPipelineFilterOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 142
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 135
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 103
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineFilter"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineFilterOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessor": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessor",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 13578
      },
      "name": "LogsCustomPipelineProcessor",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#arithmetic_processor LogsCustomPipeline#arithmetic_processor}",
            "stability": "stable",
            "summary": "arithmetic_processor block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13584
          },
          "name": "arithmeticProcessor",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArithmeticProcessor"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#array_processor LogsCustomPipeline#array_processor}",
            "stability": "stable",
            "summary": "array_processor block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13590
          },
          "name": "arrayProcessor",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessor"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#attribute_remapper LogsCustomPipeline#attribute_remapper}",
            "stability": "stable",
            "summary": "attribute_remapper block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13596
          },
          "name": "attributeRemapper",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorAttributeRemapper"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#category_processor LogsCustomPipeline#category_processor}",
            "stability": "stable",
            "summary": "category_processor block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13602
          },
          "name": "categoryProcessor",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessor"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#date_remapper LogsCustomPipeline#date_remapper}",
            "stability": "stable",
            "summary": "date_remapper block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13608
          },
          "name": "dateRemapper",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorDateRemapper"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#decoder_processor LogsCustomPipeline#decoder_processor}",
            "stability": "stable",
            "summary": "decoder_processor block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13614
          },
          "name": "decoderProcessor",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorDecoderProcessor"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#geo_ip_parser LogsCustomPipeline#geo_ip_parser}",
            "stability": "stable",
            "summary": "geo_ip_parser block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13620
          },
          "name": "geoIpParser",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGeoIpParser"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#grok_parser LogsCustomPipeline#grok_parser}",
            "stability": "stable",
            "summary": "grok_parser block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13626
          },
          "name": "grokParser",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGrokParser"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#lookup_processor LogsCustomPipeline#lookup_processor}",
            "stability": "stable",
            "summary": "lookup_processor block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13632
          },
          "name": "lookupProcessor",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorLookupProcessor"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#message_remapper LogsCustomPipeline#message_remapper}",
            "stability": "stable",
            "summary": "message_remapper block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13638
          },
          "name": "messageRemapper",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorMessageRemapper"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#pipeline LogsCustomPipeline#pipeline}",
            "stability": "stable",
            "summary": "pipeline block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13644
          },
          "name": "pipeline",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipeline"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#reference_table_lookup_processor LogsCustomPipeline#reference_table_lookup_processor}",
            "stability": "stable",
            "summary": "reference_table_lookup_processor block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13650
          },
          "name": "referenceTableLookupProcessor",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorReferenceTableLookupProcessor"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#schema_processor LogsCustomPipeline#schema_processor}",
            "stability": "stable",
            "summary": "schema_processor block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13656
          },
          "name": "schemaProcessor",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessor"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#service_remapper LogsCustomPipeline#service_remapper}",
            "stability": "stable",
            "summary": "service_remapper block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13662
          },
          "name": "serviceRemapper",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorServiceRemapper"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#span_id_remapper LogsCustomPipeline#span_id_remapper}",
            "stability": "stable",
            "summary": "span_id_remapper block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13668
          },
          "name": "spanIdRemapper",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSpanIdRemapper"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#status_remapper LogsCustomPipeline#status_remapper}",
            "stability": "stable",
            "summary": "status_remapper block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13674
          },
          "name": "statusRemapper",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorStatusRemapper"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#string_builder_processor LogsCustomPipeline#string_builder_processor}",
            "stability": "stable",
            "summary": "string_builder_processor block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13680
          },
          "name": "stringBuilderProcessor",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorStringBuilderProcessor"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#trace_id_remapper LogsCustomPipeline#trace_id_remapper}",
            "stability": "stable",
            "summary": "trace_id_remapper block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13686
          },
          "name": "traceIdRemapper",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorTraceIdRemapper"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#url_parser LogsCustomPipeline#url_parser}",
            "stability": "stable",
            "summary": "url_parser block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13692
          },
          "name": "urlParser",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorUrlParser"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#user_agent_parser LogsCustomPipeline#user_agent_parser}",
            "stability": "stable",
            "summary": "user_agent_parser block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13698
          },
          "name": "userAgentParser",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorUserAgentParser"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessor"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArithmeticProcessor": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArithmeticProcessor",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 166
      },
      "name": "LogsCustomPipelineProcessorArithmeticProcessor",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#expression LogsCustomPipeline#expression}",
            "stability": "stable",
            "summary": "Arithmetic operation between one or more log attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 172
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}",
            "stability": "stable",
            "summary": "Name of the attribute that contains the result of the arithmetic operation."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 196
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "Boolean value to enable your pipeline."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 178
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_replace_missing LogsCustomPipeline#is_replace_missing}",
            "stability": "stable",
            "summary": "If true, it replaces all missing attributes of expression by 0, false skips the operation if an attribute is missing."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 184
          },
          "name": "isReplaceMissing",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Your pipeline name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 190
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorArithmeticProcessor"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArithmeticProcessorOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArithmeticProcessorOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 263
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 256
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 333
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 349
          },
          "name": "resetIsReplaceMissing"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 365
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorArithmeticProcessorOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 321
          },
          "name": "expressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 337
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 353
          },
          "name": "isReplaceMissingInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 369
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 382
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 314
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 327
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 343
          },
          "name": "isReplaceMissing",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 359
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 375
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 267
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArithmeticProcessor"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorArithmeticProcessorOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessor": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessor",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 986
      },
      "name": "LogsCustomPipelineProcessorArrayProcessor",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#operation LogsCustomPipeline#operation}",
            "stability": "stable",
            "summary": "operation block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1004
          },
          "name": "operation",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperation"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "Boolean value to enable your processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 992
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Your processor name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 998
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorArrayProcessor"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperation": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperation",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 830
      },
      "name": "LogsCustomPipelineProcessorArrayProcessorOperation",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#append LogsCustomPipeline#append}",
            "stability": "stable",
            "summary": "append block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 836
          },
          "name": "append",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationAppend"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#length LogsCustomPipeline#length}",
            "stability": "stable",
            "summary": "length block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 842
          },
          "name": "length",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationLength"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#select LogsCustomPipeline#select}",
            "stability": "stable",
            "summary": "select block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 848
          },
          "name": "select",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationSelect"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorArrayProcessorOperation"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationAppend": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationAppend",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 386
      },
      "name": "LogsCustomPipelineProcessorArrayProcessorOperationAppend",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#source LogsCustomPipeline#source}",
            "stability": "stable",
            "summary": "Attribute path containing the value to append."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 398
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}",
            "stability": "stable",
            "summary": "Attribute path of the array to append to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 404
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#preserve_source LogsCustomPipeline#preserve_source}",
            "stability": "stable",
            "summary": "Remove or preserve the remapped source element. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 392
          },
          "name": "preserveSource",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorArrayProcessorOperationAppend"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationAppendOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationAppendOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 457
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 450
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 502
          },
          "name": "resetPreserveSource"
        }
      ],
      "name": "LogsCustomPipelineProcessorArrayProcessorOperationAppendOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 506
          },
          "name": "preserveSourceInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 519
          },
          "name": "sourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 532
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 496
          },
          "name": "preserveSource",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 512
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 525
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 461
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationAppend"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorArrayProcessorOperationAppendOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationLength": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationLength",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 536
      },
      "name": "LogsCustomPipelineProcessorArrayProcessorOperationLength",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#source LogsCustomPipeline#source}",
            "stability": "stable",
            "summary": "Attribute path of the array to compute the length of."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 542
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}",
            "stability": "stable",
            "summary": "Attribute that receives the computed length."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 548
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorArrayProcessorOperationLength"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationLengthOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationLengthOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 594
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 587
      },
      "name": "LogsCustomPipelineProcessorArrayProcessorOperationLengthOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 634
          },
          "name": "sourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 647
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 627
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 640
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 598
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationLength"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorArrayProcessorOperationLengthOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 901
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 894
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 943
          },
          "name": "putAppend",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationAppend"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 959
          },
          "name": "putLength",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationLength"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 975
          },
          "name": "putSelect",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationSelect"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 946
          },
          "name": "resetAppend"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 962
          },
          "name": "resetLength"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 978
          },
          "name": "resetSelect"
        }
      ],
      "name": "LogsCustomPipelineProcessorArrayProcessorOperationOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 940
          },
          "name": "append",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationAppendOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 956
          },
          "name": "length",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationLengthOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 972
          },
          "name": "select",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationSelectOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 950
          },
          "name": "appendInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationAppend"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 966
          },
          "name": "lengthInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationLength"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 982
          },
          "name": "selectInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationSelect"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 905
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperation"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorArrayProcessorOperationOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationSelect": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationSelect",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 651
      },
      "name": "LogsCustomPipelineProcessorArrayProcessorOperationSelect",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#filter LogsCustomPipeline#filter}",
            "stability": "stable",
            "summary": "Filter expression (e.g. key1:value1 OR key2:value2) used to find the matching element."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 657
          },
          "name": "filter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#source LogsCustomPipeline#source}",
            "stability": "stable",
            "summary": "Attribute path of the array to search into."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 663
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}",
            "stability": "stable",
            "summary": "Attribute that receives the extracted value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 669
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#value_to_extract LogsCustomPipeline#value_to_extract}",
            "stability": "stable",
            "summary": "Attribute key from the matching object that should be extracted."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 675
          },
          "name": "valueToExtract",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorArrayProcessorOperationSelect"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationSelectOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationSelectOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 735
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 728
      },
      "name": "LogsCustomPipelineProcessorArrayProcessorOperationSelectOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 787
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 800
          },
          "name": "sourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 813
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 826
          },
          "name": "valueToExtractInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 780
          },
          "name": "filter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 793
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 806
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 819
          },
          "name": "valueToExtract",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 739
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationSelect"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorArrayProcessorOperationSelectOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 1057
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 1050
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1131
          },
          "name": "putOperation",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperation"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1102
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1118
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorArrayProcessorOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1128
          },
          "name": "operation",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperationOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1106
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1122
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1135
          },
          "name": "operationInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOperation"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1096
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1112
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1061
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessor"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorArrayProcessorOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorAttributeRemapper": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorAttributeRemapper",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 1139
      },
      "name": "LogsCustomPipelineProcessorAttributeRemapper",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes or tags."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1175
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#source_type LogsCustomPipeline#source_type}",
            "stability": "stable",
            "summary": "Defines where the sources are from (log `attribute` or `tag`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1169
          },
          "name": "sourceType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}",
            "stability": "stable",
            "summary": "Final attribute or tag name to remap the sources."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1181
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#target_type LogsCustomPipeline#target_type}",
            "stability": "stable",
            "summary": "Defines if the target is a log `attribute` or `tag`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1193
          },
          "name": "targetType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "If the processor is enabled or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1145
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1151
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#override_on_conflict LogsCustomPipeline#override_on_conflict}",
            "stability": "stable",
            "summary": "Override the target element if already set."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1157
          },
          "name": "overrideOnConflict",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#preserve_source LogsCustomPipeline#preserve_source}",
            "stability": "stable",
            "summary": "Remove or preserve the remapped source element."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1163
          },
          "name": "preserveSource",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "If the cast is not possible, the original type is kept. `string`, `integer`, or `double` are the possible types. If the `target_type` is `tag`, this parameter may not be specified.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#target_format LogsCustomPipeline#target_format}",
            "stability": "stable",
            "summary": "If the `target_type` of the remapper is `attribute`, try to cast the value to a new specific type."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1187
          },
          "name": "targetFormat",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorAttributeRemapper"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorAttributeRemapperOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorAttributeRemapperOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 1288
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 1281
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1369
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1385
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1401
          },
          "name": "resetOverrideOnConflict"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1417
          },
          "name": "resetPreserveSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1472
          },
          "name": "resetTargetFormat"
        }
      ],
      "name": "LogsCustomPipelineProcessorAttributeRemapperOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1373
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1389
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1405
          },
          "name": "overrideOnConflictInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1421
          },
          "name": "preserveSourceInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1447
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1434
          },
          "name": "sourceTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1476
          },
          "name": "targetFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1460
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1489
          },
          "name": "targetTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1363
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1379
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1395
          },
          "name": "overrideOnConflict",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1411
          },
          "name": "preserveSource",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1440
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1427
          },
          "name": "sourceType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1453
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1466
          },
          "name": "targetFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1482
          },
          "name": "targetType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1292
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorAttributeRemapper"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorAttributeRemapperOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessor": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessor",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 1721
      },
      "name": "LogsCustomPipelineProcessorCategoryProcessor",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#category LogsCustomPipeline#category}",
            "stability": "stable",
            "summary": "category block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1745
          },
          "name": "category",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}",
            "stability": "stable",
            "summary": "Name of the target attribute whose value is defined by the matching category."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1739
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "If the processor is enabled or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1727
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the category."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1733
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorCategoryProcessor"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategory": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategory",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 1576
      },
      "name": "LogsCustomPipelineProcessorCategoryProcessorCategory",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#filter LogsCustomPipeline#filter}",
            "stability": "stable",
            "summary": "filter block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1586
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategoryFilter"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1580
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorCategoryProcessorCategory"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategoryFilter": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategoryFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 1493
      },
      "name": "LogsCustomPipelineProcessorCategoryProcessorCategoryFilter",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#query LogsCustomPipeline#query}",
            "stability": "stable",
            "summary": "Filter criteria of the category."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1499
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorCategoryProcessorCategoryFilter"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategoryFilterOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategoryFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 1538
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 1531
      },
      "name": "LogsCustomPipelineProcessorCategoryProcessorCategoryFilterOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1572
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1565
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1542
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategoryFilter"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorCategoryProcessorCategoryFilterOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategoryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategoryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 1710
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 1702
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1717
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategoryOutputReference"
            }
          }
        }
      ],
      "name": "LogsCustomPipelineProcessorCategoryProcessorCategoryList",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1703
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorCategoryProcessorCategoryList"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategoryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategoryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 1635
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 1625
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1693
          },
          "name": "putFilter",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategoryFilter"
              }
            }
          ]
        }
      ],
      "name": "LogsCustomPipelineProcessorCategoryProcessorCategoryOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1690
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategoryFilterOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1697
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategoryFilter"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1684
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1677
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1639
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategory"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorCategoryProcessorCategoryOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 1805
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 1798
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1898
          },
          "name": "putCategory",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategory"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1856
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1872
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorCategoryProcessorOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1895
          },
          "name": "category",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategoryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1902
          },
          "name": "categoryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorCategory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1860
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1876
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1889
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1850
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1866
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1882
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1809
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessor"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorCategoryProcessorOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorDateRemapper": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorDateRemapper",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 1906
      },
      "name": "LogsCustomPipelineProcessorDateRemapper",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1924
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "If the processor is enabled or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1912
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1918
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorDateRemapper"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorDateRemapperOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorDateRemapperOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 1977
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 1970
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2022
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2038
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorDateRemapperOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2026
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2042
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2055
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2016
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2032
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2048
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 1981
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorDateRemapper"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorDateRemapperOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorDecoderProcessor": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorDecoderProcessor",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 2059
      },
      "name": "LogsCustomPipelineProcessorDecoderProcessor",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#binary_to_text_encoding LogsCustomPipeline#binary_to_text_encoding}",
            "stability": "stable",
            "summary": "Encoding type: base64 or base16."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2065
          },
          "name": "binaryToTextEncoding",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#input_representation LogsCustomPipeline#input_representation}",
            "stability": "stable",
            "summary": "Input representation: utf-8 or integer."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2071
          },
          "name": "inputRepresentation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#source LogsCustomPipeline#source}",
            "stability": "stable",
            "summary": "Encoded message."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2089
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}",
            "stability": "stable",
            "summary": "Decoded message."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2095
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "If the processor is enabled or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2077
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2083
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorDecoderProcessor"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorDecoderProcessorOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorDecoderProcessorOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 2169
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 2162
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2258
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2274
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorDecoderProcessorOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2233
          },
          "name": "binaryToTextEncodingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2246
          },
          "name": "inputRepresentationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2262
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2278
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2291
          },
          "name": "sourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2304
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2226
          },
          "name": "binaryToTextEncoding",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2239
          },
          "name": "inputRepresentation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2252
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2268
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2284
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2297
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2173
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorDecoderProcessor"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorDecoderProcessorOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGeoIpParser": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGeoIpParser",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 2308
      },
      "name": "LogsCustomPipelineProcessorGeoIpParser",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2326
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}",
            "stability": "stable",
            "summary": "Name of the parent attribute that contains all the extracted details from the sources."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2332
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "If the processor is enabled or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2314
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2320
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorGeoIpParser"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGeoIpParserOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGeoIpParserOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 2392
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 2385
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2443
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2459
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorGeoIpParserOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2447
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2463
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2476
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2489
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2437
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2453
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2469
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2482
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2396
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGeoIpParser"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorGeoIpParserOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGrokParser": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGrokParser",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 2608
      },
      "name": "LogsCustomPipelineProcessorGrokParser",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#grok LogsCustomPipeline#grok}",
            "stability": "stable",
            "summary": "grok block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2638
          },
          "name": "grok",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGrokParserGrok"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#source LogsCustomPipeline#source}",
            "stability": "stable",
            "summary": "Name of the log attribute to parse."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2632
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "If the processor is enabled or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2614
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2620
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "It can save up to 5 samples. Each sample takes up to 5000 characters.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#samples LogsCustomPipeline#samples}",
            "stability": "stable",
            "summary": "List of sample logs for this parser."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2626
          },
          "name": "samples",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorGrokParser"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGrokParserGrok": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGrokParserGrok",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 2493
      },
      "name": "LogsCustomPipelineProcessorGrokParserGrok",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#match_rules LogsCustomPipeline#match_rules}",
            "stability": "stable",
            "summary": "Match rules for your grok parser."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2499
          },
          "name": "matchRules",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#support_rules LogsCustomPipeline#support_rules}",
            "stability": "stable",
            "summary": "Support rules for your grok parser."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2505
          },
          "name": "supportRules",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorGrokParserGrok"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGrokParserGrokOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGrokParserGrokOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 2551
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 2544
      },
      "name": "LogsCustomPipelineProcessorGrokParserGrokOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2591
          },
          "name": "matchRulesInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2604
          },
          "name": "supportRulesInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2584
          },
          "name": "matchRules",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2597
          },
          "name": "supportRules",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2555
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGrokParserGrok"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorGrokParserGrokOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGrokParserOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGrokParserOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 2705
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 2698
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2820
          },
          "name": "putGrok",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGrokParserGrok"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2762
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2778
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2794
          },
          "name": "resetSamples"
        }
      ],
      "name": "LogsCustomPipelineProcessorGrokParserOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2817
          },
          "name": "grok",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGrokParserGrokOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2824
          },
          "name": "grokInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGrokParserGrok"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2766
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2782
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2798
          },
          "name": "samplesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2811
          },
          "name": "sourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2756
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2772
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2788
          },
          "name": "samples",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2804
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2709
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGrokParser"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorGrokParserOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 14350
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 14342
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14357
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorOutputReference"
            }
          }
        }
      ],
      "name": "LogsCustomPipelineProcessorList",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14343
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessor"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorList"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorLookupProcessor": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorLookupProcessor",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 2828
      },
      "name": "LogsCustomPipelineProcessorLookupProcessor",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#lookup_table LogsCustomPipeline#lookup_table}",
            "stability": "stable",
            "summary": "List of entries of the lookup table using `key,value` format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2846
          },
          "name": "lookupTable",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#source LogsCustomPipeline#source}",
            "stability": "stable",
            "summary": "Name of the source attribute used to do the lookup."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2858
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}",
            "stability": "stable",
            "summary": "Name of the attribute that contains the result of the lookup."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2864
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#default_lookup LogsCustomPipeline#default_lookup}",
            "stability": "stable",
            "summary": "Default lookup value to use if there is no entry in the lookup table for the value of the source attribute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2834
          },
          "name": "defaultLookup",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "If the processor is enabled or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2840
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2852
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorLookupProcessor"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorLookupProcessorOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorLookupProcessorOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 2938
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 2931
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3001
          },
          "name": "resetDefaultLookup"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3017
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3046
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorLookupProcessorOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3005
          },
          "name": "defaultLookupInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3021
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3034
          },
          "name": "lookupTableInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3050
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3063
          },
          "name": "sourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3076
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2995
          },
          "name": "defaultLookup",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3011
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3027
          },
          "name": "lookupTable",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3040
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3056
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3069
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 2942
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorLookupProcessor"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorLookupProcessorOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorMessageRemapper": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorMessageRemapper",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 3080
      },
      "name": "LogsCustomPipelineProcessorMessageRemapper",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3098
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "If the processor is enabled or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3086
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3092
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorMessageRemapper"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorMessageRemapperOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorMessageRemapperOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 3151
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 3144
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3196
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3212
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorMessageRemapperOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3200
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3216
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3229
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3190
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3206
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3222
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3155
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorMessageRemapper"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorMessageRemapperOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 13873
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 13863
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14026
          },
          "name": "putArithmeticProcessor",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArithmeticProcessor"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14042
          },
          "name": "putArrayProcessor",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessor"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14058
          },
          "name": "putAttributeRemapper",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorAttributeRemapper"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14074
          },
          "name": "putCategoryProcessor",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessor"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14090
          },
          "name": "putDateRemapper",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorDateRemapper"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14106
          },
          "name": "putDecoderProcessor",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorDecoderProcessor"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14122
          },
          "name": "putGeoIpParser",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGeoIpParser"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14138
          },
          "name": "putGrokParser",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGrokParser"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14154
          },
          "name": "putLookupProcessor",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorLookupProcessor"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14170
          },
          "name": "putMessageRemapper",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorMessageRemapper"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14186
          },
          "name": "putPipeline",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipeline"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14202
          },
          "name": "putReferenceTableLookupProcessor",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorReferenceTableLookupProcessor"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14218
          },
          "name": "putSchemaProcessor",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessor"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14234
          },
          "name": "putServiceRemapper",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorServiceRemapper"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14250
          },
          "name": "putSpanIdRemapper",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSpanIdRemapper"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14266
          },
          "name": "putStatusRemapper",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorStatusRemapper"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14282
          },
          "name": "putStringBuilderProcessor",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorStringBuilderProcessor"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14298
          },
          "name": "putTraceIdRemapper",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorTraceIdRemapper"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14314
          },
          "name": "putUrlParser",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorUrlParser"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14330
          },
          "name": "putUserAgentParser",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorUserAgentParser"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14029
          },
          "name": "resetArithmeticProcessor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14045
          },
          "name": "resetArrayProcessor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14061
          },
          "name": "resetAttributeRemapper"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14077
          },
          "name": "resetCategoryProcessor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14093
          },
          "name": "resetDateRemapper"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14109
          },
          "name": "resetDecoderProcessor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14125
          },
          "name": "resetGeoIpParser"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14141
          },
          "name": "resetGrokParser"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14157
          },
          "name": "resetLookupProcessor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14173
          },
          "name": "resetMessageRemapper"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14189
          },
          "name": "resetPipeline"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14205
          },
          "name": "resetReferenceTableLookupProcessor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14221
          },
          "name": "resetSchemaProcessor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14237
          },
          "name": "resetServiceRemapper"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14253
          },
          "name": "resetSpanIdRemapper"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14269
          },
          "name": "resetStatusRemapper"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14285
          },
          "name": "resetStringBuilderProcessor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14301
          },
          "name": "resetTraceIdRemapper"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14317
          },
          "name": "resetUrlParser"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14333
          },
          "name": "resetUserAgentParser"
        }
      ],
      "name": "LogsCustomPipelineProcessorOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14023
          },
          "name": "arithmeticProcessor",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArithmeticProcessorOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14039
          },
          "name": "arrayProcessor",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessorOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14055
          },
          "name": "attributeRemapper",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorAttributeRemapperOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14071
          },
          "name": "categoryProcessor",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessorOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14087
          },
          "name": "dateRemapper",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorDateRemapperOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14103
          },
          "name": "decoderProcessor",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorDecoderProcessorOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14119
          },
          "name": "geoIpParser",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGeoIpParserOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14135
          },
          "name": "grokParser",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGrokParserOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14151
          },
          "name": "lookupProcessor",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorLookupProcessorOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14167
          },
          "name": "messageRemapper",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorMessageRemapperOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14183
          },
          "name": "pipeline",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14199
          },
          "name": "referenceTableLookupProcessor",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorReferenceTableLookupProcessorOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14215
          },
          "name": "schemaProcessor",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14231
          },
          "name": "serviceRemapper",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorServiceRemapperOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14247
          },
          "name": "spanIdRemapper",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSpanIdRemapperOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14263
          },
          "name": "statusRemapper",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorStatusRemapperOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14279
          },
          "name": "stringBuilderProcessor",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorStringBuilderProcessorOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14295
          },
          "name": "traceIdRemapper",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorTraceIdRemapperOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14311
          },
          "name": "urlParser",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorUrlParserOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14327
          },
          "name": "userAgentParser",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorUserAgentParserOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14033
          },
          "name": "arithmeticProcessorInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArithmeticProcessor"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14049
          },
          "name": "arrayProcessorInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorArrayProcessor"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14065
          },
          "name": "attributeRemapperInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorAttributeRemapper"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14081
          },
          "name": "categoryProcessorInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorCategoryProcessor"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14097
          },
          "name": "dateRemapperInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorDateRemapper"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14113
          },
          "name": "decoderProcessorInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorDecoderProcessor"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14129
          },
          "name": "geoIpParserInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGeoIpParser"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14145
          },
          "name": "grokParserInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorGrokParser"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14161
          },
          "name": "lookupProcessorInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorLookupProcessor"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14177
          },
          "name": "messageRemapperInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorMessageRemapper"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14193
          },
          "name": "pipelineInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipeline"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14209
          },
          "name": "referenceTableLookupProcessorInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorReferenceTableLookupProcessor"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14225
          },
          "name": "schemaProcessorInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessor"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14241
          },
          "name": "serviceRemapperInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorServiceRemapper"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14257
          },
          "name": "spanIdRemapperInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSpanIdRemapper"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14273
          },
          "name": "statusRemapperInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorStatusRemapper"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14289
          },
          "name": "stringBuilderProcessorInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorStringBuilderProcessor"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14305
          },
          "name": "traceIdRemapperInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorTraceIdRemapper"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14321
          },
          "name": "urlParserInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorUrlParser"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 14337
          },
          "name": "userAgentParserInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorUserAgentParser"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13877
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessor"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipeline": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipeline",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 10247
      },
      "name": "LogsCustomPipelineProcessorPipeline",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#filter LogsCustomPipeline#filter}",
            "stability": "stable",
            "summary": "filter block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10269
          },
          "name": "filter",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10259
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#description LogsCustomPipeline#description}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10251
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10255
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#processor LogsCustomPipeline#processor}",
            "stability": "stable",
            "summary": "processor block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10275
          },
          "name": "processor",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessor"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#tags LogsCustomPipeline#tags}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10263
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipeline"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineFilter": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 3233
      },
      "name": "LogsCustomPipelineProcessorPipelineFilter",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#query LogsCustomPipeline#query}",
            "stability": "stable",
            "summary": "Filter criteria of the category."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3239
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineFilter"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineFilterList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineFilterList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 3337
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 3329
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3344
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineFilterOutputReference"
            }
          }
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineFilterList",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3330
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineFilterList"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineFilterOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 3281
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 3271
      },
      "name": "LogsCustomPipelineProcessorPipelineFilterOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3324
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3317
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3285
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineFilter"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineFilterOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 10349
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 10342
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10470
          },
          "name": "putFilter",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineFilter"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10483
          },
          "name": "putProcessor",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessor"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10412
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10428
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10486
          },
          "name": "resetProcessor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10457
          },
          "name": "resetTags"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10467
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineFilterList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10480
          },
          "name": "processor",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10416
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10474
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10432
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10445
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10490
          },
          "name": "processorInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessor"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10461
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10406
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10422
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10438
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10451
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10353
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipeline"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessor": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessor",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 9499
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessor",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#arithmetic_processor LogsCustomPipeline#arithmetic_processor}",
            "stability": "stable",
            "summary": "arithmetic_processor block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9505
          },
          "name": "arithmeticProcessor",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessor"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#array_processor LogsCustomPipeline#array_processor}",
            "stability": "stable",
            "summary": "array_processor block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9511
          },
          "name": "arrayProcessor",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessor"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#attribute_remapper LogsCustomPipeline#attribute_remapper}",
            "stability": "stable",
            "summary": "attribute_remapper block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9517
          },
          "name": "attributeRemapper",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorAttributeRemapper"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#category_processor LogsCustomPipeline#category_processor}",
            "stability": "stable",
            "summary": "category_processor block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9523
          },
          "name": "categoryProcessor",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessor"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#date_remapper LogsCustomPipeline#date_remapper}",
            "stability": "stable",
            "summary": "date_remapper block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9529
          },
          "name": "dateRemapper",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorDateRemapper"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#decoder_processor LogsCustomPipeline#decoder_processor}",
            "stability": "stable",
            "summary": "decoder_processor block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9535
          },
          "name": "decoderProcessor",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorDecoderProcessor"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#geo_ip_parser LogsCustomPipeline#geo_ip_parser}",
            "stability": "stable",
            "summary": "geo_ip_parser block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9541
          },
          "name": "geoIpParser",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGeoIpParser"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#grok_parser LogsCustomPipeline#grok_parser}",
            "stability": "stable",
            "summary": "grok_parser block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9547
          },
          "name": "grokParser",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGrokParser"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#lookup_processor LogsCustomPipeline#lookup_processor}",
            "stability": "stable",
            "summary": "lookup_processor block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9553
          },
          "name": "lookupProcessor",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorLookupProcessor"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#message_remapper LogsCustomPipeline#message_remapper}",
            "stability": "stable",
            "summary": "message_remapper block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9559
          },
          "name": "messageRemapper",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorMessageRemapper"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#reference_table_lookup_processor LogsCustomPipeline#reference_table_lookup_processor}",
            "stability": "stable",
            "summary": "reference_table_lookup_processor block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9565
          },
          "name": "referenceTableLookupProcessor",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorReferenceTableLookupProcessor"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#schema_processor LogsCustomPipeline#schema_processor}",
            "stability": "stable",
            "summary": "schema_processor block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9571
          },
          "name": "schemaProcessor",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessor"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#service_remapper LogsCustomPipeline#service_remapper}",
            "stability": "stable",
            "summary": "service_remapper block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9577
          },
          "name": "serviceRemapper",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorServiceRemapper"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#span_id_remapper LogsCustomPipeline#span_id_remapper}",
            "stability": "stable",
            "summary": "span_id_remapper block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9583
          },
          "name": "spanIdRemapper",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSpanIdRemapper"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#status_remapper LogsCustomPipeline#status_remapper}",
            "stability": "stable",
            "summary": "status_remapper block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9589
          },
          "name": "statusRemapper",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorStatusRemapper"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#string_builder_processor LogsCustomPipeline#string_builder_processor}",
            "stability": "stable",
            "summary": "string_builder_processor block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9595
          },
          "name": "stringBuilderProcessor",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessor"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#trace_id_remapper LogsCustomPipeline#trace_id_remapper}",
            "stability": "stable",
            "summary": "trace_id_remapper block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9601
          },
          "name": "traceIdRemapper",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapper"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#url_parser LogsCustomPipeline#url_parser}",
            "stability": "stable",
            "summary": "url_parser block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9607
          },
          "name": "urlParser",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorUrlParser"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#user_agent_parser LogsCustomPipeline#user_agent_parser}",
            "stability": "stable",
            "summary": "user_agent_parser block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9613
          },
          "name": "userAgentParser",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorUserAgentParser"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessor"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessor": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessor",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 3348
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessor",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#expression LogsCustomPipeline#expression}",
            "stability": "stable",
            "summary": "Arithmetic operation between one or more log attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3354
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}",
            "stability": "stable",
            "summary": "Name of the attribute that contains the result of the arithmetic operation."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3378
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "Boolean value to enable your pipeline."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3360
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_replace_missing LogsCustomPipeline#is_replace_missing}",
            "stability": "stable",
            "summary": "If true, it replaces all missing attributes of expression by 0, false skips the operation if an attribute is missing."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3366
          },
          "name": "isReplaceMissing",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Your pipeline name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3372
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessor"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessorOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessorOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 3445
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 3438
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3515
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3531
          },
          "name": "resetIsReplaceMissing"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3547
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessorOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3503
          },
          "name": "expressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3519
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3535
          },
          "name": "isReplaceMissingInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3551
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3564
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3496
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3509
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3525
          },
          "name": "isReplaceMissing",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3541
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3557
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3449
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessor"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessorOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessor": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessor",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 4168
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorArrayProcessor",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#operation LogsCustomPipeline#operation}",
            "stability": "stable",
            "summary": "operation block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4186
          },
          "name": "operation",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperation"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "Boolean value to enable your processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4174
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Your processor name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4180
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorArrayProcessor"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperation": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperation",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 4012
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperation",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#append LogsCustomPipeline#append}",
            "stability": "stable",
            "summary": "append block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4018
          },
          "name": "append",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationAppend"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#length LogsCustomPipeline#length}",
            "stability": "stable",
            "summary": "length block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4024
          },
          "name": "length",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationLength"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#select LogsCustomPipeline#select}",
            "stability": "stable",
            "summary": "select block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4030
          },
          "name": "select",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationSelect"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperation"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationAppend": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationAppend",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 3568
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationAppend",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#source LogsCustomPipeline#source}",
            "stability": "stable",
            "summary": "Attribute path containing the value to append."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3580
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}",
            "stability": "stable",
            "summary": "Attribute path of the array to append to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3586
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#preserve_source LogsCustomPipeline#preserve_source}",
            "stability": "stable",
            "summary": "Remove or preserve the remapped source element. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3574
          },
          "name": "preserveSource",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationAppend"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationAppendOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationAppendOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 3639
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 3632
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3684
          },
          "name": "resetPreserveSource"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationAppendOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3688
          },
          "name": "preserveSourceInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3701
          },
          "name": "sourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3714
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3678
          },
          "name": "preserveSource",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3694
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3707
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3643
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationAppend"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationAppendOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationLength": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationLength",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 3718
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationLength",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#source LogsCustomPipeline#source}",
            "stability": "stable",
            "summary": "Attribute path of the array to compute the length of."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3724
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}",
            "stability": "stable",
            "summary": "Attribute that receives the computed length."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3730
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationLength"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationLengthOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationLengthOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 3776
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 3769
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationLengthOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3816
          },
          "name": "sourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3829
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3809
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3822
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3780
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationLength"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationLengthOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 4083
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 4076
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4125
          },
          "name": "putAppend",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationAppend"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4141
          },
          "name": "putLength",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationLength"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4157
          },
          "name": "putSelect",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationSelect"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4128
          },
          "name": "resetAppend"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4144
          },
          "name": "resetLength"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4160
          },
          "name": "resetSelect"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4122
          },
          "name": "append",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationAppendOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4138
          },
          "name": "length",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationLengthOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4154
          },
          "name": "select",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationSelectOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4132
          },
          "name": "appendInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationAppend"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4148
          },
          "name": "lengthInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationLength"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4164
          },
          "name": "selectInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationSelect"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4087
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperation"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationSelect": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationSelect",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 3833
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationSelect",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#filter LogsCustomPipeline#filter}",
            "stability": "stable",
            "summary": "Filter expression (e.g. key1:value1 OR key2:value2) used to find the matching element."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3839
          },
          "name": "filter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#source LogsCustomPipeline#source}",
            "stability": "stable",
            "summary": "Attribute path of the array to search into."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3845
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}",
            "stability": "stable",
            "summary": "Attribute that receives the extracted value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3851
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#value_to_extract LogsCustomPipeline#value_to_extract}",
            "stability": "stable",
            "summary": "Attribute key from the matching object that should be extracted."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3857
          },
          "name": "valueToExtract",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationSelect"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationSelectOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationSelectOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 3917
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 3910
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationSelectOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3969
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3982
          },
          "name": "sourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3995
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4008
          },
          "name": "valueToExtractInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3962
          },
          "name": "filter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3975
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3988
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4001
          },
          "name": "valueToExtract",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 3921
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationSelect"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationSelectOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 4239
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 4232
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4313
          },
          "name": "putOperation",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperation"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4284
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4300
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4310
          },
          "name": "operation",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperationOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4288
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4304
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4317
          },
          "name": "operationInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOperation"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4278
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4294
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4243
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessor"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorAttributeRemapper": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorAttributeRemapper",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 4321
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorAttributeRemapper",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes or tags."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4357
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#source_type LogsCustomPipeline#source_type}",
            "stability": "stable",
            "summary": "Defines where the sources are from (log `attribute` or `tag`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4351
          },
          "name": "sourceType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}",
            "stability": "stable",
            "summary": "Final attribute or tag name to remap the sources."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4363
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#target_type LogsCustomPipeline#target_type}",
            "stability": "stable",
            "summary": "Defines if the target is a log `attribute` or `tag`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4375
          },
          "name": "targetType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "If the processor is enabled or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4327
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4333
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#override_on_conflict LogsCustomPipeline#override_on_conflict}",
            "stability": "stable",
            "summary": "Override the target element if already set."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4339
          },
          "name": "overrideOnConflict",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#preserve_source LogsCustomPipeline#preserve_source}",
            "stability": "stable",
            "summary": "Remove or preserve the remapped source element."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4345
          },
          "name": "preserveSource",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "If the cast is not possible, the original type is kept. `string`, `integer`, or `double` are the possible types. If the `target_type` is `tag`, this parameter may not be specified.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#target_format LogsCustomPipeline#target_format}",
            "stability": "stable",
            "summary": "If the `target_type` of the remapper is `attribute`, try to cast the value to a new specific type."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4369
          },
          "name": "targetFormat",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorAttributeRemapper"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorAttributeRemapperOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorAttributeRemapperOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 4470
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 4463
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4551
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4567
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4583
          },
          "name": "resetOverrideOnConflict"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4599
          },
          "name": "resetPreserveSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4654
          },
          "name": "resetTargetFormat"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorAttributeRemapperOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4555
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4571
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4587
          },
          "name": "overrideOnConflictInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4603
          },
          "name": "preserveSourceInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4629
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4616
          },
          "name": "sourceTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4658
          },
          "name": "targetFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4642
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4671
          },
          "name": "targetTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4545
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4561
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4577
          },
          "name": "overrideOnConflict",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4593
          },
          "name": "preserveSource",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4622
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4609
          },
          "name": "sourceType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4635
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4648
          },
          "name": "targetFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4664
          },
          "name": "targetType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4474
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorAttributeRemapper"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorAttributeRemapperOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessor": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessor",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 4903
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorCategoryProcessor",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#category LogsCustomPipeline#category}",
            "stability": "stable",
            "summary": "category block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4927
          },
          "name": "category",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}",
            "stability": "stable",
            "summary": "Name of the target attribute whose value is defined by the matching category."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4921
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "If the processor is enabled or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4909
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the category."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4915
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorCategoryProcessor"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategory": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategory",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 4758
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategory",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#filter LogsCustomPipeline#filter}",
            "stability": "stable",
            "summary": "filter block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4768
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilter"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4762
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategory"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilter": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 4675
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilter",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#query LogsCustomPipeline#query}",
            "stability": "stable",
            "summary": "Filter criteria of the category."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4681
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilter"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilterOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 4720
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 4713
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilterOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4754
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4747
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4724
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilter"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilterOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 4892
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 4884
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4899
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryOutputReference"
            }
          }
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryList",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4885
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryList"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 4817
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 4807
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4875
          },
          "name": "putFilter",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilter"
              }
            }
          ]
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4872
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilterOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4879
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryFilter"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4866
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4859
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4821
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategory"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 4987
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 4980
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5080
          },
          "name": "putCategory",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategory"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5038
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5054
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5077
          },
          "name": "category",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategoryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5084
          },
          "name": "categoryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorCategory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5042
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5058
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5071
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5032
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5048
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5064
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 4991
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessor"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorDateRemapper": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorDateRemapper",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 5088
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorDateRemapper",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5106
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "If the processor is enabled or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5094
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5100
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorDateRemapper"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorDateRemapperOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorDateRemapperOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 5159
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 5152
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5204
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5220
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorDateRemapperOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5208
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5224
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5237
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5198
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5214
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5230
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5163
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorDateRemapper"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorDateRemapperOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorDecoderProcessor": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorDecoderProcessor",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 5241
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorDecoderProcessor",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#binary_to_text_encoding LogsCustomPipeline#binary_to_text_encoding}",
            "stability": "stable",
            "summary": "Encoding type: base64 or base16."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5247
          },
          "name": "binaryToTextEncoding",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#input_representation LogsCustomPipeline#input_representation}",
            "stability": "stable",
            "summary": "Input representation: utf-8 or integer."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5253
          },
          "name": "inputRepresentation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#source LogsCustomPipeline#source}",
            "stability": "stable",
            "summary": "Encoded message."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5271
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}",
            "stability": "stable",
            "summary": "Decoded message."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5277
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "If the processor is enabled or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5259
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5265
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorDecoderProcessor"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorDecoderProcessorOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorDecoderProcessorOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 5351
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 5344
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5440
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5456
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorDecoderProcessorOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5415
          },
          "name": "binaryToTextEncodingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5428
          },
          "name": "inputRepresentationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5444
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5460
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5473
          },
          "name": "sourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5486
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5408
          },
          "name": "binaryToTextEncoding",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5421
          },
          "name": "inputRepresentation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5434
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5450
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5466
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5479
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5355
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorDecoderProcessor"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorDecoderProcessorOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGeoIpParser": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGeoIpParser",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 5490
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorGeoIpParser",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5508
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}",
            "stability": "stable",
            "summary": "Name of the parent attribute that contains all the extracted details from the sources."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5514
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "If the processor is enabled or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5496
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5502
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorGeoIpParser"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGeoIpParserOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGeoIpParserOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 5574
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 5567
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5625
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5641
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorGeoIpParserOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5629
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5645
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5658
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5671
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5619
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5635
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5651
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5664
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5578
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGeoIpParser"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorGeoIpParserOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGrokParser": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGrokParser",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 5790
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorGrokParser",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#grok LogsCustomPipeline#grok}",
            "stability": "stable",
            "summary": "grok block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5820
          },
          "name": "grok",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGrokParserGrok"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#source LogsCustomPipeline#source}",
            "stability": "stable",
            "summary": "Name of the log attribute to parse."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5814
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "If the processor is enabled or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5796
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5802
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "It can save up to 5 samples. Each sample takes up to 5000 characters.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#samples LogsCustomPipeline#samples}",
            "stability": "stable",
            "summary": "List of sample logs for this parser."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5808
          },
          "name": "samples",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorGrokParser"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGrokParserGrok": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGrokParserGrok",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 5675
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorGrokParserGrok",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#match_rules LogsCustomPipeline#match_rules}",
            "stability": "stable",
            "summary": "Match rules for your grok parser."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5681
          },
          "name": "matchRules",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#support_rules LogsCustomPipeline#support_rules}",
            "stability": "stable",
            "summary": "Support rules for your grok parser."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5687
          },
          "name": "supportRules",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorGrokParserGrok"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGrokParserGrokOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGrokParserGrokOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 5733
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 5726
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorGrokParserGrokOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5773
          },
          "name": "matchRulesInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5786
          },
          "name": "supportRulesInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5766
          },
          "name": "matchRules",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5779
          },
          "name": "supportRules",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5737
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGrokParserGrok"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorGrokParserGrokOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGrokParserOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGrokParserOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 5887
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 5880
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6002
          },
          "name": "putGrok",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGrokParserGrok"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5944
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5960
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5976
          },
          "name": "resetSamples"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorGrokParserOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5999
          },
          "name": "grok",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGrokParserGrokOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6006
          },
          "name": "grokInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGrokParserGrok"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5948
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5964
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5980
          },
          "name": "samplesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5993
          },
          "name": "sourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5938
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5954
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5970
          },
          "name": "samples",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5986
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 5891
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGrokParser"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorGrokParserOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 10236
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 10228
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10243
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorOutputReference"
            }
          }
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorList",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10229
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessor"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorList"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorLookupProcessor": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorLookupProcessor",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 6010
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorLookupProcessor",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#lookup_table LogsCustomPipeline#lookup_table}",
            "stability": "stable",
            "summary": "List of entries of the lookup table using `key,value` format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6028
          },
          "name": "lookupTable",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#source LogsCustomPipeline#source}",
            "stability": "stable",
            "summary": "Name of the source attribute used to do the lookup."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6040
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}",
            "stability": "stable",
            "summary": "Name of the attribute that contains the result of the lookup."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6046
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#default_lookup LogsCustomPipeline#default_lookup}",
            "stability": "stable",
            "summary": "Default lookup value to use if there is no entry in the lookup table for the value of the source attribute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6016
          },
          "name": "defaultLookup",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "If the processor is enabled or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6022
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6034
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorLookupProcessor"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorLookupProcessorOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorLookupProcessorOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 6120
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 6113
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6183
          },
          "name": "resetDefaultLookup"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6199
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6228
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorLookupProcessorOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6187
          },
          "name": "defaultLookupInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6203
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6216
          },
          "name": "lookupTableInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6232
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6245
          },
          "name": "sourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6258
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6177
          },
          "name": "defaultLookup",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6193
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6209
          },
          "name": "lookupTable",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6222
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6238
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6251
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6124
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorLookupProcessor"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorLookupProcessorOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorMessageRemapper": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorMessageRemapper",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 6262
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorMessageRemapper",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6280
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "If the processor is enabled or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6268
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6274
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorMessageRemapper"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorMessageRemapperOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorMessageRemapperOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 6333
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 6326
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6378
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6394
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorMessageRemapperOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6382
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6398
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6411
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6372
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6388
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6404
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6337
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorMessageRemapper"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorMessageRemapperOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 9781
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 9771
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9928
          },
          "name": "putArithmeticProcessor",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessor"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9944
          },
          "name": "putArrayProcessor",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessor"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9960
          },
          "name": "putAttributeRemapper",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorAttributeRemapper"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9976
          },
          "name": "putCategoryProcessor",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessor"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9992
          },
          "name": "putDateRemapper",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorDateRemapper"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10008
          },
          "name": "putDecoderProcessor",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorDecoderProcessor"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10024
          },
          "name": "putGeoIpParser",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGeoIpParser"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10040
          },
          "name": "putGrokParser",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGrokParser"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10056
          },
          "name": "putLookupProcessor",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorLookupProcessor"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10072
          },
          "name": "putMessageRemapper",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorMessageRemapper"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10088
          },
          "name": "putReferenceTableLookupProcessor",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorReferenceTableLookupProcessor"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10104
          },
          "name": "putSchemaProcessor",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessor"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10120
          },
          "name": "putServiceRemapper",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorServiceRemapper"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10136
          },
          "name": "putSpanIdRemapper",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSpanIdRemapper"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10152
          },
          "name": "putStatusRemapper",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorStatusRemapper"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10168
          },
          "name": "putStringBuilderProcessor",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessor"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10184
          },
          "name": "putTraceIdRemapper",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapper"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10200
          },
          "name": "putUrlParser",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorUrlParser"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10216
          },
          "name": "putUserAgentParser",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorUserAgentParser"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9931
          },
          "name": "resetArithmeticProcessor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9947
          },
          "name": "resetArrayProcessor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9963
          },
          "name": "resetAttributeRemapper"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9979
          },
          "name": "resetCategoryProcessor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9995
          },
          "name": "resetDateRemapper"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10011
          },
          "name": "resetDecoderProcessor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10027
          },
          "name": "resetGeoIpParser"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10043
          },
          "name": "resetGrokParser"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10059
          },
          "name": "resetLookupProcessor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10075
          },
          "name": "resetMessageRemapper"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10091
          },
          "name": "resetReferenceTableLookupProcessor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10107
          },
          "name": "resetSchemaProcessor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10123
          },
          "name": "resetServiceRemapper"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10139
          },
          "name": "resetSpanIdRemapper"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10155
          },
          "name": "resetStatusRemapper"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10171
          },
          "name": "resetStringBuilderProcessor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10187
          },
          "name": "resetTraceIdRemapper"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10203
          },
          "name": "resetUrlParser"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10219
          },
          "name": "resetUserAgentParser"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9925
          },
          "name": "arithmeticProcessor",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessorOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9941
          },
          "name": "arrayProcessor",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessorOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9957
          },
          "name": "attributeRemapper",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorAttributeRemapperOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9973
          },
          "name": "categoryProcessor",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessorOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9989
          },
          "name": "dateRemapper",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorDateRemapperOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10005
          },
          "name": "decoderProcessor",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorDecoderProcessorOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10021
          },
          "name": "geoIpParser",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGeoIpParserOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10037
          },
          "name": "grokParser",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGrokParserOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10053
          },
          "name": "lookupProcessor",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorLookupProcessorOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10069
          },
          "name": "messageRemapper",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorMessageRemapperOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10085
          },
          "name": "referenceTableLookupProcessor",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorReferenceTableLookupProcessorOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10101
          },
          "name": "schemaProcessor",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10117
          },
          "name": "serviceRemapper",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorServiceRemapperOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10133
          },
          "name": "spanIdRemapper",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSpanIdRemapperOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10149
          },
          "name": "statusRemapper",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorStatusRemapperOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10165
          },
          "name": "stringBuilderProcessor",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessorOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10181
          },
          "name": "traceIdRemapper",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapperOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10197
          },
          "name": "urlParser",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorUrlParserOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10213
          },
          "name": "userAgentParser",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorUserAgentParserOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9935
          },
          "name": "arithmeticProcessorInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArithmeticProcessor"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9951
          },
          "name": "arrayProcessorInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorArrayProcessor"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9967
          },
          "name": "attributeRemapperInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorAttributeRemapper"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9983
          },
          "name": "categoryProcessorInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorCategoryProcessor"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9999
          },
          "name": "dateRemapperInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorDateRemapper"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10015
          },
          "name": "decoderProcessorInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorDecoderProcessor"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10031
          },
          "name": "geoIpParserInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGeoIpParser"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10047
          },
          "name": "grokParserInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorGrokParser"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10063
          },
          "name": "lookupProcessorInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorLookupProcessor"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10079
          },
          "name": "messageRemapperInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorMessageRemapper"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10095
          },
          "name": "referenceTableLookupProcessorInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorReferenceTableLookupProcessor"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10111
          },
          "name": "schemaProcessorInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessor"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10127
          },
          "name": "serviceRemapperInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorServiceRemapper"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10143
          },
          "name": "spanIdRemapperInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSpanIdRemapper"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10159
          },
          "name": "statusRemapperInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorStatusRemapper"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10175
          },
          "name": "stringBuilderProcessorInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessor"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10191
          },
          "name": "traceIdRemapperInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapper"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10207
          },
          "name": "urlParserInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorUrlParser"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10223
          },
          "name": "userAgentParserInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorUserAgentParser"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9785
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessor"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorReferenceTableLookupProcessor": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorReferenceTableLookupProcessor",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 6415
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorReferenceTableLookupProcessor",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#lookup_enrichment_table LogsCustomPipeline#lookup_enrichment_table}",
            "stability": "stable",
            "summary": "Name of the Reference Table for the source attribute and their associated target attribute values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6427
          },
          "name": "lookupEnrichmentTable",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#source LogsCustomPipeline#source}",
            "stability": "stable",
            "summary": "Name of the source attribute used to do the lookup."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6439
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}",
            "stability": "stable",
            "summary": "Name of the attribute that contains the result of the lookup."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6445
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "If the processor is enabled or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6421
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6433
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorReferenceTableLookupProcessor"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorReferenceTableLookupProcessorOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorReferenceTableLookupProcessorOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 6512
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 6505
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6569
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6598
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorReferenceTableLookupProcessorOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6573
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6586
          },
          "name": "lookupEnrichmentTableInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6602
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6615
          },
          "name": "sourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6628
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6563
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6579
          },
          "name": "lookupEnrichmentTable",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6592
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6608
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6621
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6516
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorReferenceTableLookupProcessor"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorReferenceTableLookupProcessorOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessor": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessor",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 8042
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessor",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#mappers LogsCustomPipeline#mappers}",
            "stability": "stable",
            "summary": "mappers block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8060
          },
          "name": "mappers",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappers"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#schema LogsCustomPipeline#schema}",
            "stability": "stable",
            "summary": "schema block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8066
          },
          "name": "schema",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorSchema"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "If the processor is enabled or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8048
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "The name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8054
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessor"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappers": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappers",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 7640
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappers",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#schema_category_mapper LogsCustomPipeline#schema_category_mapper}",
            "stability": "stable",
            "summary": "schema_category_mapper block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7646
          },
          "name": "schemaCategoryMapper",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapper"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#schema_remapper LogsCustomPipeline#schema_remapper}",
            "stability": "stable",
            "summary": "schema_remapper block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7652
          },
          "name": "schemaRemapper",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapper"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappers"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 7782
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 7774
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7789
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersOutputReference"
            }
          }
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersList",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7775
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappers"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersList"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 7701
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 7691
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7746
          },
          "name": "putSchemaCategoryMapper",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapper"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7762
          },
          "name": "putSchemaRemapper",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapper"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7749
          },
          "name": "resetSchemaCategoryMapper"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7765
          },
          "name": "resetSchemaRemapper"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7743
          },
          "name": "schemaCategoryMapper",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7759
          },
          "name": "schemaRemapper",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapperList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7753
          },
          "name": "schemaCategoryMapperInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapper"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7769
          },
          "name": "schemaRemapperInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapper"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7705
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappers"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapper": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapper",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 7142
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapper",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#categories LogsCustomPipeline#categories}",
            "stability": "stable",
            "summary": "categories block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7154
          },
          "name": "categories",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategories"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the logs schema category mapper."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7148
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#targets LogsCustomPipeline#targets}",
            "stability": "stable",
            "summary": "targets block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7166
          },
          "name": "targets",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargets"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#fallback LogsCustomPipeline#fallback}",
            "stability": "stable",
            "summary": "fallback block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7160
          },
          "name": "fallback",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallback"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapper"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategories": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategories",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 6715
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategories",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#filter LogsCustomPipeline#filter}",
            "stability": "stable",
            "summary": "filter block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6736
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilter"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#id LogsCustomPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "ID to inject into the category."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6724
          },
          "name": "id",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Value to assign to target schema field."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6730
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategories"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilter": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 6632
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilter",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#query LogsCustomPipeline#query}",
            "stability": "stable",
            "summary": "Filter criteria of the category."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6638
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilter"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilterOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 6677
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 6670
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilterOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6711
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6704
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6681
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilter"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilterOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 6886
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 6878
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6893
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesOutputReference"
            }
          }
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesList",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6879
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategories"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesList"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 6792
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 6782
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6869
          },
          "name": "putFilter",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilter"
              }
            }
          ]
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6866
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilterOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6873
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilter"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6847
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6860
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6840
          },
          "name": "id",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6853
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6796
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategories"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallback": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallback",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 6897
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallback",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "Fallback sources used to populate value of field."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6903
          },
          "name": "sources",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#values LogsCustomPipeline#values}",
            "stability": "stable",
            "summary": "Values that define when the fallback is used."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6909
          },
          "name": "values",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallback"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallbackOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallbackOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 6955
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 6948
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6994
          },
          "name": "resetSources"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7010
          },
          "name": "resetValues"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallbackOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6998
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7014
          },
          "name": "valuesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6988
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7004
          },
          "name": "values",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 6959
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallback"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallbackOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 7345
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 7337
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7352
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperOutputReference"
            }
          }
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperList",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7338
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapper"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperList"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 7229
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 7219
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7299
          },
          "name": "putCategories",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategories"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7312
          },
          "name": "putFallback",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallback"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7328
          },
          "name": "putTargets",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargets"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7315
          },
          "name": "resetFallback"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7296
          },
          "name": "categories",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7309
          },
          "name": "fallback",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallbackOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7325
          },
          "name": "targets",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargetsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7303
          },
          "name": "categoriesInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategories"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7319
          },
          "name": "fallbackInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallback"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7290
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7332
          },
          "name": "targetsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargets"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7283
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7233
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapper"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargets": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargets",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 7018
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargets",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#id LogsCustomPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "ID of the field to map log attributes to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7027
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the field to map log attributes to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7033
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargets"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargetsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargetsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 7079
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 7072
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7118
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7134
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargetsOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7122
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7138
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7112
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7128
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7083
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargets"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargetsOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapper": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapper",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 7356
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapper",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the logs schema remapper."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7362
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "Array of source attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7380
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}",
            "stability": "stable",
            "summary": "Target field to map log source field to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7386
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#override_on_conflict LogsCustomPipeline#override_on_conflict}",
            "stability": "stable",
            "summary": "Override or not the target element if already set."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7368
          },
          "name": "overrideOnConflict",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#preserve_source LogsCustomPipeline#preserve_source}",
            "stability": "stable",
            "summary": "Remove or preserve the remapped source element."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7374
          },
          "name": "preserveSource",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "If the cast is not possible, the original type is kept. `string`, `integer`, or `double` are the possible types. If the `target_type` is `tag`, this parameter may not be specified.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#target_format LogsCustomPipeline#target_format}",
            "stability": "stable",
            "summary": "If the `target_type` of the remapper is `attribute`, try to cast the value to a new specific type."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7392
          },
          "name": "targetFormat",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapper"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapperList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapperList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 7629
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 7621
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7636
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapperOutputReference"
            }
          }
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapperList",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7622
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapper"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapperList"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapperOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapperOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 7469
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 7459
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7554
          },
          "name": "resetOverrideOnConflict"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7570
          },
          "name": "resetPreserveSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7612
          },
          "name": "resetTargetFormat"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapperOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7542
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7558
          },
          "name": "overrideOnConflictInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7574
          },
          "name": "preserveSourceInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7587
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7616
          },
          "name": "targetFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7600
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7535
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7548
          },
          "name": "overrideOnConflict",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7564
          },
          "name": "preserveSource",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7580
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7593
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7606
          },
          "name": "targetFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7473
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapper"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersSchemaRemapperOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 8126
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 8119
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8206
          },
          "name": "putMappers",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappers"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8219
          },
          "name": "putSchema",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorSchema"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8177
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8193
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8203
          },
          "name": "mappers",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappersList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8216
          },
          "name": "schema",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorSchemaOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8181
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8210
          },
          "name": "mappersInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorMappers"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8197
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8223
          },
          "name": "schemaInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorSchema"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8171
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8187
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8130
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessor"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorSchema": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorSchema",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 7793
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorSchema",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#class_name LogsCustomPipeline#class_name}",
            "stability": "stable",
            "summary": "Class name of the schema to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7799
          },
          "name": "className",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#class_uid LogsCustomPipeline#class_uid}",
            "stability": "stable",
            "summary": "Class UID of the schema to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7805
          },
          "name": "classUid",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#schema_type LogsCustomPipeline#schema_type}",
            "stability": "stable",
            "summary": "Type of schema to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7823
          },
          "name": "schemaType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#version LogsCustomPipeline#version}",
            "stability": "stable",
            "summary": "Version of the schema to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7829
          },
          "name": "version",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#extensions LogsCustomPipeline#extensions}",
            "stability": "stable",
            "summary": "Optional list of extensions to modify the schema."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7811
          },
          "name": "extensions",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#profiles LogsCustomPipeline#profiles}",
            "stability": "stable",
            "summary": "Optional list of profiles to modify the schema."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7817
          },
          "name": "profiles",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorSchema"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorSchemaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorSchemaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 7903
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 7896
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7992
          },
          "name": "resetExtensions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8008
          },
          "name": "resetProfiles"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorSchemaOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7967
          },
          "name": "classNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7980
          },
          "name": "classUidInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7996
          },
          "name": "extensionsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8012
          },
          "name": "profilesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8025
          },
          "name": "schemaTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8038
          },
          "name": "versionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7960
          },
          "name": "className",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7973
          },
          "name": "classUid",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7986
          },
          "name": "extensions",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8002
          },
          "name": "profiles",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8018
          },
          "name": "schemaType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8031
          },
          "name": "version",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 7907
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorSchema"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSchemaProcessorSchemaOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorServiceRemapper": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorServiceRemapper",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 8227
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorServiceRemapper",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8245
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "If the processor is enabled or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8233
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8239
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorServiceRemapper"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorServiceRemapperOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorServiceRemapperOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 8298
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 8291
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8343
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8359
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorServiceRemapperOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8347
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8363
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8376
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8337
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8353
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8369
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8302
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorServiceRemapper"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorServiceRemapperOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSpanIdRemapper": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSpanIdRemapper",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 8380
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorSpanIdRemapper",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8398
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "If the processor is enabled or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8386
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8392
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSpanIdRemapper"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSpanIdRemapperOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSpanIdRemapperOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 8451
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 8444
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8496
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8512
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorSpanIdRemapperOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8500
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8516
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8529
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8490
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8506
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8522
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8455
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorSpanIdRemapper"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorSpanIdRemapperOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorStatusRemapper": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorStatusRemapper",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 8533
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorStatusRemapper",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8551
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "If the processor is enabled or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8539
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8545
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorStatusRemapper"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorStatusRemapperOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorStatusRemapperOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 8604
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 8597
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8649
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8665
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorStatusRemapperOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8653
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8669
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8682
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8643
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8659
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8675
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8608
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorStatusRemapper"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorStatusRemapperOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessor": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessor",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 8686
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessor",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}",
            "stability": "stable",
            "summary": "The name of the attribute that contains the result of the template."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8710
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#template LogsCustomPipeline#template}",
            "stability": "stable",
            "summary": "The formula with one or more attributes and raw text."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8716
          },
          "name": "template",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "If the processor is enabled or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8692
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_replace_missing LogsCustomPipeline#is_replace_missing}",
            "stability": "stable",
            "summary": "If it replaces all missing attributes of template by an empty string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8698
          },
          "name": "isReplaceMissing",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "The name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8704
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessor"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessorOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessorOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 8783
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 8776
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8840
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8856
          },
          "name": "resetIsReplaceMissing"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8872
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessorOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8844
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8860
          },
          "name": "isReplaceMissingInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8876
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8889
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8902
          },
          "name": "templateInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8834
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8850
          },
          "name": "isReplaceMissing",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8866
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8882
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8895
          },
          "name": "template",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8787
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessor"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorStringBuilderProcessorOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapper": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapper",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 8906
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapper",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8924
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "If the processor is enabled or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8912
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8918
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapper"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapperOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapperOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 8977
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 8970
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9022
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9038
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapperOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9026
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9042
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9055
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9016
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9032
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9048
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 8981
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapper"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorTraceIdRemapperOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorUrlParser": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorUrlParser",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 9059
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorUrlParser",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9083
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}",
            "stability": "stable",
            "summary": "Name of the parent attribute that contains all the extracted details from the sources."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9089
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "If the processor is enabled or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9065
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9071
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#normalize_ending_slashes LogsCustomPipeline#normalize_ending_slashes}",
            "stability": "stable",
            "summary": "Normalize the ending slashes or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9077
          },
          "name": "normalizeEndingSlashes",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorUrlParser"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorUrlParserOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorUrlParserOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 9156
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 9149
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9213
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9229
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9245
          },
          "name": "resetNormalizeEndingSlashes"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorUrlParserOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9217
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9233
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9249
          },
          "name": "normalizeEndingSlashesInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9262
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9275
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9207
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9223
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9239
          },
          "name": "normalizeEndingSlashes",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9255
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9268
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9160
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorUrlParser"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorUrlParserOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorUserAgentParser": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorUserAgentParser",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 9279
      },
      "name": "LogsCustomPipelineProcessorPipelineProcessorUserAgentParser",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9303
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}",
            "stability": "stable",
            "summary": "Name of the parent attribute that contains all the extracted details from the sources."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9309
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "If the processor is enabled or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9285
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_encoded LogsCustomPipeline#is_encoded}",
            "stability": "stable",
            "summary": "If the source attribute is URL encoded or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9291
          },
          "name": "isEncoded",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9297
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorUserAgentParser"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorUserAgentParserOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorUserAgentParserOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 9376
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 9369
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9433
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9449
          },
          "name": "resetIsEncoded"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9465
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorPipelineProcessorUserAgentParserOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9437
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9453
          },
          "name": "isEncodedInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9469
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9482
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9495
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9427
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9443
          },
          "name": "isEncoded",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9459
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9475
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9488
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 9380
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorPipelineProcessorUserAgentParser"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorPipelineProcessorUserAgentParserOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorReferenceTableLookupProcessor": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorReferenceTableLookupProcessor",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 10494
      },
      "name": "LogsCustomPipelineProcessorReferenceTableLookupProcessor",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#lookup_enrichment_table LogsCustomPipeline#lookup_enrichment_table}",
            "stability": "stable",
            "summary": "Name of the Reference Table for the source attribute and their associated target attribute values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10506
          },
          "name": "lookupEnrichmentTable",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#source LogsCustomPipeline#source}",
            "stability": "stable",
            "summary": "Name of the source attribute used to do the lookup."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10518
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}",
            "stability": "stable",
            "summary": "Name of the attribute that contains the result of the lookup."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10524
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "If the processor is enabled or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10500
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10512
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorReferenceTableLookupProcessor"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorReferenceTableLookupProcessorOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorReferenceTableLookupProcessorOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 10591
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 10584
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10648
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10677
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorReferenceTableLookupProcessorOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10652
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10665
          },
          "name": "lookupEnrichmentTableInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10681
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10694
          },
          "name": "sourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10707
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10642
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10658
          },
          "name": "lookupEnrichmentTable",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10671
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10687
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10700
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10595
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorReferenceTableLookupProcessor"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorReferenceTableLookupProcessorOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessor": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessor",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 12121
      },
      "name": "LogsCustomPipelineProcessorSchemaProcessor",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#mappers LogsCustomPipeline#mappers}",
            "stability": "stable",
            "summary": "mappers block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12139
          },
          "name": "mappers",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappers"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#schema LogsCustomPipeline#schema}",
            "stability": "stable",
            "summary": "schema block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12145
          },
          "name": "schema",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorSchema"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "If the processor is enabled or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12127
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "The name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12133
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessor"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappers": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappers",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 11719
      },
      "name": "LogsCustomPipelineProcessorSchemaProcessorMappers",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#schema_category_mapper LogsCustomPipeline#schema_category_mapper}",
            "stability": "stable",
            "summary": "schema_category_mapper block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11725
          },
          "name": "schemaCategoryMapper",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapper"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#schema_remapper LogsCustomPipeline#schema_remapper}",
            "stability": "stable",
            "summary": "schema_remapper block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11731
          },
          "name": "schemaRemapper",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapper"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorMappers"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 11861
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 11853
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11868
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersOutputReference"
            }
          }
        }
      ],
      "name": "LogsCustomPipelineProcessorSchemaProcessorMappersList",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11854
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappers"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorMappersList"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 11780
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 11770
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11825
          },
          "name": "putSchemaCategoryMapper",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapper"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11841
          },
          "name": "putSchemaRemapper",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapper"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11828
          },
          "name": "resetSchemaCategoryMapper"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11844
          },
          "name": "resetSchemaRemapper"
        }
      ],
      "name": "LogsCustomPipelineProcessorSchemaProcessorMappersOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11822
          },
          "name": "schemaCategoryMapper",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11838
          },
          "name": "schemaRemapper",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapperList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11832
          },
          "name": "schemaCategoryMapperInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapper"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11848
          },
          "name": "schemaRemapperInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapper"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11784
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappers"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorMappersOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapper": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapper",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 11221
      },
      "name": "LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapper",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#categories LogsCustomPipeline#categories}",
            "stability": "stable",
            "summary": "categories block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11233
          },
          "name": "categories",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategories"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the logs schema category mapper."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11227
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#targets LogsCustomPipeline#targets}",
            "stability": "stable",
            "summary": "targets block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11245
          },
          "name": "targets",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargets"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#fallback LogsCustomPipeline#fallback}",
            "stability": "stable",
            "summary": "fallback block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11239
          },
          "name": "fallback",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallback"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapper"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategories": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategories",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 10794
      },
      "name": "LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategories",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#filter LogsCustomPipeline#filter}",
            "stability": "stable",
            "summary": "filter block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10815
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilter"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#id LogsCustomPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "ID to inject into the category."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10803
          },
          "name": "id",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Value to assign to target schema field."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10809
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategories"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilter": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 10711
      },
      "name": "LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilter",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#query LogsCustomPipeline#query}",
            "stability": "stable",
            "summary": "Filter criteria of the category."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10717
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilter"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilterOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 10756
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 10749
      },
      "name": "LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilterOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10790
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10783
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10760
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilter"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilterOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 10965
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 10957
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10972
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesOutputReference"
            }
          }
        }
      ],
      "name": "LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesList",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10958
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategories"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesList"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 10871
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 10861
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10948
          },
          "name": "putFilter",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilter"
              }
            }
          ]
        }
      ],
      "name": "LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10945
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilterOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10952
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesFilter"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10926
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10939
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10919
          },
          "name": "id",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10932
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10875
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategories"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallback": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallback",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 10976
      },
      "name": "LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallback",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "Fallback sources used to populate value of field."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10982
          },
          "name": "sources",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#values LogsCustomPipeline#values}",
            "stability": "stable",
            "summary": "Values that define when the fallback is used."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 10988
          },
          "name": "values",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallback"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallbackOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallbackOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 11034
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 11027
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11073
          },
          "name": "resetSources"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11089
          },
          "name": "resetValues"
        }
      ],
      "name": "LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallbackOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11077
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11093
          },
          "name": "valuesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11067
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11083
          },
          "name": "values",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11038
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallback"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallbackOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 11424
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 11416
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11431
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperOutputReference"
            }
          }
        }
      ],
      "name": "LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperList",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11417
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapper"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperList"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 11308
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 11298
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11378
          },
          "name": "putCategories",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategories"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11391
          },
          "name": "putFallback",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallback"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11407
          },
          "name": "putTargets",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargets"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11394
          },
          "name": "resetFallback"
        }
      ],
      "name": "LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11375
          },
          "name": "categories",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategoriesList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11388
          },
          "name": "fallback",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallbackOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11404
          },
          "name": "targets",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargetsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11382
          },
          "name": "categoriesInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperCategories"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11398
          },
          "name": "fallbackInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperFallback"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11369
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11411
          },
          "name": "targetsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargets"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11362
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11312
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapper"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargets": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargets",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 11097
      },
      "name": "LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargets",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#id LogsCustomPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "ID of the field to map log attributes to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11106
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the field to map log attributes to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11112
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargets"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargetsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargetsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 11158
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 11151
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11197
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11213
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargetsOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11201
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11217
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11191
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11207
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11162
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargets"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorMappersSchemaCategoryMapperTargetsOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapper": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapper",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 11435
      },
      "name": "LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapper",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the logs schema remapper."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11441
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "Array of source attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11459
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}",
            "stability": "stable",
            "summary": "Target field to map log source field to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11465
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#override_on_conflict LogsCustomPipeline#override_on_conflict}",
            "stability": "stable",
            "summary": "Override or not the target element if already set."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11447
          },
          "name": "overrideOnConflict",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#preserve_source LogsCustomPipeline#preserve_source}",
            "stability": "stable",
            "summary": "Remove or preserve the remapped source element."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11453
          },
          "name": "preserveSource",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "If the cast is not possible, the original type is kept. `string`, `integer`, or `double` are the possible types. If the `target_type` is `tag`, this parameter may not be specified.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#target_format LogsCustomPipeline#target_format}",
            "stability": "stable",
            "summary": "If the `target_type` of the remapper is `attribute`, try to cast the value to a new specific type."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11471
          },
          "name": "targetFormat",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapper"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapperList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapperList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 11708
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 11700
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11715
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapperOutputReference"
            }
          }
        }
      ],
      "name": "LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapperList",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11701
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapper"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapperList"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapperOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapperOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 11548
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 11538
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11633
          },
          "name": "resetOverrideOnConflict"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11649
          },
          "name": "resetPreserveSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11691
          },
          "name": "resetTargetFormat"
        }
      ],
      "name": "LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapperOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11621
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11637
          },
          "name": "overrideOnConflictInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11653
          },
          "name": "preserveSourceInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11666
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11695
          },
          "name": "targetFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11679
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11614
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11627
          },
          "name": "overrideOnConflict",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11643
          },
          "name": "preserveSource",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11659
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11672
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11685
          },
          "name": "targetFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11552
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapper"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorMappersSchemaRemapperOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 12205
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 12198
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12285
          },
          "name": "putMappers",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappers"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12298
          },
          "name": "putSchema",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorSchema"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12256
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12272
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorSchemaProcessorOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12282
          },
          "name": "mappers",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappersList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12295
          },
          "name": "schema",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorSchemaOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12260
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12289
          },
          "name": "mappersInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorMappers"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12276
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12302
          },
          "name": "schemaInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorSchema"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12250
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12266
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12209
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessor"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorSchema": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorSchema",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 11872
      },
      "name": "LogsCustomPipelineProcessorSchemaProcessorSchema",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#class_name LogsCustomPipeline#class_name}",
            "stability": "stable",
            "summary": "Class name of the schema to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11878
          },
          "name": "className",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#class_uid LogsCustomPipeline#class_uid}",
            "stability": "stable",
            "summary": "Class UID of the schema to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11884
          },
          "name": "classUid",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#schema_type LogsCustomPipeline#schema_type}",
            "stability": "stable",
            "summary": "Type of schema to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11902
          },
          "name": "schemaType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#version LogsCustomPipeline#version}",
            "stability": "stable",
            "summary": "Version of the schema to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11908
          },
          "name": "version",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#extensions LogsCustomPipeline#extensions}",
            "stability": "stable",
            "summary": "Optional list of extensions to modify the schema."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11890
          },
          "name": "extensions",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#profiles LogsCustomPipeline#profiles}",
            "stability": "stable",
            "summary": "Optional list of profiles to modify the schema."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11896
          },
          "name": "profiles",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorSchema"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorSchemaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorSchemaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 11982
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 11975
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12071
          },
          "name": "resetExtensions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12087
          },
          "name": "resetProfiles"
        }
      ],
      "name": "LogsCustomPipelineProcessorSchemaProcessorSchemaOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12046
          },
          "name": "classNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12059
          },
          "name": "classUidInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12075
          },
          "name": "extensionsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12091
          },
          "name": "profilesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12104
          },
          "name": "schemaTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12117
          },
          "name": "versionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12039
          },
          "name": "className",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12052
          },
          "name": "classUid",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12065
          },
          "name": "extensions",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12081
          },
          "name": "profiles",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12097
          },
          "name": "schemaType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12110
          },
          "name": "version",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 11986
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSchemaProcessorSchema"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSchemaProcessorSchemaOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorServiceRemapper": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorServiceRemapper",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 12306
      },
      "name": "LogsCustomPipelineProcessorServiceRemapper",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12324
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "If the processor is enabled or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12312
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12318
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorServiceRemapper"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorServiceRemapperOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorServiceRemapperOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 12377
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 12370
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12422
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12438
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorServiceRemapperOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12426
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12442
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12455
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12416
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12432
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12448
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12381
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorServiceRemapper"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorServiceRemapperOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSpanIdRemapper": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSpanIdRemapper",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 12459
      },
      "name": "LogsCustomPipelineProcessorSpanIdRemapper",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12477
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "If the processor is enabled or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12465
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12471
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSpanIdRemapper"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSpanIdRemapperOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSpanIdRemapperOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 12530
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 12523
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12575
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12591
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorSpanIdRemapperOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12579
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12595
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12608
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12569
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12585
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12601
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12534
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorSpanIdRemapper"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorSpanIdRemapperOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorStatusRemapper": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorStatusRemapper",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 12612
      },
      "name": "LogsCustomPipelineProcessorStatusRemapper",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12630
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "If the processor is enabled or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12618
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12624
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorStatusRemapper"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorStatusRemapperOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorStatusRemapperOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 12683
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 12676
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12728
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12744
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorStatusRemapperOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12732
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12748
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12761
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12722
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12738
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12754
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12687
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorStatusRemapper"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorStatusRemapperOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorStringBuilderProcessor": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorStringBuilderProcessor",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 12765
      },
      "name": "LogsCustomPipelineProcessorStringBuilderProcessor",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}",
            "stability": "stable",
            "summary": "The name of the attribute that contains the result of the template."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12789
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#template LogsCustomPipeline#template}",
            "stability": "stable",
            "summary": "The formula with one or more attributes and raw text."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12795
          },
          "name": "template",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "If the processor is enabled or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12771
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_replace_missing LogsCustomPipeline#is_replace_missing}",
            "stability": "stable",
            "summary": "If it replaces all missing attributes of template by an empty string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12777
          },
          "name": "isReplaceMissing",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "The name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12783
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorStringBuilderProcessor"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorStringBuilderProcessorOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorStringBuilderProcessorOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 12862
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 12855
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12919
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12935
          },
          "name": "resetIsReplaceMissing"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12951
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorStringBuilderProcessorOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12923
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12939
          },
          "name": "isReplaceMissingInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12955
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12968
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12981
          },
          "name": "templateInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12913
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12929
          },
          "name": "isReplaceMissing",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12945
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12961
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12974
          },
          "name": "template",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12866
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorStringBuilderProcessor"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorStringBuilderProcessorOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorTraceIdRemapper": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorTraceIdRemapper",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 12985
      },
      "name": "LogsCustomPipelineProcessorTraceIdRemapper",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13003
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "If the processor is enabled or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12991
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 12997
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorTraceIdRemapper"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorTraceIdRemapperOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorTraceIdRemapperOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 13056
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 13049
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13101
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13117
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorTraceIdRemapperOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13105
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13121
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13134
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13095
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13111
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13127
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13060
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorTraceIdRemapper"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorTraceIdRemapperOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorUrlParser": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorUrlParser",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 13138
      },
      "name": "LogsCustomPipelineProcessorUrlParser",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13162
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}",
            "stability": "stable",
            "summary": "Name of the parent attribute that contains all the extracted details from the sources."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13168
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "If the processor is enabled or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13144
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13150
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#normalize_ending_slashes LogsCustomPipeline#normalize_ending_slashes}",
            "stability": "stable",
            "summary": "Normalize the ending slashes or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13156
          },
          "name": "normalizeEndingSlashes",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorUrlParser"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorUrlParserOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorUrlParserOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 13235
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 13228
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13292
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13308
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13324
          },
          "name": "resetNormalizeEndingSlashes"
        }
      ],
      "name": "LogsCustomPipelineProcessorUrlParserOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13296
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13312
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13328
          },
          "name": "normalizeEndingSlashesInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13341
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13354
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13286
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13302
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13318
          },
          "name": "normalizeEndingSlashes",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13334
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13347
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13239
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorUrlParser"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorUrlParserOutputReference"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorUserAgentParser": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorUserAgentParser",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 13358
      },
      "name": "LogsCustomPipelineProcessorUserAgentParser",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#sources LogsCustomPipeline#sources}",
            "stability": "stable",
            "summary": "List of source attributes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13382
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#target LogsCustomPipeline#target}",
            "stability": "stable",
            "summary": "Name of the parent attribute that contains all the extracted details from the sources."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13388
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_enabled LogsCustomPipeline#is_enabled}",
            "stability": "stable",
            "summary": "If the processor is enabled or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13364
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#is_encoded LogsCustomPipeline#is_encoded}",
            "stability": "stable",
            "summary": "If the source attribute is URL encoded or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13370
          },
          "name": "isEncoded",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_custom_pipeline#name LogsCustomPipeline#name}",
            "stability": "stable",
            "summary": "Name of the processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13376
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorUserAgentParser"
    },
    "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorUserAgentParserOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorUserAgentParserOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-custom-pipeline/index.ts",
          "line": 13455
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-custom-pipeline/index.ts",
        "line": 13448
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13512
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13528
          },
          "name": "resetIsEncoded"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13544
          },
          "name": "resetName"
        }
      ],
      "name": "LogsCustomPipelineProcessorUserAgentParserOutputReference",
      "namespace": "logsCustomPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13516
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13532
          },
          "name": "isEncodedInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13548
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13561
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13574
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13506
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13522
          },
          "name": "isEncoded",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13538
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13554
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13567
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-custom-pipeline/index.ts",
            "line": 13459
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsCustomPipeline.LogsCustomPipelineProcessorUserAgentParser"
          }
        }
      ],
      "symbolId": "src/logs-custom-pipeline/index:LogsCustomPipelineProcessorUserAgentParserOutputReference"
    },
    "@cdktn/provider-datadog.logsIndex.LogsIndex": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_index datadog_logs_index}."
      },
      "fqn": "@cdktn/provider-datadog.logsIndex.LogsIndex",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_index datadog_logs_index} Resource."
        },
        "locationInModule": {
          "filename": "src/logs-index/index.ts",
          "line": 658
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.logsIndex.LogsIndexConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-index/index.ts",
        "line": 626
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a LogsIndex resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 643
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the LogsIndex to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_index#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing LogsIndex that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the LogsIndex to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 821
          },
          "name": "putDailyLimitReset",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsIndex.LogsIndexDailyLimitReset"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 837
          },
          "name": "putExclusionFilter",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.logsIndex.LogsIndexExclusionFilter"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 853
          },
          "name": "putFilter",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsIndex.LogsIndexFilter"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 699
          },
          "name": "resetDailyLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 824
          },
          "name": "resetDailyLimitReset"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 715
          },
          "name": "resetDailyLimitWarningThresholdPercentage"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 731
          },
          "name": "resetDisableDailyLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 840
          },
          "name": "resetExclusionFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 747
          },
          "name": "resetFlexRetentionDays"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 763
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 792
          },
          "name": "resetRetentionDays"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 808
          },
          "name": "resetTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 865
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 881
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "LogsIndex",
      "namespace": "logsIndex",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 631
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 818
          },
          "name": "dailyLimitReset",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsIndex.LogsIndexDailyLimitResetOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 834
          },
          "name": "exclusionFilter",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsIndex.LogsIndexExclusionFilterList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 850
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsIndex.LogsIndexFilterOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 703
          },
          "name": "dailyLimitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 828
          },
          "name": "dailyLimitResetInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsIndex.LogsIndexDailyLimitReset"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 719
          },
          "name": "dailyLimitWarningThresholdPercentageInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 735
          },
          "name": "disableDailyLimitInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 844
          },
          "name": "exclusionFilterInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsIndex.LogsIndexExclusionFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 857
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsIndex.LogsIndexFilter"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 751
          },
          "name": "flexRetentionDaysInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 767
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 780
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 796
          },
          "name": "retentionDaysInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 812
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 693
          },
          "name": "dailyLimit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 709
          },
          "name": "dailyLimitWarningThresholdPercentage",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 725
          },
          "name": "disableDailyLimit",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 741
          },
          "name": "flexRetentionDays",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 757
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 773
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 786
          },
          "name": "retentionDays",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 802
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/logs-index/index:LogsIndex"
    },
    "@cdktn/provider-datadog.logsIndex.LogsIndexConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsIndex.LogsIndexConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-index/index.ts",
        "line": 14
      },
      "name": "LogsIndexConfig",
      "namespace": "logsIndex",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_index#filter LogsIndex#filter}",
            "stability": "stable",
            "summary": "filter block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 81
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsIndex.LogsIndexFilter"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Index names cannot be modified after creation. If this value is changed, a new index will be created.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_index#name LogsIndex#name}",
            "stability": "stable",
            "summary": "The name of the index."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 51
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_index#daily_limit LogsIndex#daily_limit}",
            "stability": "stable",
            "summary": "The number of log events you can send in this index per day before you are rate-limited."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 20
          },
          "name": "dailyLimit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_index#daily_limit_reset LogsIndex#daily_limit_reset}",
            "stability": "stable",
            "summary": "daily_limit_reset block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 69
          },
          "name": "dailyLimitReset",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsIndex.LogsIndexDailyLimitReset"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_index#daily_limit_warning_threshold_percentage LogsIndex#daily_limit_warning_threshold_percentage}",
            "stability": "stable",
            "summary": "A percentage threshold of the daily quota at which a Datadog warning event is generated."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 26
          },
          "name": "dailyLimitWarningThresholdPercentage",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "If false, enables the daily limit. When creating an index, if this attribute is omitted, the daily limit is enabled by default. When updating an index, if this attribute is omitted, the existing value is preserved. Providing a `daily_limit` value does not re-enable the limit if it was previously disabled unless `disable_daily_limit` is explicitly set to false.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_index#disable_daily_limit LogsIndex#disable_daily_limit}",
            "stability": "stable",
            "summary": "If true, disables the daily limit and sets `daily_limit` to null."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 32
          },
          "name": "disableDailyLimit",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_index#exclusion_filter LogsIndex#exclusion_filter}",
            "stability": "stable",
            "summary": "exclusion_filter block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 75
          },
          "name": "exclusionFilter",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsIndex.LogsIndexExclusionFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_index#flex_retention_days LogsIndex#flex_retention_days}",
            "stability": "stable",
            "summary": "The total number of days logs are stored in Standard and Flex Tier before being deleted from the index."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 38
          },
          "name": "flexRetentionDays",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_index#id LogsIndex#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 45
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_index#retention_days LogsIndex#retention_days}",
            "stability": "stable",
            "summary": "The number of days logs are stored in Standard Tier before aging into the Flex Tier or being deleted from the index."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 57
          },
          "name": "retentionDays",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Tags must be in `key:value` format. If default tags are present at the provider level, they will be added to this resource.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_index#tags LogsIndex#tags}",
            "stability": "stable",
            "summary": "A list of tags for this index."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 63
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/logs-index/index:LogsIndexConfig"
    },
    "@cdktn/provider-datadog.logsIndex.LogsIndexDailyLimitReset": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsIndex.LogsIndexDailyLimitReset",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-index/index.ts",
        "line": 83
      },
      "name": "LogsIndexDailyLimitReset",
      "namespace": "logsIndex",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "The hours must be between 00 and 23 (inclusive).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_index#reset_time LogsIndex#reset_time}",
            "stability": "stable",
            "summary": "String in `HH:00` format representing the time of day the daily limit should be reset."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 89
          },
          "name": "resetTime",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "The hours must be between -12 and +14 (inclusive).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_index#reset_utc_offset LogsIndex#reset_utc_offset}",
            "stability": "stable",
            "summary": "String in `(-|+)HH:00` format representing the UTC offset to apply to the given reset time."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 95
          },
          "name": "resetUtcOffset",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-index/index:LogsIndexDailyLimitReset"
    },
    "@cdktn/provider-datadog.logsIndex.LogsIndexDailyLimitResetOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsIndex.LogsIndexDailyLimitResetOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-index/index.ts",
          "line": 141
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-index/index.ts",
        "line": 134
      },
      "name": "LogsIndexDailyLimitResetOutputReference",
      "namespace": "logsIndex",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 181
          },
          "name": "resetTimeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 194
          },
          "name": "resetUtcOffsetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 174
          },
          "name": "resetTime",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 187
          },
          "name": "resetUtcOffset",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 145
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsIndex.LogsIndexDailyLimitReset"
          }
        }
      ],
      "symbolId": "src/logs-index/index:LogsIndexDailyLimitResetOutputReference"
    },
    "@cdktn/provider-datadog.logsIndex.LogsIndexExclusionFilter": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsIndex.LogsIndexExclusionFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-index/index.ts",
        "line": 351
      },
      "name": "LogsIndexExclusionFilter",
      "namespace": "logsIndex",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_index#filter LogsIndex#filter}",
            "stability": "stable",
            "summary": "filter block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 369
          },
          "name": "filter",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsIndex.LogsIndexExclusionFilterFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_index#is_enabled LogsIndex#is_enabled}",
            "stability": "stable",
            "summary": "A boolean stating if the exclusion is active or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 357
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_index#name LogsIndex#name}",
            "stability": "stable",
            "summary": "The name of the exclusion filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 363
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-index/index:LogsIndexExclusionFilter"
    },
    "@cdktn/provider-datadog.logsIndex.LogsIndexExclusionFilterFilter": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsIndex.LogsIndexExclusionFilterFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-index/index.ts",
        "line": 198
      },
      "name": "LogsIndexExclusionFilterFilter",
      "namespace": "logsIndex",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_index#query LogsIndex#query}",
            "stability": "stable",
            "summary": "Only logs matching the filter criteria and the query of the parent index will be considered for this exclusion filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 204
          },
          "name": "query",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_index#sample_rate LogsIndex#sample_rate}",
            "stability": "stable",
            "summary": "The fraction of logs excluded by the exclusion filter, when active."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 210
          },
          "name": "sampleRate",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/logs-index/index:LogsIndexExclusionFilterFilter"
    },
    "@cdktn/provider-datadog.logsIndex.LogsIndexExclusionFilterFilterList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsIndex.LogsIndexExclusionFilterFilterList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-index/index.ts",
          "line": 340
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-index/index.ts",
        "line": 332
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 347
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.logsIndex.LogsIndexExclusionFilterFilterOutputReference"
            }
          }
        }
      ],
      "name": "LogsIndexExclusionFilterFilterList",
      "namespace": "logsIndex",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 333
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsIndex.LogsIndexExclusionFilterFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-index/index:LogsIndexExclusionFilterFilterList"
    },
    "@cdktn/provider-datadog.logsIndex.LogsIndexExclusionFilterFilterOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsIndex.LogsIndexExclusionFilterFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-index/index.ts",
          "line": 259
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-index/index.ts",
        "line": 249
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 307
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 323
          },
          "name": "resetSampleRate"
        }
      ],
      "name": "LogsIndexExclusionFilterFilterOutputReference",
      "namespace": "logsIndex",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 311
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 327
          },
          "name": "sampleRateInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 301
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 317
          },
          "name": "sampleRate",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 263
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.logsIndex.LogsIndexExclusionFilterFilter"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-index/index:LogsIndexExclusionFilterFilterOutputReference"
    },
    "@cdktn/provider-datadog.logsIndex.LogsIndexExclusionFilterList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsIndex.LogsIndexExclusionFilterList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-index/index.ts",
          "line": 528
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-index/index.ts",
        "line": 520
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 535
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.logsIndex.LogsIndexExclusionFilterOutputReference"
            }
          }
        }
      ],
      "name": "LogsIndexExclusionFilterList",
      "namespace": "logsIndex",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 521
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsIndex.LogsIndexExclusionFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-index/index:LogsIndexExclusionFilterList"
    },
    "@cdktn/provider-datadog.logsIndex.LogsIndexExclusionFilterOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsIndex.LogsIndexExclusionFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-index/index.ts",
          "line": 425
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-index/index.ts",
        "line": 415
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 508
          },
          "name": "putFilter",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.logsIndex.LogsIndexExclusionFilterFilter"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 511
          },
          "name": "resetFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 479
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 495
          },
          "name": "resetName"
        }
      ],
      "name": "LogsIndexExclusionFilterOutputReference",
      "namespace": "logsIndex",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 505
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsIndex.LogsIndexExclusionFilterFilterList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 515
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsIndex.LogsIndexExclusionFilterFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 483
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 499
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 473
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 489
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 429
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.logsIndex.LogsIndexExclusionFilter"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-index/index:LogsIndexExclusionFilterOutputReference"
    },
    "@cdktn/provider-datadog.logsIndex.LogsIndexFilter": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsIndex.LogsIndexFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-index/index.ts",
        "line": 539
      },
      "name": "LogsIndexFilter",
      "namespace": "logsIndex",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_index#query LogsIndex#query}",
            "stability": "stable",
            "summary": "Logs filter criteria. Only logs matching this filter criteria are considered for this index."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 545
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-index/index:LogsIndexFilter"
    },
    "@cdktn/provider-datadog.logsIndex.LogsIndexFilterOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsIndex.LogsIndexFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-index/index.ts",
          "line": 584
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-index/index.ts",
        "line": 577
      },
      "name": "LogsIndexFilterOutputReference",
      "namespace": "logsIndex",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 618
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 611
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index/index.ts",
            "line": 588
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsIndex.LogsIndexFilter"
          }
        }
      ],
      "symbolId": "src/logs-index/index:LogsIndexFilterOutputReference"
    },
    "@cdktn/provider-datadog.logsIndexOrder.LogsIndexOrder": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_index_order datadog_logs_index_order}."
      },
      "fqn": "@cdktn/provider-datadog.logsIndexOrder.LogsIndexOrder",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_index_order datadog_logs_index_order} Resource."
        },
        "locationInModule": {
          "filename": "src/logs-index-order/index.ts",
          "line": 71
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.logsIndexOrder.LogsIndexOrderConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-index-order/index.ts",
        "line": 39
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a LogsIndexOrder resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/logs-index-order/index.ts",
            "line": 56
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the LogsIndexOrder to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_index_order#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing LogsIndexOrder that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the LogsIndexOrder to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index-order/index.ts",
            "line": 104
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index-order/index.ts",
            "line": 133
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index-order/index.ts",
            "line": 145
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index-order/index.ts",
            "line": 153
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "LogsIndexOrder",
      "namespace": "logsIndexOrder",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index-order/index.ts",
            "line": 44
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index-order/index.ts",
            "line": 108
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index-order/index.ts",
            "line": 121
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index-order/index.ts",
            "line": 137
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index-order/index.ts",
            "line": 98
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index-order/index.ts",
            "line": 114
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-index-order/index.ts",
            "line": 127
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-index-order/index:LogsIndexOrder"
    },
    "@cdktn/provider-datadog.logsIndexOrder.LogsIndexOrderConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsIndexOrder.LogsIndexOrderConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-index-order/index.ts",
        "line": 14
      },
      "name": "LogsIndexOrderConfig",
      "namespace": "logsIndexOrder",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Logs are tested against the query filter of each index one by one following the order of the list.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_index_order#indexes LogsIndexOrder#indexes}",
            "stability": "stable",
            "summary": "The index resource list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index-order/index.ts",
            "line": 27
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_index_order#id LogsIndexOrder#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index-order/index.ts",
            "line": 21
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_index_order#name LogsIndexOrder#name}",
            "stability": "stable",
            "summary": "The unique name of the index order resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-index-order/index.ts",
            "line": 33
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-index-order/index:LogsIndexOrderConfig"
    },
    "@cdktn/provider-datadog.logsIntegrationPipeline.LogsIntegrationPipeline": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_integration_pipeline datadog_logs_integration_pipeline}."
      },
      "fqn": "@cdktn/provider-datadog.logsIntegrationPipeline.LogsIntegrationPipeline",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_integration_pipeline datadog_logs_integration_pipeline} Resource."
        },
        "locationInModule": {
          "filename": "src/logs-integration-pipeline/index.ts",
          "line": 65
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.logsIntegrationPipeline.LogsIntegrationPipelineConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-integration-pipeline/index.ts",
        "line": 33
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a LogsIntegrationPipeline resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/logs-integration-pipeline/index.ts",
            "line": 50
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the LogsIntegrationPipeline to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_integration_pipeline#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing LogsIntegrationPipeline that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the LogsIntegrationPipeline to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-integration-pipeline/index.ts",
            "line": 97
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-integration-pipeline/index.ts",
            "line": 113
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-integration-pipeline/index.ts",
            "line": 125
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-integration-pipeline/index.ts",
            "line": 132
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "LogsIntegrationPipeline",
      "namespace": "logsIntegrationPipeline",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-integration-pipeline/index.ts",
            "line": 38
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-integration-pipeline/index.ts",
            "line": 101
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-integration-pipeline/index.ts",
            "line": 117
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-integration-pipeline/index.ts",
            "line": 91
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-integration-pipeline/index.ts",
            "line": 107
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-integration-pipeline/index:LogsIntegrationPipeline"
    },
    "@cdktn/provider-datadog.logsIntegrationPipeline.LogsIntegrationPipelineConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsIntegrationPipeline.LogsIntegrationPipelineConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-integration-pipeline/index.ts",
        "line": 14
      },
      "name": "LogsIntegrationPipelineConfig",
      "namespace": "logsIntegrationPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_integration_pipeline#id LogsIntegrationPipeline#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-integration-pipeline/index.ts",
            "line": 21
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_integration_pipeline#is_enabled LogsIntegrationPipeline#is_enabled}",
            "stability": "stable",
            "summary": "Boolean value to enable your pipeline."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-integration-pipeline/index.ts",
            "line": 27
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-integration-pipeline/index:LogsIntegrationPipelineConfig"
    },
    "@cdktn/provider-datadog.logsMetric.LogsMetric": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_metric datadog_logs_metric}."
      },
      "fqn": "@cdktn/provider-datadog.logsMetric.LogsMetric",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_metric datadog_logs_metric} Resource."
        },
        "locationInModule": {
          "filename": "src/logs-metric/index.ts",
          "line": 466
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.logsMetric.LogsMetricConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-metric/index.ts",
        "line": 434
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a LogsMetric resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 451
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the LogsMetric to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_metric#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing LogsMetric that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the LogsMetric to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 527
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsMetric.LogsMetricCompute"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 540
          },
          "name": "putFilter",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.logsMetric.LogsMetricFilter"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 553
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.logsMetric.LogsMetricGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 556
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 501
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 568
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 578
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "LogsMetric",
      "namespace": "logsMetric",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 439
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 524
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsMetric.LogsMetricComputeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 537
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsMetric.LogsMetricFilterOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 550
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsMetric.LogsMetricGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 531
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsMetric.LogsMetricCompute"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 544
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsMetric.LogsMetricFilter"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 560
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsMetric.LogsMetricGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 505
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 518
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 495
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 511
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-metric/index:LogsMetric"
    },
    "@cdktn/provider-datadog.logsMetric.LogsMetricCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsMetric.LogsMetricCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-metric/index.ts",
        "line": 47
      },
      "name": "LogsMetricCompute",
      "namespace": "logsMetric",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_metric#aggregation_type LogsMetric#aggregation_type}",
            "stability": "stable",
            "summary": "The type of aggregation to use. This field can't be updated after creation. Valid values are `count`, `distribution`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 53
          },
          "name": "aggregationType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Defaults to false. Can only be applied to metrics that have an `aggregation_type` of distribution.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_metric#include_percentiles LogsMetric#include_percentiles}",
            "stability": "stable",
            "summary": "Toggle to include/exclude percentiles for a distribution metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 59
          },
          "name": "includePercentiles",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This field can't be updated after creation.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_metric#path LogsMetric#path}",
            "stability": "stable",
            "summary": "The path to the value the log-based metric will aggregate on (only used if the aggregation type is a \"distribution\")."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 65
          },
          "name": "path",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-metric/index:LogsMetricCompute"
    },
    "@cdktn/provider-datadog.logsMetric.LogsMetricComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsMetric.LogsMetricComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-metric/index.ts",
          "line": 118
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-metric/index.ts",
        "line": 111
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 176
          },
          "name": "resetIncludePercentiles"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 192
          },
          "name": "resetPath"
        }
      ],
      "name": "LogsMetricComputeOutputReference",
      "namespace": "logsMetric",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 164
          },
          "name": "aggregationTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 180
          },
          "name": "includePercentilesInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 196
          },
          "name": "pathInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 157
          },
          "name": "aggregationType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 170
          },
          "name": "includePercentiles",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 186
          },
          "name": "path",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 122
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsMetric.LogsMetricCompute"
          }
        }
      ],
      "symbolId": "src/logs-metric/index:LogsMetricComputeOutputReference"
    },
    "@cdktn/provider-datadog.logsMetric.LogsMetricConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsMetric.LogsMetricConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-metric/index.ts",
        "line": 14
      },
      "name": "LogsMetricConfig",
      "namespace": "logsMetric",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_metric#compute LogsMetric#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 33
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsMetric.LogsMetricCompute"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_metric#filter LogsMetric#filter}",
            "stability": "stable",
            "summary": "filter block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 39
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktn/provider-datadog.logsMetric.LogsMetricFilter"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_metric#name LogsMetric#name}",
            "stability": "stable",
            "summary": "The name of the log-based metric. This field can't be updated after creation."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 27
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_metric#group_by LogsMetric#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 45
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsMetric.LogsMetricGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_metric#id LogsMetric#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 21
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-metric/index:LogsMetricConfig"
    },
    "@cdktn/provider-datadog.logsMetric.LogsMetricFilter": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsMetric.LogsMetricFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-metric/index.ts",
        "line": 200
      },
      "name": "LogsMetricFilter",
      "namespace": "logsMetric",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_metric#query LogsMetric#query}",
            "stability": "stable",
            "summary": "The search query - following the log search syntax."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 206
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-metric/index:LogsMetricFilter"
    },
    "@cdktn/provider-datadog.logsMetric.LogsMetricFilterOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsMetric.LogsMetricFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-metric/index.ts",
          "line": 245
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-metric/index.ts",
        "line": 238
      },
      "name": "LogsMetricFilterOutputReference",
      "namespace": "logsMetric",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 279
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 272
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 249
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.logsMetric.LogsMetricFilter"
          }
        }
      ],
      "symbolId": "src/logs-metric/index:LogsMetricFilterOutputReference"
    },
    "@cdktn/provider-datadog.logsMetric.LogsMetricGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsMetric.LogsMetricGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-metric/index.ts",
        "line": 283
      },
      "name": "LogsMetricGroupBy",
      "namespace": "logsMetric",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_metric#path LogsMetric#path}",
            "stability": "stable",
            "summary": "The path to the value the log-based metric will be aggregated over."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 289
          },
          "name": "path",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_metric#tag_name LogsMetric#tag_name}",
            "stability": "stable",
            "summary": "Name of the tag that gets created."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 295
          },
          "name": "tagName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-metric/index:LogsMetricGroupBy"
    },
    "@cdktn/provider-datadog.logsMetric.LogsMetricGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsMetric.LogsMetricGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-metric/index.ts",
          "line": 419
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-metric/index.ts",
        "line": 411
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 426
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.logsMetric.LogsMetricGroupByOutputReference"
            }
          }
        }
      ],
      "name": "LogsMetricGroupByList",
      "namespace": "logsMetric",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 412
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.logsMetric.LogsMetricGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-metric/index:LogsMetricGroupByList"
    },
    "@cdktn/provider-datadog.logsMetric.LogsMetricGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsMetric.LogsMetricGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/logs-metric/index.ts",
          "line": 344
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-metric/index.ts",
        "line": 334
      },
      "name": "LogsMetricGroupByOutputReference",
      "namespace": "logsMetric",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 393
          },
          "name": "pathInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 406
          },
          "name": "tagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 386
          },
          "name": "path",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 399
          },
          "name": "tagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-metric/index.ts",
            "line": 348
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.logsMetric.LogsMetricGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/logs-metric/index:LogsMetricGroupByOutputReference"
    },
    "@cdktn/provider-datadog.logsPipelineOrder.LogsPipelineOrder": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_pipeline_order datadog_logs_pipeline_order}."
      },
      "fqn": "@cdktn/provider-datadog.logsPipelineOrder.LogsPipelineOrder",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_pipeline_order datadog_logs_pipeline_order} Resource."
        },
        "locationInModule": {
          "filename": "src/logs-pipeline-order/index.ts",
          "line": 71
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.logsPipelineOrder.LogsPipelineOrderConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-pipeline-order/index.ts",
        "line": 39
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a LogsPipelineOrder resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/logs-pipeline-order/index.ts",
            "line": 56
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the LogsPipelineOrder to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_pipeline_order#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing LogsPipelineOrder that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the LogsPipelineOrder to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-pipeline-order/index.ts",
            "line": 104
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-pipeline-order/index.ts",
            "line": 142
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-pipeline-order/index.ts",
            "line": 150
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "LogsPipelineOrder",
      "namespace": "logsPipelineOrder",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-pipeline-order/index.ts",
            "line": 44
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-pipeline-order/index.ts",
            "line": 108
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-pipeline-order/index.ts",
            "line": 121
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-pipeline-order/index.ts",
            "line": 134
          },
          "name": "pipelinesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-pipeline-order/index.ts",
            "line": 98
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-pipeline-order/index.ts",
            "line": 114
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-pipeline-order/index.ts",
            "line": 127
          },
          "name": "pipelines",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/logs-pipeline-order/index:LogsPipelineOrder"
    },
    "@cdktn/provider-datadog.logsPipelineOrder.LogsPipelineOrderConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsPipelineOrder.LogsPipelineOrderConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-pipeline-order/index.ts",
        "line": 14
      },
      "name": "LogsPipelineOrderConfig",
      "namespace": "logsPipelineOrder",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "It's recommended to use the same value as the resource name. No related field is available in [Logs Pipeline API](https://docs.datadoghq.com/api/v1/logs-pipelines/#get-pipeline-order).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_pipeline_order#name LogsPipelineOrder#name}",
            "stability": "stable",
            "summary": "The name attribute in the resource `datadog_logs_pipeline_order` needs to be unique."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-pipeline-order/index.ts",
            "line": 27
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_pipeline_order#pipelines LogsPipelineOrder#pipelines}",
            "stability": "stable",
            "summary": "The pipeline IDs list. The order of pipeline IDs in this attribute defines the overall pipeline order for logs."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-pipeline-order/index.ts",
            "line": 33
          },
          "name": "pipelines",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_pipeline_order#id LogsPipelineOrder#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-pipeline-order/index.ts",
            "line": 21
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/logs-pipeline-order/index:LogsPipelineOrderConfig"
    },
    "@cdktn/provider-datadog.logsRestrictionQuery.LogsRestrictionQuery": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_restriction_query datadog_logs_restriction_query}."
      },
      "fqn": "@cdktn/provider-datadog.logsRestrictionQuery.LogsRestrictionQuery",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_restriction_query datadog_logs_restriction_query} Resource."
        },
        "locationInModule": {
          "filename": "src/logs-restriction-query/index.ts",
          "line": 64
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.logsRestrictionQuery.LogsRestrictionQueryConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/logs-restriction-query/index.ts",
        "line": 32
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a LogsRestrictionQuery resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/logs-restriction-query/index.ts",
            "line": 49
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the LogsRestrictionQuery to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_restriction_query#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing LogsRestrictionQuery that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the LogsRestrictionQuery to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-restriction-query/index.ts",
            "line": 124
          },
          "name": "resetRoleIds"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-restriction-query/index.ts",
            "line": 136
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-restriction-query/index.ts",
            "line": 143
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "LogsRestrictionQuery",
      "namespace": "logsRestrictionQuery",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-restriction-query/index.ts",
            "line": 37
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-restriction-query/index.ts",
            "line": 89
          },
          "name": "createdAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-restriction-query/index.ts",
            "line": 94
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-restriction-query/index.ts",
            "line": 99
          },
          "name": "modifiedAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-restriction-query/index.ts",
            "line": 112
          },
          "name": "restrictionQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-restriction-query/index.ts",
            "line": 128
          },
          "name": "roleIdsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-restriction-query/index.ts",
            "line": 105
          },
          "name": "restrictionQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/logs-restriction-query/index.ts",
            "line": 118
          },
          "name": "roleIds",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/logs-restriction-query/index:LogsRestrictionQuery"
    },
    "@cdktn/provider-datadog.logsRestrictionQuery.LogsRestrictionQueryConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.logsRestrictionQuery.LogsRestrictionQueryConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/logs-restriction-query/index.ts",
        "line": 14
      },
      "name": "LogsRestrictionQueryConfig",
      "namespace": "logsRestrictionQuery",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_restriction_query#restriction_query LogsRestrictionQuery#restriction_query}",
            "stability": "stable",
            "summary": "The query that defines the restriction. Only the content matching the query can be returned."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-restriction-query/index.ts",
            "line": 20
          },
          "name": "restrictionQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/logs_restriction_query#role_ids LogsRestrictionQuery#role_ids}",
            "stability": "stable",
            "summary": "An array of role IDs that have access to this restriction query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/logs-restriction-query/index.ts",
            "line": 26
          },
          "name": "roleIds",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/logs-restriction-query/index:LogsRestrictionQueryConfig"
    },
    "@cdktn/provider-datadog.metricMetadata.MetricMetadata": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/metric_metadata datadog_metric_metadata}."
      },
      "fqn": "@cdktn/provider-datadog.metricMetadata.MetricMetadata",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/metric_metadata datadog_metric_metadata} Resource."
        },
        "locationInModule": {
          "filename": "src/metric-metadata/index.ts",
          "line": 101
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.metricMetadata.MetricMetadataConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/metric-metadata/index.ts",
        "line": 69
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a MetricMetadata resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/metric-metadata/index.ts",
            "line": 86
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the MetricMetadata to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/metric_metadata#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing MetricMetadata that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the MetricMetadata to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-metadata/index.ts",
            "line": 139
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-metadata/index.ts",
            "line": 155
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-metadata/index.ts",
            "line": 184
          },
          "name": "resetPerUnit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-metadata/index.ts",
            "line": 200
          },
          "name": "resetShortName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-metadata/index.ts",
            "line": 216
          },
          "name": "resetStatsdInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-metadata/index.ts",
            "line": 232
          },
          "name": "resetType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-metadata/index.ts",
            "line": 248
          },
          "name": "resetUnit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-metadata/index.ts",
            "line": 260
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-metadata/index.ts",
            "line": 273
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "MetricMetadata",
      "namespace": "metricMetadata",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-metadata/index.ts",
            "line": 74
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-metadata/index.ts",
            "line": 143
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-metadata/index.ts",
            "line": 159
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-metadata/index.ts",
            "line": 172
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-metadata/index.ts",
            "line": 188
          },
          "name": "perUnitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-metadata/index.ts",
            "line": 204
          },
          "name": "shortNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-metadata/index.ts",
            "line": 220
          },
          "name": "statsdIntervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-metadata/index.ts",
            "line": 236
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-metadata/index.ts",
            "line": 252
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-metadata/index.ts",
            "line": 133
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-metadata/index.ts",
            "line": 149
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-metadata/index.ts",
            "line": 165
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-metadata/index.ts",
            "line": 178
          },
          "name": "perUnit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-metadata/index.ts",
            "line": 194
          },
          "name": "shortName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-metadata/index.ts",
            "line": 210
          },
          "name": "statsdInterval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-metadata/index.ts",
            "line": 226
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-metadata/index.ts",
            "line": 242
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/metric-metadata/index:MetricMetadata"
    },
    "@cdktn/provider-datadog.metricMetadata.MetricMetadataConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.metricMetadata.MetricMetadataConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/metric-metadata/index.ts",
        "line": 14
      },
      "name": "MetricMetadataConfig",
      "namespace": "metricMetadata",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/metric_metadata#metric MetricMetadata#metric}",
            "stability": "stable",
            "summary": "The name of the metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-metadata/index.ts",
            "line": 33
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/metric_metadata#description MetricMetadata#description}",
            "stability": "stable",
            "summary": "A description of the metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-metadata/index.ts",
            "line": 20
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/metric_metadata#id MetricMetadata#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-metadata/index.ts",
            "line": 27
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/metric_metadata#per_unit MetricMetadata#per_unit}",
            "stability": "stable",
            "summary": "Per unit of the metric such as `second` in `bytes per second`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-metadata/index.ts",
            "line": 39
          },
          "name": "perUnit",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/metric_metadata#short_name MetricMetadata#short_name}",
            "stability": "stable",
            "summary": "A short name of the metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-metadata/index.ts",
            "line": 45
          },
          "name": "shortName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/metric_metadata#statsd_interval MetricMetadata#statsd_interval}",
            "stability": "stable",
            "summary": "If applicable, statsd flush interval in seconds for the metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-metadata/index.ts",
            "line": 51
          },
          "name": "statsdInterval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Updating a metric of type `distribution` is not supported. If you would like to see the `distribution` type returned, contact [Datadog support](https://docs.datadoghq.com/help/).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/metric_metadata#type MetricMetadata#type}",
            "stability": "stable",
            "summary": "Metric type such as `count`, `gauge`, or `rate`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-metadata/index.ts",
            "line": 57
          },
          "name": "type",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "For a list of allowed units, refer to [Datadog metric unit documentation](https://docs.datadoghq.com/metrics/units/#unit-list).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/metric_metadata#unit MetricMetadata#unit}",
            "stability": "stable",
            "summary": "Primary unit of the metric such as `byte` or `operation`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-metadata/index.ts",
            "line": 63
          },
          "name": "unit",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/metric-metadata/index:MetricMetadataConfig"
    },
    "@cdktn/provider-datadog.metricTagConfiguration.MetricTagConfiguration": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/metric_tag_configuration datadog_metric_tag_configuration}."
      },
      "fqn": "@cdktn/provider-datadog.metricTagConfiguration.MetricTagConfiguration",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/metric_tag_configuration datadog_metric_tag_configuration} Resource."
        },
        "locationInModule": {
          "filename": "src/metric-tag-configuration/index.ts",
          "line": 242
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.metricTagConfiguration.MetricTagConfigurationConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/metric-tag-configuration/index.ts",
        "line": 210
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a MetricTagConfiguration resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 227
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the MetricTagConfiguration to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/metric_tag_configuration#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing MetricTagConfiguration that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the MetricTagConfiguration to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 363
          },
          "name": "putAggregations",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.metricTagConfiguration.MetricTagConfigurationAggregations"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 366
          },
          "name": "resetAggregations"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 279
          },
          "name": "resetExcludeTagsMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 295
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 311
          },
          "name": "resetIncludePercentiles"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 378
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 390
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "MetricTagConfiguration",
      "namespace": "metricTagConfiguration",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 215
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 360
          },
          "name": "aggregations",
          "type": {
            "fqn": "@cdktn/provider-datadog.metricTagConfiguration.MetricTagConfigurationAggregationsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 370
          },
          "name": "aggregationsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.metricTagConfiguration.MetricTagConfigurationAggregations"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 283
          },
          "name": "excludeTagsModeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 299
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 315
          },
          "name": "includePercentilesInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 328
          },
          "name": "metricNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 341
          },
          "name": "metricTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 354
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 273
          },
          "name": "excludeTagsMode",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 289
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 305
          },
          "name": "includePercentiles",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 321
          },
          "name": "metricName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 334
          },
          "name": "metricType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 347
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/metric-tag-configuration/index:MetricTagConfiguration"
    },
    "@cdktn/provider-datadog.metricTagConfiguration.MetricTagConfigurationAggregations": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.metricTagConfiguration.MetricTagConfigurationAggregations",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/metric-tag-configuration/index.ts",
        "line": 59
      },
      "name": "MetricTagConfigurationAggregations",
      "namespace": "metricTagConfiguration",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/metric_tag_configuration#space MetricTagConfiguration#space}",
            "stability": "stable",
            "summary": "A space aggregation for use in query. Valid values are `avg`, `max`, `min`, `sum`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 65
          },
          "name": "space",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/metric_tag_configuration#time MetricTagConfiguration#time}",
            "stability": "stable",
            "summary": "A time aggregation for use in query. Valid values are `avg`, `count`, `max`, `min`, `sum`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 71
          },
          "name": "time",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/metric-tag-configuration/index:MetricTagConfigurationAggregations"
    },
    "@cdktn/provider-datadog.metricTagConfiguration.MetricTagConfigurationAggregationsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.metricTagConfiguration.MetricTagConfigurationAggregationsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/metric-tag-configuration/index.ts",
          "line": 195
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/metric-tag-configuration/index.ts",
        "line": 187
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 202
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.metricTagConfiguration.MetricTagConfigurationAggregationsOutputReference"
            }
          }
        }
      ],
      "name": "MetricTagConfigurationAggregationsList",
      "namespace": "metricTagConfiguration",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 188
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.metricTagConfiguration.MetricTagConfigurationAggregations"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/metric-tag-configuration/index:MetricTagConfigurationAggregationsList"
    },
    "@cdktn/provider-datadog.metricTagConfiguration.MetricTagConfigurationAggregationsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.metricTagConfiguration.MetricTagConfigurationAggregationsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/metric-tag-configuration/index.ts",
          "line": 120
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/metric-tag-configuration/index.ts",
        "line": 110
      },
      "name": "MetricTagConfigurationAggregationsOutputReference",
      "namespace": "metricTagConfiguration",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 169
          },
          "name": "spaceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 182
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 162
          },
          "name": "space",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 175
          },
          "name": "time",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 124
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.metricTagConfiguration.MetricTagConfigurationAggregations"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/metric-tag-configuration/index:MetricTagConfigurationAggregationsOutputReference"
    },
    "@cdktn/provider-datadog.metricTagConfiguration.MetricTagConfigurationConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.metricTagConfiguration.MetricTagConfigurationConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/metric-tag-configuration/index.ts",
        "line": 14
      },
      "name": "MetricTagConfigurationConfig",
      "namespace": "metricTagConfiguration",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/metric_tag_configuration#metric_name MetricTagConfiguration#metric_name}",
            "stability": "stable",
            "summary": "The metric name for this resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 39
          },
          "name": "metricName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/metric_tag_configuration#metric_type MetricTagConfiguration#metric_type}",
            "stability": "stable",
            "summary": "The metric's type. This field can't be updated after creation. Valid values are `gauge`, `count`, `rate`, `distribution`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 45
          },
          "name": "metricType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/metric_tag_configuration#tags MetricTagConfiguration#tags}",
            "stability": "stable",
            "summary": "A list of tag keys that will be queryable for your metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 51
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/metric_tag_configuration#aggregations MetricTagConfiguration#aggregations}",
            "stability": "stable",
            "summary": "aggregations block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 57
          },
          "name": "aggregations",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.metricTagConfiguration.MetricTagConfigurationAggregations"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can only be applied to metrics that have one or more tags configured. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/metric_tag_configuration#exclude_tags_mode MetricTagConfiguration#exclude_tags_mode}",
            "stability": "stable",
            "summary": "Toggle to include/exclude tags as queryable for your metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 20
          },
          "name": "excludeTagsMode",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/metric_tag_configuration#id MetricTagConfiguration#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 27
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Defaults to false. Can only be applied to metrics that have a `metric_type` of distribution.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/metric_tag_configuration#include_percentiles MetricTagConfiguration#include_percentiles}",
            "stability": "stable",
            "summary": "Toggle to include/exclude percentiles for a distribution metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/metric-tag-configuration/index.ts",
            "line": 33
          },
          "name": "includePercentiles",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/metric-tag-configuration/index:MetricTagConfigurationConfig"
    },
    "@cdktn/provider-datadog.monitor.Monitor": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor datadog_monitor}."
      },
      "fqn": "@cdktn/provider-datadog.monitor.Monitor",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor datadog_monitor} Resource."
        },
        "locationInModule": {
          "filename": "src/monitor/index.ts",
          "line": 3286
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.monitor.MonitorConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 3254
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a Monitor resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3271
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the Monitor to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing Monitor that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the Monitor to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3833
          },
          "name": "putAssets",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.monitor.MonitorAssets"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3865
          },
          "name": "putMonitorThresholds",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.monitor.MonitorMonitorThresholds"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3849
          },
          "name": "putMonitorThresholdWindows",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.monitor.MonitorMonitorThresholdWindows"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3881
          },
          "name": "putSchedulingOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.monitor.MonitorSchedulingOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3897
          },
          "name": "putVariables",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.monitor.MonitorVariables"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3836
          },
          "name": "resetAssets"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3352
          },
          "name": "resetDraftStatus"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3368
          },
          "name": "resetEnableLogsSample"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3384
          },
          "name": "resetEnableSamples"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3400
          },
          "name": "resetEscalationMessage"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3416
          },
          "name": "resetEvaluationDelay"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3432
          },
          "name": "resetForceDelete"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3464
          },
          "name": "resetGroupbySimpleMonitor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3448
          },
          "name": "resetGroupRetentionDuration"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3480
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3496
          },
          "name": "resetIncludeTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3868
          },
          "name": "resetMonitorThresholds"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3852
          },
          "name": "resetMonitorThresholdWindows"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3538
          },
          "name": "resetNewGroupDelay"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3554
          },
          "name": "resetNewHostDelay"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3570
          },
          "name": "resetNoDataTimeframe"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3586
          },
          "name": "resetNotificationPresetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3602
          },
          "name": "resetNotifyAudit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3618
          },
          "name": "resetNotifyBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3634
          },
          "name": "resetNotifyNoData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3650
          },
          "name": "resetOnMissingData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3666
          },
          "name": "resetPriority"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3695
          },
          "name": "resetRenotifyInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3711
          },
          "name": "resetRenotifyOccurrences"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3727
          },
          "name": "resetRenotifyStatuses"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3743
          },
          "name": "resetRequireFullWindow"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3759
          },
          "name": "resetRestrictedRoles"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3884
          },
          "name": "resetSchedulingOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3775
          },
          "name": "resetTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3791
          },
          "name": "resetTimeoutH"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3820
          },
          "name": "resetValidate"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3900
          },
          "name": "resetVariables"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3912
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3953
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "Monitor",
      "namespace": "monitor",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3259
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3830
          },
          "name": "assets",
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorAssetsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3862
          },
          "name": "monitorThresholds",
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorMonitorThresholdsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3846
          },
          "name": "monitorThresholdWindows",
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorMonitorThresholdWindowsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3878
          },
          "name": "schedulingOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorSchedulingOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3894
          },
          "name": "variables",
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3840
          },
          "name": "assetsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.monitor.MonitorAssets"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3356
          },
          "name": "draftStatusInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3372
          },
          "name": "enableLogsSampleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3388
          },
          "name": "enableSamplesInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3404
          },
          "name": "escalationMessageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3420
          },
          "name": "evaluationDelayInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3436
          },
          "name": "forceDeleteInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3468
          },
          "name": "groupbySimpleMonitorInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3452
          },
          "name": "groupRetentionDurationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3484
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3500
          },
          "name": "includeTagsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3513
          },
          "name": "messageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3872
          },
          "name": "monitorThresholdsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorMonitorThresholds"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3856
          },
          "name": "monitorThresholdWindowsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorMonitorThresholdWindows"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3526
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3542
          },
          "name": "newGroupDelayInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3558
          },
          "name": "newHostDelayInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3574
          },
          "name": "noDataTimeframeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3590
          },
          "name": "notificationPresetNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3606
          },
          "name": "notifyAuditInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3622
          },
          "name": "notifyByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3638
          },
          "name": "notifyNoDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3654
          },
          "name": "onMissingDataInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3670
          },
          "name": "priorityInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3683
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3699
          },
          "name": "renotifyIntervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3715
          },
          "name": "renotifyOccurrencesInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3731
          },
          "name": "renotifyStatusesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3747
          },
          "name": "requireFullWindowInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3763
          },
          "name": "restrictedRolesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3888
          },
          "name": "schedulingOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorSchedulingOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3779
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3795
          },
          "name": "timeoutHInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3808
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3824
          },
          "name": "validateInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3904
          },
          "name": "variablesInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorVariables"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3346
          },
          "name": "draftStatus",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3362
          },
          "name": "enableLogsSample",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3378
          },
          "name": "enableSamples",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3394
          },
          "name": "escalationMessage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3410
          },
          "name": "evaluationDelay",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3426
          },
          "name": "forceDelete",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3458
          },
          "name": "groupbySimpleMonitor",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3442
          },
          "name": "groupRetentionDuration",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3474
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3490
          },
          "name": "includeTags",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3506
          },
          "name": "message",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3519
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3532
          },
          "name": "newGroupDelay",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3548
          },
          "name": "newHostDelay",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3564
          },
          "name": "noDataTimeframe",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3580
          },
          "name": "notificationPresetName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3596
          },
          "name": "notifyAudit",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3612
          },
          "name": "notifyBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3628
          },
          "name": "notifyNoData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3644
          },
          "name": "onMissingData",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3660
          },
          "name": "priority",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3676
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3689
          },
          "name": "renotifyInterval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3705
          },
          "name": "renotifyOccurrences",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3721
          },
          "name": "renotifyStatuses",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3737
          },
          "name": "requireFullWindow",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3753
          },
          "name": "restrictedRoles",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3769
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3785
          },
          "name": "timeoutH",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3801
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3814
          },
          "name": "validate",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/monitor/index:Monitor"
    },
    "@cdktn/provider-datadog.monitor.MonitorAssets": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorAssets",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 243
      },
      "name": "MonitorAssets",
      "namespace": "monitor",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#category Monitor#category}",
            "stability": "stable",
            "summary": "Type of asset the entity represents on a monitor. Valid values are `runbook`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 249
          },
          "name": "category",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#name Monitor#name}",
            "stability": "stable",
            "summary": "Name for the monitor asset."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 255
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#url Monitor#url}",
            "stability": "stable",
            "summary": "URL for the asset."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 273
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#resource_key Monitor#resource_key}",
            "stability": "stable",
            "summary": "Identifier of the internal Datadog resource that this asset represents."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 261
          },
          "name": "resourceKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#resource_type Monitor#resource_type}",
            "stability": "stable",
            "summary": "Type of internal Datadog resource associated with a monitor asset. Valid values are `notebook`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 267
          },
          "name": "resourceType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorAssets"
    },
    "@cdktn/provider-datadog.monitor.MonitorAssetsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorAssetsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/monitor/index.ts",
          "line": 481
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 473
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 488
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.monitor.MonitorAssetsOutputReference"
            }
          }
        }
      ],
      "name": "MonitorAssetsList",
      "namespace": "monitor",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 474
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.monitor.MonitorAssets"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorAssetsList"
    },
    "@cdktn/provider-datadog.monitor.MonitorAssetsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorAssetsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/monitor/index.ts",
          "line": 343
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 333
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 435
          },
          "name": "resetResourceKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 451
          },
          "name": "resetResourceType"
        }
      ],
      "name": "MonitorAssetsOutputReference",
      "namespace": "monitor",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 410
          },
          "name": "categoryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 423
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 439
          },
          "name": "resourceKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 455
          },
          "name": "resourceTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 468
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 403
          },
          "name": "category",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 416
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 429
          },
          "name": "resourceKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 445
          },
          "name": "resourceType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 461
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 347
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.monitor.MonitorAssets"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorAssetsOutputReference"
    },
    "@cdktn/provider-datadog.monitor.MonitorConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 14
      },
      "name": "MonitorConfig",
      "namespace": "monitor",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Email notifications can be sent to specific users by using the same `@username` notation as events.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#message Monitor#message}",
            "stability": "stable",
            "summary": "A message to include with notifications for this monitor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 85
          },
          "name": "message",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#name Monitor#name}",
            "stability": "stable",
            "summary": "Name of Datadog monitor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 91
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Note this is not the same query you see in the UI and the syntax is different depending on the monitor type, please see the [API Reference](https://docs.datadoghq.com/api/v1/monitors/#create-a-monitor) for details. `terraform plan` will validate query contents unless `validate` is set to `false`.\n\n**Note:** APM latency data is now available as Distribution Metrics. Existing monitors have been migrated automatically but all terraformed monitors can still use the existing metrics. We strongly recommend updating monitor definitions to query the new metrics. To learn more, or to see examples of how to update your terraform definitions to utilize the new distribution metrics, see the [detailed doc](https://docs.datadoghq.com/tracing/guide/ddsketch_trace_metrics/).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#query Monitor#query}",
            "stability": "stable",
            "summary": "The monitor query to notify on."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 157
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "The mapping from these types to the types found in the Datadog Web UI can be found in the Datadog API [documentation page](https://docs.datadoghq.com/api/v1/monitors/#create-a-monitor). Note: The monitor type cannot be changed after a monitor is created. Valid values are `composite`, `event alert`, `log alert`, `metric alert`, `process alert`, `query alert`, `rum alert`, `service check`, `synthetics alert`, `trace-analytics alert`, `slo alert`, `event-v2 alert`, `audit alert`, `ci-pipelines alert`, `ci-tests alert`, `error-tracking alert`, `database-monitoring alert`, `network-performance alert`, `cost alert`, `data-quality alert`, `network-path alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#type Monitor#type}",
            "stability": "stable",
            "summary": "The type of the monitor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 205
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#assets Monitor#assets}",
            "stability": "stable",
            "summary": "assets block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 217
          },
          "name": "assets",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.monitor.MonitorAssets"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When set to `draft`, the monitor appears as Draft and does not send notifications. When set to `published`, the monitor is active, and it evaluates conditions and sends notifications as configured. Valid values are `draft`, `published`. Defaults to `\"published\"`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#draft_status Monitor#draft_status}",
            "stability": "stable",
            "summary": "Indicates whether the monitor is in a draft or published state."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 20
          },
          "name": "draftStatus",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This is only used by log monitors. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#enable_logs_sample Monitor#enable_logs_sample}",
            "stability": "stable",
            "summary": "A boolean indicating whether or not to include a list of log values which triggered the alert."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 26
          },
          "name": "enableLogsSample",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This is only used by CI Test and Pipeline monitors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#enable_samples Monitor#enable_samples}",
            "stability": "stable",
            "summary": "Whether or not a list of samples which triggered the alert is included."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 32
          },
          "name": "enableSamples",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#escalation_message Monitor#escalation_message}",
            "stability": "stable",
            "summary": "A message to include with a re-notification. Supports the `@username` notification allowed elsewhere."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 38
          },
          "name": "escalationMessage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "For example, if the value is set to `300` (5min), the `timeframe` is set to `last_5m` and the time is 7:00, the monitor will evaluate data from 6:50 to 6:55. This is useful for AWS CloudWatch and other backfilled metrics to ensure the monitor will always have data during evaluation.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#evaluation_delay Monitor#evaluation_delay}",
            "stability": "stable",
            "summary": "(Only applies to metric alert) Time (in seconds) to delay evaluation, as a non-negative integer."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 46
          },
          "name": "evaluationDelay",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#force_delete Monitor#force_delete}",
            "stability": "stable",
            "summary": "A boolean indicating whether this monitor can be deleted even if it’s referenced by other resources (e.g. SLO, composite monitor)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 52
          },
          "name": "forceDelete",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This is only used by log monitors. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#groupby_simple_monitor Monitor#groupby_simple_monitor}",
            "stability": "stable",
            "summary": "Whether or not to trigger one alert if any source breaches a threshold."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 64
          },
          "name": "groupbySimpleMonitor",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "The minimum value is one hour, and the maximum value is 72 hours. Example values are: 60m, 1h, and 2d. This option is only available for APM Trace Analytics, Audit Trail, CI, Error Tracking, Event, Logs, and RUM monitors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#group_retention_duration Monitor#group_retention_duration}",
            "stability": "stable",
            "summary": "The time span after which groups with missing data are dropped from the monitor state."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 58
          },
          "name": "groupRetentionDuration",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#id Monitor#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 71
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#include_tags Monitor#include_tags}",
            "stability": "stable",
            "summary": "A boolean indicating whether notifications from this monitor automatically insert its triggering tags into the title. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 77
          },
          "name": "includeTags",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#monitor_thresholds Monitor#monitor_thresholds}",
            "stability": "stable",
            "summary": "monitor_thresholds block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 229
          },
          "name": "monitorThresholds",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorMonitorThresholds"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#monitor_threshold_windows Monitor#monitor_threshold_windows}",
            "stability": "stable",
            "summary": "monitor_threshold_windows block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 223
          },
          "name": "monitorThresholdWindows",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorMonitorThresholdWindows"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "`new_group_delay` overrides `new_host_delay` if it is set to a nonzero value.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#new_group_delay Monitor#new_group_delay}",
            "stability": "stable",
            "summary": "The time (in seconds) to skip evaluations for new groups."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 99
          },
          "name": "newGroupDelay",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "See `new_group_delay`. Time (in seconds) to allow a host to boot and applications to fully start before starting the evaluation of monitor results. Should be a non-negative integer. This value is ignored for simple monitors and monitors not grouped by host. The only case when this should be used is to override the default and set `new_host_delay` to zero for monitors grouped by host. **Deprecated.** Use `new_group_delay` except when setting `new_host_delay` to zero. Defaults to `300`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#new_host_delay Monitor#new_host_delay}",
            "stability": "stable",
            "summary": "**Deprecated**."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 105
          },
          "name": "newHostDelay",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "We recommend at least 2x the monitor timeframe for metric alerts or 2 minutes for service checks. Defaults to `10`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#no_data_timeframe Monitor#no_data_timeframe}",
            "stability": "stable",
            "summary": "The number of minutes before a monitor will notify when data stops reporting."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 113
          },
          "name": "noDataTimeframe",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `show_all`, `hide_query`, `hide_handles`, `hide_all`, `hide_query_and_handles`, `show_only_snapshot`, `hide_handles_and_footer`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#notification_preset_name Monitor#notification_preset_name}",
            "stability": "stable",
            "summary": "Toggles the display of additional content sent in the monitor notification."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 119
          },
          "name": "notificationPresetName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#notify_audit Monitor#notify_audit}",
            "stability": "stable",
            "summary": "A boolean indicating whether tagged users will be notified on changes to this monitor. Defaults to `false`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 125
          },
          "name": "notifyAudit",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Only available for monitors with groupings. For instance, a monitor grouped by `cluster`, `namespace`, and `pod` can be configured to only notify on each new `cluster` violating the alert conditions by setting `notify_by` to `['cluster']`. Tags mentioned in `notify_by` must be a subset of the grouping tags in the query. For example, a query grouped by `cluster` and `namespace` cannot notify on `region`. Setting `notify_by` to `[*]` configures the monitor to notify as a simple-alert.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#notify_by Monitor#notify_by}",
            "stability": "stable",
            "summary": "Controls what granularity a monitor alerts on."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 131
          },
          "name": "notifyBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#notify_no_data Monitor#notify_no_data}",
            "stability": "stable",
            "summary": "A boolean indicating whether this monitor will notify when data stops reporting. Defaults to `false`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 137
          },
          "name": "notifyNoData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "The default option results in different behavior depending on the monitor query type. For monitors using `Count` queries, an empty monitor evaluation is treated as 0 and is compared to the threshold conditions. For monitors using any query type other than `Count`, for example `Gauge`, `Measure`, or `Rate`, the monitor shows the last known status. This option is not available for Service Check, Composite, or SLO monitors. Valid values are: `show_no_data`, `show_and_notify_no_data`, `resolve`, and `default`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#on_missing_data Monitor#on_missing_data}",
            "stability": "stable",
            "summary": "Controls how groups or monitors are treated if an evaluation does not return any data points."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 143
          },
          "name": "onMissingData",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#priority Monitor#priority}",
            "stability": "stable",
            "summary": "Integer from 1 (high) to 5 (low) indicating alert severity."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 149
          },
          "name": "priority",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "It will only re-notify if it's not resolved.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#renotify_interval Monitor#renotify_interval}",
            "stability": "stable",
            "summary": "The number of minutes after the last notification before a monitor will re-notify on the current status."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 163
          },
          "name": "renotifyInterval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#renotify_occurrences Monitor#renotify_occurrences}",
            "stability": "stable",
            "summary": "The number of re-notification messages that should be sent on the current status."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 169
          },
          "name": "renotifyOccurrences",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#renotify_statuses Monitor#renotify_statuses}",
            "stability": "stable",
            "summary": "The types of statuses for which re-notification messages should be sent. Valid values are `alert`, `warn`, `no data`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 175
          },
          "name": "renotifyStatuses",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Datadog strongly recommends you set this to `false` for sparse metrics, otherwise some evaluations may be skipped. If there's a custom_schedule set, `require_full_window` must be false and will be ignored. Defaults to `true`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#require_full_window Monitor#require_full_window}",
            "stability": "stable",
            "summary": "A boolean indicating whether this monitor needs a full window of data before it's evaluated."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 181
          },
          "name": "requireFullWindow",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Editing a monitor includes any updates to the monitor configuration, monitor deletion, and muting of the monitor for any amount of time. Roles unique identifiers can be pulled from the [Roles API](https://docs.datadoghq.com/api/latest/roles/#list-roles) in the `data.id` field. **Deprecated.** Use `datadog_restriction_policy` resource to manage permission.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#restricted_roles Monitor#restricted_roles}",
            "stability": "stable",
            "summary": "A list of unique role identifiers to define which roles are allowed to edit the monitor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 187
          },
          "name": "restrictedRoles",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#scheduling_options Monitor#scheduling_options}",
            "stability": "stable",
            "summary": "scheduling_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 235
          },
          "name": "schedulingOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorSchedulingOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This can help you categorize and filter monitors in the manage monitors page of the UI. Note: it's not currently possible to filter by these tags when querying via the API\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#tags Monitor#tags}",
            "stability": "stable",
            "summary": "A list of tags to associate with your monitor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 193
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "The minimum allowed value is 0 hours. The maximum allowed value is 24 hours.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#timeout_h Monitor#timeout_h}",
            "stability": "stable",
            "summary": "The number of hours of the monitor not reporting data before it automatically resolves from a triggered state."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 199
          },
          "name": "timeoutH",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#validate Monitor#validate}",
            "stability": "stable",
            "summary": "If set to `false`, skip the validation call done during plan."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 211
          },
          "name": "validate",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#variables Monitor#variables}",
            "stability": "stable",
            "summary": "variables block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 241
          },
          "name": "variables",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorVariables"
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorConfig"
    },
    "@cdktn/provider-datadog.monitor.MonitorMonitorThresholdWindows": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorMonitorThresholdWindows",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 492
      },
      "name": "MonitorMonitorThresholdWindows",
      "namespace": "monitor",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#recovery_window Monitor#recovery_window}",
            "stability": "stable",
            "summary": "Describes how long an anomalous metric must be normal before the alert recovers."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 498
          },
          "name": "recoveryWindow",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#trigger_window Monitor#trigger_window}",
            "stability": "stable",
            "summary": "Describes how long a metric must be anomalous before an alert triggers."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 504
          },
          "name": "triggerWindow",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorMonitorThresholdWindows"
    },
    "@cdktn/provider-datadog.monitor.MonitorMonitorThresholdWindowsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorMonitorThresholdWindowsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/monitor/index.ts",
          "line": 550
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 543
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 589
          },
          "name": "resetRecoveryWindow"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 605
          },
          "name": "resetTriggerWindow"
        }
      ],
      "name": "MonitorMonitorThresholdWindowsOutputReference",
      "namespace": "monitor",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 593
          },
          "name": "recoveryWindowInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 609
          },
          "name": "triggerWindowInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 583
          },
          "name": "recoveryWindow",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 599
          },
          "name": "triggerWindow",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 554
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorMonitorThresholdWindows"
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorMonitorThresholdWindowsOutputReference"
    },
    "@cdktn/provider-datadog.monitor.MonitorMonitorThresholds": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorMonitorThresholds",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 613
      },
      "name": "MonitorMonitorThresholds",
      "namespace": "monitor",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#critical Monitor#critical}",
            "stability": "stable",
            "summary": "The monitor `CRITICAL` threshold. Must be a number."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 619
          },
          "name": "critical",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#critical_recovery Monitor#critical_recovery}",
            "stability": "stable",
            "summary": "The monitor `CRITICAL` recovery threshold. Must be a number."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 625
          },
          "name": "criticalRecovery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#ok Monitor#ok}",
            "stability": "stable",
            "summary": "The monitor `OK` threshold. Only supported in monitor type `service check`. Must be a number."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 631
          },
          "name": "ok",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#unknown Monitor#unknown}",
            "stability": "stable",
            "summary": "The monitor `UNKNOWN` threshold. Only supported in monitor type `service check`. Must be a number."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 637
          },
          "name": "unknown",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#warning Monitor#warning}",
            "stability": "stable",
            "summary": "The monitor `WARNING` threshold. Must be a number."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 643
          },
          "name": "warning",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#warning_recovery Monitor#warning_recovery}",
            "stability": "stable",
            "summary": "The monitor `WARNING` recovery threshold. Must be a number."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 649
          },
          "name": "warningRecovery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorMonitorThresholds"
    },
    "@cdktn/provider-datadog.monitor.MonitorMonitorThresholdsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorMonitorThresholdsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/monitor/index.ts",
          "line": 723
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 716
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 786
          },
          "name": "resetCritical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 802
          },
          "name": "resetCriticalRecovery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 818
          },
          "name": "resetOk"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 834
          },
          "name": "resetUnknown"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 850
          },
          "name": "resetWarning"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 866
          },
          "name": "resetWarningRecovery"
        }
      ],
      "name": "MonitorMonitorThresholdsOutputReference",
      "namespace": "monitor",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 790
          },
          "name": "criticalInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 806
          },
          "name": "criticalRecoveryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 822
          },
          "name": "okInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 838
          },
          "name": "unknownInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 854
          },
          "name": "warningInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 870
          },
          "name": "warningRecoveryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 780
          },
          "name": "critical",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 796
          },
          "name": "criticalRecovery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 812
          },
          "name": "ok",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 828
          },
          "name": "unknown",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 844
          },
          "name": "warning",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 860
          },
          "name": "warningRecovery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 727
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorMonitorThresholds"
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorMonitorThresholdsOutputReference"
    },
    "@cdktn/provider-datadog.monitor.MonitorSchedulingOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorSchedulingOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 1298
      },
      "name": "MonitorSchedulingOptions",
      "namespace": "monitor",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#custom_schedule Monitor#custom_schedule}",
            "stability": "stable",
            "summary": "custom_schedule block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1304
          },
          "name": "customSchedule",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorSchedulingOptionsCustomSchedule"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#evaluation_window Monitor#evaluation_window}",
            "stability": "stable",
            "summary": "evaluation_window block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1310
          },
          "name": "evaluationWindow",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorSchedulingOptionsEvaluationWindow"
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorSchedulingOptions"
    },
    "@cdktn/provider-datadog.monitor.MonitorSchedulingOptionsCustomSchedule": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorSchedulingOptionsCustomSchedule",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 1024
      },
      "name": "MonitorSchedulingOptionsCustomSchedule",
      "namespace": "monitor",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#recurrence Monitor#recurrence}",
            "stability": "stable",
            "summary": "recurrence block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1030
          },
          "name": "recurrence",
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorSchedulingOptionsCustomScheduleRecurrence"
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorSchedulingOptionsCustomSchedule"
    },
    "@cdktn/provider-datadog.monitor.MonitorSchedulingOptionsCustomScheduleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorSchedulingOptionsCustomScheduleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/monitor/index.ts",
          "line": 1069
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 1062
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1099
          },
          "name": "putRecurrence",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.monitor.MonitorSchedulingOptionsCustomScheduleRecurrence"
              }
            }
          ]
        }
      ],
      "name": "MonitorSchedulingOptionsCustomScheduleOutputReference",
      "namespace": "monitor",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1096
          },
          "name": "recurrence",
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorSchedulingOptionsCustomScheduleRecurrenceOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1103
          },
          "name": "recurrenceInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorSchedulingOptionsCustomScheduleRecurrence"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1073
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorSchedulingOptionsCustomSchedule"
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorSchedulingOptionsCustomScheduleOutputReference"
    },
    "@cdktn/provider-datadog.monitor.MonitorSchedulingOptionsCustomScheduleRecurrence": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorSchedulingOptionsCustomScheduleRecurrence",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 874
      },
      "name": "MonitorSchedulingOptionsCustomScheduleRecurrence",
      "namespace": "monitor",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#rrule Monitor#rrule}",
            "stability": "stable",
            "summary": "Must be a valid `rrule`. See API docs for supported fields."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 880
          },
          "name": "rrule",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#timezone Monitor#timezone}",
            "stability": "stable",
            "summary": "'tz database' format. Example: `America/New_York` or `UTC`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 892
          },
          "name": "timezone",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#start Monitor#start}",
            "stability": "stable",
            "summary": "Time to start recurrence cycle. Similar to DTSTART. Expected format 'YYYY-MM-DDThh:mm:ss'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 886
          },
          "name": "start",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorSchedulingOptionsCustomScheduleRecurrence"
    },
    "@cdktn/provider-datadog.monitor.MonitorSchedulingOptionsCustomScheduleRecurrenceOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorSchedulingOptionsCustomScheduleRecurrenceOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/monitor/index.ts",
          "line": 945
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 938
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1003
          },
          "name": "resetStart"
        }
      ],
      "name": "MonitorSchedulingOptionsCustomScheduleRecurrenceOutputReference",
      "namespace": "monitor",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 991
          },
          "name": "rruleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1007
          },
          "name": "startInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1020
          },
          "name": "timezoneInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 984
          },
          "name": "rrule",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 997
          },
          "name": "start",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1013
          },
          "name": "timezone",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 949
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorSchedulingOptionsCustomScheduleRecurrence"
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorSchedulingOptionsCustomScheduleRecurrenceOutputReference"
    },
    "@cdktn/provider-datadog.monitor.MonitorSchedulingOptionsEvaluationWindow": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorSchedulingOptionsEvaluationWindow",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 1107
      },
      "name": "MonitorSchedulingOptionsEvaluationWindow",
      "namespace": "monitor",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Must be defined in UTC time in `HH:mm` format.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#day_starts Monitor#day_starts}",
            "stability": "stable",
            "summary": "The time of the day at which a one day cumulative evaluation window starts."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1113
          },
          "name": "dayStarts",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Must be between 0 and 59.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#hour_starts Monitor#hour_starts}",
            "stability": "stable",
            "summary": "The minute of the hour at which a one hour cumulative evaluation window starts."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1119
          },
          "name": "hourStarts",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Must be a value of 1.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#month_starts Monitor#month_starts}",
            "stability": "stable",
            "summary": "The day of the month at which a one month cumulative evaluation window starts."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1125
          },
          "name": "monthStarts",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#timezone Monitor#timezone}",
            "stability": "stable",
            "summary": "The timezone for the cumulative evaluation window start time."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1131
          },
          "name": "timezone",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorSchedulingOptionsEvaluationWindow"
    },
    "@cdktn/provider-datadog.monitor.MonitorSchedulingOptionsEvaluationWindowOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorSchedulingOptionsEvaluationWindowOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/monitor/index.ts",
          "line": 1191
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 1184
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1242
          },
          "name": "resetDayStarts"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1258
          },
          "name": "resetHourStarts"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1274
          },
          "name": "resetMonthStarts"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1290
          },
          "name": "resetTimezone"
        }
      ],
      "name": "MonitorSchedulingOptionsEvaluationWindowOutputReference",
      "namespace": "monitor",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1246
          },
          "name": "dayStartsInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1262
          },
          "name": "hourStartsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1278
          },
          "name": "monthStartsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1294
          },
          "name": "timezoneInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1236
          },
          "name": "dayStarts",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1252
          },
          "name": "hourStarts",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1268
          },
          "name": "monthStarts",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1284
          },
          "name": "timezone",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1195
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorSchedulingOptionsEvaluationWindow"
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorSchedulingOptionsEvaluationWindowOutputReference"
    },
    "@cdktn/provider-datadog.monitor.MonitorSchedulingOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorSchedulingOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/monitor/index.ts",
          "line": 1356
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 1349
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1392
          },
          "name": "putCustomSchedule",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.monitor.MonitorSchedulingOptionsCustomSchedule"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1408
          },
          "name": "putEvaluationWindow",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.monitor.MonitorSchedulingOptionsEvaluationWindow"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1395
          },
          "name": "resetCustomSchedule"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1411
          },
          "name": "resetEvaluationWindow"
        }
      ],
      "name": "MonitorSchedulingOptionsOutputReference",
      "namespace": "monitor",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1389
          },
          "name": "customSchedule",
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorSchedulingOptionsCustomScheduleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1405
          },
          "name": "evaluationWindow",
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorSchedulingOptionsEvaluationWindowOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1399
          },
          "name": "customScheduleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorSchedulingOptionsCustomSchedule"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1415
          },
          "name": "evaluationWindowInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorSchedulingOptionsEvaluationWindow"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1360
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorSchedulingOptions"
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorSchedulingOptionsOutputReference"
    },
    "@cdktn/provider-datadog.monitor.MonitorVariables": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariables",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 3094
      },
      "name": "MonitorVariables",
      "namespace": "monitor",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#cloud_cost_query Monitor#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3100
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesCloudCostQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#data_quality_query Monitor#data_quality_query}",
            "stability": "stable",
            "summary": "data_quality_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3106
          },
          "name": "dataQualityQuery",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesDataQualityQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#event_query Monitor#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3112
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorVariables"
    },
    "@cdktn/provider-datadog.monitor.MonitorVariablesCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 1419
      },
      "name": "MonitorVariablesCloudCostQuery",
      "namespace": "monitor",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `avg`, `sum`, `max`, `min`, `last`, `area`, `l2norm`, `percentile`, `stddev`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#aggregator Monitor#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1425
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#data_source Monitor#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `metrics`, `cloud_cost`, `datadog_usage`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1431
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#name Monitor#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1437
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#query Monitor#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1443
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorVariablesCloudCostQuery"
    },
    "@cdktn/provider-datadog.monitor.MonitorVariablesCloudCostQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesCloudCostQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/monitor/index.ts",
          "line": 1619
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 1611
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1626
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesCloudCostQueryOutputReference"
            }
          }
        }
      ],
      "name": "MonitorVariablesCloudCostQueryList",
      "namespace": "monitor",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1612
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesCloudCostQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorVariablesCloudCostQueryList"
    },
    "@cdktn/provider-datadog.monitor.MonitorVariablesCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/monitor/index.ts",
          "line": 1506
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 1496
      },
      "name": "MonitorVariablesCloudCostQueryOutputReference",
      "namespace": "monitor",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1567
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1580
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1593
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1606
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1560
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1573
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1586
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1599
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1510
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesCloudCostQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorVariablesCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.monitor.MonitorVariablesDataQualityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesDataQualityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 1856
      },
      "name": "MonitorVariablesDataQualityQuery",
      "namespace": "monitor",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#data_source Monitor#data_source}",
            "stability": "stable",
            "summary": "The data source for data quality queries. Valid value is `data_quality_metrics`. Valid values are `data_quality_metrics`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1862
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#filter Monitor#filter}",
            "stability": "stable",
            "summary": "Filter expression used to match on data entities. Uses AAstra query syntax."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1868
          },
          "name": "filter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Common values include `bytes`, `cardinality`, `custom`, `freshness`, `max`, `mean`, `min`, `nullness`, `percent_negative`, `percent_zero`, `row_count`, `stddev`, `sum`, `uniqueness`. Additional values may be supported.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#measure Monitor#measure}",
            "stability": "stable",
            "summary": "The measure to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1880
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#name Monitor#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1886
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#group_by Monitor#group_by}",
            "stability": "stable",
            "summary": "Optional grouping fields for aggregation."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1874
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#monitor_options Monitor#monitor_options}",
            "stability": "stable",
            "summary": "monitor_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1904
          },
          "name": "monitorOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesDataQualityQueryMonitorOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#schema_version Monitor#schema_version}",
            "stability": "stable",
            "summary": "Schema version for the data quality query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1892
          },
          "name": "schemaVersion",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#scope Monitor#scope}",
            "stability": "stable",
            "summary": "Optional scoping expression to further filter metrics."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1898
          },
          "name": "scope",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorVariablesDataQualityQuery"
    },
    "@cdktn/provider-datadog.monitor.MonitorVariablesDataQualityQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesDataQualityQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/monitor/index.ts",
          "line": 2196
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 2188
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2203
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesDataQualityQueryOutputReference"
            }
          }
        }
      ],
      "name": "MonitorVariablesDataQualityQueryList",
      "namespace": "monitor",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2189
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesDataQualityQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorVariablesDataQualityQueryList"
    },
    "@cdktn/provider-datadog.monitor.MonitorVariablesDataQualityQueryMonitorOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesDataQualityQueryMonitorOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 1630
      },
      "name": "MonitorVariablesDataQualityQueryMonitorOptions",
      "namespace": "monitor",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#crontab_override Monitor#crontab_override}",
            "stability": "stable",
            "summary": "Crontab expression to override the default schedule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1636
          },
          "name": "crontabOverride",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#custom_sql Monitor#custom_sql}",
            "stability": "stable",
            "summary": "Custom SQL query for the monitor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1642
          },
          "name": "customSql",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#custom_where Monitor#custom_where}",
            "stability": "stable",
            "summary": "Custom WHERE clause for the query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1648
          },
          "name": "customWhere",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#group_by_columns Monitor#group_by_columns}",
            "stability": "stable",
            "summary": "Columns to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1654
          },
          "name": "groupByColumns",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#model_type_override Monitor#model_type_override}",
            "stability": "stable",
            "summary": "Override for the model type. Valid values are `freshness`, `percentage`, `any`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1660
          },
          "name": "modelTypeOverride",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorVariablesDataQualityQueryMonitorOptions"
    },
    "@cdktn/provider-datadog.monitor.MonitorVariablesDataQualityQueryMonitorOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesDataQualityQueryMonitorOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/monitor/index.ts",
          "line": 1727
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 1720
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1784
          },
          "name": "resetCrontabOverride"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1800
          },
          "name": "resetCustomSql"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1816
          },
          "name": "resetCustomWhere"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1832
          },
          "name": "resetGroupByColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1848
          },
          "name": "resetModelTypeOverride"
        }
      ],
      "name": "MonitorVariablesDataQualityQueryMonitorOptionsOutputReference",
      "namespace": "monitor",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1788
          },
          "name": "crontabOverrideInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1804
          },
          "name": "customSqlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1820
          },
          "name": "customWhereInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1836
          },
          "name": "groupByColumnsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1852
          },
          "name": "modelTypeOverrideInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1778
          },
          "name": "crontabOverride",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1794
          },
          "name": "customSql",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1810
          },
          "name": "customWhere",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1826
          },
          "name": "groupByColumns",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1842
          },
          "name": "modelTypeOverride",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1731
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesDataQualityQueryMonitorOptions"
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorVariablesDataQualityQueryMonitorOptionsOutputReference"
    },
    "@cdktn/provider-datadog.monitor.MonitorVariablesDataQualityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesDataQualityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/monitor/index.ts",
          "line": 1995
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 1985
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2176
          },
          "name": "putMonitorOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesDataQualityQueryMonitorOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2105
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2179
          },
          "name": "resetMonitorOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2147
          },
          "name": "resetSchemaVersion"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2163
          },
          "name": "resetScope"
        }
      ],
      "name": "MonitorVariablesDataQualityQueryOutputReference",
      "namespace": "monitor",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2173
          },
          "name": "monitorOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesDataQualityQueryMonitorOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2080
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2093
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2109
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2122
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2183
          },
          "name": "monitorOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesDataQualityQueryMonitorOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2135
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2151
          },
          "name": "schemaVersionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2167
          },
          "name": "scopeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2073
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2086
          },
          "name": "filter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2099
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2115
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2128
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2141
          },
          "name": "schemaVersion",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2157
          },
          "name": "scope",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 1999
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesDataQualityQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorVariablesDataQualityQueryOutputReference"
    },
    "@cdktn/provider-datadog.monitor.MonitorVariablesEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 2813
      },
      "name": "MonitorVariablesEventQuery",
      "namespace": "monitor",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#compute Monitor#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2837
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `rum`, `ci_pipelines`, `ci_tests`, `audit`, `events`, `logs`, `spans`, `database_queries`, `network`, `network_path`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#data_source Monitor#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2819
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#name Monitor#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2831
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#search Monitor#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2849
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#group_by Monitor#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2843
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#indexes Monitor#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2825
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorVariablesEventQuery"
    },
    "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 2207
      },
      "name": "MonitorVariablesEventQueryCompute",
      "namespace": "monitor",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#aggregation Monitor#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2213
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#interval Monitor#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2219
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#metric Monitor#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2225
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorVariablesEventQueryCompute"
    },
    "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/monitor/index.ts",
          "line": 2381
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 2373
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2388
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "MonitorVariablesEventQueryComputeList",
      "namespace": "monitor",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2374
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorVariablesEventQueryComputeList"
    },
    "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/monitor/index.ts",
          "line": 2281
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 2271
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2348
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2364
          },
          "name": "resetMetric"
        }
      ],
      "name": "MonitorVariablesEventQueryComputeOutputReference",
      "namespace": "monitor",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2336
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2352
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2368
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2329
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2342
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2358
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2285
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorVariablesEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 2545
      },
      "name": "MonitorVariablesEventQueryGroupBy",
      "namespace": "monitor",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#facet Monitor#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2551
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#limit Monitor#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2557
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#sort Monitor#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2563
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorVariablesEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/monitor/index.ts",
          "line": 2719
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 2711
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2726
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "MonitorVariablesEventQueryGroupByList",
      "namespace": "monitor",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2712
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorVariablesEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/monitor/index.ts",
          "line": 2619
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 2609
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2699
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2686
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2702
          },
          "name": "resetSort"
        }
      ],
      "name": "MonitorVariablesEventQueryGroupByOutputReference",
      "namespace": "monitor",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2696
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2674
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2690
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2706
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2667
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2680
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2623
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorVariablesEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 2392
      },
      "name": "MonitorVariablesEventQueryGroupBySort",
      "namespace": "monitor",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#aggregation Monitor#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2398
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#metric Monitor#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2404
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#order Monitor#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2410
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorVariablesEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/monitor/index.ts",
          "line": 2463
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 2456
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2521
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2537
          },
          "name": "resetOrder"
        }
      ],
      "name": "MonitorVariablesEventQueryGroupBySortOutputReference",
      "namespace": "monitor",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2509
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2525
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2541
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2502
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2515
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2531
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2467
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorVariablesEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/monitor/index.ts",
          "line": 3083
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 3075
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3090
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryOutputReference"
            }
          }
        }
      ],
      "name": "MonitorVariablesEventQueryList",
      "namespace": "monitor",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3076
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorVariablesEventQueryList"
    },
    "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/monitor/index.ts",
          "line": 2926
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 2916
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3037
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3050
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3066
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3053
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3011
          },
          "name": "resetIndexes"
        }
      ],
      "name": "MonitorVariablesEventQueryOutputReference",
      "namespace": "monitor",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3034
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3047
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3063
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3041
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2999
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3057
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3015
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3028
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3070
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2992
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3005
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3021
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2930
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorVariablesEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.monitor.MonitorVariablesEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 2730
      },
      "name": "MonitorVariablesEventQuerySearch",
      "namespace": "monitor",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor#query Monitor#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2736
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorVariablesEventQuerySearch"
    },
    "@cdktn/provider-datadog.monitor.MonitorVariablesEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/monitor/index.ts",
          "line": 2775
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 2768
      },
      "name": "MonitorVariablesEventQuerySearchOutputReference",
      "namespace": "monitor",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2809
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2802
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 2779
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorVariablesEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.monitor.MonitorVariablesOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/monitor/index.ts",
          "line": 3165
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/monitor/index.ts",
        "line": 3158
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3207
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesCloudCostQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3223
          },
          "name": "putDataQualityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesDataQualityQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3239
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3210
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3226
          },
          "name": "resetDataQualityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3242
          },
          "name": "resetEventQuery"
        }
      ],
      "name": "MonitorVariablesOutputReference",
      "namespace": "monitor",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3204
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesCloudCostQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3220
          },
          "name": "dataQualityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesDataQualityQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3236
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3214
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesCloudCostQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3230
          },
          "name": "dataQualityQueryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesDataQualityQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3246
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.monitor.MonitorVariablesEventQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor/index.ts",
            "line": 3169
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.monitor.MonitorVariables"
          }
        }
      ],
      "symbolId": "src/monitor/index:MonitorVariablesOutputReference"
    },
    "@cdktn/provider-datadog.monitorConfigPolicy.MonitorConfigPolicy": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor_config_policy datadog_monitor_config_policy}."
      },
      "fqn": "@cdktn/provider-datadog.monitorConfigPolicy.MonitorConfigPolicy",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor_config_policy datadog_monitor_config_policy} Resource."
        },
        "locationInModule": {
          "filename": "src/monitor-config-policy/index.ts",
          "line": 218
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.monitorConfigPolicy.MonitorConfigPolicyConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/monitor-config-policy/index.ts",
        "line": 186
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a MonitorConfigPolicy resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/monitor-config-policy/index.ts",
            "line": 203
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the MonitorConfigPolicy to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor_config_policy#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing MonitorConfigPolicy that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the MonitorConfigPolicy to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-config-policy/index.ts",
            "line": 277
          },
          "name": "putTagPolicy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.monitorConfigPolicy.MonitorConfigPolicyTagPolicy"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-config-policy/index.ts",
            "line": 251
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-config-policy/index.ts",
            "line": 280
          },
          "name": "resetTagPolicy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-config-policy/index.ts",
            "line": 292
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-config-policy/index.ts",
            "line": 300
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "MonitorConfigPolicy",
      "namespace": "monitorConfigPolicy",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-config-policy/index.ts",
            "line": 191
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-config-policy/index.ts",
            "line": 274
          },
          "name": "tagPolicy",
          "type": {
            "fqn": "@cdktn/provider-datadog.monitorConfigPolicy.MonitorConfigPolicyTagPolicyOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-config-policy/index.ts",
            "line": 255
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-config-policy/index.ts",
            "line": 268
          },
          "name": "policyTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-config-policy/index.ts",
            "line": 284
          },
          "name": "tagPolicyInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.monitorConfigPolicy.MonitorConfigPolicyTagPolicy"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-config-policy/index.ts",
            "line": 245
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-config-policy/index.ts",
            "line": 261
          },
          "name": "policyType",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/monitor-config-policy/index:MonitorConfigPolicy"
    },
    "@cdktn/provider-datadog.monitorConfigPolicy.MonitorConfigPolicyConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitorConfigPolicy.MonitorConfigPolicyConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/monitor-config-policy/index.ts",
        "line": 14
      },
      "name": "MonitorConfigPolicyConfig",
      "namespace": "monitorConfigPolicy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor_config_policy#policy_type MonitorConfigPolicy#policy_type}",
            "stability": "stable",
            "summary": "The monitor config policy type Valid values are `tag`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-config-policy/index.ts",
            "line": 27
          },
          "name": "policyType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor_config_policy#id MonitorConfigPolicy#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-config-policy/index.ts",
            "line": 21
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor_config_policy#tag_policy MonitorConfigPolicy#tag_policy}",
            "stability": "stable",
            "summary": "tag_policy block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-config-policy/index.ts",
            "line": 33
          },
          "name": "tagPolicy",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.monitorConfigPolicy.MonitorConfigPolicyTagPolicy"
          }
        }
      ],
      "symbolId": "src/monitor-config-policy/index:MonitorConfigPolicyConfig"
    },
    "@cdktn/provider-datadog.monitorConfigPolicy.MonitorConfigPolicyTagPolicy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitorConfigPolicy.MonitorConfigPolicyTagPolicy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/monitor-config-policy/index.ts",
        "line": 35
      },
      "name": "MonitorConfigPolicyTagPolicy",
      "namespace": "monitorConfigPolicy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor_config_policy#tag_key MonitorConfigPolicy#tag_key}",
            "stability": "stable",
            "summary": "The key of the tag."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-config-policy/index.ts",
            "line": 41
          },
          "name": "tagKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor_config_policy#tag_key_required MonitorConfigPolicy#tag_key_required}",
            "stability": "stable",
            "summary": "If a tag key is required for monitor creation."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-config-policy/index.ts",
            "line": 47
          },
          "name": "tagKeyRequired",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor_config_policy#valid_tag_values MonitorConfigPolicy#valid_tag_values}",
            "stability": "stable",
            "summary": "Valid values for the tag."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-config-policy/index.ts",
            "line": 53
          },
          "name": "validTagValues",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/monitor-config-policy/index:MonitorConfigPolicyTagPolicy"
    },
    "@cdktn/provider-datadog.monitorConfigPolicy.MonitorConfigPolicyTagPolicyOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitorConfigPolicy.MonitorConfigPolicyTagPolicyOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/monitor-config-policy/index.ts",
          "line": 106
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/monitor-config-policy/index.ts",
        "line": 99
      },
      "name": "MonitorConfigPolicyTagPolicyOutputReference",
      "namespace": "monitorConfigPolicy",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-config-policy/index.ts",
            "line": 152
          },
          "name": "tagKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-config-policy/index.ts",
            "line": 165
          },
          "name": "tagKeyRequiredInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-config-policy/index.ts",
            "line": 178
          },
          "name": "validTagValuesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-config-policy/index.ts",
            "line": 145
          },
          "name": "tagKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-config-policy/index.ts",
            "line": 158
          },
          "name": "tagKeyRequired",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-config-policy/index.ts",
            "line": 171
          },
          "name": "validTagValues",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-config-policy/index.ts",
            "line": 110
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.monitorConfigPolicy.MonitorConfigPolicyTagPolicy"
          }
        }
      ],
      "symbolId": "src/monitor-config-policy/index:MonitorConfigPolicyTagPolicyOutputReference"
    },
    "@cdktn/provider-datadog.monitorJson.MonitorJson": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor_json datadog_monitor_json}."
      },
      "fqn": "@cdktn/provider-datadog.monitorJson.MonitorJson",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor_json datadog_monitor_json} Resource."
        },
        "locationInModule": {
          "filename": "src/monitor-json/index.ts",
          "line": 71
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.monitorJson.MonitorJsonConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/monitor-json/index.ts",
        "line": 39
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a MonitorJson resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/monitor-json/index.ts",
            "line": 56
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the MonitorJson to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor_json#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing MonitorJson that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the MonitorJson to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-json/index.ts",
            "line": 104
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-json/index.ts",
            "line": 133
          },
          "name": "resetUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-json/index.ts",
            "line": 145
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-json/index.ts",
            "line": 153
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "MonitorJson",
      "namespace": "monitorJson",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-json/index.ts",
            "line": 44
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-json/index.ts",
            "line": 108
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-json/index.ts",
            "line": 121
          },
          "name": "monitorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-json/index.ts",
            "line": 137
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-json/index.ts",
            "line": 98
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-json/index.ts",
            "line": 114
          },
          "name": "monitor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-json/index.ts",
            "line": 127
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/monitor-json/index:MonitorJson"
    },
    "@cdktn/provider-datadog.monitorJson.MonitorJsonConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitorJson.MonitorJsonConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/monitor-json/index.ts",
        "line": 14
      },
      "name": "MonitorJsonConfig",
      "namespace": "monitorJson",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor_json#monitor MonitorJson#monitor}",
            "stability": "stable",
            "summary": "The JSON formatted definition of the monitor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-json/index.ts",
            "line": 27
          },
          "name": "monitor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor_json#id MonitorJson#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-json/index.ts",
            "line": 21
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor_json#url MonitorJson#url}",
            "stability": "stable",
            "summary": "The URL of the monitor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-json/index.ts",
            "line": 33
          },
          "name": "url",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/monitor-json/index:MonitorJsonConfig"
    },
    "@cdktn/provider-datadog.monitorNotificationRule.MonitorNotificationRule": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor_notification_rule datadog_monitor_notification_rule}."
      },
      "fqn": "@cdktn/provider-datadog.monitorNotificationRule.MonitorNotificationRule",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor_notification_rule datadog_monitor_notification_rule} Resource."
        },
        "locationInModule": {
          "filename": "src/monitor-notification-rule/index.ts",
          "line": 485
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.monitorNotificationRule.MonitorNotificationRuleConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/monitor-notification-rule/index.ts",
        "line": 453
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a MonitorNotificationRule resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 470
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the MonitorNotificationRule to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor_notification_rule#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing MonitorNotificationRule that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the MonitorNotificationRule to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 550
          },
          "name": "putConditionalRecipients",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.monitorNotificationRule.MonitorNotificationRuleConditionalRecipients"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 566
          },
          "name": "putFilter",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.monitorNotificationRule.MonitorNotificationRuleFilter"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 553
          },
          "name": "resetConditionalRecipients"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 569
          },
          "name": "resetFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 537
          },
          "name": "resetRecipients"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 581
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 590
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "MonitorNotificationRule",
      "namespace": "monitorNotificationRule",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 458
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 547
          },
          "name": "conditionalRecipients",
          "type": {
            "fqn": "@cdktn/provider-datadog.monitorNotificationRule.MonitorNotificationRuleConditionalRecipientsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 563
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktn/provider-datadog.monitorNotificationRule.MonitorNotificationRuleFilterOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 512
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 557
          },
          "name": "conditionalRecipientsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.monitorNotificationRule.MonitorNotificationRuleConditionalRecipients"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 573
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.monitorNotificationRule.MonitorNotificationRuleFilter"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 525
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 541
          },
          "name": "recipientsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 518
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 531
          },
          "name": "recipients",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/monitor-notification-rule/index:MonitorNotificationRule"
    },
    "@cdktn/provider-datadog.monitorNotificationRule.MonitorNotificationRuleConditionalRecipients": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitorNotificationRule.MonitorNotificationRuleConditionalRecipients",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/monitor-notification-rule/index.ts",
        "line": 187
      },
      "name": "MonitorNotificationRuleConditionalRecipients",
      "namespace": "monitorNotificationRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor_notification_rule#conditions MonitorNotificationRule#conditions}",
            "stability": "stable",
            "summary": "conditions block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 199
          },
          "name": "conditions",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.monitorNotificationRule.MonitorNotificationRuleConditionalRecipientsConditions"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor_notification_rule#fallback_recipients MonitorNotificationRule#fallback_recipients}",
            "stability": "stable",
            "summary": "If none of the `conditions` applied, `fallback_recipients` will get notified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 193
          },
          "name": "fallbackRecipients",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/monitor-notification-rule/index:MonitorNotificationRuleConditionalRecipients"
    },
    "@cdktn/provider-datadog.monitorNotificationRule.MonitorNotificationRuleConditionalRecipientsConditions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitorNotificationRule.MonitorNotificationRuleConditionalRecipientsConditions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/monitor-notification-rule/index.ts",
        "line": 40
      },
      "name": "MonitorNotificationRuleConditionalRecipientsConditions",
      "namespace": "monitorNotificationRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Uses the same format as the monitor message field. Must not start with an '@'.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor_notification_rule#recipients MonitorNotificationRule#recipients}",
            "stability": "stable",
            "summary": "A list of recipients to notify."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 46
          },
          "name": "recipients",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Supported formats: Monitor status condition using `transition_type:<status>` (for example `transition_type:is_alert`) or a single tag `key:value pair` (for example `env:prod`).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor_notification_rule#scope MonitorNotificationRule#scope}",
            "stability": "stable",
            "summary": "Defines the condition under which the recipients are notified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 52
          },
          "name": "scope",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/monitor-notification-rule/index:MonitorNotificationRuleConditionalRecipientsConditions"
    },
    "@cdktn/provider-datadog.monitorNotificationRule.MonitorNotificationRuleConditionalRecipientsConditionsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitorNotificationRule.MonitorNotificationRuleConditionalRecipientsConditionsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/monitor-notification-rule/index.ts",
          "line": 176
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/monitor-notification-rule/index.ts",
        "line": 168
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 183
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.monitorNotificationRule.MonitorNotificationRuleConditionalRecipientsConditionsOutputReference"
            }
          }
        }
      ],
      "name": "MonitorNotificationRuleConditionalRecipientsConditionsList",
      "namespace": "monitorNotificationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 169
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.monitorNotificationRule.MonitorNotificationRuleConditionalRecipientsConditions"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/monitor-notification-rule/index:MonitorNotificationRuleConditionalRecipientsConditionsList"
    },
    "@cdktn/provider-datadog.monitorNotificationRule.MonitorNotificationRuleConditionalRecipientsConditionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitorNotificationRule.MonitorNotificationRuleConditionalRecipientsConditionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/monitor-notification-rule/index.ts",
          "line": 101
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/monitor-notification-rule/index.ts",
        "line": 91
      },
      "name": "MonitorNotificationRuleConditionalRecipientsConditionsOutputReference",
      "namespace": "monitorNotificationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 150
          },
          "name": "recipientsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 163
          },
          "name": "scopeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 143
          },
          "name": "recipients",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 156
          },
          "name": "scope",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 105
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.monitorNotificationRule.MonitorNotificationRuleConditionalRecipientsConditions"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/monitor-notification-rule/index:MonitorNotificationRuleConditionalRecipientsConditionsOutputReference"
    },
    "@cdktn/provider-datadog.monitorNotificationRule.MonitorNotificationRuleConditionalRecipientsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitorNotificationRule.MonitorNotificationRuleConditionalRecipientsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/monitor-notification-rule/index.ts",
          "line": 246
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/monitor-notification-rule/index.ts",
        "line": 238
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 307
          },
          "name": "putConditions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.monitorNotificationRule.MonitorNotificationRuleConditionalRecipientsConditions"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 310
          },
          "name": "resetConditions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 294
          },
          "name": "resetFallbackRecipients"
        }
      ],
      "name": "MonitorNotificationRuleConditionalRecipientsOutputReference",
      "namespace": "monitorNotificationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 304
          },
          "name": "conditions",
          "type": {
            "fqn": "@cdktn/provider-datadog.monitorNotificationRule.MonitorNotificationRuleConditionalRecipientsConditionsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 314
          },
          "name": "conditionsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.monitorNotificationRule.MonitorNotificationRuleConditionalRecipientsConditions"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 298
          },
          "name": "fallbackRecipientsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 288
          },
          "name": "fallbackRecipients",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 250
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.monitorNotificationRule.MonitorNotificationRuleConditionalRecipients"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/monitor-notification-rule/index:MonitorNotificationRuleConditionalRecipientsOutputReference"
    },
    "@cdktn/provider-datadog.monitorNotificationRule.MonitorNotificationRuleConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitorNotificationRule.MonitorNotificationRuleConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/monitor-notification-rule/index.ts",
        "line": 14
      },
      "name": "MonitorNotificationRuleConfig",
      "namespace": "monitorNotificationRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor_notification_rule#name MonitorNotificationRule#name}",
            "stability": "stable",
            "summary": "The name of the monitor notification rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 20
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor_notification_rule#conditional_recipients MonitorNotificationRule#conditional_recipients}",
            "stability": "stable",
            "summary": "conditional_recipients block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 32
          },
          "name": "conditionalRecipients",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.monitorNotificationRule.MonitorNotificationRuleConditionalRecipients"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor_notification_rule#filter MonitorNotificationRule#filter}",
            "stability": "stable",
            "summary": "filter block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 38
          },
          "name": "filter",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.monitorNotificationRule.MonitorNotificationRuleFilter"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor_notification_rule#recipients MonitorNotificationRule#recipients}",
            "stability": "stable",
            "summary": "List of recipients to notify. Cannot be used with `conditional_recipients`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 26
          },
          "name": "recipients",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/monitor-notification-rule/index:MonitorNotificationRuleConfig"
    },
    "@cdktn/provider-datadog.monitorNotificationRule.MonitorNotificationRuleFilter": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitorNotificationRule.MonitorNotificationRuleFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/monitor-notification-rule/index.ts",
        "line": 318
      },
      "name": "MonitorNotificationRuleFilter",
      "namespace": "monitorNotificationRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor_notification_rule#scope MonitorNotificationRule#scope}",
            "stability": "stable",
            "summary": "A scope expression composed of `key:value` pairs (such as `env:prod`) with boolean operators (AND, OR, NOT) and parentheses for grouping."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 324
          },
          "name": "scope",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/monitor_notification_rule#tags MonitorNotificationRule#tags}",
            "stability": "stable",
            "summary": "A list of tag key:value pairs (e.g. team:product). All tags must match (AND semantics)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 330
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/monitor-notification-rule/index:MonitorNotificationRuleFilter"
    },
    "@cdktn/provider-datadog.monitorNotificationRule.MonitorNotificationRuleFilterOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.monitorNotificationRule.MonitorNotificationRuleFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/monitor-notification-rule/index.ts",
          "line": 377
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/monitor-notification-rule/index.ts",
        "line": 369
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 425
          },
          "name": "resetScope"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 441
          },
          "name": "resetTags"
        }
      ],
      "name": "MonitorNotificationRuleFilterOutputReference",
      "namespace": "monitorNotificationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 429
          },
          "name": "scopeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 445
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 419
          },
          "name": "scope",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 435
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/monitor-notification-rule/index.ts",
            "line": 381
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.monitorNotificationRule.MonitorNotificationRuleFilter"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/monitor-notification-rule/index:MonitorNotificationRuleFilterOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipeline": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline datadog_observability_pipeline}."
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipeline",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline datadog_observability_pipeline} Resource."
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index.ts",
          "line": 65
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index.ts",
        "line": 33
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a ObservabilityPipeline resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index.ts",
            "line": 50
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the ObservabilityPipeline to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing ObservabilityPipeline that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the ObservabilityPipeline to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index.ts",
            "line": 112
          },
          "name": "putConfig",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigA"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index.ts",
            "line": 115
          },
          "name": "resetConfig"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index.ts",
            "line": 127
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index.ts",
            "line": 134
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "ObservabilityPipeline",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index.ts",
            "line": 38
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index.ts",
            "line": 109
          },
          "name": "config",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigAList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index.ts",
            "line": 90
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index.ts",
            "line": 119
          },
          "name": "configInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigA"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index.ts",
            "line": 103
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index.ts",
            "line": 96
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index:ObservabilityPipeline"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index.ts",
        "line": 15
      },
      "name": "ObservabilityPipelineConfig",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#name ObservabilityPipeline#name}",
            "stability": "stable",
            "summary": "The pipeline name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index.ts",
            "line": 21
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#config ObservabilityPipeline#config}",
            "stability": "stable",
            "summary": "config block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index.ts",
            "line": 27
          },
          "name": "config",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigA"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index:ObservabilityPipelineConfig"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigA": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigA",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 5303
      },
      "name": "ObservabilityPipelineConfigA",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#destination ObservabilityPipeline#destination}",
            "stability": "stable",
            "summary": "destination block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5321
          },
          "name": "destination",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestination"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#pipeline_type ObservabilityPipeline#pipeline_type}",
            "stability": "stable",
            "summary": "The type of data being ingested. Defaults to `logs` if not specified. Valid values are `logs`, `metrics`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5309
          },
          "name": "pipelineType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#processor_group ObservabilityPipeline#processor_group}",
            "stability": "stable",
            "summary": "processor_group block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5327
          },
          "name": "processorGroup",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroup"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#source ObservabilityPipeline#source}",
            "stability": "stable",
            "summary": "source block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5333
          },
          "name": "source",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSource"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "After migrating all queries to the new syntax, set to `false`. The legacy syntax is deprecated and will eventually be removed. Requires Observability Pipelines Worker 2.11 or later. Only applies to `logs` pipelines. This field is ignored for `metrics` pipelines. See https://docs.datadoghq.com/observability_pipelines/guide/upgrade_your_filter_queries_to_the_new_search_syntax/ for more information.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#use_legacy_search_syntax ObservabilityPipeline#use_legacy_search_syntax}",
            "stability": "stable",
            "summary": "Set to `true` to continue using the legacy search syntax while migrating filter queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5315
          },
          "name": "useLegacySearchSyntax",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigA"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigAList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigAList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 5550
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 5542
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5557
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigAOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigAList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5543
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigA"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigAList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigAOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigAOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 5403
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 5393
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5498
          },
          "name": "putDestination",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestination"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5514
          },
          "name": "putProcessorGroup",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroup"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5530
          },
          "name": "putSource",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSource"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5501
          },
          "name": "resetDestination"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5469
          },
          "name": "resetPipelineType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5517
          },
          "name": "resetProcessorGroup"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5533
          },
          "name": "resetSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5485
          },
          "name": "resetUseLegacySearchSyntax"
        }
      ],
      "name": "ObservabilityPipelineConfigAOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5495
          },
          "name": "destination",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5511
          },
          "name": "processorGroup",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5527
          },
          "name": "source",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5505
          },
          "name": "destinationInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestination"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5473
          },
          "name": "pipelineTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5521
          },
          "name": "processorGroupInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroup"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5537
          },
          "name": "sourceInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSource"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5489
          },
          "name": "useLegacySearchSyntaxInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5463
          },
          "name": "pipelineType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5479
          },
          "name": "useLegacySearchSyntax",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5407
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigA"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigAOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestination": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestination",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 3668
      },
      "name": "ObservabilityPipelineConfigDestination",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "The unique identifier for this destination."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3677
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}",
            "stability": "stable",
            "summary": "A list of component IDs whose output is used as the `input` for this component."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3683
          },
          "name": "inputs",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#amazon_opensearch ObservabilityPipeline#amazon_opensearch}",
            "stability": "stable",
            "summary": "amazon_opensearch block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3689
          },
          "name": "amazonOpensearch",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearch"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#amazon_s3 ObservabilityPipeline#amazon_s3}",
            "stability": "stable",
            "summary": "amazon_s3 block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3695
          },
          "name": "amazonS3",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#amazon_s3_generic ObservabilityPipeline#amazon_s3_generic}",
            "stability": "stable",
            "summary": "amazon_s3_generic block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3701
          },
          "name": "amazonS3Generic",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3Generic"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#amazon_security_lake ObservabilityPipeline#amazon_security_lake}",
            "stability": "stable",
            "summary": "amazon_security_lake block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3707
          },
          "name": "amazonSecurityLake",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLake"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#azure_storage ObservabilityPipeline#azure_storage}",
            "stability": "stable",
            "summary": "azure_storage block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3713
          },
          "name": "azureStorage",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorage"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#cloud_prem ObservabilityPipeline#cloud_prem}",
            "stability": "stable",
            "summary": "cloud_prem block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3719
          },
          "name": "cloudPrem",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCloudPrem"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#crowdstrike_next_gen_siem ObservabilityPipeline#crowdstrike_next_gen_siem}",
            "stability": "stable",
            "summary": "crowdstrike_next_gen_siem block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3725
          },
          "name": "crowdstrikeNextGenSiem",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiem"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#databricks_zerobus ObservabilityPipeline#databricks_zerobus}",
            "stability": "stable",
            "summary": "databricks_zerobus block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3731
          },
          "name": "databricksZerobus",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatabricksZerobus"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#datadog_logs ObservabilityPipeline#datadog_logs}",
            "stability": "stable",
            "summary": "datadog_logs block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3737
          },
          "name": "datadogLogs",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogs"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#datadog_metrics ObservabilityPipeline#datadog_metrics}",
            "stability": "stable",
            "summary": "datadog_metrics block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3743
          },
          "name": "datadogMetrics",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogMetrics"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#elasticsearch ObservabilityPipeline#elasticsearch}",
            "stability": "stable",
            "summary": "elasticsearch block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3749
          },
          "name": "elasticsearch",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearch"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#google_cloud_storage ObservabilityPipeline#google_cloud_storage}",
            "stability": "stable",
            "summary": "google_cloud_storage block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3755
          },
          "name": "googleCloudStorage",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorage"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#google_pubsub ObservabilityPipeline#google_pubsub}",
            "stability": "stable",
            "summary": "google_pubsub block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3761
          },
          "name": "googlePubsub",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsub"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#google_secops ObservabilityPipeline#google_secops}",
            "stability": "stable",
            "summary": "google_secops block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3767
          },
          "name": "googleSecops",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecops"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#http_client ObservabilityPipeline#http_client}",
            "stability": "stable",
            "summary": "http_client block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3773
          },
          "name": "httpClient",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClient"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#kafka ObservabilityPipeline#kafka}",
            "stability": "stable",
            "summary": "kafka block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3779
          },
          "name": "kafka",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafka"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#microsoft_sentinel ObservabilityPipeline#microsoft_sentinel}",
            "stability": "stable",
            "summary": "microsoft_sentinel block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3785
          },
          "name": "microsoftSentinel",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinel"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#new_relic ObservabilityPipeline#new_relic}",
            "stability": "stable",
            "summary": "new_relic block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3791
          },
          "name": "newRelic",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelic"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#opensearch ObservabilityPipeline#opensearch}",
            "stability": "stable",
            "summary": "opensearch block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3797
          },
          "name": "opensearch",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearch"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#rsyslog ObservabilityPipeline#rsyslog}",
            "stability": "stable",
            "summary": "rsyslog block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3803
          },
          "name": "rsyslog",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslog"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#sentinel_one ObservabilityPipeline#sentinel_one}",
            "stability": "stable",
            "summary": "sentinel_one block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3809
          },
          "name": "sentinelOne",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOne"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#socket ObservabilityPipeline#socket}",
            "stability": "stable",
            "summary": "socket block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3815
          },
          "name": "socket",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocket"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#splunk_hec ObservabilityPipeline#splunk_hec}",
            "stability": "stable",
            "summary": "splunk_hec block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3821
          },
          "name": "splunkHec",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHec"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#sumo_logic ObservabilityPipeline#sumo_logic}",
            "stability": "stable",
            "summary": "sumo_logic block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3827
          },
          "name": "sumoLogic",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogic"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#syslog_ng ObservabilityPipeline#syslog_ng}",
            "stability": "stable",
            "summary": "syslog_ng block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3833
          },
          "name": "syslogNg",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNg"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestination"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 756
      },
      "name": "ObservabilityPipelineConfigDestinationAmazonOpensearch",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#auth ObservabilityPipeline#auth}",
            "stability": "stable",
            "summary": "auth block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 768
          },
          "name": "auth",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#buffer ObservabilityPipeline#buffer}",
            "stability": "stable",
            "summary": "buffer block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 774
          },
          "name": "buffer",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#bulk_index ObservabilityPipeline#bulk_index}",
            "stability": "stable",
            "summary": "The index or datastream to write logs to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 762
          },
          "name": "bulkIndex",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonOpensearch"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchAuth": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchAuth",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 7
      },
      "name": "ObservabilityPipelineConfigDestinationAmazonOpensearchAuth",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#strategy ObservabilityPipeline#strategy}",
            "stability": "stable",
            "summary": "The authentication strategy to use (e.g. aws or basic)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 37
          },
          "name": "strategy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#assume_role ObservabilityPipeline#assume_role}",
            "stability": "stable",
            "summary": "ARN of the role to assume."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13
          },
          "name": "assumeRole",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#aws_region ObservabilityPipeline#aws_region}",
            "stability": "stable",
            "summary": "AWS region override (if applicable)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 19
          },
          "name": "awsRegion",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#external_id ObservabilityPipeline#external_id}",
            "stability": "stable",
            "summary": "External ID for assumed role."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 25
          },
          "name": "externalId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#session_name ObservabilityPipeline#session_name}",
            "stability": "stable",
            "summary": "Session name for assumed role."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 31
          },
          "name": "sessionName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonOpensearchAuth"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchAuthList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchAuthList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 251
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 243
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 258
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchAuthOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonOpensearchAuthList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 244
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonOpensearchAuthList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchAuthOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchAuthOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 107
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 97
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 173
          },
          "name": "resetAssumeRole"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 189
          },
          "name": "resetAwsRegion"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 205
          },
          "name": "resetExternalId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 221
          },
          "name": "resetSessionName"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonOpensearchAuthOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 177
          },
          "name": "assumeRoleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 193
          },
          "name": "awsRegionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 209
          },
          "name": "externalIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 225
          },
          "name": "sessionNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 238
          },
          "name": "strategyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 167
          },
          "name": "assumeRole",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 183
          },
          "name": "awsRegion",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 199
          },
          "name": "externalId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 215
          },
          "name": "sessionName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 231
          },
          "name": "strategy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 111
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchAuth"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonOpensearchAuthOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBuffer": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBuffer",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 603
      },
      "name": "ObservabilityPipelineConfigDestinationAmazonOpensearchBuffer",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#disk ObservabilityPipeline#disk}",
            "stability": "stable",
            "summary": "disk block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 609
          },
          "name": "disk",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#memory ObservabilityPipeline#memory}",
            "stability": "stable",
            "summary": "memory block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 615
          },
          "name": "memory",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonOpensearchBuffer"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBufferDisk": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBufferDisk",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 262
      },
      "name": "ObservabilityPipelineConfigDestinationAmazonOpensearchBufferDisk",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the disk buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 268
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 274
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonOpensearchBufferDisk"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBufferDiskList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBufferDiskList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 404
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 396
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 411
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBufferDiskOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonOpensearchBufferDiskList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 397
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonOpensearchBufferDiskList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBufferDiskOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBufferDiskOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 323
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 313
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 371
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 387
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonOpensearchBufferDiskOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 375
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 391
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 365
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 381
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 327
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBufferDisk"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonOpensearchBufferDiskOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBufferList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBufferList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 745
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 737
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 752
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBufferOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonOpensearchBufferList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 738
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonOpensearchBufferList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBufferMemory": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBufferMemory",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 415
      },
      "name": "ObservabilityPipelineConfigDestinationAmazonOpensearchBufferMemory",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_events ObservabilityPipeline#max_events}",
            "stability": "stable",
            "summary": "Maximum events for the memory buffer."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 421
          },
          "name": "maxEvents",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the memory buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 427
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 433
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonOpensearchBufferMemory"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBufferMemoryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBufferMemoryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 592
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 584
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 599
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBufferMemoryOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonOpensearchBufferMemoryList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 585
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonOpensearchBufferMemoryList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBufferMemoryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBufferMemoryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 489
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 479
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 543
          },
          "name": "resetMaxEvents"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 559
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 575
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonOpensearchBufferMemoryOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 547
          },
          "name": "maxEventsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 563
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 579
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 537
          },
          "name": "maxEvents",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 553
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 569
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 493
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBufferMemory"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonOpensearchBufferMemoryOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBufferOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBufferOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 664
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 654
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 709
          },
          "name": "putDisk",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBufferDisk"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 725
          },
          "name": "putMemory",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBufferMemory"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 712
          },
          "name": "resetDisk"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 728
          },
          "name": "resetMemory"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonOpensearchBufferOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 706
          },
          "name": "disk",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBufferDiskList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 722
          },
          "name": "memory",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBufferMemoryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 716
          },
          "name": "diskInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 732
          },
          "name": "memoryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 668
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBuffer"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonOpensearchBufferOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 933
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 925
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 940
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonOpensearchList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 926
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearch"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonOpensearchList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 830
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 820
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 897
          },
          "name": "putAuth",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchAuth"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 913
          },
          "name": "putBuffer",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBuffer"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 900
          },
          "name": "resetAuth"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 916
          },
          "name": "resetBuffer"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 884
          },
          "name": "resetBulkIndex"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonOpensearchOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 894
          },
          "name": "auth",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchAuthList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 910
          },
          "name": "buffer",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBufferList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 904
          },
          "name": "authInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 920
          },
          "name": "bufferInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 888
          },
          "name": "bulkIndexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 878
          },
          "name": "bulkIndex",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 834
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearch"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonOpensearchOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 1626
      },
      "name": "ObservabilityPipelineConfigDestinationAmazonS3",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#bucket ObservabilityPipeline#bucket}",
            "stability": "stable",
            "summary": "S3 bucket name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1632
          },
          "name": "bucket",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_prefix ObservabilityPipeline#key_prefix}",
            "stability": "stable",
            "summary": "Prefix for object keys."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1638
          },
          "name": "keyPrefix",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#region ObservabilityPipeline#region}",
            "stability": "stable",
            "summary": "AWS region of the S3 bucket."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1644
          },
          "name": "region",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#storage_class ObservabilityPipeline#storage_class}",
            "stability": "stable",
            "summary": "S3 storage class. Valid values are `STANDARD`, `REDUCED_REDUNDANCY`, `INTELLIGENT_TIERING`, `STANDARD_IA`, `EXPRESS_ONEZONE`, `ONEZONE_IA`, `GLACIER`, `GLACIER_IR`, `DEEP_ARCHIVE`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1650
          },
          "name": "storageClass",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#auth ObservabilityPipeline#auth}",
            "stability": "stable",
            "summary": "auth block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1656
          },
          "name": "auth",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3Auth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#buffer ObservabilityPipeline#buffer}",
            "stability": "stable",
            "summary": "buffer block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1662
          },
          "name": "buffer",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3Buffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonS3"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3Auth": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3Auth",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 944
      },
      "name": "ObservabilityPipelineConfigDestinationAmazonS3Auth",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#assume_role ObservabilityPipeline#assume_role}",
            "stability": "stable",
            "summary": "The Amazon Resource Name (ARN) of the role to assume."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 950
          },
          "name": "assumeRole",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#external_id ObservabilityPipeline#external_id}",
            "stability": "stable",
            "summary": "A unique identifier for cross-account role assumption."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 956
          },
          "name": "externalId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#session_name ObservabilityPipeline#session_name}",
            "stability": "stable",
            "summary": "A session identifier used for logging and tracing the assumed role session."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 962
          },
          "name": "sessionName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonS3Auth"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3AuthList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3AuthList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 1121
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 1113
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1128
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3AuthOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonS3AuthList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1114
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3Auth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonS3AuthList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3AuthOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3AuthOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 1018
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 1008
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1072
          },
          "name": "resetAssumeRole"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1088
          },
          "name": "resetExternalId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1104
          },
          "name": "resetSessionName"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonS3AuthOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1076
          },
          "name": "assumeRoleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1092
          },
          "name": "externalIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1108
          },
          "name": "sessionNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1066
          },
          "name": "assumeRole",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1082
          },
          "name": "externalId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1098
          },
          "name": "sessionName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1022
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3Auth"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonS3AuthOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3Buffer": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3Buffer",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 1473
      },
      "name": "ObservabilityPipelineConfigDestinationAmazonS3Buffer",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#disk ObservabilityPipeline#disk}",
            "stability": "stable",
            "summary": "disk block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1479
          },
          "name": "disk",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3BufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#memory ObservabilityPipeline#memory}",
            "stability": "stable",
            "summary": "memory block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1485
          },
          "name": "memory",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3BufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonS3Buffer"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3BufferDisk": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3BufferDisk",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 1132
      },
      "name": "ObservabilityPipelineConfigDestinationAmazonS3BufferDisk",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the disk buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1138
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1144
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonS3BufferDisk"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3BufferDiskList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3BufferDiskList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 1274
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 1266
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1281
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3BufferDiskOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonS3BufferDiskList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1267
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3BufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonS3BufferDiskList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3BufferDiskOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3BufferDiskOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 1193
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 1183
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1241
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1257
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonS3BufferDiskOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1245
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1261
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1235
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1251
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1197
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3BufferDisk"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonS3BufferDiskOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3BufferList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3BufferList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 1615
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 1607
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1622
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3BufferOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonS3BufferList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1608
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3Buffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonS3BufferList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3BufferMemory": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3BufferMemory",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 1285
      },
      "name": "ObservabilityPipelineConfigDestinationAmazonS3BufferMemory",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_events ObservabilityPipeline#max_events}",
            "stability": "stable",
            "summary": "Maximum events for the memory buffer."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1291
          },
          "name": "maxEvents",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the memory buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1297
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1303
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonS3BufferMemory"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3BufferMemoryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3BufferMemoryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 1462
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 1454
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1469
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3BufferMemoryOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonS3BufferMemoryList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1455
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3BufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonS3BufferMemoryList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3BufferMemoryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3BufferMemoryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 1359
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 1349
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1413
          },
          "name": "resetMaxEvents"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1429
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1445
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonS3BufferMemoryOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1417
          },
          "name": "maxEventsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1433
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1449
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1407
          },
          "name": "maxEvents",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1423
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1439
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1363
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3BufferMemory"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonS3BufferMemoryOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3BufferOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3BufferOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 1534
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 1524
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1579
          },
          "name": "putDisk",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3BufferDisk"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1595
          },
          "name": "putMemory",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3BufferMemory"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1582
          },
          "name": "resetDisk"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1598
          },
          "name": "resetMemory"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonS3BufferOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1576
          },
          "name": "disk",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3BufferDiskList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1592
          },
          "name": "memory",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3BufferMemoryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1586
          },
          "name": "diskInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3BufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1602
          },
          "name": "memoryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3BufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1538
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3Buffer"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonS3BufferOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3Generic": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3Generic",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 2513
      },
      "name": "ObservabilityPipelineConfigDestinationAmazonS3Generic",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#bucket ObservabilityPipeline#bucket}",
            "stability": "stable",
            "summary": "S3 bucket name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2519
          },
          "name": "bucket",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#region ObservabilityPipeline#region}",
            "stability": "stable",
            "summary": "AWS region of the S3 bucket."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2531
          },
          "name": "region",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#storage_class ObservabilityPipeline#storage_class}",
            "stability": "stable",
            "summary": "S3 storage class. Valid values are `STANDARD`, `REDUCED_REDUNDANCY`, `INTELLIGENT_TIERING`, `STANDARD_IA`, `EXPRESS_ONEZONE`, `ONEZONE_IA`, `GLACIER`, `GLACIER_IR`, `DEEP_ARCHIVE`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2537
          },
          "name": "storageClass",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#auth ObservabilityPipeline#auth}",
            "stability": "stable",
            "summary": "auth block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2543
          },
          "name": "auth",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#batch_settings ObservabilityPipeline#batch_settings}",
            "stability": "stable",
            "summary": "batch_settings block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2549
          },
          "name": "batchSettings",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericBatchSettings"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#compression ObservabilityPipeline#compression}",
            "stability": "stable",
            "summary": "compression block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2555
          },
          "name": "compression",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericCompression"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#encoding ObservabilityPipeline#encoding}",
            "stability": "stable",
            "summary": "encoding block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2561
          },
          "name": "encoding",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericEncoding"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_prefix ObservabilityPipeline#key_prefix}",
            "stability": "stable",
            "summary": "Optional prefix for object keys."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2525
          },
          "name": "keyPrefix",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonS3Generic"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericAuth": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericAuth",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 1907
      },
      "name": "ObservabilityPipelineConfigDestinationAmazonS3GenericAuth",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#assume_role ObservabilityPipeline#assume_role}",
            "stability": "stable",
            "summary": "The Amazon Resource Name (ARN) of the role to assume."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1913
          },
          "name": "assumeRole",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#external_id ObservabilityPipeline#external_id}",
            "stability": "stable",
            "summary": "A unique identifier for cross-account role assumption."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1919
          },
          "name": "externalId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#session_name ObservabilityPipeline#session_name}",
            "stability": "stable",
            "summary": "A session identifier used for logging and tracing the assumed role session."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1925
          },
          "name": "sessionName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonS3GenericAuth"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericAuthList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericAuthList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 2084
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 2076
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2091
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericAuthOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonS3GenericAuthList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2077
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonS3GenericAuthList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericAuthOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericAuthOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 1981
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 1971
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2035
          },
          "name": "resetAssumeRole"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2051
          },
          "name": "resetExternalId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2067
          },
          "name": "resetSessionName"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonS3GenericAuthOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2039
          },
          "name": "assumeRoleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2055
          },
          "name": "externalIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2071
          },
          "name": "sessionNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2029
          },
          "name": "assumeRole",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2045
          },
          "name": "externalId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2061
          },
          "name": "sessionName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1985
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericAuth"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonS3GenericAuthOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericBatchSettings": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericBatchSettings",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 2095
      },
      "name": "ObservabilityPipelineConfigDestinationAmazonS3GenericBatchSettings",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#batch_size ObservabilityPipeline#batch_size}",
            "stability": "stable",
            "summary": "Maximum batch size in bytes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2101
          },
          "name": "batchSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#timeout_secs ObservabilityPipeline#timeout_secs}",
            "stability": "stable",
            "summary": "Maximum number of seconds to wait before flushing the batch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2107
          },
          "name": "timeoutSecs",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonS3GenericBatchSettings"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericBatchSettingsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericBatchSettingsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 2237
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 2229
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2244
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericBatchSettingsOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonS3GenericBatchSettingsList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2230
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericBatchSettings"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonS3GenericBatchSettingsList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericBatchSettingsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericBatchSettingsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 2156
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 2146
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2204
          },
          "name": "resetBatchSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2220
          },
          "name": "resetTimeoutSecs"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonS3GenericBatchSettingsOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2208
          },
          "name": "batchSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2224
          },
          "name": "timeoutSecsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2198
          },
          "name": "batchSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2214
          },
          "name": "timeoutSecs",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2160
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericBatchSettings"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonS3GenericBatchSettingsOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericCompression": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericCompression",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 2248
      },
      "name": "ObservabilityPipelineConfigDestinationAmazonS3GenericCompression",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#algorithm ObservabilityPipeline#algorithm}",
            "stability": "stable",
            "summary": "Compression algorithm. Valid values are `gzip`, `zstd`, `snappy`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2254
          },
          "name": "algorithm",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#level ObservabilityPipeline#level}",
            "stability": "stable",
            "summary": "Compression level."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2260
          },
          "name": "level",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonS3GenericCompression"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericCompressionList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericCompressionList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 2387
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 2379
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2394
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericCompressionOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonS3GenericCompressionList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2380
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericCompression"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonS3GenericCompressionList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericCompressionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericCompressionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 2309
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 2299
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2370
          },
          "name": "resetLevel"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonS3GenericCompressionOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2358
          },
          "name": "algorithmInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2374
          },
          "name": "levelInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2351
          },
          "name": "algorithm",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2364
          },
          "name": "level",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2313
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericCompression"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonS3GenericCompressionOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericEncoding": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericEncoding",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 2398
      },
      "name": "ObservabilityPipelineConfigDestinationAmazonS3GenericEncoding",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#type ObservabilityPipeline#type}",
            "stability": "stable",
            "summary": "The encoding type. Valid values are `json`, `parquet`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2404
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonS3GenericEncoding"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericEncodingList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericEncodingList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 2502
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 2494
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2509
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericEncodingOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonS3GenericEncodingList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2495
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericEncoding"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonS3GenericEncodingList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericEncodingOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericEncodingOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 2446
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 2436
      },
      "name": "ObservabilityPipelineConfigDestinationAmazonS3GenericEncodingOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2489
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2482
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2450
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericEncoding"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonS3GenericEncodingOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 2856
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 2848
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2863
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonS3GenericList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2849
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3Generic"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonS3GenericList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 2652
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 2642
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2788
          },
          "name": "putAuth",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericAuth"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2804
          },
          "name": "putBatchSettings",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericBatchSettings"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2820
          },
          "name": "putCompression",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericCompression"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2836
          },
          "name": "putEncoding",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericEncoding"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2791
          },
          "name": "resetAuth"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2807
          },
          "name": "resetBatchSettings"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2823
          },
          "name": "resetCompression"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2839
          },
          "name": "resetEncoding"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2749
          },
          "name": "resetKeyPrefix"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonS3GenericOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2785
          },
          "name": "auth",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericAuthList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2801
          },
          "name": "batchSettings",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericBatchSettingsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2817
          },
          "name": "compression",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericCompressionList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2833
          },
          "name": "encoding",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericEncodingList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2795
          },
          "name": "authInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2811
          },
          "name": "batchSettingsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericBatchSettings"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2737
          },
          "name": "bucketInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2827
          },
          "name": "compressionInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericCompression"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2843
          },
          "name": "encodingInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericEncoding"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2753
          },
          "name": "keyPrefixInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2766
          },
          "name": "regionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2779
          },
          "name": "storageClassInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2730
          },
          "name": "bucket",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2743
          },
          "name": "keyPrefix",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2759
          },
          "name": "region",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2772
          },
          "name": "storageClass",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2656
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3Generic"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonS3GenericOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3List": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3List",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 1896
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 1888
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1903
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3OutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonS3List",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1889
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonS3List"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3OutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3OutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 1739
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 1729
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1860
          },
          "name": "putAuth",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3Auth"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1876
          },
          "name": "putBuffer",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3Buffer"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1863
          },
          "name": "resetAuth"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1879
          },
          "name": "resetBuffer"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonS3OutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1857
          },
          "name": "auth",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3AuthList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1873
          },
          "name": "buffer",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3BufferList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1867
          },
          "name": "authInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3Auth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1812
          },
          "name": "bucketInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1883
          },
          "name": "bufferInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3Buffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1825
          },
          "name": "keyPrefixInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1838
          },
          "name": "regionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1851
          },
          "name": "storageClassInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1805
          },
          "name": "bucket",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1818
          },
          "name": "keyPrefix",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1831
          },
          "name": "region",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1844
          },
          "name": "storageClass",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 1743
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonS3OutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLake": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLake",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 3769
      },
      "name": "ObservabilityPipelineConfigDestinationAmazonSecurityLake",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#bucket ObservabilityPipeline#bucket}",
            "stability": "stable",
            "summary": "Name of the Amazon S3 bucket in Security Lake (3-63 characters)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3775
          },
          "name": "bucket",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#custom_source_name ObservabilityPipeline#custom_source_name}",
            "stability": "stable",
            "summary": "Custom source name for the logs in Security Lake."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3781
          },
          "name": "customSourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#region ObservabilityPipeline#region}",
            "stability": "stable",
            "summary": "AWS region of the Security Lake bucket."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3787
          },
          "name": "region",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#auth ObservabilityPipeline#auth}",
            "stability": "stable",
            "summary": "auth block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3793
          },
          "name": "auth",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#buffer ObservabilityPipeline#buffer}",
            "stability": "stable",
            "summary": "buffer block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3799
          },
          "name": "buffer",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}",
            "stability": "stable",
            "summary": "tls block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3805
          },
          "name": "tls",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonSecurityLake"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeAuth": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeAuth",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 2867
      },
      "name": "ObservabilityPipelineConfigDestinationAmazonSecurityLakeAuth",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#assume_role ObservabilityPipeline#assume_role}",
            "stability": "stable",
            "summary": "The Amazon Resource Name (ARN) of the role to assume."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2873
          },
          "name": "assumeRole",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#external_id ObservabilityPipeline#external_id}",
            "stability": "stable",
            "summary": "A unique identifier for cross-account role assumption."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2879
          },
          "name": "externalId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#session_name ObservabilityPipeline#session_name}",
            "stability": "stable",
            "summary": "A session identifier used for logging and tracing the assumed role session."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2885
          },
          "name": "sessionName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonSecurityLakeAuth"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeAuthList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeAuthList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 3044
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 3036
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3051
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeAuthOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonSecurityLakeAuthList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3037
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonSecurityLakeAuthList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeAuthOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeAuthOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 2941
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 2931
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2995
          },
          "name": "resetAssumeRole"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3011
          },
          "name": "resetExternalId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3027
          },
          "name": "resetSessionName"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonSecurityLakeAuthOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2999
          },
          "name": "assumeRoleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3015
          },
          "name": "externalIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3031
          },
          "name": "sessionNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2989
          },
          "name": "assumeRole",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3005
          },
          "name": "externalId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3021
          },
          "name": "sessionName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 2945
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeAuth"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonSecurityLakeAuthOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBuffer": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBuffer",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 3396
      },
      "name": "ObservabilityPipelineConfigDestinationAmazonSecurityLakeBuffer",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#disk ObservabilityPipeline#disk}",
            "stability": "stable",
            "summary": "disk block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3402
          },
          "name": "disk",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#memory ObservabilityPipeline#memory}",
            "stability": "stable",
            "summary": "memory block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3408
          },
          "name": "memory",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonSecurityLakeBuffer"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferDisk": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferDisk",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 3055
      },
      "name": "ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferDisk",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the disk buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3061
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3067
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferDisk"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferDiskList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferDiskList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 3197
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 3189
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3204
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferDiskOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferDiskList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3190
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferDiskList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferDiskOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferDiskOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 3116
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 3106
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3164
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3180
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferDiskOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3168
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3184
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3158
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3174
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3120
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferDisk"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferDiskOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 3538
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 3530
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3545
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3531
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferMemory": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferMemory",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 3208
      },
      "name": "ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferMemory",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_events ObservabilityPipeline#max_events}",
            "stability": "stable",
            "summary": "Maximum events for the memory buffer."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3214
          },
          "name": "maxEvents",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the memory buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3220
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3226
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferMemory"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferMemoryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferMemoryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 3385
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 3377
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3392
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferMemoryOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferMemoryList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3378
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferMemoryList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferMemoryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferMemoryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 3282
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 3272
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3336
          },
          "name": "resetMaxEvents"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3352
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3368
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferMemoryOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3340
          },
          "name": "maxEventsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3356
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3372
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3330
          },
          "name": "maxEvents",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3346
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3362
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3286
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferMemory"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferMemoryOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 3457
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 3447
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3502
          },
          "name": "putDisk",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferDisk"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3518
          },
          "name": "putMemory",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferMemory"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3505
          },
          "name": "resetDisk"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3521
          },
          "name": "resetMemory"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3499
          },
          "name": "disk",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferDiskList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3515
          },
          "name": "memory",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferMemoryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3509
          },
          "name": "diskInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3525
          },
          "name": "memoryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3461
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBuffer"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 4042
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 4034
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4049
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonSecurityLakeList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4035
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLake"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonSecurityLakeList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 3882
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 3872
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3990
          },
          "name": "putAuth",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeAuth"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4006
          },
          "name": "putBuffer",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBuffer"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4022
          },
          "name": "putTls",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeTls"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3993
          },
          "name": "resetAuth"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4009
          },
          "name": "resetBuffer"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4025
          },
          "name": "resetTls"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonSecurityLakeOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3987
          },
          "name": "auth",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeAuthList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4003
          },
          "name": "buffer",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBufferList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4019
          },
          "name": "tls",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeTlsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3997
          },
          "name": "authInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3955
          },
          "name": "bucketInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4013
          },
          "name": "bufferInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3968
          },
          "name": "customSourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3981
          },
          "name": "regionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4029
          },
          "name": "tlsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3948
          },
          "name": "bucket",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3961
          },
          "name": "customSourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3974
          },
          "name": "region",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3886
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLake"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonSecurityLakeOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeTls": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeTls",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 3549
      },
      "name": "ObservabilityPipelineConfigDestinationAmazonSecurityLakeTls",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}",
            "stability": "stable",
            "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3561
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}",
            "stability": "stable",
            "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3555
          },
          "name": "caFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}",
            "stability": "stable",
            "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3567
          },
          "name": "keyFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_pass_key ObservabilityPipeline#key_pass_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the passphrase for the private key file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3573
          },
          "name": "keyPassKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonSecurityLakeTls"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeTlsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeTlsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 3758
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 3750
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3765
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeTlsOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonSecurityLakeTlsList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3751
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonSecurityLakeTlsList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeTlsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeTlsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 3636
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 3626
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3696
          },
          "name": "resetCaFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3725
          },
          "name": "resetKeyFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3741
          },
          "name": "resetKeyPassKey"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAmazonSecurityLakeTlsOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3700
          },
          "name": "caFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3713
          },
          "name": "crtFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3729
          },
          "name": "keyFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3745
          },
          "name": "keyPassKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3690
          },
          "name": "caFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3706
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3719
          },
          "name": "keyFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3735
          },
          "name": "keyPassKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 3640
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeTls"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAmazonSecurityLakeTlsOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorage": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorage",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 4547
      },
      "name": "ObservabilityPipelineConfigDestinationAzureStorage",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#container_name ObservabilityPipeline#container_name}",
            "stability": "stable",
            "summary": "The name of the Azure Blob Storage container to store logs in."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4565
          },
          "name": "containerName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#blob_prefix ObservabilityPipeline#blob_prefix}",
            "stability": "stable",
            "summary": "Optional prefix for blobs written to the container."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4553
          },
          "name": "blobPrefix",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#buffer ObservabilityPipeline#buffer}",
            "stability": "stable",
            "summary": "buffer block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4571
          },
          "name": "buffer",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#connection_string_key ObservabilityPipeline#connection_string_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the Azure Storage connection string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4559
          },
          "name": "connectionStringKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAzureStorage"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBuffer": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBuffer",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 4394
      },
      "name": "ObservabilityPipelineConfigDestinationAzureStorageBuffer",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#disk ObservabilityPipeline#disk}",
            "stability": "stable",
            "summary": "disk block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4400
          },
          "name": "disk",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#memory ObservabilityPipeline#memory}",
            "stability": "stable",
            "summary": "memory block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4406
          },
          "name": "memory",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAzureStorageBuffer"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBufferDisk": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBufferDisk",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 4053
      },
      "name": "ObservabilityPipelineConfigDestinationAzureStorageBufferDisk",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the disk buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4059
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4065
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAzureStorageBufferDisk"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBufferDiskList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBufferDiskList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 4195
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 4187
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4202
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBufferDiskOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAzureStorageBufferDiskList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4188
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAzureStorageBufferDiskList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBufferDiskOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBufferDiskOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 4114
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 4104
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4162
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4178
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAzureStorageBufferDiskOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4166
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4182
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4156
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4172
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4118
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBufferDisk"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAzureStorageBufferDiskOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBufferList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBufferList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 4536
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 4528
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4543
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBufferOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAzureStorageBufferList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4529
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAzureStorageBufferList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBufferMemory": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBufferMemory",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 4206
      },
      "name": "ObservabilityPipelineConfigDestinationAzureStorageBufferMemory",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_events ObservabilityPipeline#max_events}",
            "stability": "stable",
            "summary": "Maximum events for the memory buffer."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4212
          },
          "name": "maxEvents",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the memory buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4218
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4224
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAzureStorageBufferMemory"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBufferMemoryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBufferMemoryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 4383
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 4375
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4390
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBufferMemoryOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAzureStorageBufferMemoryList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4376
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAzureStorageBufferMemoryList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBufferMemoryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBufferMemoryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 4280
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 4270
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4334
          },
          "name": "resetMaxEvents"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4350
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4366
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAzureStorageBufferMemoryOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4338
          },
          "name": "maxEventsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4354
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4370
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4328
          },
          "name": "maxEvents",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4344
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4360
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4284
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBufferMemory"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAzureStorageBufferMemoryOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBufferOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBufferOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 4455
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 4445
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4500
          },
          "name": "putDisk",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBufferDisk"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4516
          },
          "name": "putMemory",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBufferMemory"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4503
          },
          "name": "resetDisk"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4519
          },
          "name": "resetMemory"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAzureStorageBufferOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4497
          },
          "name": "disk",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBufferDiskList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4513
          },
          "name": "memory",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBufferMemoryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4507
          },
          "name": "diskInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4523
          },
          "name": "memoryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4459
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBuffer"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAzureStorageBufferOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 4756
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 4748
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4763
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAzureStorageList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4749
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorage"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAzureStorageList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 4634
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 4624
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4736
          },
          "name": "putBuffer",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBuffer"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4694
          },
          "name": "resetBlobPrefix"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4739
          },
          "name": "resetBuffer"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4710
          },
          "name": "resetConnectionStringKey"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationAzureStorageOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4733
          },
          "name": "buffer",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBufferList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4698
          },
          "name": "blobPrefixInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4743
          },
          "name": "bufferInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4714
          },
          "name": "connectionStringKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4727
          },
          "name": "containerNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4688
          },
          "name": "blobPrefix",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4704
          },
          "name": "connectionStringKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4720
          },
          "name": "containerName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4638
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorage"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationAzureStorageOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCloudPrem": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCloudPrem",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 4767
      },
      "name": "ObservabilityPipelineConfigDestinationCloudPrem",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#endpoint_url_key ObservabilityPipeline#endpoint_url_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the endpoint URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4773
          },
          "name": "endpointUrlKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationCloudPrem"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCloudPremList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCloudPremList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 4874
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 4866
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4881
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCloudPremOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationCloudPremList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4867
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCloudPrem"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationCloudPremList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCloudPremOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCloudPremOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 4815
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 4805
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4857
          },
          "name": "resetEndpointUrlKey"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationCloudPremOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4861
          },
          "name": "endpointUrlKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4851
          },
          "name": "endpointUrlKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4819
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCloudPrem"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationCloudPremOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiem": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiem",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 5749
      },
      "name": "ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiem",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#encoding ObservabilityPipeline#encoding}",
            "stability": "stable",
            "summary": "Encoding format for log events. Valid values are `json`, `raw_message`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5755
          },
          "name": "encoding",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#buffer ObservabilityPipeline#buffer}",
            "stability": "stable",
            "summary": "buffer block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5773
          },
          "name": "buffer",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#compression ObservabilityPipeline#compression}",
            "stability": "stable",
            "summary": "compression block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5779
          },
          "name": "compression",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemCompression"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#endpoint_url_key ObservabilityPipeline#endpoint_url_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the endpoint URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5761
          },
          "name": "endpointUrlKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}",
            "stability": "stable",
            "summary": "tls block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5785
          },
          "name": "tls",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#token_key ObservabilityPipeline#token_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the authentication token."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5767
          },
          "name": "tokenKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiem"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBuffer": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBuffer",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 5226
      },
      "name": "ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBuffer",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#disk ObservabilityPipeline#disk}",
            "stability": "stable",
            "summary": "disk block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5232
          },
          "name": "disk",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#memory ObservabilityPipeline#memory}",
            "stability": "stable",
            "summary": "memory block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5238
          },
          "name": "memory",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBuffer"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferDisk": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferDisk",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 4885
      },
      "name": "ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferDisk",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the disk buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4891
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4897
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferDisk"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferDiskList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferDiskList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 5027
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 5019
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5034
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferDiskOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferDiskList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5020
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferDiskList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferDiskOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferDiskOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 4946
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 4936
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4994
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5010
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferDiskOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4998
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5014
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4988
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5004
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 4950
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferDisk"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferDiskOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 5368
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 5360
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5375
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5361
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferMemory": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferMemory",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 5038
      },
      "name": "ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferMemory",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_events ObservabilityPipeline#max_events}",
            "stability": "stable",
            "summary": "Maximum events for the memory buffer."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5044
          },
          "name": "maxEvents",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the memory buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5050
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5056
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferMemory"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferMemoryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferMemoryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 5215
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 5207
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5222
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferMemoryOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferMemoryList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5208
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferMemoryList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferMemoryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferMemoryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 5112
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 5102
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5166
          },
          "name": "resetMaxEvents"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5182
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5198
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferMemoryOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5170
          },
          "name": "maxEventsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5186
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5202
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5160
          },
          "name": "maxEvents",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5176
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5192
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5116
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferMemory"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferMemoryOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 5287
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 5277
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5332
          },
          "name": "putDisk",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferDisk"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5348
          },
          "name": "putMemory",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferMemory"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5335
          },
          "name": "resetDisk"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5351
          },
          "name": "resetMemory"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5329
          },
          "name": "disk",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferDiskList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5345
          },
          "name": "memory",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferMemoryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5339
          },
          "name": "diskInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5355
          },
          "name": "memoryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5291
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBuffer"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemCompression": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemCompression",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 5379
      },
      "name": "ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemCompression",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#algorithm ObservabilityPipeline#algorithm}",
            "stability": "stable",
            "summary": "Compression algorithm for log events."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5385
          },
          "name": "algorithm",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#level ObservabilityPipeline#level}",
            "stability": "stable",
            "summary": "Compression level."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5391
          },
          "name": "level",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemCompression"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemCompressionList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemCompressionList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 5518
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 5510
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5525
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemCompressionOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemCompressionList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5511
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemCompression"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemCompressionList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemCompressionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemCompressionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 5440
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 5430
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5501
          },
          "name": "resetLevel"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemCompressionOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5489
          },
          "name": "algorithmInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5505
          },
          "name": "levelInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5482
          },
          "name": "algorithm",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5495
          },
          "name": "level",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5444
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemCompression"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemCompressionOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 6028
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 6020
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6035
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6021
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiem"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 5862
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 5852
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5976
          },
          "name": "putBuffer",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBuffer"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5992
          },
          "name": "putCompression",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemCompression"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6008
          },
          "name": "putTls",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemTls"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5979
          },
          "name": "resetBuffer"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5995
          },
          "name": "resetCompression"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5947
          },
          "name": "resetEndpointUrlKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6011
          },
          "name": "resetTls"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5963
          },
          "name": "resetTokenKey"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5973
          },
          "name": "buffer",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBufferList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5989
          },
          "name": "compression",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemCompressionList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6005
          },
          "name": "tls",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemTlsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5983
          },
          "name": "bufferInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5999
          },
          "name": "compressionInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemCompression"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5935
          },
          "name": "encodingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5951
          },
          "name": "endpointUrlKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6015
          },
          "name": "tlsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5967
          },
          "name": "tokenKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5928
          },
          "name": "encoding",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5941
          },
          "name": "endpointUrlKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5957
          },
          "name": "tokenKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5866
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiem"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemTls": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemTls",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 5529
      },
      "name": "ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemTls",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}",
            "stability": "stable",
            "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5541
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}",
            "stability": "stable",
            "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5535
          },
          "name": "caFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}",
            "stability": "stable",
            "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5547
          },
          "name": "keyFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_pass_key ObservabilityPipeline#key_pass_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the passphrase for the private key file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5553
          },
          "name": "keyPassKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemTls"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemTlsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemTlsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 5738
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 5730
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5745
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemTlsOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemTlsList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5731
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemTlsList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemTlsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemTlsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 5616
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 5606
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5676
          },
          "name": "resetCaFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5705
          },
          "name": "resetKeyFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5721
          },
          "name": "resetKeyPassKey"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemTlsOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5680
          },
          "name": "caFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5693
          },
          "name": "crtFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5709
          },
          "name": "keyFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5725
          },
          "name": "keyPassKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5670
          },
          "name": "caFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5686
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5699
          },
          "name": "keyFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5715
          },
          "name": "keyPassKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 5620
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemTls"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemTlsOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatabricksZerobus": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatabricksZerobus",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 6189
      },
      "name": "ObservabilityPipelineConfigDestinationDatabricksZerobus",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#ingestion_endpoint ObservabilityPipeline#ingestion_endpoint}",
            "stability": "stable",
            "summary": "The Databricks Zerobus ingestion endpoint URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6195
          },
          "name": "ingestionEndpoint",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#table_name ObservabilityPipeline#table_name}",
            "stability": "stable",
            "summary": "The name of the Databricks table to ingest logs into."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6201
          },
          "name": "tableName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#unity_catalog_endpoint ObservabilityPipeline#unity_catalog_endpoint}",
            "stability": "stable",
            "summary": "The Databricks Unity Catalog endpoint URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6207
          },
          "name": "unityCatalogEndpoint",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#auth ObservabilityPipeline#auth}",
            "stability": "stable",
            "summary": "auth block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6213
          },
          "name": "auth",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatabricksZerobusAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationDatabricksZerobus"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatabricksZerobusAuth": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatabricksZerobusAuth",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 6039
      },
      "name": "ObservabilityPipelineConfigDestinationDatabricksZerobusAuth",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#client_id ObservabilityPipeline#client_id}",
            "stability": "stable",
            "summary": "The OAuth client ID used to authenticate with Databricks."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6045
          },
          "name": "clientId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#client_secret_key ObservabilityPipeline#client_secret_key}",
            "stability": "stable",
            "summary": "The name of the secret or environment variable holding the OAuth client secret. Defaults to `DESTINATION_DATABRICKS_ZEROBUS_OAUTH_CLIENT_SECRET`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6051
          },
          "name": "clientSecretKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationDatabricksZerobusAuth"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatabricksZerobusAuthList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatabricksZerobusAuthList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 6178
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 6170
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6185
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatabricksZerobusAuthOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationDatabricksZerobusAuthList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6171
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatabricksZerobusAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationDatabricksZerobusAuthList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatabricksZerobusAuthOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatabricksZerobusAuthOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 6100
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 6090
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6161
          },
          "name": "resetClientSecretKey"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationDatabricksZerobusAuthOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6149
          },
          "name": "clientIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6165
          },
          "name": "clientSecretKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6142
          },
          "name": "clientId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6155
          },
          "name": "clientSecretKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6104
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatabricksZerobusAuth"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationDatabricksZerobusAuthOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatabricksZerobusList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatabricksZerobusList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 6392
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 6384
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6399
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatabricksZerobusOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationDatabricksZerobusList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6385
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatabricksZerobus"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationDatabricksZerobusList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatabricksZerobusOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatabricksZerobusOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 6276
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 6266
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6372
          },
          "name": "putAuth",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatabricksZerobusAuth"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6375
          },
          "name": "resetAuth"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationDatabricksZerobusOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6369
          },
          "name": "auth",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatabricksZerobusAuthList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6379
          },
          "name": "authInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatabricksZerobusAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6337
          },
          "name": "ingestionEndpointInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6350
          },
          "name": "tableNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6363
          },
          "name": "unityCatalogEndpointInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6330
          },
          "name": "ingestionEndpoint",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6343
          },
          "name": "tableName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6356
          },
          "name": "unityCatalogEndpoint",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6280
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatabricksZerobus"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationDatabricksZerobusOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogs": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogs",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 7637
      },
      "name": "ObservabilityPipelineConfigDestinationDatadogLogs",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#buffer ObservabilityPipeline#buffer}",
            "stability": "stable",
            "summary": "buffer block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7643
          },
          "name": "buffer",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#routes ObservabilityPipeline#routes}",
            "stability": "stable",
            "summary": "routes block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7649
          },
          "name": "routes",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutes"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationDatadogLogs"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBuffer": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBuffer",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 6744
      },
      "name": "ObservabilityPipelineConfigDestinationDatadogLogsBuffer",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#disk ObservabilityPipeline#disk}",
            "stability": "stable",
            "summary": "disk block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6750
          },
          "name": "disk",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#memory ObservabilityPipeline#memory}",
            "stability": "stable",
            "summary": "memory block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6756
          },
          "name": "memory",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationDatadogLogsBuffer"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBufferDisk": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBufferDisk",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 6403
      },
      "name": "ObservabilityPipelineConfigDestinationDatadogLogsBufferDisk",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the disk buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6409
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6415
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationDatadogLogsBufferDisk"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBufferDiskList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBufferDiskList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 6545
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 6537
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6552
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBufferDiskOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationDatadogLogsBufferDiskList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6538
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationDatadogLogsBufferDiskList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBufferDiskOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBufferDiskOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 6464
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 6454
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6512
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6528
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationDatadogLogsBufferDiskOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6516
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6532
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6506
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6522
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6468
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBufferDisk"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationDatadogLogsBufferDiskOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBufferList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBufferList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 6886
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 6878
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6893
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBufferOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationDatadogLogsBufferList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6879
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationDatadogLogsBufferList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBufferMemory": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBufferMemory",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 6556
      },
      "name": "ObservabilityPipelineConfigDestinationDatadogLogsBufferMemory",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_events ObservabilityPipeline#max_events}",
            "stability": "stable",
            "summary": "Maximum events for the memory buffer."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6562
          },
          "name": "maxEvents",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the memory buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6568
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6574
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationDatadogLogsBufferMemory"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBufferMemoryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBufferMemoryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 6733
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 6725
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6740
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBufferMemoryOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationDatadogLogsBufferMemoryList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6726
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationDatadogLogsBufferMemoryList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBufferMemoryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBufferMemoryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 6630
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 6620
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6684
          },
          "name": "resetMaxEvents"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6700
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6716
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationDatadogLogsBufferMemoryOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6688
          },
          "name": "maxEventsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6704
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6720
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6678
          },
          "name": "maxEvents",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6694
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6710
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6634
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBufferMemory"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationDatadogLogsBufferMemoryOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBufferOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBufferOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 6805
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 6795
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6850
          },
          "name": "putDisk",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBufferDisk"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6866
          },
          "name": "putMemory",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBufferMemory"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6853
          },
          "name": "resetDisk"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6869
          },
          "name": "resetMemory"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationDatadogLogsBufferOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6847
          },
          "name": "disk",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBufferDiskList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6863
          },
          "name": "memory",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBufferMemoryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6857
          },
          "name": "diskInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6873
          },
          "name": "memoryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6809
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBuffer"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationDatadogLogsBufferOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 7779
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 7771
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7786
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationDatadogLogsList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7772
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogs"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationDatadogLogsList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 7698
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 7688
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7743
          },
          "name": "putBuffer",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBuffer"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7759
          },
          "name": "putRoutes",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutes"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7746
          },
          "name": "resetBuffer"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7762
          },
          "name": "resetRoutes"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationDatadogLogsOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7740
          },
          "name": "buffer",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBufferList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7756
          },
          "name": "routes",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7750
          },
          "name": "bufferInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7766
          },
          "name": "routesInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutes"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7702
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogs"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationDatadogLogsOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutes": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutes",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 7391
      },
      "name": "ObservabilityPipelineConfigDestinationDatadogLogsRoutes",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#api_key_key ObservabilityPipeline#api_key_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that stores the Datadog API key used by this route."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7397
          },
          "name": "apiKeyKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#include ObservabilityPipeline#include}",
            "stability": "stable",
            "summary": "A Datadog search query that determines which logs are forwarded using this route."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7403
          },
          "name": "include",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#route_id ObservabilityPipeline#route_id}",
            "stability": "stable",
            "summary": "Unique identifier for this route within the destination."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7409
          },
          "name": "routeId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#site ObservabilityPipeline#site}",
            "stability": "stable",
            "summary": "Datadog site where matching logs are sent (for example, `us1`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7415
          },
          "name": "site",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#buffer ObservabilityPipeline#buffer}",
            "stability": "stable",
            "summary": "buffer block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7421
          },
          "name": "buffer",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationDatadogLogsRoutes"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBuffer": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBuffer",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 7238
      },
      "name": "ObservabilityPipelineConfigDestinationDatadogLogsRoutesBuffer",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#disk ObservabilityPipeline#disk}",
            "stability": "stable",
            "summary": "disk block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7244
          },
          "name": "disk",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#memory ObservabilityPipeline#memory}",
            "stability": "stable",
            "summary": "memory block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7250
          },
          "name": "memory",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationDatadogLogsRoutesBuffer"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferDisk": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferDisk",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 6897
      },
      "name": "ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferDisk",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the disk buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6903
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6909
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferDisk"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferDiskList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferDiskList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 7039
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 7031
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7046
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferDiskOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferDiskList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7032
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferDiskList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferDiskOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferDiskOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 6958
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 6948
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7006
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7022
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferDiskOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7010
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7026
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7000
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7016
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 6962
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferDisk"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferDiskOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 7380
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 7372
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7387
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7373
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferMemory": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferMemory",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 7050
      },
      "name": "ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferMemory",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_events ObservabilityPipeline#max_events}",
            "stability": "stable",
            "summary": "Maximum events for the memory buffer."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7056
          },
          "name": "maxEvents",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the memory buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7062
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7068
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferMemory"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferMemoryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferMemoryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 7227
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 7219
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7234
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferMemoryOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferMemoryList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7220
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferMemoryList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferMemoryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferMemoryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 7124
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 7114
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7178
          },
          "name": "resetMaxEvents"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7194
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7210
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferMemoryOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7182
          },
          "name": "maxEventsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7198
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7214
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7172
          },
          "name": "maxEvents",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7188
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7204
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7128
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferMemory"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferMemoryOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 7299
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 7289
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7344
          },
          "name": "putDisk",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferDisk"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7360
          },
          "name": "putMemory",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferMemory"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7347
          },
          "name": "resetDisk"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7363
          },
          "name": "resetMemory"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7341
          },
          "name": "disk",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferDiskList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7357
          },
          "name": "memory",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferMemoryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7351
          },
          "name": "diskInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7367
          },
          "name": "memoryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7303
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBuffer"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 7626
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 7618
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7633
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationDatadogLogsRoutesList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7619
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutes"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationDatadogLogsRoutesList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 7491
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 7481
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7606
          },
          "name": "putBuffer",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBuffer"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7609
          },
          "name": "resetBuffer"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationDatadogLogsRoutesOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7603
          },
          "name": "buffer",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBufferList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7558
          },
          "name": "apiKeyKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7613
          },
          "name": "bufferInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutesBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7571
          },
          "name": "includeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7584
          },
          "name": "routeIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7597
          },
          "name": "siteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7551
          },
          "name": "apiKeyKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7564
          },
          "name": "include",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7577
          },
          "name": "routeId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7590
          },
          "name": "site",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7495
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsRoutes"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationDatadogLogsRoutesOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogMetrics": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogMetrics",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 7790
      },
      "name": "ObservabilityPipelineConfigDestinationDatadogMetrics",
      "namespace": "observabilityPipeline",
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationDatadogMetrics"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogMetricsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogMetricsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 7860
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 7852
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7867
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogMetricsOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationDatadogMetricsList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7853
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogMetrics"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationDatadogMetricsList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogMetricsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogMetricsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 7823
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 7813
      },
      "name": "ObservabilityPipelineConfigDestinationDatadogMetricsOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7827
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogMetrics"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationDatadogMetricsOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 9178
      },
      "name": "ObservabilityPipelineConfigDestinationElasticsearch",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#api_version ObservabilityPipeline#api_version}",
            "stability": "stable",
            "summary": "The Elasticsearch API version to use. Set to `auto` to auto-detect. Valid values are `auto`, `v6`, `v7`, `v8`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9184
          },
          "name": "apiVersion",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#auth ObservabilityPipeline#auth}",
            "stability": "stable",
            "summary": "auth block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9220
          },
          "name": "auth",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#buffer ObservabilityPipeline#buffer}",
            "stability": "stable",
            "summary": "buffer block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9226
          },
          "name": "buffer",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#bulk_index ObservabilityPipeline#bulk_index}",
            "stability": "stable",
            "summary": "The name of the index to write events to in Elasticsearch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9190
          },
          "name": "bulkIndex",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#compression ObservabilityPipeline#compression}",
            "stability": "stable",
            "summary": "compression block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9232
          },
          "name": "compression",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchCompression"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#data_stream ObservabilityPipeline#data_stream}",
            "stability": "stable",
            "summary": "data_stream block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9238
          },
          "name": "dataStream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchDataStream"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#endpoint_url_key ObservabilityPipeline#endpoint_url_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the Elasticsearch endpoint URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9196
          },
          "name": "endpointUrlKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#id_key ObservabilityPipeline#id_key}",
            "stability": "stable",
            "summary": "The name of the field used as the document ID in Elasticsearch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9202
          },
          "name": "idKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#pipeline ObservabilityPipeline#pipeline}",
            "stability": "stable",
            "summary": "The name of an Elasticsearch ingest pipeline to apply to events before indexing."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9208
          },
          "name": "pipeline",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#request_retry_partial ObservabilityPipeline#request_retry_partial}",
            "stability": "stable",
            "summary": "When `true`, retries failed partial bulk requests when some events in a batch fail while others succeed."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9214
          },
          "name": "requestRetryPartial",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}",
            "stability": "stable",
            "summary": "tls block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9244
          },
          "name": "tls",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationElasticsearch"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchAuth": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchAuth",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 7871
      },
      "name": "ObservabilityPipelineConfigDestinationElasticsearchAuth",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#strategy ObservabilityPipeline#strategy}",
            "stability": "stable",
            "summary": "The authentication strategy to use. Valid values are `basic`, `aws`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7883
          },
          "name": "strategy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#password_key ObservabilityPipeline#password_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the Elasticsearch password (used when `strategy` is `basic`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7877
          },
          "name": "passwordKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#username_key ObservabilityPipeline#username_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the Elasticsearch username (used when `strategy` is `basic`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7889
          },
          "name": "usernameKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationElasticsearchAuth"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchAuthList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchAuthList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 8045
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 8037
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8052
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchAuthOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationElasticsearchAuthList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8038
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationElasticsearchAuthList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchAuthOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchAuthOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 7945
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 7935
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7999
          },
          "name": "resetPasswordKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8028
          },
          "name": "resetUsernameKey"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationElasticsearchAuthOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8003
          },
          "name": "passwordKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8016
          },
          "name": "strategyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8032
          },
          "name": "usernameKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7993
          },
          "name": "passwordKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8009
          },
          "name": "strategy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8022
          },
          "name": "usernameKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 7949
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchAuth"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationElasticsearchAuthOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBuffer": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBuffer",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 8397
      },
      "name": "ObservabilityPipelineConfigDestinationElasticsearchBuffer",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#disk ObservabilityPipeline#disk}",
            "stability": "stable",
            "summary": "disk block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8403
          },
          "name": "disk",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#memory ObservabilityPipeline#memory}",
            "stability": "stable",
            "summary": "memory block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8409
          },
          "name": "memory",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationElasticsearchBuffer"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBufferDisk": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBufferDisk",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 8056
      },
      "name": "ObservabilityPipelineConfigDestinationElasticsearchBufferDisk",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the disk buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8062
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8068
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationElasticsearchBufferDisk"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBufferDiskList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBufferDiskList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 8198
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 8190
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8205
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBufferDiskOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationElasticsearchBufferDiskList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8191
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationElasticsearchBufferDiskList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBufferDiskOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBufferDiskOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 8117
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 8107
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8165
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8181
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationElasticsearchBufferDiskOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8169
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8185
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8159
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8175
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8121
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBufferDisk"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationElasticsearchBufferDiskOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBufferList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBufferList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 8539
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 8531
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8546
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBufferOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationElasticsearchBufferList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8532
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationElasticsearchBufferList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBufferMemory": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBufferMemory",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 8209
      },
      "name": "ObservabilityPipelineConfigDestinationElasticsearchBufferMemory",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_events ObservabilityPipeline#max_events}",
            "stability": "stable",
            "summary": "Maximum events for the memory buffer."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8215
          },
          "name": "maxEvents",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the memory buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8221
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8227
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationElasticsearchBufferMemory"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBufferMemoryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBufferMemoryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 8386
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 8378
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8393
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBufferMemoryOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationElasticsearchBufferMemoryList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8379
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationElasticsearchBufferMemoryList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBufferMemoryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBufferMemoryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 8283
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 8273
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8337
          },
          "name": "resetMaxEvents"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8353
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8369
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationElasticsearchBufferMemoryOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8341
          },
          "name": "maxEventsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8357
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8373
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8331
          },
          "name": "maxEvents",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8347
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8363
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8287
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBufferMemory"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationElasticsearchBufferMemoryOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBufferOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBufferOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 8458
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 8448
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8503
          },
          "name": "putDisk",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBufferDisk"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8519
          },
          "name": "putMemory",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBufferMemory"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8506
          },
          "name": "resetDisk"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8522
          },
          "name": "resetMemory"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationElasticsearchBufferOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8500
          },
          "name": "disk",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBufferDiskList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8516
          },
          "name": "memory",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBufferMemoryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8510
          },
          "name": "diskInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8526
          },
          "name": "memoryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8462
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBuffer"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationElasticsearchBufferOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchCompression": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchCompression",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 8550
      },
      "name": "ObservabilityPipelineConfigDestinationElasticsearchCompression",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#algorithm ObservabilityPipeline#algorithm}",
            "stability": "stable",
            "summary": "The compression algorithm applied when sending data to Elasticsearch. Valid values are `none`, `gzip`, `zlib`, `zstd`, `snappy`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8556
          },
          "name": "algorithm",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#level ObservabilityPipeline#level}",
            "stability": "stable",
            "summary": "The compression level. Only applicable for `gzip`, `zlib`, and `zstd` algorithms."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8562
          },
          "name": "level",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationElasticsearchCompression"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchCompressionList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchCompressionList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 8689
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 8681
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8696
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchCompressionOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationElasticsearchCompressionList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8682
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchCompression"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationElasticsearchCompressionList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchCompressionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchCompressionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 8611
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 8601
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8672
          },
          "name": "resetLevel"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationElasticsearchCompressionOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8660
          },
          "name": "algorithmInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8676
          },
          "name": "levelInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8653
          },
          "name": "algorithm",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8666
          },
          "name": "level",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8615
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchCompression"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationElasticsearchCompressionOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchDataStream": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchDataStream",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 8700
      },
      "name": "ObservabilityPipelineConfigDestinationElasticsearchDataStream",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#auto_routing ObservabilityPipeline#auto_routing}",
            "stability": "stable",
            "summary": "When `true`, automatically routes events to the appropriate data stream based on the event content."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8706
          },
          "name": "autoRouting",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#dataset ObservabilityPipeline#dataset}",
            "stability": "stable",
            "summary": "The data stream dataset. This groups events by their source or application."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8712
          },
          "name": "dataset",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#dtype ObservabilityPipeline#dtype}",
            "stability": "stable",
            "summary": "The data stream type. This determines how events are categorized within the data stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8718
          },
          "name": "dtype",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#namespace ObservabilityPipeline#namespace}",
            "stability": "stable",
            "summary": "The data stream namespace. This separates events into different environments or domains."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8724
          },
          "name": "namespace",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#sync_fields ObservabilityPipeline#sync_fields}",
            "stability": "stable",
            "summary": "When `true`, synchronizes data stream fields with the Elasticsearch index mapping."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8730
          },
          "name": "syncFields",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationElasticsearchDataStream"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchDataStreamList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchDataStreamList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 8947
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 8939
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8954
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchDataStreamOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationElasticsearchDataStreamList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8940
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchDataStream"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationElasticsearchDataStreamList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchDataStreamOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchDataStreamOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 8800
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 8790
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8866
          },
          "name": "resetAutoRouting"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8882
          },
          "name": "resetDataset"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8898
          },
          "name": "resetDtype"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8914
          },
          "name": "resetNamespace"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8930
          },
          "name": "resetSyncFields"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationElasticsearchDataStreamOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8870
          },
          "name": "autoRoutingInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8886
          },
          "name": "datasetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8902
          },
          "name": "dtypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8918
          },
          "name": "namespaceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8934
          },
          "name": "syncFieldsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8860
          },
          "name": "autoRouting",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8876
          },
          "name": "dataset",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8892
          },
          "name": "dtype",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8908
          },
          "name": "namespace",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8924
          },
          "name": "syncFields",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8804
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchDataStream"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationElasticsearchDataStreamOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 9635
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 9627
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9642
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationElasticsearchList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9628
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearch"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationElasticsearchList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 9356
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 9346
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9551
          },
          "name": "putAuth",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchAuth"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9567
          },
          "name": "putBuffer",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBuffer"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9583
          },
          "name": "putCompression",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchCompression"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9599
          },
          "name": "putDataStream",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchDataStream"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9615
          },
          "name": "putTls",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchTls"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9458
          },
          "name": "resetApiVersion"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9554
          },
          "name": "resetAuth"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9570
          },
          "name": "resetBuffer"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9474
          },
          "name": "resetBulkIndex"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9586
          },
          "name": "resetCompression"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9602
          },
          "name": "resetDataStream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9490
          },
          "name": "resetEndpointUrlKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9506
          },
          "name": "resetIdKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9522
          },
          "name": "resetPipeline"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9538
          },
          "name": "resetRequestRetryPartial"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9618
          },
          "name": "resetTls"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationElasticsearchOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9548
          },
          "name": "auth",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchAuthList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9564
          },
          "name": "buffer",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBufferList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9580
          },
          "name": "compression",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchCompressionList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9596
          },
          "name": "dataStream",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchDataStreamList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9612
          },
          "name": "tls",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchTlsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9462
          },
          "name": "apiVersionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9558
          },
          "name": "authInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9574
          },
          "name": "bufferInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9478
          },
          "name": "bulkIndexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9590
          },
          "name": "compressionInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchCompression"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9606
          },
          "name": "dataStreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchDataStream"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9494
          },
          "name": "endpointUrlKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9510
          },
          "name": "idKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9526
          },
          "name": "pipelineInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9542
          },
          "name": "requestRetryPartialInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9622
          },
          "name": "tlsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9452
          },
          "name": "apiVersion",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9468
          },
          "name": "bulkIndex",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9484
          },
          "name": "endpointUrlKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9500
          },
          "name": "idKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9516
          },
          "name": "pipeline",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9532
          },
          "name": "requestRetryPartial",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9360
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearch"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationElasticsearchOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchTls": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchTls",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 8958
      },
      "name": "ObservabilityPipelineConfigDestinationElasticsearchTls",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}",
            "stability": "stable",
            "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8970
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}",
            "stability": "stable",
            "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8964
          },
          "name": "caFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}",
            "stability": "stable",
            "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8976
          },
          "name": "keyFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_pass_key ObservabilityPipeline#key_pass_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the passphrase for the private key file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 8982
          },
          "name": "keyPassKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationElasticsearchTls"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchTlsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchTlsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 9167
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 9159
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9174
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchTlsOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationElasticsearchTlsList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9160
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationElasticsearchTlsList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchTlsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchTlsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 9045
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 9035
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9105
          },
          "name": "resetCaFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9134
          },
          "name": "resetKeyFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9150
          },
          "name": "resetKeyPassKey"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationElasticsearchTlsOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9109
          },
          "name": "caFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9122
          },
          "name": "crtFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9138
          },
          "name": "keyFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9154
          },
          "name": "keyPassKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9099
          },
          "name": "caFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9115
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9128
          },
          "name": "keyFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9144
          },
          "name": "keyPassKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9049
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchTls"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationElasticsearchTlsOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorage": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorage",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 10402
      },
      "name": "ObservabilityPipelineConfigDestinationGoogleCloudStorage",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#bucket ObservabilityPipeline#bucket}",
            "stability": "stable",
            "summary": "Name of the GCS bucket."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10414
          },
          "name": "bucket",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#storage_class ObservabilityPipeline#storage_class}",
            "stability": "stable",
            "summary": "Storage class used for objects stored in GCS."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10426
          },
          "name": "storageClass",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#acl ObservabilityPipeline#acl}",
            "stability": "stable",
            "summary": "Access control list setting for objects written to the bucket."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10408
          },
          "name": "acl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#auth ObservabilityPipeline#auth}",
            "stability": "stable",
            "summary": "auth block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10432
          },
          "name": "auth",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#buffer ObservabilityPipeline#buffer}",
            "stability": "stable",
            "summary": "buffer block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10438
          },
          "name": "buffer",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_prefix ObservabilityPipeline#key_prefix}",
            "stability": "stable",
            "summary": "Optional prefix for object keys within the GCS bucket."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10420
          },
          "name": "keyPrefix",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#metadata ObservabilityPipeline#metadata}",
            "stability": "stable",
            "summary": "metadata block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10444
          },
          "name": "metadata",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGoogleCloudStorage"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageAuth": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageAuth",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 9646
      },
      "name": "ObservabilityPipelineConfigDestinationGoogleCloudStorageAuth",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#credentials_file ObservabilityPipeline#credentials_file}",
            "stability": "stable",
            "summary": "Path to the Google Cloud service account key file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9652
          },
          "name": "credentialsFile",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGoogleCloudStorageAuth"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageAuthList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageAuthList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 9750
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 9742
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9757
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageAuthOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationGoogleCloudStorageAuthList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9743
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGoogleCloudStorageAuthList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageAuthOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageAuthOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 9694
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 9684
      },
      "name": "ObservabilityPipelineConfigDestinationGoogleCloudStorageAuthOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9737
          },
          "name": "credentialsFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9730
          },
          "name": "credentialsFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9698
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageAuth"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGoogleCloudStorageAuthOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBuffer": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBuffer",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 10102
      },
      "name": "ObservabilityPipelineConfigDestinationGoogleCloudStorageBuffer",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#disk ObservabilityPipeline#disk}",
            "stability": "stable",
            "summary": "disk block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10108
          },
          "name": "disk",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#memory ObservabilityPipeline#memory}",
            "stability": "stable",
            "summary": "memory block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10114
          },
          "name": "memory",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGoogleCloudStorageBuffer"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferDisk": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferDisk",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 9761
      },
      "name": "ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferDisk",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the disk buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9767
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9773
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferDisk"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferDiskList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferDiskList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 9903
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 9895
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9910
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferDiskOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferDiskList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9896
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferDiskList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferDiskOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferDiskOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 9822
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 9812
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9870
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9886
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferDiskOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9874
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9890
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9864
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9880
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9826
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferDisk"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferDiskOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 10244
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 10236
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10251
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10237
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferMemory": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferMemory",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 9914
      },
      "name": "ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferMemory",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_events ObservabilityPipeline#max_events}",
            "stability": "stable",
            "summary": "Maximum events for the memory buffer."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9920
          },
          "name": "maxEvents",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the memory buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9926
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9932
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferMemory"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferMemoryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferMemoryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 10091
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 10083
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10098
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferMemoryOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferMemoryList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10084
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferMemoryList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferMemoryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferMemoryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 9988
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 9978
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10042
          },
          "name": "resetMaxEvents"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10058
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10074
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferMemoryOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10046
          },
          "name": "maxEventsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10062
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10078
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10036
          },
          "name": "maxEvents",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10052
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10068
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 9992
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferMemory"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferMemoryOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 10163
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 10153
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10208
          },
          "name": "putDisk",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferDisk"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10224
          },
          "name": "putMemory",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferMemory"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10211
          },
          "name": "resetDisk"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10227
          },
          "name": "resetMemory"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10205
          },
          "name": "disk",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferDiskList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10221
          },
          "name": "memory",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferMemoryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10215
          },
          "name": "diskInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10231
          },
          "name": "memoryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10167
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBuffer"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 10713
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 10705
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10720
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationGoogleCloudStorageList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10706
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorage"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGoogleCloudStorageList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageMetadata": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageMetadata",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 10255
      },
      "name": "ObservabilityPipelineConfigDestinationGoogleCloudStorageMetadata",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#name ObservabilityPipeline#name}",
            "stability": "stable",
            "summary": "The metadata key."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10261
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#value ObservabilityPipeline#value}",
            "stability": "stable",
            "summary": "The metadata value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10267
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGoogleCloudStorageMetadata"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageMetadataList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageMetadataList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 10391
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 10383
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10398
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageMetadataOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationGoogleCloudStorageMetadataList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10384
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGoogleCloudStorageMetadataList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageMetadataOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageMetadataOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 10316
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 10306
      },
      "name": "ObservabilityPipelineConfigDestinationGoogleCloudStorageMetadataOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10365
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10378
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10358
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10371
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10320
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageMetadata"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGoogleCloudStorageMetadataOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 10528
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 10518
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10661
          },
          "name": "putAuth",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageAuth"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10677
          },
          "name": "putBuffer",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBuffer"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10693
          },
          "name": "putMetadata",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageMetadata"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10606
          },
          "name": "resetAcl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10664
          },
          "name": "resetAuth"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10680
          },
          "name": "resetBuffer"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10635
          },
          "name": "resetKeyPrefix"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10696
          },
          "name": "resetMetadata"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationGoogleCloudStorageOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10658
          },
          "name": "auth",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageAuthList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10674
          },
          "name": "buffer",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBufferList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10690
          },
          "name": "metadata",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageMetadataList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10610
          },
          "name": "aclInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10668
          },
          "name": "authInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10623
          },
          "name": "bucketInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10684
          },
          "name": "bufferInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10639
          },
          "name": "keyPrefixInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10700
          },
          "name": "metadataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10652
          },
          "name": "storageClassInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10600
          },
          "name": "acl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10616
          },
          "name": "bucket",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10629
          },
          "name": "keyPrefix",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10645
          },
          "name": "storageClass",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10532
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorage"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGoogleCloudStorageOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsub": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsub",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 11553
      },
      "name": "ObservabilityPipelineConfigDestinationGooglePubsub",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#encoding ObservabilityPipeline#encoding}",
            "stability": "stable",
            "summary": "Encoding format for log events. Valid values: `json`, `raw_message`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11559
          },
          "name": "encoding",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#project ObservabilityPipeline#project}",
            "stability": "stable",
            "summary": "The Google Cloud project ID that owns the Pub/Sub topic."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11571
          },
          "name": "project",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#topic ObservabilityPipeline#topic}",
            "stability": "stable",
            "summary": "The Pub/Sub topic name to publish logs to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11577
          },
          "name": "topic",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#auth ObservabilityPipeline#auth}",
            "stability": "stable",
            "summary": "auth block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11583
          },
          "name": "auth",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#buffer ObservabilityPipeline#buffer}",
            "stability": "stable",
            "summary": "buffer block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11589
          },
          "name": "buffer",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#endpoint_url_key ObservabilityPipeline#endpoint_url_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the Google Cloud Pub/Sub endpoint URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11565
          },
          "name": "endpointUrlKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}",
            "stability": "stable",
            "summary": "tls block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11595
          },
          "name": "tls",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGooglePubsub"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubAuth": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubAuth",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 10724
      },
      "name": "ObservabilityPipelineConfigDestinationGooglePubsubAuth",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#credentials_file ObservabilityPipeline#credentials_file}",
            "stability": "stable",
            "summary": "Path to the Google Cloud service account key file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10730
          },
          "name": "credentialsFile",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGooglePubsubAuth"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubAuthList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubAuthList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 10828
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 10820
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10835
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubAuthOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationGooglePubsubAuthList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10821
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGooglePubsubAuthList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubAuthOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubAuthOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 10772
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 10762
      },
      "name": "ObservabilityPipelineConfigDestinationGooglePubsubAuthOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10815
          },
          "name": "credentialsFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10808
          },
          "name": "credentialsFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10776
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubAuth"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGooglePubsubAuthOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBuffer": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBuffer",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 11180
      },
      "name": "ObservabilityPipelineConfigDestinationGooglePubsubBuffer",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#disk ObservabilityPipeline#disk}",
            "stability": "stable",
            "summary": "disk block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11186
          },
          "name": "disk",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#memory ObservabilityPipeline#memory}",
            "stability": "stable",
            "summary": "memory block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11192
          },
          "name": "memory",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGooglePubsubBuffer"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBufferDisk": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBufferDisk",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 10839
      },
      "name": "ObservabilityPipelineConfigDestinationGooglePubsubBufferDisk",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the disk buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10845
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10851
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGooglePubsubBufferDisk"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBufferDiskList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBufferDiskList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 10981
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 10973
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10988
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBufferDiskOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationGooglePubsubBufferDiskList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10974
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGooglePubsubBufferDiskList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBufferDiskOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBufferDiskOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 10900
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 10890
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10948
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10964
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationGooglePubsubBufferDiskOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10952
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10968
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10942
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10958
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10904
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBufferDisk"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGooglePubsubBufferDiskOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBufferList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBufferList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 11322
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 11314
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11329
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBufferOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationGooglePubsubBufferList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11315
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGooglePubsubBufferList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBufferMemory": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBufferMemory",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 10992
      },
      "name": "ObservabilityPipelineConfigDestinationGooglePubsubBufferMemory",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_events ObservabilityPipeline#max_events}",
            "stability": "stable",
            "summary": "Maximum events for the memory buffer."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 10998
          },
          "name": "maxEvents",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the memory buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11004
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11010
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGooglePubsubBufferMemory"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBufferMemoryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBufferMemoryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 11169
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 11161
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11176
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBufferMemoryOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationGooglePubsubBufferMemoryList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11162
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGooglePubsubBufferMemoryList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBufferMemoryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBufferMemoryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 11066
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 11056
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11120
          },
          "name": "resetMaxEvents"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11136
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11152
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationGooglePubsubBufferMemoryOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11124
          },
          "name": "maxEventsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11140
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11156
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11114
          },
          "name": "maxEvents",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11130
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11146
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11070
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBufferMemory"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGooglePubsubBufferMemoryOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBufferOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBufferOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 11241
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 11231
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11286
          },
          "name": "putDisk",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBufferDisk"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11302
          },
          "name": "putMemory",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBufferMemory"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11289
          },
          "name": "resetDisk"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11305
          },
          "name": "resetMemory"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationGooglePubsubBufferOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11283
          },
          "name": "disk",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBufferDiskList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11299
          },
          "name": "memory",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBufferMemoryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11293
          },
          "name": "diskInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11309
          },
          "name": "memoryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11245
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBuffer"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGooglePubsubBufferOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 11861
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 11853
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11868
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationGooglePubsubList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11854
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsub"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGooglePubsubList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 11679
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 11669
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11809
          },
          "name": "putAuth",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubAuth"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11825
          },
          "name": "putBuffer",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBuffer"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11841
          },
          "name": "putTls",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubTls"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11812
          },
          "name": "resetAuth"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11828
          },
          "name": "resetBuffer"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11770
          },
          "name": "resetEndpointUrlKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11844
          },
          "name": "resetTls"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationGooglePubsubOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11806
          },
          "name": "auth",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubAuthList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11822
          },
          "name": "buffer",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBufferList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11838
          },
          "name": "tls",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubTlsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11816
          },
          "name": "authInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11832
          },
          "name": "bufferInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11758
          },
          "name": "encodingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11774
          },
          "name": "endpointUrlKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11787
          },
          "name": "projectInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11848
          },
          "name": "tlsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11800
          },
          "name": "topicInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11751
          },
          "name": "encoding",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11764
          },
          "name": "endpointUrlKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11780
          },
          "name": "project",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11793
          },
          "name": "topic",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11683
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsub"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGooglePubsubOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubTls": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubTls",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 11333
      },
      "name": "ObservabilityPipelineConfigDestinationGooglePubsubTls",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}",
            "stability": "stable",
            "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11345
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}",
            "stability": "stable",
            "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11339
          },
          "name": "caFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}",
            "stability": "stable",
            "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11351
          },
          "name": "keyFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_pass_key ObservabilityPipeline#key_pass_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the passphrase for the private key file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11357
          },
          "name": "keyPassKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGooglePubsubTls"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubTlsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubTlsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 11542
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 11534
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11549
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubTlsOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationGooglePubsubTlsList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11535
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGooglePubsubTlsList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubTlsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubTlsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 11420
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 11410
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11480
          },
          "name": "resetCaFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11509
          },
          "name": "resetKeyFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11525
          },
          "name": "resetKeyPassKey"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationGooglePubsubTlsOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11484
          },
          "name": "caFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11497
          },
          "name": "crtFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11513
          },
          "name": "keyFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11529
          },
          "name": "keyPassKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11474
          },
          "name": "caFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11490
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11503
          },
          "name": "keyFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11519
          },
          "name": "keyPassKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11424
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubTls"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGooglePubsubTlsOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecops": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecops",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 12481
      },
      "name": "ObservabilityPipelineConfigDestinationGoogleSecops",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#customer_id ObservabilityPipeline#customer_id}",
            "stability": "stable",
            "summary": "The Google SecOps customer ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12487
          },
          "name": "customerId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#encoding ObservabilityPipeline#encoding}",
            "stability": "stable",
            "summary": "The encoding format for the logs sent to Google SecOps. Valid values are `json`, `raw_message`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12493
          },
          "name": "encoding",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#log_type ObservabilityPipeline#log_type}",
            "stability": "stable",
            "summary": "The log type metadata associated with the Google SecOps destination."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12505
          },
          "name": "logType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#auth ObservabilityPipeline#auth}",
            "stability": "stable",
            "summary": "auth block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12511
          },
          "name": "auth",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#buffer ObservabilityPipeline#buffer}",
            "stability": "stable",
            "summary": "buffer block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12517
          },
          "name": "buffer",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#endpoint_url_key ObservabilityPipeline#endpoint_url_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the Google Chronicle endpoint URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12499
          },
          "name": "endpointUrlKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGoogleSecops"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsAuth": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsAuth",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 11872
      },
      "name": "ObservabilityPipelineConfigDestinationGoogleSecopsAuth",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#credentials_file ObservabilityPipeline#credentials_file}",
            "stability": "stable",
            "summary": "Path to the Google Cloud service account key file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11878
          },
          "name": "credentialsFile",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGoogleSecopsAuth"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsAuthList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsAuthList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 11976
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 11968
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11983
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsAuthOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationGoogleSecopsAuthList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11969
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGoogleSecopsAuthList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsAuthOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsAuthOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 11920
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 11910
      },
      "name": "ObservabilityPipelineConfigDestinationGoogleSecopsAuthOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11963
          },
          "name": "credentialsFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11956
          },
          "name": "credentialsFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11924
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsAuth"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGoogleSecopsAuthOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBuffer": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBuffer",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 12328
      },
      "name": "ObservabilityPipelineConfigDestinationGoogleSecopsBuffer",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#disk ObservabilityPipeline#disk}",
            "stability": "stable",
            "summary": "disk block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12334
          },
          "name": "disk",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#memory ObservabilityPipeline#memory}",
            "stability": "stable",
            "summary": "memory block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12340
          },
          "name": "memory",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGoogleSecopsBuffer"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBufferDisk": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBufferDisk",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 11987
      },
      "name": "ObservabilityPipelineConfigDestinationGoogleSecopsBufferDisk",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the disk buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11993
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 11999
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGoogleSecopsBufferDisk"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBufferDiskList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBufferDiskList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 12129
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 12121
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12136
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBufferDiskOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationGoogleSecopsBufferDiskList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12122
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGoogleSecopsBufferDiskList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBufferDiskOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBufferDiskOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 12048
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 12038
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12096
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12112
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationGoogleSecopsBufferDiskOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12100
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12116
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12090
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12106
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12052
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBufferDisk"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGoogleSecopsBufferDiskOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBufferList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBufferList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 12470
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 12462
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12477
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBufferOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationGoogleSecopsBufferList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12463
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGoogleSecopsBufferList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBufferMemory": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBufferMemory",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 12140
      },
      "name": "ObservabilityPipelineConfigDestinationGoogleSecopsBufferMemory",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_events ObservabilityPipeline#max_events}",
            "stability": "stable",
            "summary": "Maximum events for the memory buffer."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12146
          },
          "name": "maxEvents",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the memory buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12152
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12158
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGoogleSecopsBufferMemory"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBufferMemoryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBufferMemoryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 12317
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 12309
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12324
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBufferMemoryOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationGoogleSecopsBufferMemoryList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12310
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGoogleSecopsBufferMemoryList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBufferMemoryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBufferMemoryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 12214
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 12204
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12268
          },
          "name": "resetMaxEvents"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12284
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12300
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationGoogleSecopsBufferMemoryOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12272
          },
          "name": "maxEventsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12288
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12304
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12262
          },
          "name": "maxEvents",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12278
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12294
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12218
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBufferMemory"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGoogleSecopsBufferMemoryOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBufferOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBufferOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 12389
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 12379
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12434
          },
          "name": "putDisk",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBufferDisk"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12450
          },
          "name": "putMemory",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBufferMemory"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12437
          },
          "name": "resetDisk"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12453
          },
          "name": "resetMemory"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationGoogleSecopsBufferOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12431
          },
          "name": "disk",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBufferDiskList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12447
          },
          "name": "memory",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBufferMemoryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12441
          },
          "name": "diskInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12457
          },
          "name": "memoryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12393
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBuffer"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGoogleSecopsBufferOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 12754
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 12746
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12761
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationGoogleSecopsList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12747
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecops"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGoogleSecopsList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 12594
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 12584
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12718
          },
          "name": "putAuth",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsAuth"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12734
          },
          "name": "putBuffer",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBuffer"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12721
          },
          "name": "resetAuth"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12737
          },
          "name": "resetBuffer"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12692
          },
          "name": "resetEndpointUrlKey"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationGoogleSecopsOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12715
          },
          "name": "auth",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsAuthList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12731
          },
          "name": "buffer",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBufferList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12725
          },
          "name": "authInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12741
          },
          "name": "bufferInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12667
          },
          "name": "customerIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12680
          },
          "name": "encodingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12696
          },
          "name": "endpointUrlKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12709
          },
          "name": "logTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12660
          },
          "name": "customerId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12673
          },
          "name": "encoding",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12686
          },
          "name": "endpointUrlKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12702
          },
          "name": "logType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12598
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecops"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationGoogleSecopsOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClient": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClient",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 13100
      },
      "name": "ObservabilityPipelineConfigDestinationHttpClient",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#encoding ObservabilityPipeline#encoding}",
            "stability": "stable",
            "summary": "Encoding format for events. Valid values are `json`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13112
          },
          "name": "encoding",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#auth_strategy ObservabilityPipeline#auth_strategy}",
            "stability": "stable",
            "summary": "HTTP authentication strategy. Valid values are `none`, `basic`, `bearer`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13106
          },
          "name": "authStrategy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#compression ObservabilityPipeline#compression}",
            "stability": "stable",
            "summary": "compression block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13142
          },
          "name": "compression",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClientCompression"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#password_key ObservabilityPipeline#password_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the password."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13118
          },
          "name": "passwordKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}",
            "stability": "stable",
            "summary": "tls block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13148
          },
          "name": "tls",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClientTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#token_key ObservabilityPipeline#token_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the authentication token."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13124
          },
          "name": "tokenKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#uri_key ObservabilityPipeline#uri_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the request URI."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13130
          },
          "name": "uriKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#username_key ObservabilityPipeline#username_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the username."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13136
          },
          "name": "usernameKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationHttpClient"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClientCompression": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClientCompression",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 12765
      },
      "name": "ObservabilityPipelineConfigDestinationHttpClientCompression",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#algorithm ObservabilityPipeline#algorithm}",
            "stability": "stable",
            "summary": "Compression algorithm. Valid values are `gzip`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12771
          },
          "name": "algorithm",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationHttpClientCompression"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClientCompressionList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClientCompressionList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 12869
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 12861
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12876
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClientCompressionOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationHttpClientCompressionList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12862
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClientCompression"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationHttpClientCompressionList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClientCompressionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClientCompressionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 12813
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 12803
      },
      "name": "ObservabilityPipelineConfigDestinationHttpClientCompressionOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12856
          },
          "name": "algorithmInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12849
          },
          "name": "algorithm",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12817
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClientCompression"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationHttpClientCompressionOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClientList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClientList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 13449
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 13441
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13456
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClientOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationHttpClientList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13442
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClient"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationHttpClientList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClientOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClientOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 13239
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 13229
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13413
          },
          "name": "putCompression",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClientCompression"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13429
          },
          "name": "putTls",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClientTls"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13323
          },
          "name": "resetAuthStrategy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13416
          },
          "name": "resetCompression"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13352
          },
          "name": "resetPasswordKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13432
          },
          "name": "resetTls"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13368
          },
          "name": "resetTokenKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13384
          },
          "name": "resetUriKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13400
          },
          "name": "resetUsernameKey"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationHttpClientOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13410
          },
          "name": "compression",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClientCompressionList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13426
          },
          "name": "tls",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClientTlsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13327
          },
          "name": "authStrategyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13420
          },
          "name": "compressionInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClientCompression"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13340
          },
          "name": "encodingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13356
          },
          "name": "passwordKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13436
          },
          "name": "tlsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClientTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13372
          },
          "name": "tokenKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13388
          },
          "name": "uriKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13404
          },
          "name": "usernameKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13317
          },
          "name": "authStrategy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13333
          },
          "name": "encoding",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13346
          },
          "name": "passwordKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13362
          },
          "name": "tokenKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13378
          },
          "name": "uriKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13394
          },
          "name": "usernameKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13243
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClient"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationHttpClientOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClientTls": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClientTls",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 12880
      },
      "name": "ObservabilityPipelineConfigDestinationHttpClientTls",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}",
            "stability": "stable",
            "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12892
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}",
            "stability": "stable",
            "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12886
          },
          "name": "caFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}",
            "stability": "stable",
            "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12898
          },
          "name": "keyFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_pass_key ObservabilityPipeline#key_pass_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the passphrase for the private key file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12904
          },
          "name": "keyPassKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationHttpClientTls"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClientTlsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClientTlsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 13089
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 13081
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13096
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClientTlsOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationHttpClientTlsList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13082
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClientTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationHttpClientTlsList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClientTlsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClientTlsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 12967
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 12957
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13027
          },
          "name": "resetCaFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13056
          },
          "name": "resetKeyFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13072
          },
          "name": "resetKeyPassKey"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationHttpClientTlsOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13031
          },
          "name": "caFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13044
          },
          "name": "crtFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13060
          },
          "name": "keyFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13076
          },
          "name": "keyPassKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13021
          },
          "name": "caFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13037
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13050
          },
          "name": "keyFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13066
          },
          "name": "keyPassKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 12971
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClientTls"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationHttpClientTlsOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafka": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafka",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 14012
      },
      "name": "ObservabilityPipelineConfigDestinationKafka",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#encoding ObservabilityPipeline#encoding}",
            "stability": "stable",
            "summary": "Encoding format for log events. Valid values are `json`, `raw_message`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14030
          },
          "name": "encoding",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#topic ObservabilityPipeline#topic}",
            "stability": "stable",
            "summary": "The Kafka topic name to publish logs to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14072
          },
          "name": "topic",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#bootstrap_servers_key ObservabilityPipeline#bootstrap_servers_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the Kafka bootstrap servers."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14018
          },
          "name": "bootstrapServersKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#compression ObservabilityPipeline#compression}",
            "stability": "stable",
            "summary": "Compression codec for Kafka messages. Valid values are `none`, `gzip`, `snappy`, `lz4`, `zstd`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14024
          },
          "name": "compression",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#headers_key ObservabilityPipeline#headers_key}",
            "stability": "stable",
            "summary": "The field name to use for Kafka message headers."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14036
          },
          "name": "headersKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_field ObservabilityPipeline#key_field}",
            "stability": "stable",
            "summary": "The field name to use as the Kafka message key."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14042
          },
          "name": "keyField",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#librdkafka_option ObservabilityPipeline#librdkafka_option}",
            "stability": "stable",
            "summary": "librdkafka_option block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14078
          },
          "name": "librdkafkaOption",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaLibrdkafkaOption"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#message_timeout_ms ObservabilityPipeline#message_timeout_ms}",
            "stability": "stable",
            "summary": "Maximum time in milliseconds to wait for message delivery confirmation."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14048
          },
          "name": "messageTimeoutMs",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#rate_limit_duration_secs ObservabilityPipeline#rate_limit_duration_secs}",
            "stability": "stable",
            "summary": "Duration in seconds for the rate limit window."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14054
          },
          "name": "rateLimitDurationSecs",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#rate_limit_num ObservabilityPipeline#rate_limit_num}",
            "stability": "stable",
            "summary": "Maximum number of messages allowed per rate limit duration."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14060
          },
          "name": "rateLimitNum",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#sasl ObservabilityPipeline#sasl}",
            "stability": "stable",
            "summary": "sasl block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14084
          },
          "name": "sasl",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaSasl"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#socket_timeout_ms ObservabilityPipeline#socket_timeout_ms}",
            "stability": "stable",
            "summary": "Socket timeout in milliseconds for network requests."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14066
          },
          "name": "socketTimeoutMs",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}",
            "stability": "stable",
            "summary": "tls block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14090
          },
          "name": "tls",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationKafka"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaLibrdkafkaOption": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaLibrdkafkaOption",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 13460
      },
      "name": "ObservabilityPipelineConfigDestinationKafkaLibrdkafkaOption",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#name ObservabilityPipeline#name}",
            "stability": "stable",
            "summary": "The name of the librdkafka configuration option."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13466
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#value ObservabilityPipeline#value}",
            "stability": "stable",
            "summary": "The value of the librdkafka configuration option."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13472
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationKafkaLibrdkafkaOption"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaLibrdkafkaOptionList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaLibrdkafkaOptionList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 13596
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 13588
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13603
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaLibrdkafkaOptionOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationKafkaLibrdkafkaOptionList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13589
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaLibrdkafkaOption"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationKafkaLibrdkafkaOptionList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaLibrdkafkaOptionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaLibrdkafkaOptionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 13521
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 13511
      },
      "name": "ObservabilityPipelineConfigDestinationKafkaLibrdkafkaOptionOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13570
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13583
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13563
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13576
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13525
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaLibrdkafkaOption"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationKafkaLibrdkafkaOptionOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 14533
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 14525
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14540
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationKafkaList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14526
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafka"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationKafkaList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 14216
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 14206
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14481
          },
          "name": "putLibrdkafkaOption",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaLibrdkafkaOption"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14497
          },
          "name": "putSasl",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaSasl"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14513
          },
          "name": "putTls",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaTls"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14330
          },
          "name": "resetBootstrapServersKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14346
          },
          "name": "resetCompression"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14375
          },
          "name": "resetHeadersKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14391
          },
          "name": "resetKeyField"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14484
          },
          "name": "resetLibrdkafkaOption"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14407
          },
          "name": "resetMessageTimeoutMs"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14423
          },
          "name": "resetRateLimitDurationSecs"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14439
          },
          "name": "resetRateLimitNum"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14500
          },
          "name": "resetSasl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14455
          },
          "name": "resetSocketTimeoutMs"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14516
          },
          "name": "resetTls"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationKafkaOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14478
          },
          "name": "librdkafkaOption",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaLibrdkafkaOptionList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14494
          },
          "name": "sasl",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaSaslList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14510
          },
          "name": "tls",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaTlsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14334
          },
          "name": "bootstrapServersKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14350
          },
          "name": "compressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14363
          },
          "name": "encodingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14379
          },
          "name": "headersKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14395
          },
          "name": "keyFieldInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14488
          },
          "name": "librdkafkaOptionInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaLibrdkafkaOption"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14411
          },
          "name": "messageTimeoutMsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14427
          },
          "name": "rateLimitDurationSecsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14443
          },
          "name": "rateLimitNumInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14504
          },
          "name": "saslInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaSasl"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14459
          },
          "name": "socketTimeoutMsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14520
          },
          "name": "tlsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14472
          },
          "name": "topicInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14324
          },
          "name": "bootstrapServersKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14340
          },
          "name": "compression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14356
          },
          "name": "encoding",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14369
          },
          "name": "headersKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14385
          },
          "name": "keyField",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14401
          },
          "name": "messageTimeoutMs",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14417
          },
          "name": "rateLimitDurationSecs",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14433
          },
          "name": "rateLimitNum",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14449
          },
          "name": "socketTimeoutMs",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14465
          },
          "name": "topic",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14220
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafka"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationKafkaOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaSasl": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaSasl",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 13607
      },
      "name": "ObservabilityPipelineConfigDestinationKafkaSasl",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#mechanism ObservabilityPipeline#mechanism}",
            "stability": "stable",
            "summary": "SASL authentication mechanism. Valid values are `PLAIN`, `SCRAM-SHA-256`, `SCRAM-SHA-512`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13613
          },
          "name": "mechanism",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#password_key ObservabilityPipeline#password_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the SASL password."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13619
          },
          "name": "passwordKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#username_key ObservabilityPipeline#username_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the SASL username."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13625
          },
          "name": "usernameKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationKafkaSasl"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaSaslList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaSaslList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 13781
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 13773
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13788
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaSaslOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationKafkaSaslList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13774
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaSasl"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationKafkaSaslList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaSaslOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaSaslOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 13681
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 13671
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13748
          },
          "name": "resetPasswordKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13764
          },
          "name": "resetUsernameKey"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationKafkaSaslOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13736
          },
          "name": "mechanismInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13752
          },
          "name": "passwordKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13768
          },
          "name": "usernameKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13729
          },
          "name": "mechanism",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13742
          },
          "name": "passwordKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13758
          },
          "name": "usernameKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13685
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaSasl"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationKafkaSaslOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaTls": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaTls",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 13792
      },
      "name": "ObservabilityPipelineConfigDestinationKafkaTls",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}",
            "stability": "stable",
            "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13804
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}",
            "stability": "stable",
            "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13798
          },
          "name": "caFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}",
            "stability": "stable",
            "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13810
          },
          "name": "keyFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_pass_key ObservabilityPipeline#key_pass_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the passphrase for the private key file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13816
          },
          "name": "keyPassKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationKafkaTls"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaTlsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaTlsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 14001
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 13993
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14008
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaTlsOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationKafkaTlsList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13994
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationKafkaTlsList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaTlsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaTlsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 13879
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 13869
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13939
          },
          "name": "resetCaFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13968
          },
          "name": "resetKeyFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13984
          },
          "name": "resetKeyPassKey"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationKafkaTlsOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13943
          },
          "name": "caFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13956
          },
          "name": "crtFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13972
          },
          "name": "keyFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13988
          },
          "name": "keyPassKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13933
          },
          "name": "caFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13949
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13962
          },
          "name": "keyFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13978
          },
          "name": "keyPassKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 13883
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaTls"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationKafkaTlsOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 4682
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 4674
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4689
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4675
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestination"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinel": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinel",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 15038
      },
      "name": "ObservabilityPipelineConfigDestinationMicrosoftSentinel",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#client_id ObservabilityPipeline#client_id}",
            "stability": "stable",
            "summary": "Azure AD client ID used for authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15044
          },
          "name": "clientId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#dcr_immutable_id ObservabilityPipeline#dcr_immutable_id}",
            "stability": "stable",
            "summary": "The immutable ID of the Data Collection Rule (DCR)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15062
          },
          "name": "dcrImmutableId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#table ObservabilityPipeline#table}",
            "stability": "stable",
            "summary": "The name of the Log Analytics table where logs will be sent."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15068
          },
          "name": "table",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#tenant_id ObservabilityPipeline#tenant_id}",
            "stability": "stable",
            "summary": "Azure AD tenant ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15074
          },
          "name": "tenantId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#buffer ObservabilityPipeline#buffer}",
            "stability": "stable",
            "summary": "buffer block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15080
          },
          "name": "buffer",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#client_secret_key ObservabilityPipeline#client_secret_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the Azure AD client secret."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15050
          },
          "name": "clientSecretKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#dce_uri_key ObservabilityPipeline#dce_uri_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the Data Collection Endpoint (DCE) URI."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15056
          },
          "name": "dceUriKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationMicrosoftSentinel"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBuffer": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBuffer",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 14885
      },
      "name": "ObservabilityPipelineConfigDestinationMicrosoftSentinelBuffer",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#disk ObservabilityPipeline#disk}",
            "stability": "stable",
            "summary": "disk block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14891
          },
          "name": "disk",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#memory ObservabilityPipeline#memory}",
            "stability": "stable",
            "summary": "memory block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14897
          },
          "name": "memory",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationMicrosoftSentinelBuffer"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferDisk": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferDisk",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 14544
      },
      "name": "ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferDisk",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the disk buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14550
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14556
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferDisk"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferDiskList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferDiskList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 14686
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 14678
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14693
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferDiskOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferDiskList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14679
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferDiskList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferDiskOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferDiskOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 14605
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 14595
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14653
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14669
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferDiskOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14657
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14673
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14647
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14663
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14609
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferDisk"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferDiskOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 15027
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 15019
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15034
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15020
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferMemory": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferMemory",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 14697
      },
      "name": "ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferMemory",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_events ObservabilityPipeline#max_events}",
            "stability": "stable",
            "summary": "Maximum events for the memory buffer."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14703
          },
          "name": "maxEvents",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the memory buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14709
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14715
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferMemory"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferMemoryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferMemoryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 14874
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 14866
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14881
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferMemoryOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferMemoryList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14867
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferMemoryList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferMemoryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferMemoryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 14771
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 14761
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14825
          },
          "name": "resetMaxEvents"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14841
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14857
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferMemoryOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14829
          },
          "name": "maxEventsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14845
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14861
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14819
          },
          "name": "maxEvents",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14835
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14851
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14775
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferMemory"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferMemoryOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 14946
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 14936
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14991
          },
          "name": "putDisk",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferDisk"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15007
          },
          "name": "putMemory",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferMemory"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14994
          },
          "name": "resetDisk"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15010
          },
          "name": "resetMemory"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14988
          },
          "name": "disk",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferDiskList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15004
          },
          "name": "memory",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferMemoryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14998
          },
          "name": "diskInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15014
          },
          "name": "memoryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 14950
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBuffer"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 15343
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 15335
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15350
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationMicrosoftSentinelList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15336
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinel"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationMicrosoftSentinelList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 15164
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 15154
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15323
          },
          "name": "putBuffer",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBuffer"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15326
          },
          "name": "resetBuffer"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15255
          },
          "name": "resetClientSecretKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15271
          },
          "name": "resetDceUriKey"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationMicrosoftSentinelOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15320
          },
          "name": "buffer",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBufferList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15330
          },
          "name": "bufferInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15243
          },
          "name": "clientIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15259
          },
          "name": "clientSecretKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15275
          },
          "name": "dceUriKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15288
          },
          "name": "dcrImmutableIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15301
          },
          "name": "tableInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15314
          },
          "name": "tenantIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15236
          },
          "name": "clientId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15249
          },
          "name": "clientSecretKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15265
          },
          "name": "dceUriKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15281
          },
          "name": "dcrImmutableId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15294
          },
          "name": "table",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15307
          },
          "name": "tenantId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15168
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinel"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationMicrosoftSentinelOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelic": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelic",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 15848
      },
      "name": "ObservabilityPipelineConfigDestinationNewRelic",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#region ObservabilityPipeline#region}",
            "stability": "stable",
            "summary": "The New Relic region."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15866
          },
          "name": "region",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#account_id_key ObservabilityPipeline#account_id_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the New Relic account ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15854
          },
          "name": "accountIdKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#buffer ObservabilityPipeline#buffer}",
            "stability": "stable",
            "summary": "buffer block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15872
          },
          "name": "buffer",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#license_key_key ObservabilityPipeline#license_key_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the New Relic license key."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15860
          },
          "name": "licenseKeyKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationNewRelic"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBuffer": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBuffer",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 15695
      },
      "name": "ObservabilityPipelineConfigDestinationNewRelicBuffer",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#disk ObservabilityPipeline#disk}",
            "stability": "stable",
            "summary": "disk block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15701
          },
          "name": "disk",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#memory ObservabilityPipeline#memory}",
            "stability": "stable",
            "summary": "memory block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15707
          },
          "name": "memory",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationNewRelicBuffer"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBufferDisk": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBufferDisk",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 15354
      },
      "name": "ObservabilityPipelineConfigDestinationNewRelicBufferDisk",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the disk buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15360
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15366
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationNewRelicBufferDisk"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBufferDiskList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBufferDiskList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 15496
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 15488
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15503
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBufferDiskOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationNewRelicBufferDiskList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15489
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationNewRelicBufferDiskList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBufferDiskOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBufferDiskOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 15415
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 15405
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15463
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15479
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationNewRelicBufferDiskOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15467
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15483
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15457
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15473
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15419
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBufferDisk"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationNewRelicBufferDiskOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBufferList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBufferList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 15837
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 15829
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15844
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBufferOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationNewRelicBufferList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15830
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationNewRelicBufferList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBufferMemory": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBufferMemory",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 15507
      },
      "name": "ObservabilityPipelineConfigDestinationNewRelicBufferMemory",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_events ObservabilityPipeline#max_events}",
            "stability": "stable",
            "summary": "Maximum events for the memory buffer."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15513
          },
          "name": "maxEvents",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the memory buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15519
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15525
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationNewRelicBufferMemory"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBufferMemoryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBufferMemoryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 15684
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 15676
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15691
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBufferMemoryOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationNewRelicBufferMemoryList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15677
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationNewRelicBufferMemoryList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBufferMemoryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBufferMemoryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 15581
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 15571
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15635
          },
          "name": "resetMaxEvents"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15651
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15667
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationNewRelicBufferMemoryOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15639
          },
          "name": "maxEventsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15655
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15671
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15629
          },
          "name": "maxEvents",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15645
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15661
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15585
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBufferMemory"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationNewRelicBufferMemoryOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBufferOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBufferOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 15756
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 15746
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15801
          },
          "name": "putDisk",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBufferDisk"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15817
          },
          "name": "putMemory",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBufferMemory"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15804
          },
          "name": "resetDisk"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15820
          },
          "name": "resetMemory"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationNewRelicBufferOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15798
          },
          "name": "disk",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBufferDiskList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15814
          },
          "name": "memory",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBufferMemoryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15808
          },
          "name": "diskInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15824
          },
          "name": "memoryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15760
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBuffer"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationNewRelicBufferOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 16057
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 16049
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16064
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationNewRelicList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16050
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelic"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationNewRelicList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 15935
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 15925
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16037
          },
          "name": "putBuffer",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBuffer"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15995
          },
          "name": "resetAccountIdKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16040
          },
          "name": "resetBuffer"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16011
          },
          "name": "resetLicenseKeyKey"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationNewRelicOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16034
          },
          "name": "buffer",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBufferList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15999
          },
          "name": "accountIdKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16044
          },
          "name": "bufferInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16015
          },
          "name": "licenseKeyKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16028
          },
          "name": "regionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15989
          },
          "name": "accountIdKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16005
          },
          "name": "licenseKeyKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16021
          },
          "name": "region",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 15939
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelic"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationNewRelicOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 16750
      },
      "name": "ObservabilityPipelineConfigDestinationOpensearch",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#buffer ObservabilityPipeline#buffer}",
            "stability": "stable",
            "summary": "buffer block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16762
          },
          "name": "buffer",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#bulk_index ObservabilityPipeline#bulk_index}",
            "stability": "stable",
            "summary": "The index or datastream to write logs to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16756
          },
          "name": "bulkIndex",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#data_stream ObservabilityPipeline#data_stream}",
            "stability": "stable",
            "summary": "data_stream block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16768
          },
          "name": "dataStream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchDataStream"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationOpensearch"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBuffer": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBuffer",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 16409
      },
      "name": "ObservabilityPipelineConfigDestinationOpensearchBuffer",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#disk ObservabilityPipeline#disk}",
            "stability": "stable",
            "summary": "disk block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16415
          },
          "name": "disk",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#memory ObservabilityPipeline#memory}",
            "stability": "stable",
            "summary": "memory block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16421
          },
          "name": "memory",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationOpensearchBuffer"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBufferDisk": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBufferDisk",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 16068
      },
      "name": "ObservabilityPipelineConfigDestinationOpensearchBufferDisk",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the disk buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16074
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16080
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationOpensearchBufferDisk"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBufferDiskList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBufferDiskList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 16210
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 16202
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16217
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBufferDiskOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationOpensearchBufferDiskList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16203
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationOpensearchBufferDiskList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBufferDiskOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBufferDiskOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 16129
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 16119
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16177
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16193
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationOpensearchBufferDiskOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16181
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16197
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16171
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16187
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16133
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBufferDisk"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationOpensearchBufferDiskOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBufferList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBufferList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 16551
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 16543
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16558
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBufferOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationOpensearchBufferList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16544
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationOpensearchBufferList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBufferMemory": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBufferMemory",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 16221
      },
      "name": "ObservabilityPipelineConfigDestinationOpensearchBufferMemory",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_events ObservabilityPipeline#max_events}",
            "stability": "stable",
            "summary": "Maximum events for the memory buffer."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16227
          },
          "name": "maxEvents",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the memory buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16233
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16239
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationOpensearchBufferMemory"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBufferMemoryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBufferMemoryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 16398
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 16390
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16405
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBufferMemoryOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationOpensearchBufferMemoryList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16391
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationOpensearchBufferMemoryList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBufferMemoryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBufferMemoryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 16295
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 16285
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16349
          },
          "name": "resetMaxEvents"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16365
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16381
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationOpensearchBufferMemoryOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16353
          },
          "name": "maxEventsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16369
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16385
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16343
          },
          "name": "maxEvents",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16359
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16375
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16299
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBufferMemory"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationOpensearchBufferMemoryOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBufferOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBufferOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 16470
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 16460
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16515
          },
          "name": "putDisk",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBufferDisk"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16531
          },
          "name": "putMemory",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBufferMemory"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16518
          },
          "name": "resetDisk"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16534
          },
          "name": "resetMemory"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationOpensearchBufferOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16512
          },
          "name": "disk",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBufferDiskList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16528
          },
          "name": "memory",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBufferMemoryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16522
          },
          "name": "diskInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16538
          },
          "name": "memoryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16474
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBuffer"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationOpensearchBufferOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchDataStream": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchDataStream",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 16562
      },
      "name": "ObservabilityPipelineConfigDestinationOpensearchDataStream",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#dataset ObservabilityPipeline#dataset}",
            "stability": "stable",
            "summary": "The data stream dataset for your logs. This groups logs by their source or application."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16568
          },
          "name": "dataset",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#dtype ObservabilityPipeline#dtype}",
            "stability": "stable",
            "summary": "The data stream type for your logs. This determines how logs are categorized within the data stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16574
          },
          "name": "dtype",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#namespace ObservabilityPipeline#namespace}",
            "stability": "stable",
            "summary": "The data stream namespace for your logs. This separates logs into different environments or domains."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16580
          },
          "name": "namespace",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationOpensearchDataStream"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchDataStreamList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchDataStreamList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 16739
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 16731
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16746
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchDataStreamOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationOpensearchDataStreamList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16732
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchDataStream"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationOpensearchDataStreamList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchDataStreamOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchDataStreamOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 16636
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 16626
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16690
          },
          "name": "resetDataset"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16706
          },
          "name": "resetDtype"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16722
          },
          "name": "resetNamespace"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationOpensearchDataStreamOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16694
          },
          "name": "datasetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16710
          },
          "name": "dtypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16726
          },
          "name": "namespaceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16684
          },
          "name": "dataset",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16700
          },
          "name": "dtype",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16716
          },
          "name": "namespace",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16640
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchDataStream"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationOpensearchDataStreamOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 16927
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 16919
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16934
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationOpensearchList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16920
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearch"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationOpensearchList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 16824
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 16814
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16891
          },
          "name": "putBuffer",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBuffer"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16907
          },
          "name": "putDataStream",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchDataStream"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16894
          },
          "name": "resetBuffer"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16878
          },
          "name": "resetBulkIndex"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16910
          },
          "name": "resetDataStream"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationOpensearchOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16888
          },
          "name": "buffer",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBufferList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16904
          },
          "name": "dataStream",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchDataStreamList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16898
          },
          "name": "bufferInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16882
          },
          "name": "bulkIndexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16914
          },
          "name": "dataStreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchDataStream"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16872
          },
          "name": "bulkIndex",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16828
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearch"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationOpensearchOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 4057
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 4047
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4278
          },
          "name": "putAmazonOpensearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearch"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4294
          },
          "name": "putAmazonS3",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4310
          },
          "name": "putAmazonS3Generic",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3Generic"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4326
          },
          "name": "putAmazonSecurityLake",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLake"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4342
          },
          "name": "putAzureStorage",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorage"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4358
          },
          "name": "putCloudPrem",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCloudPrem"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4374
          },
          "name": "putCrowdstrikeNextGenSiem",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiem"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4390
          },
          "name": "putDatabricksZerobus",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatabricksZerobus"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4406
          },
          "name": "putDatadogLogs",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogs"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4422
          },
          "name": "putDatadogMetrics",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogMetrics"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4438
          },
          "name": "putElasticsearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearch"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4454
          },
          "name": "putGoogleCloudStorage",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorage"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4470
          },
          "name": "putGooglePubsub",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsub"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4486
          },
          "name": "putGoogleSecops",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecops"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4502
          },
          "name": "putHttpClient",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClient"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4518
          },
          "name": "putKafka",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafka"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4534
          },
          "name": "putMicrosoftSentinel",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinel"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4550
          },
          "name": "putNewRelic",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelic"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4566
          },
          "name": "putOpensearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearch"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4582
          },
          "name": "putRsyslog",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslog"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4598
          },
          "name": "putSentinelOne",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOne"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4614
          },
          "name": "putSocket",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocket"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4630
          },
          "name": "putSplunkHec",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHec"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4646
          },
          "name": "putSumoLogic",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogic"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4662
          },
          "name": "putSyslogNg",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNg"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4281
          },
          "name": "resetAmazonOpensearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4297
          },
          "name": "resetAmazonS3"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4313
          },
          "name": "resetAmazonS3Generic"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4329
          },
          "name": "resetAmazonSecurityLake"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4345
          },
          "name": "resetAzureStorage"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4361
          },
          "name": "resetCloudPrem"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4377
          },
          "name": "resetCrowdstrikeNextGenSiem"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4393
          },
          "name": "resetDatabricksZerobus"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4409
          },
          "name": "resetDatadogLogs"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4425
          },
          "name": "resetDatadogMetrics"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4441
          },
          "name": "resetElasticsearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4457
          },
          "name": "resetGoogleCloudStorage"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4473
          },
          "name": "resetGooglePubsub"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4489
          },
          "name": "resetGoogleSecops"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4505
          },
          "name": "resetHttpClient"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4521
          },
          "name": "resetKafka"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4537
          },
          "name": "resetMicrosoftSentinel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4553
          },
          "name": "resetNewRelic"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4569
          },
          "name": "resetOpensearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4585
          },
          "name": "resetRsyslog"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4601
          },
          "name": "resetSentinelOne"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4617
          },
          "name": "resetSocket"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4633
          },
          "name": "resetSplunkHec"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4649
          },
          "name": "resetSumoLogic"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4665
          },
          "name": "resetSyslogNg"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4275
          },
          "name": "amazonOpensearch",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearchList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4291
          },
          "name": "amazonS3",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3List"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4307
          },
          "name": "amazonS3Generic",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3GenericList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4323
          },
          "name": "amazonSecurityLake",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLakeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4339
          },
          "name": "azureStorage",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorageList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4355
          },
          "name": "cloudPrem",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCloudPremList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4371
          },
          "name": "crowdstrikeNextGenSiem",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiemList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4387
          },
          "name": "databricksZerobus",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatabricksZerobusList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4403
          },
          "name": "datadogLogs",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4419
          },
          "name": "datadogMetrics",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogMetricsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4435
          },
          "name": "elasticsearch",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearchList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4451
          },
          "name": "googleCloudStorage",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorageList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4467
          },
          "name": "googlePubsub",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsubList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4483
          },
          "name": "googleSecops",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecopsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4499
          },
          "name": "httpClient",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClientList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4515
          },
          "name": "kafka",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafkaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4531
          },
          "name": "microsoftSentinel",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinelList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4547
          },
          "name": "newRelic",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelicList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4563
          },
          "name": "opensearch",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearchList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4579
          },
          "name": "rsyslog",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4595
          },
          "name": "sentinelOne",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4611
          },
          "name": "socket",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4627
          },
          "name": "splunkHec",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4643
          },
          "name": "sumoLogic",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4659
          },
          "name": "syslogNg",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4285
          },
          "name": "amazonOpensearchInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonOpensearch"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4317
          },
          "name": "amazonS3GenericInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3Generic"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4301
          },
          "name": "amazonS3Input",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonS3"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4333
          },
          "name": "amazonSecurityLakeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAmazonSecurityLake"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4349
          },
          "name": "azureStorageInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationAzureStorage"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4365
          },
          "name": "cloudPremInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCloudPrem"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4381
          },
          "name": "crowdstrikeNextGenSiemInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationCrowdstrikeNextGenSiem"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4397
          },
          "name": "databricksZerobusInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatabricksZerobus"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4413
          },
          "name": "datadogLogsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogLogs"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4429
          },
          "name": "datadogMetricsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationDatadogMetrics"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4445
          },
          "name": "elasticsearchInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationElasticsearch"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4461
          },
          "name": "googleCloudStorageInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleCloudStorage"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4477
          },
          "name": "googlePubsubInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGooglePubsub"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4493
          },
          "name": "googleSecopsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationGoogleSecops"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4509
          },
          "name": "httpClientInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationHttpClient"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4256
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4269
          },
          "name": "inputsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4525
          },
          "name": "kafkaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationKafka"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4541
          },
          "name": "microsoftSentinelInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationMicrosoftSentinel"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4557
          },
          "name": "newRelicInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationNewRelic"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4573
          },
          "name": "opensearchInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationOpensearch"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4589
          },
          "name": "rsyslogInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslog"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4605
          },
          "name": "sentinelOneInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOne"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4621
          },
          "name": "socketInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocket"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4637
          },
          "name": "splunkHecInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHec"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4653
          },
          "name": "sumoLogicInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogic"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4669
          },
          "name": "syslogNgInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNg"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4249
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4262
          },
          "name": "inputs",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4061
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestination"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslog": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslog",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 17652
      },
      "name": "ObservabilityPipelineConfigDestinationRsyslog",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#buffer ObservabilityPipeline#buffer}",
            "stability": "stable",
            "summary": "buffer block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17670
          },
          "name": "buffer",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#endpoint_url_key ObservabilityPipeline#endpoint_url_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the rsyslog endpoint URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17658
          },
          "name": "endpointUrlKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#keepalive ObservabilityPipeline#keepalive}",
            "stability": "stable",
            "summary": "Optional socket keepalive duration in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17664
          },
          "name": "keepalive",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}",
            "stability": "stable",
            "summary": "tls block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17676
          },
          "name": "tls",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationRsyslog"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBuffer": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBuffer",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 17279
      },
      "name": "ObservabilityPipelineConfigDestinationRsyslogBuffer",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#disk ObservabilityPipeline#disk}",
            "stability": "stable",
            "summary": "disk block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17285
          },
          "name": "disk",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#memory ObservabilityPipeline#memory}",
            "stability": "stable",
            "summary": "memory block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17291
          },
          "name": "memory",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationRsyslogBuffer"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBufferDisk": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBufferDisk",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 16938
      },
      "name": "ObservabilityPipelineConfigDestinationRsyslogBufferDisk",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the disk buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16944
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 16950
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationRsyslogBufferDisk"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBufferDiskList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBufferDiskList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 17080
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 17072
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17087
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBufferDiskOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationRsyslogBufferDiskList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17073
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationRsyslogBufferDiskList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBufferDiskOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBufferDiskOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 16999
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 16989
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17047
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17063
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationRsyslogBufferDiskOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17051
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17067
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17041
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17057
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17003
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBufferDisk"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationRsyslogBufferDiskOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBufferList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBufferList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 17421
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 17413
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17428
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBufferOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationRsyslogBufferList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17414
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationRsyslogBufferList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBufferMemory": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBufferMemory",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 17091
      },
      "name": "ObservabilityPipelineConfigDestinationRsyslogBufferMemory",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_events ObservabilityPipeline#max_events}",
            "stability": "stable",
            "summary": "Maximum events for the memory buffer."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17097
          },
          "name": "maxEvents",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the memory buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17103
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17109
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationRsyslogBufferMemory"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBufferMemoryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBufferMemoryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 17268
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 17260
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17275
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBufferMemoryOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationRsyslogBufferMemoryList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17261
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationRsyslogBufferMemoryList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBufferMemoryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBufferMemoryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 17165
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 17155
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17219
          },
          "name": "resetMaxEvents"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17235
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17251
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationRsyslogBufferMemoryOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17223
          },
          "name": "maxEventsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17239
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17255
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17213
          },
          "name": "maxEvents",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17229
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17245
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17169
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBufferMemory"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationRsyslogBufferMemoryOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBufferOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBufferOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 17340
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 17330
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17385
          },
          "name": "putDisk",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBufferDisk"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17401
          },
          "name": "putMemory",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBufferMemory"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17388
          },
          "name": "resetDisk"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17404
          },
          "name": "resetMemory"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationRsyslogBufferOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17382
          },
          "name": "disk",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBufferDiskList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17398
          },
          "name": "memory",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBufferMemoryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17392
          },
          "name": "diskInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17408
          },
          "name": "memoryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17344
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBuffer"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationRsyslogBufferOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 17864
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 17856
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17871
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationRsyslogList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17857
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslog"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationRsyslogList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 17739
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 17729
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17828
          },
          "name": "putBuffer",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBuffer"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17844
          },
          "name": "putTls",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogTls"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17831
          },
          "name": "resetBuffer"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17799
          },
          "name": "resetEndpointUrlKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17815
          },
          "name": "resetKeepalive"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17847
          },
          "name": "resetTls"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationRsyslogOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17825
          },
          "name": "buffer",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBufferList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17841
          },
          "name": "tls",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogTlsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17835
          },
          "name": "bufferInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17803
          },
          "name": "endpointUrlKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17819
          },
          "name": "keepaliveInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17851
          },
          "name": "tlsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17793
          },
          "name": "endpointUrlKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17809
          },
          "name": "keepalive",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17743
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslog"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationRsyslogOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogTls": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogTls",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 17432
      },
      "name": "ObservabilityPipelineConfigDestinationRsyslogTls",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}",
            "stability": "stable",
            "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17444
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}",
            "stability": "stable",
            "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17438
          },
          "name": "caFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}",
            "stability": "stable",
            "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17450
          },
          "name": "keyFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_pass_key ObservabilityPipeline#key_pass_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the passphrase for the private key file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17456
          },
          "name": "keyPassKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationRsyslogTls"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogTlsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogTlsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 17641
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 17633
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17648
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogTlsOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationRsyslogTlsList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17634
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationRsyslogTlsList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogTlsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogTlsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 17519
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 17509
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17579
          },
          "name": "resetCaFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17608
          },
          "name": "resetKeyFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17624
          },
          "name": "resetKeyPassKey"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationRsyslogTlsOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17583
          },
          "name": "caFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17596
          },
          "name": "crtFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17612
          },
          "name": "keyFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17628
          },
          "name": "keyPassKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17573
          },
          "name": "caFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17589
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17602
          },
          "name": "keyFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17618
          },
          "name": "keyPassKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17523
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationRsyslogTls"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationRsyslogTlsOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOne": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOne",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 18369
      },
      "name": "ObservabilityPipelineConfigDestinationSentinelOne",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#region ObservabilityPipeline#region}",
            "stability": "stable",
            "summary": "The SentinelOne region to send logs to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18375
          },
          "name": "region",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#buffer ObservabilityPipeline#buffer}",
            "stability": "stable",
            "summary": "buffer block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18387
          },
          "name": "buffer",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#token_key ObservabilityPipeline#token_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the SentinelOne API token."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18381
          },
          "name": "tokenKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationSentinelOne"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBuffer": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBuffer",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 18216
      },
      "name": "ObservabilityPipelineConfigDestinationSentinelOneBuffer",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#disk ObservabilityPipeline#disk}",
            "stability": "stable",
            "summary": "disk block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18222
          },
          "name": "disk",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#memory ObservabilityPipeline#memory}",
            "stability": "stable",
            "summary": "memory block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18228
          },
          "name": "memory",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationSentinelOneBuffer"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBufferDisk": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBufferDisk",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 17875
      },
      "name": "ObservabilityPipelineConfigDestinationSentinelOneBufferDisk",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the disk buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17881
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17887
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationSentinelOneBufferDisk"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBufferDiskList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBufferDiskList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 18017
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 18009
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18024
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBufferDiskOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSentinelOneBufferDiskList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18010
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationSentinelOneBufferDiskList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBufferDiskOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBufferDiskOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 17936
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 17926
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17984
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18000
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSentinelOneBufferDiskOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17988
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18004
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17978
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17994
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 17940
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBufferDisk"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationSentinelOneBufferDiskOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBufferList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBufferList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 18358
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 18350
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18365
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBufferOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSentinelOneBufferList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18351
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationSentinelOneBufferList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBufferMemory": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBufferMemory",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 18028
      },
      "name": "ObservabilityPipelineConfigDestinationSentinelOneBufferMemory",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_events ObservabilityPipeline#max_events}",
            "stability": "stable",
            "summary": "Maximum events for the memory buffer."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18034
          },
          "name": "maxEvents",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the memory buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18040
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18046
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationSentinelOneBufferMemory"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBufferMemoryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBufferMemoryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 18205
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 18197
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18212
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBufferMemoryOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSentinelOneBufferMemoryList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18198
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationSentinelOneBufferMemoryList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBufferMemoryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBufferMemoryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 18102
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 18092
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18156
          },
          "name": "resetMaxEvents"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18172
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18188
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSentinelOneBufferMemoryOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18160
          },
          "name": "maxEventsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18176
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18192
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18150
          },
          "name": "maxEvents",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18166
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18182
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18106
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBufferMemory"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationSentinelOneBufferMemoryOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBufferOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBufferOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 18277
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 18267
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18322
          },
          "name": "putDisk",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBufferDisk"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18338
          },
          "name": "putMemory",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBufferMemory"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18325
          },
          "name": "resetDisk"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18341
          },
          "name": "resetMemory"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSentinelOneBufferOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18319
          },
          "name": "disk",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBufferDiskList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18335
          },
          "name": "memory",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBufferMemoryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18329
          },
          "name": "diskInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18345
          },
          "name": "memoryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18281
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBuffer"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationSentinelOneBufferOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 18543
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 18535
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18550
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSentinelOneList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18536
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOne"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationSentinelOneList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 18443
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 18433
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18523
          },
          "name": "putBuffer",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBuffer"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18526
          },
          "name": "resetBuffer"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18510
          },
          "name": "resetTokenKey"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSentinelOneOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18520
          },
          "name": "buffer",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBufferList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18530
          },
          "name": "bufferInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOneBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18498
          },
          "name": "regionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18514
          },
          "name": "tokenKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18491
          },
          "name": "region",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18504
          },
          "name": "tokenKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18447
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSentinelOne"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationSentinelOneOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocket": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocket",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 580
      },
      "name": "ObservabilityPipelineConfigDestinationSocket",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#encoding ObservabilityPipeline#encoding}",
            "stability": "stable",
            "summary": "Encoding format for log events. Valid values are `json`, `raw_message`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 592
          },
          "name": "encoding",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#mode ObservabilityPipeline#mode}",
            "stability": "stable",
            "summary": "The protocol used to send logs. Valid values are `tcp`, `udp`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 598
          },
          "name": "mode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#address_key ObservabilityPipeline#address_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the socket address (host:port)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 586
          },
          "name": "addressKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#buffer ObservabilityPipeline#buffer}",
            "stability": "stable",
            "summary": "buffer block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 604
          },
          "name": "buffer",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#framing ObservabilityPipeline#framing}",
            "stability": "stable",
            "summary": "framing block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 610
          },
          "name": "framing",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketFraming"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}",
            "stability": "stable",
            "summary": "tls block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 616
          },
          "name": "tls",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSocket"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBuffer": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBuffer",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 18895
      },
      "name": "ObservabilityPipelineConfigDestinationSocketBuffer",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#disk ObservabilityPipeline#disk}",
            "stability": "stable",
            "summary": "disk block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18901
          },
          "name": "disk",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#memory ObservabilityPipeline#memory}",
            "stability": "stable",
            "summary": "memory block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18907
          },
          "name": "memory",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationSocketBuffer"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBufferDisk": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBufferDisk",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 18554
      },
      "name": "ObservabilityPipelineConfigDestinationSocketBufferDisk",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the disk buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18560
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18566
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationSocketBufferDisk"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBufferDiskList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBufferDiskList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 18696
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 18688
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18703
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBufferDiskOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSocketBufferDiskList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18689
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationSocketBufferDiskList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBufferDiskOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBufferDiskOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 18615
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 18605
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18663
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18679
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSocketBufferDiskOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18667
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18683
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18657
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18673
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18619
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBufferDisk"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationSocketBufferDiskOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBufferList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBufferList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 19037
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 19029
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 19044
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBufferOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSocketBufferList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 19030
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationSocketBufferList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBufferMemory": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBufferMemory",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 18707
      },
      "name": "ObservabilityPipelineConfigDestinationSocketBufferMemory",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_events ObservabilityPipeline#max_events}",
            "stability": "stable",
            "summary": "Maximum events for the memory buffer."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18713
          },
          "name": "maxEvents",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the memory buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18719
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18725
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationSocketBufferMemory"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBufferMemoryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBufferMemoryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 18884
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 18876
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18891
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBufferMemoryOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSocketBufferMemoryList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18877
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationSocketBufferMemoryList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBufferMemoryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBufferMemoryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 18781
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 18771
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18835
          },
          "name": "resetMaxEvents"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18851
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18867
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSocketBufferMemoryOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18839
          },
          "name": "maxEventsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18855
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18871
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18829
          },
          "name": "maxEvents",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18845
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18861
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18785
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBufferMemory"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationSocketBufferMemoryOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBufferOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBufferOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs0.ts",
          "line": 18956
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs0.ts",
        "line": 18946
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 19001
          },
          "name": "putDisk",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBufferDisk"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 19017
          },
          "name": "putMemory",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBufferMemory"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 19004
          },
          "name": "resetDisk"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 19020
          },
          "name": "resetMemory"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSocketBufferOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18998
          },
          "name": "disk",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBufferDiskList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 19014
          },
          "name": "memory",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBufferMemoryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 19008
          },
          "name": "diskInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 19024
          },
          "name": "memoryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs0.ts",
            "line": 18960
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBuffer"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs0:ObservabilityPipelineConfigDestinationSocketBufferOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketFraming": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketFraming",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 210
      },
      "name": "ObservabilityPipelineConfigDestinationSocketFraming",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#method ObservabilityPipeline#method}",
            "stability": "stable",
            "summary": "The framing method. Valid values are `newline_delimited`, `bytes`, `character_delimited`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 216
          },
          "name": "method",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#character_delimited ObservabilityPipeline#character_delimited}",
            "stability": "stable",
            "summary": "character_delimited block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 222
          },
          "name": "characterDelimited",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketFramingCharacterDelimited"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSocketFraming"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketFramingCharacterDelimited": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketFramingCharacterDelimited",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 95
      },
      "name": "ObservabilityPipelineConfigDestinationSocketFramingCharacterDelimited",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#delimiter ObservabilityPipeline#delimiter}",
            "stability": "stable",
            "summary": "A single ASCII character used as a delimiter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 101
          },
          "name": "delimiter",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSocketFramingCharacterDelimited"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketFramingCharacterDelimitedList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketFramingCharacterDelimitedList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 199
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 191
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 206
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketFramingCharacterDelimitedOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSocketFramingCharacterDelimitedList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 192
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketFramingCharacterDelimited"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSocketFramingCharacterDelimitedList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketFramingCharacterDelimitedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketFramingCharacterDelimitedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 143
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 133
      },
      "name": "ObservabilityPipelineConfigDestinationSocketFramingCharacterDelimitedOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 186
          },
          "name": "delimiterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 179
          },
          "name": "delimiter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 147
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketFramingCharacterDelimited"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSocketFramingCharacterDelimitedOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketFramingList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketFramingList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 349
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 341
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 356
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketFramingOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSocketFramingList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 342
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketFraming"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSocketFramingList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketFramingOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketFramingOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 271
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 261
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 329
          },
          "name": "putCharacterDelimited",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketFramingCharacterDelimited"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 332
          },
          "name": "resetCharacterDelimited"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSocketFramingOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 326
          },
          "name": "characterDelimited",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketFramingCharacterDelimitedList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 336
          },
          "name": "characterDelimitedInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketFramingCharacterDelimited"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 320
          },
          "name": "methodInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 313
          },
          "name": "method",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 275
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketFraming"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSocketFramingOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 856
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 848
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 863
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSocketList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 849
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocket"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSocketList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 693
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 683
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 804
          },
          "name": "putBuffer",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBuffer"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 820
          },
          "name": "putFraming",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketFraming"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 836
          },
          "name": "putTls",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketTls"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 765
          },
          "name": "resetAddressKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 807
          },
          "name": "resetBuffer"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 823
          },
          "name": "resetFraming"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 839
          },
          "name": "resetTls"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSocketOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 801
          },
          "name": "buffer",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBufferList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 817
          },
          "name": "framing",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketFramingList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 833
          },
          "name": "tls",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketTlsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 769
          },
          "name": "addressKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 811
          },
          "name": "bufferInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 782
          },
          "name": "encodingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 827
          },
          "name": "framingInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketFraming"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 795
          },
          "name": "modeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 843
          },
          "name": "tlsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 759
          },
          "name": "addressKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 775
          },
          "name": "encoding",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 788
          },
          "name": "mode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 697
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocket"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSocketOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketTls": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketTls",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 360
      },
      "name": "ObservabilityPipelineConfigDestinationSocketTls",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}",
            "stability": "stable",
            "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 372
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}",
            "stability": "stable",
            "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 366
          },
          "name": "caFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}",
            "stability": "stable",
            "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 378
          },
          "name": "keyFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_pass_key ObservabilityPipeline#key_pass_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the passphrase for the private key file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 384
          },
          "name": "keyPassKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSocketTls"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketTlsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketTlsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 569
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 561
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 576
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketTlsOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSocketTlsList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 562
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSocketTlsList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketTlsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketTlsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 447
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 437
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 507
          },
          "name": "resetCaFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 536
          },
          "name": "resetKeyFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 552
          },
          "name": "resetKeyPassKey"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSocketTlsOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 511
          },
          "name": "caFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 524
          },
          "name": "crtFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 540
          },
          "name": "keyFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 556
          },
          "name": "keyPassKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 501
          },
          "name": "caFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 517
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 530
          },
          "name": "keyFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 546
          },
          "name": "keyPassKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 451
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSocketTls"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSocketTlsOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHec": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHec",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 1361
      },
      "name": "ObservabilityPipelineConfigDestinationSplunkHec",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#encoding ObservabilityPipeline#encoding}",
            "stability": "stable",
            "summary": "Encoding format for log events. Valid values are `json`, `raw_message`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1373
          },
          "name": "encoding",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#auto_extract_timestamp ObservabilityPipeline#auto_extract_timestamp}",
            "stability": "stable",
            "summary": "If `true`, Splunk tries to extract timestamps from incoming log events."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1367
          },
          "name": "autoExtractTimestamp",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#buffer ObservabilityPipeline#buffer}",
            "stability": "stable",
            "summary": "buffer block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1415
          },
          "name": "buffer",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#endpoint_url_key ObservabilityPipeline#endpoint_url_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the Splunk HEC endpoint URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1379
          },
          "name": "endpointUrlKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#index ObservabilityPipeline#index}",
            "stability": "stable",
            "summary": "Optional name of the Splunk index where logs are written."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1385
          },
          "name": "index",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#indexed_fields ObservabilityPipeline#indexed_fields}",
            "stability": "stable",
            "summary": "List of log field names to send as indexed fields to Splunk HEC. Available only when `encoding` is `json`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1391
          },
          "name": "indexedFields",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#sourcetype ObservabilityPipeline#sourcetype}",
            "stability": "stable",
            "summary": "The Splunk sourcetype to assign to log events."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1397
          },
          "name": "sourcetype",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#token_key ObservabilityPipeline#token_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the Splunk HEC token."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1403
          },
          "name": "tokenKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Use `custom` to provide a token via `token_key`, or `from_source` to forward the token received from an upstream Splunk HEC source. Valid values are `custom`, `from_source`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#token_strategy ObservabilityPipeline#token_strategy}",
            "stability": "stable",
            "summary": "Controls how the Splunk HEC token is supplied."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1409
          },
          "name": "tokenStrategy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSplunkHec"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBuffer": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBuffer",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 1208
      },
      "name": "ObservabilityPipelineConfigDestinationSplunkHecBuffer",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#disk ObservabilityPipeline#disk}",
            "stability": "stable",
            "summary": "disk block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1214
          },
          "name": "disk",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#memory ObservabilityPipeline#memory}",
            "stability": "stable",
            "summary": "memory block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1220
          },
          "name": "memory",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSplunkHecBuffer"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBufferDisk": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBufferDisk",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 867
      },
      "name": "ObservabilityPipelineConfigDestinationSplunkHecBufferDisk",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the disk buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 873
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 879
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSplunkHecBufferDisk"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBufferDiskList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBufferDiskList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 1009
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 1001
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1016
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBufferDiskOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSplunkHecBufferDiskList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1002
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSplunkHecBufferDiskList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBufferDiskOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBufferDiskOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 928
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 918
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 976
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 992
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSplunkHecBufferDiskOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 980
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 996
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 970
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 986
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 932
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBufferDisk"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSplunkHecBufferDiskOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBufferList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBufferList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 1350
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 1342
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1357
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBufferOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSplunkHecBufferList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1343
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSplunkHecBufferList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBufferMemory": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBufferMemory",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 1020
      },
      "name": "ObservabilityPipelineConfigDestinationSplunkHecBufferMemory",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_events ObservabilityPipeline#max_events}",
            "stability": "stable",
            "summary": "Maximum events for the memory buffer."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1026
          },
          "name": "maxEvents",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the memory buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1032
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1038
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSplunkHecBufferMemory"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBufferMemoryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBufferMemoryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 1197
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 1189
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1204
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBufferMemoryOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSplunkHecBufferMemoryList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1190
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSplunkHecBufferMemoryList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBufferMemoryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBufferMemoryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 1094
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 1084
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1148
          },
          "name": "resetMaxEvents"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1164
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1180
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSplunkHecBufferMemoryOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1152
          },
          "name": "maxEventsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1168
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1184
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1142
          },
          "name": "maxEvents",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1158
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1174
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1098
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBufferMemory"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSplunkHecBufferMemoryOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBufferOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBufferOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 1269
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 1259
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1314
          },
          "name": "putDisk",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBufferDisk"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1330
          },
          "name": "putMemory",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBufferMemory"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1317
          },
          "name": "resetDisk"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1333
          },
          "name": "resetMemory"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSplunkHecBufferOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1311
          },
          "name": "disk",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBufferDiskList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1327
          },
          "name": "memory",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBufferMemoryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1321
          },
          "name": "diskInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1337
          },
          "name": "memoryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1273
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBuffer"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSplunkHecBufferOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 1745
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 1737
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1752
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSplunkHecList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1738
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHec"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSplunkHecList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 1513
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 1503
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1725
          },
          "name": "putBuffer",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBuffer"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1603
          },
          "name": "resetAutoExtractTimestamp"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1728
          },
          "name": "resetBuffer"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1632
          },
          "name": "resetEndpointUrlKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1648
          },
          "name": "resetIndex"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1664
          },
          "name": "resetIndexedFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1680
          },
          "name": "resetSourcetype"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1696
          },
          "name": "resetTokenKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1712
          },
          "name": "resetTokenStrategy"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSplunkHecOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1722
          },
          "name": "buffer",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBufferList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1607
          },
          "name": "autoExtractTimestampInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1732
          },
          "name": "bufferInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHecBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1620
          },
          "name": "encodingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1636
          },
          "name": "endpointUrlKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1668
          },
          "name": "indexedFieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1652
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1684
          },
          "name": "sourcetypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1700
          },
          "name": "tokenKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1716
          },
          "name": "tokenStrategyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1597
          },
          "name": "autoExtractTimestamp",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1613
          },
          "name": "encoding",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1626
          },
          "name": "endpointUrlKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1642
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1658
          },
          "name": "indexedFields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1674
          },
          "name": "sourcetype",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1690
          },
          "name": "tokenKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1706
          },
          "name": "tokenStrategy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1517
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSplunkHec"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSplunkHecOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogic": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogic",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 2403
      },
      "name": "ObservabilityPipelineConfigDestinationSumoLogic",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#buffer ObservabilityPipeline#buffer}",
            "stability": "stable",
            "summary": "buffer block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2439
          },
          "name": "buffer",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#encoding ObservabilityPipeline#encoding}",
            "stability": "stable",
            "summary": "The output encoding format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2409
          },
          "name": "encoding",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#endpoint_url_key ObservabilityPipeline#endpoint_url_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the Sumo Logic endpoint URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2415
          },
          "name": "endpointUrlKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#header_custom_field ObservabilityPipeline#header_custom_field}",
            "stability": "stable",
            "summary": "header_custom_field block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2445
          },
          "name": "headerCustomField",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicHeaderCustomField"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#header_host_name ObservabilityPipeline#header_host_name}",
            "stability": "stable",
            "summary": "Optional override for the host name header."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2421
          },
          "name": "headerHostName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#header_source_category ObservabilityPipeline#header_source_category}",
            "stability": "stable",
            "summary": "Optional override for the source category header."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2427
          },
          "name": "headerSourceCategory",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#header_source_name ObservabilityPipeline#header_source_name}",
            "stability": "stable",
            "summary": "Optional override for the source name header."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2433
          },
          "name": "headerSourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSumoLogic"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBuffer": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBuffer",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 2097
      },
      "name": "ObservabilityPipelineConfigDestinationSumoLogicBuffer",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#disk ObservabilityPipeline#disk}",
            "stability": "stable",
            "summary": "disk block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2103
          },
          "name": "disk",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#memory ObservabilityPipeline#memory}",
            "stability": "stable",
            "summary": "memory block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2109
          },
          "name": "memory",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSumoLogicBuffer"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBufferDisk": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBufferDisk",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 1756
      },
      "name": "ObservabilityPipelineConfigDestinationSumoLogicBufferDisk",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the disk buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1762
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1768
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSumoLogicBufferDisk"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBufferDiskList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBufferDiskList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 1898
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 1890
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1905
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBufferDiskOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSumoLogicBufferDiskList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1891
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSumoLogicBufferDiskList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBufferDiskOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBufferDiskOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 1817
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 1807
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1865
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1881
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSumoLogicBufferDiskOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1869
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1885
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1859
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1875
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1821
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBufferDisk"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSumoLogicBufferDiskOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBufferList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBufferList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 2239
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 2231
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2246
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBufferOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSumoLogicBufferList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2232
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSumoLogicBufferList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBufferMemory": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBufferMemory",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 1909
      },
      "name": "ObservabilityPipelineConfigDestinationSumoLogicBufferMemory",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_events ObservabilityPipeline#max_events}",
            "stability": "stable",
            "summary": "Maximum events for the memory buffer."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1915
          },
          "name": "maxEvents",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the memory buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1921
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1927
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSumoLogicBufferMemory"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBufferMemoryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBufferMemoryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 2086
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 2078
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2093
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBufferMemoryOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSumoLogicBufferMemoryList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2079
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSumoLogicBufferMemoryList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBufferMemoryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBufferMemoryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 1983
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 1973
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2037
          },
          "name": "resetMaxEvents"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2053
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2069
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSumoLogicBufferMemoryOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2041
          },
          "name": "maxEventsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2057
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2073
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2031
          },
          "name": "maxEvents",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2047
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2063
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 1987
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBufferMemory"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSumoLogicBufferMemoryOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBufferOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBufferOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 2158
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 2148
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2203
          },
          "name": "putDisk",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBufferDisk"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2219
          },
          "name": "putMemory",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBufferMemory"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2206
          },
          "name": "resetDisk"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2222
          },
          "name": "resetMemory"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSumoLogicBufferOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2200
          },
          "name": "disk",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBufferDiskList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2216
          },
          "name": "memory",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBufferMemoryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2210
          },
          "name": "diskInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2226
          },
          "name": "memoryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2162
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBuffer"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSumoLogicBufferOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicHeaderCustomField": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicHeaderCustomField",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 2250
      },
      "name": "ObservabilityPipelineConfigDestinationSumoLogicHeaderCustomField",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#name ObservabilityPipeline#name}",
            "stability": "stable",
            "summary": "The header field name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2256
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#value ObservabilityPipeline#value}",
            "stability": "stable",
            "summary": "The header field value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2262
          },
          "name": "value",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSumoLogicHeaderCustomField"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicHeaderCustomFieldList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicHeaderCustomFieldList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 2392
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 2384
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2399
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicHeaderCustomFieldOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSumoLogicHeaderCustomFieldList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2385
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicHeaderCustomField"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSumoLogicHeaderCustomFieldList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicHeaderCustomFieldOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicHeaderCustomFieldOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 2311
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 2301
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2359
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2375
          },
          "name": "resetValue"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSumoLogicHeaderCustomFieldOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2363
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2379
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2353
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2369
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2315
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicHeaderCustomField"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSumoLogicHeaderCustomFieldOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 2720
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 2712
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2727
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSumoLogicList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2713
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogic"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSumoLogicList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 2529
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 2519
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2684
          },
          "name": "putBuffer",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBuffer"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2700
          },
          "name": "putHeaderCustomField",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicHeaderCustomField"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2687
          },
          "name": "resetBuffer"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2607
          },
          "name": "resetEncoding"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2623
          },
          "name": "resetEndpointUrlKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2703
          },
          "name": "resetHeaderCustomField"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2639
          },
          "name": "resetHeaderHostName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2655
          },
          "name": "resetHeaderSourceCategory"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2671
          },
          "name": "resetHeaderSourceName"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSumoLogicOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2681
          },
          "name": "buffer",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBufferList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2697
          },
          "name": "headerCustomField",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicHeaderCustomFieldList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2691
          },
          "name": "bufferInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2611
          },
          "name": "encodingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2627
          },
          "name": "endpointUrlKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2707
          },
          "name": "headerCustomFieldInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogicHeaderCustomField"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2643
          },
          "name": "headerHostNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2659
          },
          "name": "headerSourceCategoryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2675
          },
          "name": "headerSourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2601
          },
          "name": "encoding",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2617
          },
          "name": "endpointUrlKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2633
          },
          "name": "headerHostName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2649
          },
          "name": "headerSourceCategory",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2665
          },
          "name": "headerSourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2533
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSumoLogic"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSumoLogicOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNg": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNg",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 3445
      },
      "name": "ObservabilityPipelineConfigDestinationSyslogNg",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#buffer ObservabilityPipeline#buffer}",
            "stability": "stable",
            "summary": "buffer block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3463
          },
          "name": "buffer",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#endpoint_url_key ObservabilityPipeline#endpoint_url_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the syslog-ng endpoint URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3451
          },
          "name": "endpointUrlKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#keepalive ObservabilityPipeline#keepalive}",
            "stability": "stable",
            "summary": "Optional socket keepalive duration in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3457
          },
          "name": "keepalive",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}",
            "stability": "stable",
            "summary": "tls block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3469
          },
          "name": "tls",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSyslogNg"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBuffer": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBuffer",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 3072
      },
      "name": "ObservabilityPipelineConfigDestinationSyslogNgBuffer",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#disk ObservabilityPipeline#disk}",
            "stability": "stable",
            "summary": "disk block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3078
          },
          "name": "disk",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#memory ObservabilityPipeline#memory}",
            "stability": "stable",
            "summary": "memory block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3084
          },
          "name": "memory",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSyslogNgBuffer"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBufferDisk": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBufferDisk",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 2731
      },
      "name": "ObservabilityPipelineConfigDestinationSyslogNgBufferDisk",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the disk buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2737
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2743
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSyslogNgBufferDisk"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBufferDiskList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBufferDiskList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 2873
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 2865
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2880
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBufferDiskOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSyslogNgBufferDiskList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2866
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSyslogNgBufferDiskList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBufferDiskOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBufferDiskOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 2792
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 2782
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2840
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2856
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSyslogNgBufferDiskOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2844
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2860
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2834
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2850
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2796
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBufferDisk"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSyslogNgBufferDiskOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBufferList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBufferList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 3214
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 3206
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3221
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBufferOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSyslogNgBufferList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3207
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSyslogNgBufferList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBufferMemory": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBufferMemory",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 2884
      },
      "name": "ObservabilityPipelineConfigDestinationSyslogNgBufferMemory",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_events ObservabilityPipeline#max_events}",
            "stability": "stable",
            "summary": "Maximum events for the memory buffer."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2890
          },
          "name": "maxEvents",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#max_size ObservabilityPipeline#max_size}",
            "stability": "stable",
            "summary": "Maximum size of the memory buffer (in bytes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2896
          },
          "name": "maxSize",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#when_full ObservabilityPipeline#when_full}",
            "stability": "stable",
            "summary": "Behavior when the buffer is full. Valid values are `block` or `drop_newest`. Defaults to `\"block\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2902
          },
          "name": "whenFull",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSyslogNgBufferMemory"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBufferMemoryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBufferMemoryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 3061
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 3053
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3068
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBufferMemoryOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSyslogNgBufferMemoryList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3054
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSyslogNgBufferMemoryList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBufferMemoryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBufferMemoryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 2958
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 2948
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3012
          },
          "name": "resetMaxEvents"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3028
          },
          "name": "resetMaxSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3044
          },
          "name": "resetWhenFull"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSyslogNgBufferMemoryOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3016
          },
          "name": "maxEventsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3032
          },
          "name": "maxSizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3048
          },
          "name": "whenFullInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3006
          },
          "name": "maxEvents",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3022
          },
          "name": "maxSize",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3038
          },
          "name": "whenFull",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 2962
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBufferMemory"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSyslogNgBufferMemoryOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBufferOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBufferOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 3133
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 3123
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3178
          },
          "name": "putDisk",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBufferDisk"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3194
          },
          "name": "putMemory",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBufferMemory"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3181
          },
          "name": "resetDisk"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3197
          },
          "name": "resetMemory"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSyslogNgBufferOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3175
          },
          "name": "disk",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBufferDiskList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3191
          },
          "name": "memory",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBufferMemoryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3185
          },
          "name": "diskInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBufferDisk"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3201
          },
          "name": "memoryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBufferMemory"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3137
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBuffer"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSyslogNgBufferOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 3657
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 3649
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3664
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSyslogNgList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3650
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNg"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSyslogNgList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 3532
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 3522
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3621
          },
          "name": "putBuffer",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBuffer"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3637
          },
          "name": "putTls",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgTls"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3624
          },
          "name": "resetBuffer"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3592
          },
          "name": "resetEndpointUrlKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3608
          },
          "name": "resetKeepalive"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3640
          },
          "name": "resetTls"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSyslogNgOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3618
          },
          "name": "buffer",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBufferList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3634
          },
          "name": "tls",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgTlsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3628
          },
          "name": "bufferInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgBuffer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3596
          },
          "name": "endpointUrlKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3612
          },
          "name": "keepaliveInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3644
          },
          "name": "tlsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3586
          },
          "name": "endpointUrlKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3602
          },
          "name": "keepalive",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3536
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNg"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSyslogNgOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgTls": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgTls",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 3225
      },
      "name": "ObservabilityPipelineConfigDestinationSyslogNgTls",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}",
            "stability": "stable",
            "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3237
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}",
            "stability": "stable",
            "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3231
          },
          "name": "caFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}",
            "stability": "stable",
            "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3243
          },
          "name": "keyFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_pass_key ObservabilityPipeline#key_pass_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the passphrase for the private key file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3249
          },
          "name": "keyPassKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSyslogNgTls"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgTlsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgTlsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 3434
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 3426
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3441
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgTlsOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSyslogNgTlsList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3427
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSyslogNgTlsList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgTlsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgTlsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 3312
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 3302
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3372
          },
          "name": "resetCaFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3401
          },
          "name": "resetKeyFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3417
          },
          "name": "resetKeyPassKey"
        }
      ],
      "name": "ObservabilityPipelineConfigDestinationSyslogNgTlsOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3376
          },
          "name": "caFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3389
          },
          "name": "crtFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3405
          },
          "name": "keyFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3421
          },
          "name": "keyPassKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3366
          },
          "name": "caFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3382
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3395
          },
          "name": "keyFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3411
          },
          "name": "keyPassKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 3316
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigDestinationSyslogNgTls"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigDestinationSyslogNgTlsOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroup": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroup",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 16139
      },
      "name": "ObservabilityPipelineConfigProcessorGroup",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#enabled ObservabilityPipeline#enabled}",
            "stability": "stable",
            "summary": "Whether this processor group is enabled."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16151
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "The unique ID of the processor group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16160
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#include ObservabilityPipeline#include}",
            "stability": "stable",
            "summary": "A Datadog search query used to determine which logs this processor group targets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16166
          },
          "name": "include",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#inputs ObservabilityPipeline#inputs}",
            "stability": "stable",
            "summary": "A list of component IDs whose output is used as the input for this processor group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16172
          },
          "name": "inputs",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#display_name ObservabilityPipeline#display_name}",
            "stability": "stable",
            "summary": "A human-friendly name of the processor group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16145
          },
          "name": "displayName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#processor ObservabilityPipeline#processor}",
            "stability": "stable",
            "summary": "processor block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16178
          },
          "name": "processor",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessor"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroup"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 16412
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 16404
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16419
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16405
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroup"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 16255
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 16245
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16392
          },
          "name": "putProcessor",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessor"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16327
          },
          "name": "resetDisplayName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16395
          },
          "name": "resetProcessor"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16389
          },
          "name": "processor",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16331
          },
          "name": "displayNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16344
          },
          "name": "enabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16357
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16370
          },
          "name": "includeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16383
          },
          "name": "inputsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16399
          },
          "name": "processorInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessor"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16321
          },
          "name": "displayName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16337
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16350
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16363
          },
          "name": "include",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16376
          },
          "name": "inputs",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16259
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroup"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessor": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessor",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 15152
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessor",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#enabled ObservabilityPipeline#enabled}",
            "stability": "stable",
            "summary": "Whether this processor is enabled."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15164
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "The unique identifier for this processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15173
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#include ObservabilityPipeline#include}",
            "stability": "stable",
            "summary": "A Datadog search query used to determine which logs this processor targets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15179
          },
          "name": "include",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#add_env_vars ObservabilityPipeline#add_env_vars}",
            "stability": "stable",
            "summary": "add_env_vars block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15185
          },
          "name": "addEnvVars",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVars"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#add_fields ObservabilityPipeline#add_fields}",
            "stability": "stable",
            "summary": "add_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15191
          },
          "name": "addFields",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddFields"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#add_hostname ObservabilityPipeline#add_hostname}",
            "stability": "stable",
            "summary": "add_hostname block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15197
          },
          "name": "addHostname",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddHostname"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#custom_processor ObservabilityPipeline#custom_processor}",
            "stability": "stable",
            "summary": "custom_processor block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15203
          },
          "name": "customProcessor",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessor"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#datadog_tags ObservabilityPipeline#datadog_tags}",
            "stability": "stable",
            "summary": "datadog_tags block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15209
          },
          "name": "datadogTags",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorDatadogTags"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#dedupe ObservabilityPipeline#dedupe}",
            "stability": "stable",
            "summary": "dedupe block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15215
          },
          "name": "dedupe",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorDedupe"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#display_name ObservabilityPipeline#display_name}",
            "stability": "stable",
            "summary": "A human-friendly name for this processor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15158
          },
          "name": "displayName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#enrichment_table ObservabilityPipeline#enrichment_table}",
            "stability": "stable",
            "summary": "enrichment_table block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15221
          },
          "name": "enrichmentTable",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#filter ObservabilityPipeline#filter}",
            "stability": "stable",
            "summary": "filter block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15227
          },
          "name": "filter",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#generate_datadog_metrics ObservabilityPipeline#generate_datadog_metrics}",
            "stability": "stable",
            "summary": "generate_datadog_metrics block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15233
          },
          "name": "generateDatadogMetrics",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetrics"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#metric_tags ObservabilityPipeline#metric_tags}",
            "stability": "stable",
            "summary": "metric_tags block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15239
          },
          "name": "metricTags",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorMetricTags"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#ocsf_mapper ObservabilityPipeline#ocsf_mapper}",
            "stability": "stable",
            "summary": "ocsf_mapper block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15245
          },
          "name": "ocsfMapper",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapper"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#parse_grok ObservabilityPipeline#parse_grok}",
            "stability": "stable",
            "summary": "parse_grok block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15251
          },
          "name": "parseGrok",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrok"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#parse_json ObservabilityPipeline#parse_json}",
            "stability": "stable",
            "summary": "parse_json block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15257
          },
          "name": "parseJson",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseJson"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#parse_xml ObservabilityPipeline#parse_xml}",
            "stability": "stable",
            "summary": "parse_xml block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15263
          },
          "name": "parseXml",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseXml"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#quota ObservabilityPipeline#quota}",
            "stability": "stable",
            "summary": "quota block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15269
          },
          "name": "quota",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuota"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#reduce ObservabilityPipeline#reduce}",
            "stability": "stable",
            "summary": "reduce block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15275
          },
          "name": "reduce",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorReduce"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#remove_fields ObservabilityPipeline#remove_fields}",
            "stability": "stable",
            "summary": "remove_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15281
          },
          "name": "removeFields",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRemoveFields"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#rename_fields ObservabilityPipeline#rename_fields}",
            "stability": "stable",
            "summary": "rename_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15287
          },
          "name": "renameFields",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRenameFields"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#sample ObservabilityPipeline#sample}",
            "stability": "stable",
            "summary": "sample block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15293
          },
          "name": "sample",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSample"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#sensitive_data_scanner ObservabilityPipeline#sensitive_data_scanner}",
            "stability": "stable",
            "summary": "sensitive_data_scanner block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15299
          },
          "name": "sensitiveDataScanner",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScanner"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#split_array ObservabilityPipeline#split_array}",
            "stability": "stable",
            "summary": "split_array block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15305
          },
          "name": "splitArray",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSplitArray"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#throttle ObservabilityPipeline#throttle}",
            "stability": "stable",
            "summary": "throttle block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15311
          },
          "name": "throttle",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorThrottle"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessor"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVars": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVars",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 4840
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVars",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#variable ObservabilityPipeline#variable}",
            "stability": "stable",
            "summary": "variable block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4846
          },
          "name": "variable",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVarsVariable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVars"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVarsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVarsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 4947
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 4939
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4954
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVarsOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVarsList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4940
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVars"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVarsList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVarsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVarsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 4888
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 4878
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4927
          },
          "name": "putVariable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVarsVariable"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4930
          },
          "name": "resetVariable"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVarsOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4924
          },
          "name": "variable",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVarsVariableList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4934
          },
          "name": "variableInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVarsVariable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4892
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVars"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVarsOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVarsVariable": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVarsVariable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 4693
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVarsVariable",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#field ObservabilityPipeline#field}",
            "stability": "stable",
            "summary": "The target field in the log event."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4699
          },
          "name": "field",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#name ObservabilityPipeline#name}",
            "stability": "stable",
            "summary": "The name of the environment variable to read."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4705
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVarsVariable"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVarsVariableList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVarsVariableList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 4829
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 4821
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4836
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVarsVariableOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVarsVariableList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4822
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVarsVariable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVarsVariableList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVarsVariableOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVarsVariableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 4754
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 4744
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVarsVariableOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4803
          },
          "name": "fieldInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4816
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4796
          },
          "name": "field",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4809
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4758
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVarsVariable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVarsVariableOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 5105
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorAddFields",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#field ObservabilityPipeline#field}",
            "stability": "stable",
            "summary": "field block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5111
          },
          "name": "field",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddFieldsField"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorAddFields"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddFieldsField": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddFieldsField",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 4958
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorAddFieldsField",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#name ObservabilityPipeline#name}",
            "stability": "stable",
            "summary": "The field name to add."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4964
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#value ObservabilityPipeline#value}",
            "stability": "stable",
            "summary": "The value to assign to the field."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 4970
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorAddFieldsField"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddFieldsFieldList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddFieldsFieldList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 5094
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 5086
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5101
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddFieldsFieldOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorAddFieldsFieldList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5087
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddFieldsField"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorAddFieldsFieldList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddFieldsFieldOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddFieldsFieldOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 5019
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 5009
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorAddFieldsFieldOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5068
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5081
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5061
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5074
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5023
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddFieldsField"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorAddFieldsFieldOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddFieldsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddFieldsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 5212
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 5204
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5219
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddFieldsOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorAddFieldsList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5205
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddFields"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorAddFieldsList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 5153
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 5143
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5192
          },
          "name": "putField",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddFieldsField"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5195
          },
          "name": "resetField"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorAddFieldsOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5189
          },
          "name": "field",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddFieldsFieldList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5199
          },
          "name": "fieldInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddFieldsField"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5157
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddFields"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorAddFieldsOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddHostname": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddHostname",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 5223
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorAddHostname",
      "namespace": "observabilityPipeline",
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorAddHostname"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddHostnameList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddHostnameList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 5293
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 5285
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5300
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddHostnameOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorAddHostnameList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5286
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddHostname"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorAddHostnameList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddHostnameOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddHostnameOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 5256
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 5246
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorAddHostnameOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5260
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddHostname"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorAddHostnameOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessor": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessor",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 5547
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessor",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#remap ObservabilityPipeline#remap}",
            "stability": "stable",
            "summary": "remap block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5553
          },
          "name": "remap",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessorRemap"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessor"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessorList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessorList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 5654
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 5646
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5661
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessorOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessorList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5647
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessor"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessorList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessorOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessorOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 5595
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 5585
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5634
          },
          "name": "putRemap",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessorRemap"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5637
          },
          "name": "resetRemap"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessorOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5631
          },
          "name": "remap",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessorRemapList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5641
          },
          "name": "remapInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessorRemap"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5599
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessor"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessorOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessorRemap": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessorRemap",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 5304
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessorRemap",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#drop_on_error ObservabilityPipeline#drop_on_error}",
            "stability": "stable",
            "summary": "Whether to drop events that cause errors during transformation."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5310
          },
          "name": "dropOnError",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#enabled ObservabilityPipeline#enabled}",
            "stability": "stable",
            "summary": "Whether this remap rule is enabled."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5316
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#include ObservabilityPipeline#include}",
            "stability": "stable",
            "summary": "A Datadog search query used to filter events for this specific remap rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5322
          },
          "name": "include",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#name ObservabilityPipeline#name}",
            "stability": "stable",
            "summary": "A descriptive name for this remap rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5328
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#source ObservabilityPipeline#source}",
            "stability": "stable",
            "summary": "The VRL script source code that defines the transformation logic."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5334
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessorRemap"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessorRemapList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessorRemapList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 5536
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 5528
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5543
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessorRemapOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessorRemapList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5529
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessorRemap"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessorRemapList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessorRemapOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessorRemapOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 5404
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 5394
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessorRemapOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5471
          },
          "name": "dropOnErrorInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5484
          },
          "name": "enabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5497
          },
          "name": "includeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5510
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5523
          },
          "name": "sourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5464
          },
          "name": "dropOnError",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5477
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5490
          },
          "name": "include",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5503
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5516
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5408
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessorRemap"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessorRemapOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorDatadogTags": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorDatadogTags",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 5665
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorDatadogTags",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#action ObservabilityPipeline#action}",
            "stability": "stable",
            "summary": "Valid values are `include`, `exclude`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5671
          },
          "name": "action",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#keys ObservabilityPipeline#keys}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5675
          },
          "name": "keys",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#mode ObservabilityPipeline#mode}",
            "stability": "stable",
            "summary": "Valid values are `filter`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5681
          },
          "name": "mode",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorDatadogTags"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorDatadogTagsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorDatadogTagsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 5831
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 5823
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5838
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorDatadogTagsOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorDatadogTagsList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5824
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorDatadogTags"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorDatadogTagsList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorDatadogTagsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorDatadogTagsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 5737
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 5727
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorDatadogTagsOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5792
          },
          "name": "actionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5805
          },
          "name": "keysInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5818
          },
          "name": "modeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5785
          },
          "name": "action",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5798
          },
          "name": "keys",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5811
          },
          "name": "mode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5741
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorDatadogTags"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorDatadogTagsOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorDedupe": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorDedupe",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 5842
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorDedupe",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#fields ObservabilityPipeline#fields}",
            "stability": "stable",
            "summary": "A list of log field paths to check for duplicates."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5848
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#mode ObservabilityPipeline#mode}",
            "stability": "stable",
            "summary": "The deduplication mode to apply to the fields."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5854
          },
          "name": "mode",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorDedupe"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorDedupeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorDedupeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 5978
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 5970
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5985
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorDedupeOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorDedupeList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5971
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorDedupe"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorDedupeList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorDedupeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorDedupeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 5903
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 5893
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorDedupeOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5952
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5965
          },
          "name": "modeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5945
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5958
          },
          "name": "mode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5907
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorDedupe"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorDedupeOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTable": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 7175
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTable",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#target ObservabilityPipeline#target}",
            "stability": "stable",
            "summary": "Path where enrichment results should be stored in the log."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7181
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#file ObservabilityPipeline#file}",
            "stability": "stable",
            "summary": "file block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7187
          },
          "name": "file",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFile"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#geoip ObservabilityPipeline#geoip}",
            "stability": "stable",
            "summary": "geoip block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7193
          },
          "name": "geoip",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableGeoip"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#reference_table ObservabilityPipeline#reference_table}",
            "stability": "stable",
            "summary": "reference_table block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7199
          },
          "name": "referenceTable",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableReferenceTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTable"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFile": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFile",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 6582
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFile",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#encoding ObservabilityPipeline#encoding}",
            "stability": "stable",
            "summary": "encoding block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6594
          },
          "name": "encoding",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileEncoding"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key ObservabilityPipeline#key}",
            "stability": "stable",
            "summary": "key block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6600
          },
          "name": "key",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKey"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#path ObservabilityPipeline#path}",
            "stability": "stable",
            "summary": "Path to the CSV file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6588
          },
          "name": "path",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFile"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileEncoding": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileEncoding",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 5989
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileEncoding",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#delimiter ObservabilityPipeline#delimiter}",
            "stability": "stable",
            "summary": "The `encoding` `delimiter`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 5995
          },
          "name": "delimiter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#type ObservabilityPipeline#type}",
            "stability": "stable",
            "summary": "File encoding format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6007
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#includes_headers ObservabilityPipeline#includes_headers}",
            "stability": "stable",
            "summary": "The `encoding` `includes_headers`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6001
          },
          "name": "includesHeaders",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileEncoding"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileEncodingList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileEncodingList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 6160
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 6152
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6167
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileEncodingOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileEncodingList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6153
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileEncoding"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileEncodingList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileEncodingOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileEncodingOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 6063
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 6053
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6130
          },
          "name": "resetIncludesHeaders"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileEncodingOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6118
          },
          "name": "delimiterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6134
          },
          "name": "includesHeadersInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6147
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6111
          },
          "name": "delimiter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6124
          },
          "name": "includesHeaders",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6140
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6067
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileEncoding"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileEncodingOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKey": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKey",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 6394
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKey",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#column ObservabilityPipeline#column}",
            "stability": "stable",
            "summary": "The `items` `column`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6400
          },
          "name": "column",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#comparison ObservabilityPipeline#comparison}",
            "stability": "stable",
            "summary": "The comparison method (e.g. equals)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6406
          },
          "name": "comparison",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#field ObservabilityPipeline#field}",
            "stability": "stable",
            "summary": "field block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6412
          },
          "name": "field",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKeyField"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKey"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKeyField": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKeyField",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 6171
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKeyField",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#event ObservabilityPipeline#event}",
            "stability": "stable",
            "summary": "The path to the field in the log event to use as the lookup key."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6177
          },
          "name": "event",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#secret ObservabilityPipeline#secret}",
            "stability": "stable",
            "summary": "The name of the secret containing the lookup key value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6183
          },
          "name": "secret",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#string_path ObservabilityPipeline#string_path}",
            "stability": "stable",
            "summary": "A plain field path in the log event (for example, `log.user.id`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6189
          },
          "name": "stringPath",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#vrl ObservabilityPipeline#vrl}",
            "stability": "stable",
            "summary": "A VRL expression that returns the value to use as the lookup key."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6195
          },
          "name": "vrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKeyField"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKeyFieldList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKeyFieldList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 6383
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 6375
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6390
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKeyFieldOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKeyFieldList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6376
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKeyField"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKeyFieldList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKeyFieldOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKeyFieldOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 6258
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 6248
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6318
          },
          "name": "resetEvent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6334
          },
          "name": "resetSecret"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6350
          },
          "name": "resetStringPath"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6366
          },
          "name": "resetVrl"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKeyFieldOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6322
          },
          "name": "eventInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6338
          },
          "name": "secretInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6354
          },
          "name": "stringPathInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6370
          },
          "name": "vrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6312
          },
          "name": "event",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6328
          },
          "name": "secret",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6344
          },
          "name": "stringPath",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6360
          },
          "name": "vrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6262
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKeyField"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKeyFieldOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKeyList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKeyList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 6571
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 6563
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6578
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKeyOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKeyList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6564
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKey"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKeyList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKeyOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKeyOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 6468
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 6458
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6551
          },
          "name": "putField",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKeyField"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6522
          },
          "name": "resetColumn"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6538
          },
          "name": "resetComparison"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6554
          },
          "name": "resetField"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKeyOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6548
          },
          "name": "field",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKeyFieldList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6526
          },
          "name": "columnInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6542
          },
          "name": "comparisonInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6558
          },
          "name": "fieldInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKeyField"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6516
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6532
          },
          "name": "comparison",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6472
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKey"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKeyOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 6759
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 6751
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6766
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6752
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFile"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 6656
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 6646
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6723
          },
          "name": "putEncoding",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileEncoding"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6739
          },
          "name": "putKey",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKey"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6726
          },
          "name": "resetEncoding"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6742
          },
          "name": "resetKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6710
          },
          "name": "resetPath"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6720
          },
          "name": "encoding",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileEncodingList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6736
          },
          "name": "key",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKeyList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6730
          },
          "name": "encodingInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileEncoding"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6746
          },
          "name": "keyInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileKey"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6714
          },
          "name": "pathInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6704
          },
          "name": "path",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6660
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFile"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableGeoip": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableGeoip",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 6770
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableGeoip",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_field ObservabilityPipeline#key_field}",
            "stability": "stable",
            "summary": "Path to the IP field in the log."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6776
          },
          "name": "keyField",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#locale ObservabilityPipeline#locale}",
            "stability": "stable",
            "summary": "Locale used to resolve geographical names."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6782
          },
          "name": "locale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#path ObservabilityPipeline#path}",
            "stability": "stable",
            "summary": "Path to the GeoIP database file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6788
          },
          "name": "path",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableGeoip"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableGeoipList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableGeoipList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 6947
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 6939
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6954
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableGeoipOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableGeoipList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6940
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableGeoip"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableGeoipList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableGeoipOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableGeoipOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 6844
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 6834
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6898
          },
          "name": "resetKeyField"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6914
          },
          "name": "resetLocale"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6930
          },
          "name": "resetPath"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableGeoipOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6902
          },
          "name": "keyFieldInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6918
          },
          "name": "localeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6934
          },
          "name": "pathInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6892
          },
          "name": "keyField",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6908
          },
          "name": "locale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6924
          },
          "name": "path",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6848
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableGeoip"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableGeoipOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 7384
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 7376
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7391
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7377
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 7262
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 7252
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7332
          },
          "name": "putFile",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFile"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7348
          },
          "name": "putGeoip",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableGeoip"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7364
          },
          "name": "putReferenceTable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableReferenceTable"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7335
          },
          "name": "resetFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7351
          },
          "name": "resetGeoip"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7367
          },
          "name": "resetReferenceTable"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7329
          },
          "name": "file",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFileList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7345
          },
          "name": "geoip",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableGeoipList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7361
          },
          "name": "referenceTable",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableReferenceTableList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7339
          },
          "name": "fileInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableFile"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7355
          },
          "name": "geoipInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableGeoip"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7371
          },
          "name": "referenceTableInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableReferenceTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7323
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7316
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7266
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableReferenceTable": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableReferenceTable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 6958
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableReferenceTable",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_field ObservabilityPipeline#key_field}",
            "stability": "stable",
            "summary": "Path to the field in the log event to match against the reference table."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6976
          },
          "name": "keyField",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#table_id ObservabilityPipeline#table_id}",
            "stability": "stable",
            "summary": "The unique identifier of the reference table."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6982
          },
          "name": "tableId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#app_key_key ObservabilityPipeline#app_key_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the Datadog application key for the reference table."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6964
          },
          "name": "appKeyKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#columns ObservabilityPipeline#columns}",
            "stability": "stable",
            "summary": "List of column names to include from the reference table. If not provided, all columns are included."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 6970
          },
          "name": "columns",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableReferenceTable"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableReferenceTableList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableReferenceTableList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 7164
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 7156
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7171
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableReferenceTableOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableReferenceTableList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7157
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableReferenceTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableReferenceTableList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableReferenceTableOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableReferenceTableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 7045
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 7035
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7105
          },
          "name": "resetAppKeyKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7121
          },
          "name": "resetColumns"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableReferenceTableOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7109
          },
          "name": "appKeyKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7125
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7138
          },
          "name": "keyFieldInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7151
          },
          "name": "tableIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7099
          },
          "name": "appKeyKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7115
          },
          "name": "columns",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7131
          },
          "name": "keyField",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7144
          },
          "name": "tableId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7049
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableReferenceTable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableReferenceTableOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorFilter": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 7395
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorFilter",
      "namespace": "observabilityPipeline",
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorFilter"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorFilterList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorFilterList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 7465
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 7457
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7472
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorFilterOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorFilterList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7458
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorFilterList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorFilterOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 7428
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 7418
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorFilterOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7432
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorFilter"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorFilterOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetrics": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetrics",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 7875
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetrics",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#metric ObservabilityPipeline#metric}",
            "stability": "stable",
            "summary": "metric block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7881
          },
          "name": "metric",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetric"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetrics"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 7982
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 7974
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7989
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7975
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetrics"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetric": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetric",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 7626
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetric",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#include ObservabilityPipeline#include}",
            "stability": "stable",
            "summary": "Datadog filter query to match logs for metric generation."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7638
          },
          "name": "include",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#metric_type ObservabilityPipeline#metric_type}",
            "stability": "stable",
            "summary": "Type of metric to create."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7644
          },
          "name": "metricType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#name ObservabilityPipeline#name}",
            "stability": "stable",
            "summary": "Name of the custom metric to be created."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7650
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#group_by ObservabilityPipeline#group_by}",
            "stability": "stable",
            "summary": "Optional fields used to group the metric series."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7632
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#value ObservabilityPipeline#value}",
            "stability": "stable",
            "summary": "value block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7656
          },
          "name": "value",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetricValue"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetric"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetricList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetricList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 7864
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 7856
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7871
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetricOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetricList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7857
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetric"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetricList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetricOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetricOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 7726
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 7716
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7844
          },
          "name": "putValue",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetricValue"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7792
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7847
          },
          "name": "resetValue"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetricOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7841
          },
          "name": "value",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetricValueList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7796
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7809
          },
          "name": "includeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7822
          },
          "name": "metricTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7835
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7851
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetricValue"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7786
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7802
          },
          "name": "include",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7815
          },
          "name": "metricType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7828
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7730
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetric"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetricOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetricValue": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetricValue",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 7476
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetricValue",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#strategy ObservabilityPipeline#strategy}",
            "stability": "stable",
            "summary": "Metric value strategy: `increment_by_one` or `increment_by_field`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7488
          },
          "name": "strategy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#field ObservabilityPipeline#field}",
            "stability": "stable",
            "summary": "Name of the log field containing the numeric value to increment the metric by (used only for `increment_by_field`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7482
          },
          "name": "field",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetricValue"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetricValueList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetricValueList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 7615
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 7607
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7622
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetricValueOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetricValueList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7608
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetricValue"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetricValueList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetricValueOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetricValueOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 7537
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 7527
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7585
          },
          "name": "resetField"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetricValueOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7589
          },
          "name": "fieldInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7602
          },
          "name": "strategyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7579
          },
          "name": "field",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7595
          },
          "name": "strategy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7541
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetricValue"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetricValueOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 7923
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 7913
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7962
          },
          "name": "putMetric",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetric"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7965
          },
          "name": "resetMetric"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7959
          },
          "name": "metric",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetricList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7969
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsMetric"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7927
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetrics"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 16128
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 16120
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16135
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16121
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessor"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorMetricTags": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorMetricTags",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 8204
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorMetricTags",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#rule ObservabilityPipeline#rule}",
            "stability": "stable",
            "summary": "rule block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8210
          },
          "name": "rule",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorMetricTagsRule"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorMetricTags"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorMetricTagsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorMetricTagsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 8311
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 8303
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8318
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorMetricTagsOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorMetricTagsList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8304
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorMetricTags"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorMetricTagsList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorMetricTagsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorMetricTagsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 8252
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 8242
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8291
          },
          "name": "putRule",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorMetricTagsRule"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8294
          },
          "name": "resetRule"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorMetricTagsOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8288
          },
          "name": "rule",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorMetricTagsRuleList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8298
          },
          "name": "ruleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorMetricTagsRule"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8256
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorMetricTags"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorMetricTagsOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorMetricTagsRule": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorMetricTagsRule",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 7993
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorMetricTagsRule",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#action ObservabilityPipeline#action}",
            "stability": "stable",
            "summary": "The action to take on tags with matching keys. Valid values are `include`, `exclude`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 7999
          },
          "name": "action",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#include ObservabilityPipeline#include}",
            "stability": "stable",
            "summary": "A Datadog search query used to determine which metrics this rule targets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8005
          },
          "name": "include",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#keys ObservabilityPipeline#keys}",
            "stability": "stable",
            "summary": "A list of tag keys to include or exclude."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8011
          },
          "name": "keys",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#mode ObservabilityPipeline#mode}",
            "stability": "stable",
            "summary": "The processing mode for tag filtering. Valid values are `filter`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8017
          },
          "name": "mode",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorMetricTagsRule"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorMetricTagsRuleList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorMetricTagsRuleList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 8193
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 8185
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8200
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorMetricTagsRuleOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorMetricTagsRuleList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8186
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorMetricTagsRule"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorMetricTagsRuleList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorMetricTagsRuleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorMetricTagsRuleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 8080
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 8070
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorMetricTagsRuleOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8141
          },
          "name": "actionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8154
          },
          "name": "includeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8167
          },
          "name": "keysInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8180
          },
          "name": "modeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8134
          },
          "name": "action",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8147
          },
          "name": "include",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8160
          },
          "name": "keys",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8173
          },
          "name": "mode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8084
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorMetricTagsRule"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorMetricTagsRuleOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapper": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapper",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 9610
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapper",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#keep_unmatched ObservabilityPipeline#keep_unmatched}",
            "stability": "stable",
            "summary": "Whether to keep an event that does not match any of the mapping filters."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9616
          },
          "name": "keepUnmatched",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#mapping ObservabilityPipeline#mapping}",
            "stability": "stable",
            "summary": "mapping block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9622
          },
          "name": "mapping",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMapping"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapper"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 9752
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 9744
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9759
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9745
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapper"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMapping": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMapping",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 9425
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMapping",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#include ObservabilityPipeline#include}",
            "stability": "stable",
            "summary": "Search query for selecting which logs the mapping applies to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9431
          },
          "name": "include",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#custom_mapping ObservabilityPipeline#custom_mapping}",
            "stability": "stable",
            "summary": "custom_mapping block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9443
          },
          "name": "customMapping",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMapping"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#library_mapping ObservabilityPipeline#library_mapping}",
            "stability": "stable",
            "summary": "Predefined library mapping for log transformation. Use this or custom_mapping, not both."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9437
          },
          "name": "libraryMapping",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMapping"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMapping": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMapping",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 9240
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMapping",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#version ObservabilityPipeline#version}",
            "stability": "stable",
            "summary": "The version of the custom mapping configuration."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9246
          },
          "name": "version",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#mapping ObservabilityPipeline#mapping}",
            "stability": "stable",
            "summary": "mapping block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9252
          },
          "name": "mapping",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMapping"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#metadata ObservabilityPipeline#metadata}",
            "stability": "stable",
            "summary": "metadata block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9258
          },
          "name": "metadata",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMapping"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 9414
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 9406
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9421
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9407
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMapping"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMapping": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMapping",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 8768
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMapping",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#dest ObservabilityPipeline#dest}",
            "stability": "stable",
            "summary": "The destination OCSF field path."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8780
          },
          "name": "dest",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#default ObservabilityPipeline#default}",
            "stability": "stable",
            "summary": "The default value to use if the source field is missing or empty."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8774
          },
          "name": "default",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#lookup ObservabilityPipeline#lookup}",
            "stability": "stable",
            "summary": "lookup block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8804
          },
          "name": "lookup",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookup"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#source ObservabilityPipeline#source}",
            "stability": "stable",
            "summary": "The source field path from the log event."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8786
          },
          "name": "source",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#sources ObservabilityPipeline#sources}",
            "stability": "stable",
            "summary": "Multiple source field paths for combined mapping."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8792
          },
          "name": "sources",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#value ObservabilityPipeline#value}",
            "stability": "stable",
            "summary": "A static value to use for the destination field."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8798
          },
          "name": "value",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMapping"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 9047
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 9039
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9054
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9040
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMapping"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookup": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookup",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 8615
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookup",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#default ObservabilityPipeline#default}",
            "stability": "stable",
            "summary": "The default value to use if no lookup match is found."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8621
          },
          "name": "default",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#table ObservabilityPipeline#table}",
            "stability": "stable",
            "summary": "table block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8627
          },
          "name": "table",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookupTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookup"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookupList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookupList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 8757
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 8749
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8764
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookupOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookupList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8750
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookup"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookupList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookupOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookupOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 8676
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 8666
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8737
          },
          "name": "putTable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookupTable"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8724
          },
          "name": "resetDefault"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8740
          },
          "name": "resetTable"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookupOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8734
          },
          "name": "table",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookupTableList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8728
          },
          "name": "defaultInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8744
          },
          "name": "tableInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookupTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8718
          },
          "name": "default",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8680
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookup"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookupOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookupTable": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookupTable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 8322
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookupTable",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#contains ObservabilityPipeline#contains}",
            "stability": "stable",
            "summary": "The substring to match in the source value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8328
          },
          "name": "contains",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#equals_source ObservabilityPipeline#equals_source}",
            "stability": "stable",
            "summary": "The source field to match against."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8340
          },
          "name": "equalsSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#equals ObservabilityPipeline#equals}",
            "stability": "stable",
            "summary": "The exact value to match in the source."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8334
          },
          "name": "equalTo",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#matches ObservabilityPipeline#matches}",
            "stability": "stable",
            "summary": "A regex pattern to match in the source value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8346
          },
          "name": "matches",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#not_matches ObservabilityPipeline#not_matches}",
            "stability": "stable",
            "summary": "A regex pattern that must not match the source value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8352
          },
          "name": "notMatches",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#value ObservabilityPipeline#value}",
            "stability": "stable",
            "summary": "The value to use when a match is found."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8358
          },
          "name": "value",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookupTable"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookupTableList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookupTableList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 8604
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 8596
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8611
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookupTableOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookupTableList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8597
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookupTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookupTableList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookupTableOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookupTableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 8435
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 8425
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8507
          },
          "name": "resetContains"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8539
          },
          "name": "resetEqualsSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8523
          },
          "name": "resetEqualTo"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8555
          },
          "name": "resetMatches"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8571
          },
          "name": "resetNotMatches"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8587
          },
          "name": "resetValue"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookupTableOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8511
          },
          "name": "containsInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8543
          },
          "name": "equalsSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8527
          },
          "name": "equalToInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8559
          },
          "name": "matchesInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8575
          },
          "name": "notMatchesInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8591
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8501
          },
          "name": "contains",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8533
          },
          "name": "equalsSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8517
          },
          "name": "equalTo",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8549
          },
          "name": "matches",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8565
          },
          "name": "notMatches",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8581
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8439
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookupTable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookupTableOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 8881
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 8871
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9027
          },
          "name": "putLookup",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookup"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8953
          },
          "name": "resetDefault"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9030
          },
          "name": "resetLookup"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8982
          },
          "name": "resetSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8998
          },
          "name": "resetSources"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9014
          },
          "name": "resetValue"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9024
          },
          "name": "lookup",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookupList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8957
          },
          "name": "defaultInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8970
          },
          "name": "destInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9034
          },
          "name": "lookupInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingLookup"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8986
          },
          "name": "sourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9002
          },
          "name": "sourcesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9018
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8947
          },
          "name": "default",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8963
          },
          "name": "dest",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8976
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8992
          },
          "name": "sources",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9008
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 8885
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMapping"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMetadata": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMetadata",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 9058
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMetadata",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#class ObservabilityPipeline#class}",
            "stability": "stable",
            "summary": "The OCSF event class name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9064
          },
          "name": "class",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#version ObservabilityPipeline#version}",
            "stability": "stable",
            "summary": "The OCSF schema version."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9076
          },
          "name": "version",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#profiles ObservabilityPipeline#profiles}",
            "stability": "stable",
            "summary": "A list of OCSF profiles to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9070
          },
          "name": "profiles",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMetadata"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMetadataList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMetadataList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 9229
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 9221
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9236
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMetadataOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMetadataList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9222
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMetadataList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMetadataOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMetadataOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 9132
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 9122
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9199
          },
          "name": "resetProfiles"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMetadataOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9187
          },
          "name": "classInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9203
          },
          "name": "profilesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9216
          },
          "name": "versionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9180
          },
          "name": "class",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9193
          },
          "name": "profiles",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9209
          },
          "name": "version",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9136
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMetadata"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMetadataOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 9314
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 9304
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9378
          },
          "name": "putMapping",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMapping"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9394
          },
          "name": "putMetadata",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMetadata"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9381
          },
          "name": "resetMapping"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9397
          },
          "name": "resetMetadata"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9375
          },
          "name": "mapping",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMappingList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9391
          },
          "name": "metadata",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMetadataList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9385
          },
          "name": "mappingInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMapping"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9401
          },
          "name": "metadataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9369
          },
          "name": "versionInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9362
          },
          "name": "version",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9318
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMapping"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 9599
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 9591
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9606
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9592
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMapping"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 9499
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 9489
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9579
          },
          "name": "putCustomMapping",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMapping"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9582
          },
          "name": "resetCustomMapping"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9566
          },
          "name": "resetLibraryMapping"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9576
          },
          "name": "customMapping",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMappingList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9586
          },
          "name": "customMappingInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingCustomMapping"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9554
          },
          "name": "includeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9570
          },
          "name": "libraryMappingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9547
          },
          "name": "include",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9560
          },
          "name": "libraryMapping",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9503
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMapping"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 9671
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 9661
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9732
          },
          "name": "putMapping",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMapping"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9719
          },
          "name": "resetKeepUnmatched"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9735
          },
          "name": "resetMapping"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9729
          },
          "name": "mapping",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMappingList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9723
          },
          "name": "keepUnmatchedInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9739
          },
          "name": "mappingInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperMapping"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9713
          },
          "name": "keepUnmatched",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9675
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapper"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 15528
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 15518
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15772
          },
          "name": "putAddEnvVars",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVars"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15788
          },
          "name": "putAddFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddFields"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15804
          },
          "name": "putAddHostname",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddHostname"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15820
          },
          "name": "putCustomProcessor",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessor"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15836
          },
          "name": "putDatadogTags",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorDatadogTags"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15852
          },
          "name": "putDedupe",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorDedupe"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15868
          },
          "name": "putEnrichmentTable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTable"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15884
          },
          "name": "putFilter",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorFilter"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15900
          },
          "name": "putGenerateDatadogMetrics",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetrics"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15916
          },
          "name": "putMetricTags",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorMetricTags"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15932
          },
          "name": "putOcsfMapper",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapper"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15948
          },
          "name": "putParseGrok",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrok"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15964
          },
          "name": "putParseJson",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseJson"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15980
          },
          "name": "putParseXml",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseXml"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15996
          },
          "name": "putQuota",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuota"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16012
          },
          "name": "putReduce",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorReduce"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16028
          },
          "name": "putRemoveFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRemoveFields"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16044
          },
          "name": "putRenameFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRenameFields"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16060
          },
          "name": "putSample",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSample"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16076
          },
          "name": "putSensitiveDataScanner",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScanner"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16092
          },
          "name": "putSplitArray",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSplitArray"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16108
          },
          "name": "putThrottle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorThrottle"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15775
          },
          "name": "resetAddEnvVars"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15791
          },
          "name": "resetAddFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15807
          },
          "name": "resetAddHostname"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15823
          },
          "name": "resetCustomProcessor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15839
          },
          "name": "resetDatadogTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15855
          },
          "name": "resetDedupe"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15720
          },
          "name": "resetDisplayName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15871
          },
          "name": "resetEnrichmentTable"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15887
          },
          "name": "resetFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15903
          },
          "name": "resetGenerateDatadogMetrics"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15919
          },
          "name": "resetMetricTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15935
          },
          "name": "resetOcsfMapper"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15951
          },
          "name": "resetParseGrok"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15967
          },
          "name": "resetParseJson"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15983
          },
          "name": "resetParseXml"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15999
          },
          "name": "resetQuota"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16015
          },
          "name": "resetReduce"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16031
          },
          "name": "resetRemoveFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16047
          },
          "name": "resetRenameFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16063
          },
          "name": "resetSample"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16079
          },
          "name": "resetSensitiveDataScanner"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16095
          },
          "name": "resetSplitArray"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16111
          },
          "name": "resetThrottle"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15769
          },
          "name": "addEnvVars",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVarsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15785
          },
          "name": "addFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddFieldsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15801
          },
          "name": "addHostname",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddHostnameList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15817
          },
          "name": "customProcessor",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessorList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15833
          },
          "name": "datadogTags",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorDatadogTagsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15849
          },
          "name": "dedupe",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorDedupeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15865
          },
          "name": "enrichmentTable",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTableList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15881
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorFilterList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15897
          },
          "name": "generateDatadogMetrics",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetricsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15913
          },
          "name": "metricTags",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorMetricTagsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15929
          },
          "name": "ocsfMapper",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapperList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15945
          },
          "name": "parseGrok",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15961
          },
          "name": "parseJson",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseJsonList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15977
          },
          "name": "parseXml",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseXmlList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15993
          },
          "name": "quota",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16009
          },
          "name": "reduce",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorReduceList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16025
          },
          "name": "removeFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRemoveFieldsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16041
          },
          "name": "renameFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRenameFieldsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16057
          },
          "name": "sample",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSampleList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16073
          },
          "name": "sensitiveDataScanner",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16089
          },
          "name": "splitArray",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSplitArrayList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16105
          },
          "name": "throttle",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorThrottleList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15779
          },
          "name": "addEnvVarsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddEnvVars"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15795
          },
          "name": "addFieldsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddFields"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15811
          },
          "name": "addHostnameInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorAddHostname"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15827
          },
          "name": "customProcessorInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorCustomProcessor"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15843
          },
          "name": "datadogTagsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorDatadogTags"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15859
          },
          "name": "dedupeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorDedupe"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15724
          },
          "name": "displayNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15737
          },
          "name": "enabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15875
          },
          "name": "enrichmentTableInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorEnrichmentTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15891
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15907
          },
          "name": "generateDatadogMetricsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorGenerateDatadogMetrics"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15750
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15763
          },
          "name": "includeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15923
          },
          "name": "metricTagsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorMetricTags"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15939
          },
          "name": "ocsfMapperInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorOcsfMapper"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15955
          },
          "name": "parseGrokInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrok"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15971
          },
          "name": "parseJsonInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseJson"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15987
          },
          "name": "parseXmlInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseXml"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16003
          },
          "name": "quotaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuota"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16019
          },
          "name": "reduceInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorReduce"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16035
          },
          "name": "removeFieldsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRemoveFields"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16051
          },
          "name": "renameFieldsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRenameFields"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16067
          },
          "name": "sampleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSample"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16083
          },
          "name": "sensitiveDataScannerInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScanner"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16099
          },
          "name": "splitArrayInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSplitArray"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16115
          },
          "name": "throttleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorThrottle"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15714
          },
          "name": "displayName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15730
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15743
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15756
          },
          "name": "include",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15532
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessor"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrok": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrok",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 10242
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorParseGrok",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#disable_library_rules ObservabilityPipeline#disable_library_rules}",
            "stability": "stable",
            "summary": "If set to `true`, disables the default Grok rules provided by Datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10248
          },
          "name": "disableLibraryRules",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#rule ObservabilityPipeline#rule}",
            "stability": "stable",
            "summary": "rule block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10254
          },
          "name": "rule",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRule"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorParseGrok"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 10384
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 10376
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10391
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorParseGrokList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10377
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrok"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorParseGrokList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 10303
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 10293
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10364
          },
          "name": "putRule",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRule"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10351
          },
          "name": "resetDisableLibraryRules"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10367
          },
          "name": "resetRule"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorParseGrokOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10361
          },
          "name": "rule",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10355
          },
          "name": "disableLibraryRulesInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10371
          },
          "name": "ruleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRule"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10345
          },
          "name": "disableLibraryRules",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10307
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrok"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorParseGrokOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRule": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRule",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 10057
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRule",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#source ObservabilityPipeline#source}",
            "stability": "stable",
            "summary": "The value of the source field in log events which should be processed by the Grok rules."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10063
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#match_rule ObservabilityPipeline#match_rule}",
            "stability": "stable",
            "summary": "match_rule block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10069
          },
          "name": "matchRule",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleMatchRule"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#support_rule ObservabilityPipeline#support_rule}",
            "stability": "stable",
            "summary": "support_rule block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10075
          },
          "name": "supportRule",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleSupportRule"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRule"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 10231
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 10223
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10238
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10224
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRule"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleMatchRule": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleMatchRule",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 9763
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleMatchRule",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#name ObservabilityPipeline#name}",
            "stability": "stable",
            "summary": "The name of the rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9769
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#rule ObservabilityPipeline#rule}",
            "stability": "stable",
            "summary": "The definition of the Grok rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9775
          },
          "name": "rule",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleMatchRule"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleMatchRuleList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleMatchRuleList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 9899
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 9891
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9906
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleMatchRuleOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleMatchRuleList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9892
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleMatchRule"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleMatchRuleList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleMatchRuleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleMatchRuleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 9824
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 9814
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleMatchRuleOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9873
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9886
          },
          "name": "ruleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9866
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9879
          },
          "name": "rule",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9828
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleMatchRule"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleMatchRuleOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 10131
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 10121
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10195
          },
          "name": "putMatchRule",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleMatchRule"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10211
          },
          "name": "putSupportRule",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleSupportRule"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10198
          },
          "name": "resetMatchRule"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10214
          },
          "name": "resetSupportRule"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10192
          },
          "name": "matchRule",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleMatchRuleList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10208
          },
          "name": "supportRule",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleSupportRuleList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10202
          },
          "name": "matchRuleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleMatchRule"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10186
          },
          "name": "sourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10218
          },
          "name": "supportRuleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleSupportRule"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10179
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10135
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRule"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleSupportRule": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleSupportRule",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 9910
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleSupportRule",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#name ObservabilityPipeline#name}",
            "stability": "stable",
            "summary": "The name of the helper Grok rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9916
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#rule ObservabilityPipeline#rule}",
            "stability": "stable",
            "summary": "The definition of the helper Grok rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9922
          },
          "name": "rule",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleSupportRule"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleSupportRuleList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleSupportRuleList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 10046
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 10038
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10053
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleSupportRuleOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleSupportRuleList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10039
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleSupportRule"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleSupportRuleList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleSupportRuleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleSupportRuleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 9971
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 9961
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleSupportRuleOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10020
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10033
          },
          "name": "ruleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10013
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10026
          },
          "name": "rule",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 9975
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleSupportRule"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorParseGrokRuleSupportRuleOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseJson": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseJson",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 10395
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorParseJson",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#field ObservabilityPipeline#field}",
            "stability": "stable",
            "summary": "The field to parse."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10401
          },
          "name": "field",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorParseJson"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseJsonList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseJsonList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 10499
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 10491
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10506
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseJsonOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorParseJsonList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10492
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseJson"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorParseJsonList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseJsonOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseJsonOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 10443
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 10433
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorParseJsonOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10486
          },
          "name": "fieldInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10479
          },
          "name": "field",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10447
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseJson"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorParseJsonOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseXml": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseXml",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 10510
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorParseXml",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#field ObservabilityPipeline#field}",
            "stability": "stable",
            "summary": "The path to the log field on which you want to parse XML."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10528
          },
          "name": "field",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#always_use_text_key ObservabilityPipeline#always_use_text_key}",
            "stability": "stable",
            "summary": "Whether to always store text inside an object using the text key even when no attributes exist."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10516
          },
          "name": "alwaysUseTextKey",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "If the field is left empty, the original attribute key is used.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#attr_prefix ObservabilityPipeline#attr_prefix}",
            "stability": "stable",
            "summary": "The prefix to use for XML attributes in the parsed output."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10522
          },
          "name": "attrPrefix",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#include_attr ObservabilityPipeline#include_attr}",
            "stability": "stable",
            "summary": "Whether to include XML attributes in the parsed output."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10534
          },
          "name": "includeAttr",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#parse_bool ObservabilityPipeline#parse_bool}",
            "stability": "stable",
            "summary": "Whether to parse boolean values from strings."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10540
          },
          "name": "parseBool",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#parse_null ObservabilityPipeline#parse_null}",
            "stability": "stable",
            "summary": "Whether to parse null values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10546
          },
          "name": "parseNull",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#parse_number ObservabilityPipeline#parse_number}",
            "stability": "stable",
            "summary": "Whether to parse numeric values from strings."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10552
          },
          "name": "parseNumber",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#text_key ObservabilityPipeline#text_key}",
            "stability": "stable",
            "summary": "The key name to use for the text node when XML attributes are appended."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10558
          },
          "name": "textKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorParseXml"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseXmlList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseXmlList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 10859
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 10851
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10866
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseXmlOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorParseXmlList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10852
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseXml"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorParseXmlList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseXmlOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseXmlOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 10649
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 10639
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10733
          },
          "name": "resetAlwaysUseTextKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10749
          },
          "name": "resetAttrPrefix"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10778
          },
          "name": "resetIncludeAttr"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10794
          },
          "name": "resetParseBool"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10810
          },
          "name": "resetParseNull"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10826
          },
          "name": "resetParseNumber"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10842
          },
          "name": "resetTextKey"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorParseXmlOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10737
          },
          "name": "alwaysUseTextKeyInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10753
          },
          "name": "attrPrefixInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10766
          },
          "name": "fieldInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10782
          },
          "name": "includeAttrInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10798
          },
          "name": "parseBoolInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10814
          },
          "name": "parseNullInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10830
          },
          "name": "parseNumberInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10846
          },
          "name": "textKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10727
          },
          "name": "alwaysUseTextKey",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10743
          },
          "name": "attrPrefix",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10759
          },
          "name": "field",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10772
          },
          "name": "includeAttr",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10788
          },
          "name": "parseBool",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10804
          },
          "name": "parseNull",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10820
          },
          "name": "parseNumber",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10836
          },
          "name": "textKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10653
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorParseXml"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorParseXmlOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuota": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuota",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 11464
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorQuota",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#name ObservabilityPipeline#name}",
            "stability": "stable",
            "summary": "The name of the quota."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11482
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#drop_events ObservabilityPipeline#drop_events}",
            "stability": "stable",
            "summary": "Whether to drop events exceeding the limit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11470
          },
          "name": "dropEvents",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#ignore_when_missing_partitions ObservabilityPipeline#ignore_when_missing_partitions}",
            "stability": "stable",
            "summary": "Whether to ignore when partition fields are missing."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11476
          },
          "name": "ignoreWhenMissingPartitions",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#limit ObservabilityPipeline#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11506
          },
          "name": "limit",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaLimit"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#overflow_action ObservabilityPipeline#overflow_action}",
            "stability": "stable",
            "summary": "The action to take when the quota is exceeded: `drop`, `no_action`, or `overflow_routing`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11488
          },
          "name": "overflowAction",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#override ObservabilityPipeline#override}",
            "stability": "stable",
            "summary": "override block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11512
          },
          "name": "override",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverride"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#partition_fields ObservabilityPipeline#partition_fields}",
            "stability": "stable",
            "summary": "List of partition fields."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11494
          },
          "name": "partitionFields",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#too_many_buckets_action ObservabilityPipeline#too_many_buckets_action}",
            "stability": "stable",
            "summary": "The action to take when the max number of buckets is exceeded: `drop`, `no_action`, or `overflow_routing`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11500
          },
          "name": "tooManyBucketsAction",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorQuota"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 10870
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorQuotaLimit",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#enforce ObservabilityPipeline#enforce}",
            "stability": "stable",
            "summary": "Whether to enforce by 'bytes' or 'events'. Valid values are `bytes`, `events`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10876
          },
          "name": "enforce",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#limit ObservabilityPipeline#limit}",
            "stability": "stable",
            "summary": "The daily quota limit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10882
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorQuotaLimit"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaLimitList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaLimitList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 11006
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 10998
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11013
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaLimitOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorQuotaLimitList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10999
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaLimit"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorQuotaLimitList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 10931
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 10921
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorQuotaLimitOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10980
          },
          "name": "enforceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10993
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10973
          },
          "name": "enforce",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10986
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 10935
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaLimit"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorQuotaLimitOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 11813
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 11805
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11820
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorQuotaList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11806
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuota"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorQuotaList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 11603
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 11593
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11777
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaLimit"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11793
          },
          "name": "putOverride",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverride"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11687
          },
          "name": "resetDropEvents"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11703
          },
          "name": "resetIgnoreWhenMissingPartitions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11780
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11732
          },
          "name": "resetOverflowAction"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11796
          },
          "name": "resetOverride"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11748
          },
          "name": "resetPartitionFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11764
          },
          "name": "resetTooManyBucketsAction"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorQuotaOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11774
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaLimitList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11790
          },
          "name": "override",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11691
          },
          "name": "dropEventsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11707
          },
          "name": "ignoreWhenMissingPartitionsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11784
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaLimit"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11720
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11736
          },
          "name": "overflowActionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11800
          },
          "name": "overrideInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverride"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11752
          },
          "name": "partitionFieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11768
          },
          "name": "tooManyBucketsActionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11681
          },
          "name": "dropEvents",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11697
          },
          "name": "ignoreWhenMissingPartitions",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11713
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11726
          },
          "name": "overflowAction",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11742
          },
          "name": "partitionFields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11758
          },
          "name": "tooManyBucketsAction",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11607
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuota"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorQuotaOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverride": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverride",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 11311
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverride",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#field ObservabilityPipeline#field}",
            "stability": "stable",
            "summary": "field block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11317
          },
          "name": "field",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideField"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#limit ObservabilityPipeline#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11323
          },
          "name": "limit",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideLimit"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverride"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideField": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideField",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 11017
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideField",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#name ObservabilityPipeline#name}",
            "stability": "stable",
            "summary": "The field name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11023
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#value ObservabilityPipeline#value}",
            "stability": "stable",
            "summary": "The field value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11029
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideField"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideFieldList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideFieldList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 11153
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 11145
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11160
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideFieldOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideFieldList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11146
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideField"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideFieldList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideFieldOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideFieldOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 11078
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 11068
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideFieldOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11127
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11140
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11120
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11133
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11082
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideField"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideFieldOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 11164
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideLimit",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#enforce ObservabilityPipeline#enforce}",
            "stability": "stable",
            "summary": "Whether to enforce by 'bytes' or 'events'. Valid values are `bytes`, `events`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11170
          },
          "name": "enforce",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#limit ObservabilityPipeline#limit}",
            "stability": "stable",
            "summary": "The daily quota limit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11176
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideLimit"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideLimitList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideLimitList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 11300
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 11292
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11307
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideLimitOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideLimitList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11293
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideLimit"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideLimitList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 11225
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 11215
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideLimitOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11274
          },
          "name": "enforceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11287
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11267
          },
          "name": "enforce",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11280
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11229
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideLimit"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideLimitOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 11453
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 11445
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11460
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11446
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverride"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 11372
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 11362
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11417
          },
          "name": "putField",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideField"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11433
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideLimit"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11420
          },
          "name": "resetField"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11436
          },
          "name": "resetLimit"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11414
          },
          "name": "field",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideFieldList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11430
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideLimitList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11424
          },
          "name": "fieldInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideField"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11440
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideLimit"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11376
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverride"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorQuotaOverrideOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorReduce": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorReduce",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 11971
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorReduce",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#group_by ObservabilityPipeline#group_by}",
            "stability": "stable",
            "summary": "A list of fields used to group log events for merging."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11977
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#merge_strategy ObservabilityPipeline#merge_strategy}",
            "stability": "stable",
            "summary": "merge_strategy block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11983
          },
          "name": "mergeStrategy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorReduceMergeStrategy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorReduce"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorReduceList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorReduceList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 12110
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 12102
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12117
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorReduceOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorReduceList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12103
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorReduce"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorReduceList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorReduceMergeStrategy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorReduceMergeStrategy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 11824
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorReduceMergeStrategy",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#path ObservabilityPipeline#path}",
            "stability": "stable",
            "summary": "The field path in the log event."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11830
          },
          "name": "path",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#strategy ObservabilityPipeline#strategy}",
            "stability": "stable",
            "summary": "The merge strategy to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11836
          },
          "name": "strategy",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorReduceMergeStrategy"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorReduceMergeStrategyList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorReduceMergeStrategyList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 11960
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 11952
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11967
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorReduceMergeStrategyOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorReduceMergeStrategyList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11953
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorReduceMergeStrategy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorReduceMergeStrategyList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorReduceMergeStrategyOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorReduceMergeStrategyOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 11885
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 11875
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorReduceMergeStrategyOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11934
          },
          "name": "pathInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11947
          },
          "name": "strategyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11927
          },
          "name": "path",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11940
          },
          "name": "strategy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 11889
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorReduceMergeStrategy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorReduceMergeStrategyOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorReduceOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorReduceOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 12032
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 12022
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12090
          },
          "name": "putMergeStrategy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorReduceMergeStrategy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12093
          },
          "name": "resetMergeStrategy"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorReduceOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12087
          },
          "name": "mergeStrategy",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorReduceMergeStrategyList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12081
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12097
          },
          "name": "mergeStrategyInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorReduceMergeStrategy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12074
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12036
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorReduce"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorReduceOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRemoveFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRemoveFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 12121
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorRemoveFields",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#fields ObservabilityPipeline#fields}",
            "stability": "stable",
            "summary": "List of fields to remove from the events."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12127
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorRemoveFields"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRemoveFieldsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRemoveFieldsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 12225
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 12217
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12232
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRemoveFieldsOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorRemoveFieldsList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12218
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRemoveFields"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorRemoveFieldsList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRemoveFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRemoveFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 12169
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 12159
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorRemoveFieldsOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12212
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12205
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12173
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRemoveFields"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorRemoveFieldsOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRenameFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRenameFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 12415
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorRenameFields",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#field ObservabilityPipeline#field}",
            "stability": "stable",
            "summary": "field block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12421
          },
          "name": "field",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRenameFieldsField"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorRenameFields"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRenameFieldsField": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRenameFieldsField",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 12236
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorRenameFieldsField",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#destination ObservabilityPipeline#destination}",
            "stability": "stable",
            "summary": "Destination field name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12242
          },
          "name": "destination",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#preserve_source ObservabilityPipeline#preserve_source}",
            "stability": "stable",
            "summary": "Whether to keep the original field."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12248
          },
          "name": "preserveSource",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#source ObservabilityPipeline#source}",
            "stability": "stable",
            "summary": "Source field to rename."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12254
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorRenameFieldsField"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRenameFieldsFieldList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRenameFieldsFieldList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 12404
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 12396
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12411
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRenameFieldsFieldOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorRenameFieldsFieldList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12397
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRenameFieldsField"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorRenameFieldsFieldList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRenameFieldsFieldOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRenameFieldsFieldOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 12310
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 12300
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorRenameFieldsFieldOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12365
          },
          "name": "destinationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12378
          },
          "name": "preserveSourceInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12391
          },
          "name": "sourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12358
          },
          "name": "destination",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12371
          },
          "name": "preserveSource",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12384
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12314
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRenameFieldsField"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorRenameFieldsFieldOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRenameFieldsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRenameFieldsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 12522
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 12514
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12529
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRenameFieldsOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorRenameFieldsList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12515
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRenameFields"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorRenameFieldsList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRenameFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRenameFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 12463
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 12453
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12502
          },
          "name": "putField",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRenameFieldsField"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12505
          },
          "name": "resetField"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorRenameFieldsOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12499
          },
          "name": "field",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRenameFieldsFieldList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12509
          },
          "name": "fieldInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRenameFieldsField"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12467
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorRenameFields"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorRenameFieldsOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSample": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSample",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 12533
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSample",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#percentage ObservabilityPipeline#percentage}",
            "stability": "stable",
            "summary": "The percentage of logs to sample."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12545
          },
          "name": "percentage",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#group_by ObservabilityPipeline#group_by}",
            "stability": "stable",
            "summary": "Optional list of fields to group events by. Each group is sampled independently."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12539
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSample"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSampleList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSampleList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 12672
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 12664
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12679
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSampleOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSampleList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12665
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSample"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSampleList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSampleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSampleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 12594
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 12584
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12642
          },
          "name": "resetGroupBy"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSampleOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12646
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12659
          },
          "name": "percentageInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12636
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12652
          },
          "name": "percentage",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12598
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSample"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSampleOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScanner": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScanner",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 14587
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScanner",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#rule ObservabilityPipeline#rule}",
            "stability": "stable",
            "summary": "rule block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14593
          },
          "name": "rule",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRule"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScanner"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 14694
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 14686
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14701
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14687
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScanner"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 14635
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 14625
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14674
          },
          "name": "putRule",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRule"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14677
          },
          "name": "resetRule"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14671
          },
          "name": "rule",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14681
          },
          "name": "ruleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRule"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14639
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScanner"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRule": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRule",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 14297
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRule",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#name ObservabilityPipeline#name}",
            "stability": "stable",
            "summary": "A name identifying the rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14303
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#keyword_options ObservabilityPipeline#keyword_options}",
            "stability": "stable",
            "summary": "keyword_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14315
          },
          "name": "keywordOptions",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleKeywordOptions"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#on_match ObservabilityPipeline#on_match}",
            "stability": "stable",
            "summary": "on_match block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14321
          },
          "name": "onMatch",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatch"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#pattern ObservabilityPipeline#pattern}",
            "stability": "stable",
            "summary": "pattern block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14327
          },
          "name": "pattern",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePattern"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#scope ObservabilityPipeline#scope}",
            "stability": "stable",
            "summary": "scope block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14333
          },
          "name": "scope",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScope"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#tags ObservabilityPipeline#tags}",
            "stability": "stable",
            "summary": "Tags assigned to this rule for filtering and classification."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14309
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRule"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleKeywordOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleKeywordOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 12683
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleKeywordOptions",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#keywords ObservabilityPipeline#keywords}",
            "stability": "stable",
            "summary": "A list of keywords to match near the sensitive pattern."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12689
          },
          "name": "keywords",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#proximity ObservabilityPipeline#proximity}",
            "stability": "stable",
            "summary": "Maximum number of tokens between a keyword and a sensitive value match."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12695
          },
          "name": "proximity",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleKeywordOptions"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleKeywordOptionsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleKeywordOptionsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 12825
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 12817
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12832
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleKeywordOptionsOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleKeywordOptionsList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12818
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleKeywordOptions"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleKeywordOptionsList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleKeywordOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleKeywordOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 12744
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 12734
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12792
          },
          "name": "resetKeywords"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12808
          },
          "name": "resetProximity"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleKeywordOptionsOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12796
          },
          "name": "keywordsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12812
          },
          "name": "proximityInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12786
          },
          "name": "keywords",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12802
          },
          "name": "proximity",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12748
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleKeywordOptions"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleKeywordOptionsOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 14576
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 14568
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14583
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14569
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRule"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 13188
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatch",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#hash ObservabilityPipeline#hash}",
            "stability": "stable",
            "summary": "hash block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13194
          },
          "name": "hash",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchHash"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#partial_redact ObservabilityPipeline#partial_redact}",
            "stability": "stable",
            "summary": "partial_redact block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13200
          },
          "name": "partialRedact",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchPartialRedact"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#redact ObservabilityPipeline#redact}",
            "stability": "stable",
            "summary": "redact block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13206
          },
          "name": "redact",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchRedact"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatch"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchHash": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchHash",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 12836
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchHash",
      "namespace": "observabilityPipeline",
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchHash"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchHashList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchHashList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 12906
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 12898
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12913
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchHashOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchHashList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12899
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchHash"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchHashList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchHashOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchHashOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 12869
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 12859
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchHashOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12873
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchHash"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchHashOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 13365
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 13357
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13372
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13358
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatch"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 13262
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 13252
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13313
          },
          "name": "putHash",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchHash"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13329
          },
          "name": "putPartialRedact",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchPartialRedact"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13345
          },
          "name": "putRedact",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchRedact"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13316
          },
          "name": "resetHash"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13332
          },
          "name": "resetPartialRedact"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13348
          },
          "name": "resetRedact"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13310
          },
          "name": "hash",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchHashList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13326
          },
          "name": "partialRedact",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchPartialRedactList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13342
          },
          "name": "redact",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchRedactList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13320
          },
          "name": "hashInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchHash"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13336
          },
          "name": "partialRedactInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchPartialRedact"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13352
          },
          "name": "redactInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchRedact"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13266
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatch"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchPartialRedact": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchPartialRedact",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 12917
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchPartialRedact",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#characters ObservabilityPipeline#characters}",
            "stability": "stable",
            "summary": "Number of characters to keep."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12923
          },
          "name": "characters",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#direction ObservabilityPipeline#direction}",
            "stability": "stable",
            "summary": "Direction from which to keep characters: `first` or `last`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12929
          },
          "name": "direction",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchPartialRedact"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchPartialRedactList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchPartialRedactList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 13059
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 13051
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13066
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchPartialRedactOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchPartialRedactList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13052
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchPartialRedact"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchPartialRedactList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchPartialRedactOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchPartialRedactOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 12978
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 12968
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13026
          },
          "name": "resetCharacters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13042
          },
          "name": "resetDirection"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchPartialRedactOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13030
          },
          "name": "charactersInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13046
          },
          "name": "directionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13020
          },
          "name": "characters",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13036
          },
          "name": "direction",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 12982
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchPartialRedact"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchPartialRedactOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchRedact": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchRedact",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 13070
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchRedact",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#replace ObservabilityPipeline#replace}",
            "stability": "stable",
            "summary": "Replacement string for redacted values (e.g., `***`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13076
          },
          "name": "replace",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchRedact"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchRedactList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchRedactList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 13177
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 13169
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13184
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchRedactOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchRedactList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13170
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchRedact"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchRedactList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchRedactOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchRedactOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 13118
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 13108
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13160
          },
          "name": "resetReplace"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchRedactOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13164
          },
          "name": "replaceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13154
          },
          "name": "replace",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13122
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchRedact"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchRedactOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 14410
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 14400
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14508
          },
          "name": "putKeywordOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleKeywordOptions"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14524
          },
          "name": "putOnMatch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatch"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14540
          },
          "name": "putPattern",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePattern"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14556
          },
          "name": "putScope",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScope"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14511
          },
          "name": "resetKeywordOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14527
          },
          "name": "resetOnMatch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14543
          },
          "name": "resetPattern"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14559
          },
          "name": "resetScope"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14495
          },
          "name": "resetTags"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14505
          },
          "name": "keywordOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleKeywordOptionsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14521
          },
          "name": "onMatch",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatchList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14537
          },
          "name": "pattern",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14553
          },
          "name": "scope",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14515
          },
          "name": "keywordOptionsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleKeywordOptions"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14483
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14531
          },
          "name": "onMatchInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOnMatch"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14547
          },
          "name": "patternInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePattern"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14563
          },
          "name": "scopeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScope"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14499
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14476
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14489
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14414
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRule"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePattern": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePattern",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 13720
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePattern",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#custom ObservabilityPipeline#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13726
          },
          "name": "custom",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternCustom"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#library ObservabilityPipeline#library}",
            "stability": "stable",
            "summary": "library block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13732
          },
          "name": "library",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternLibrary"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePattern"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 13376
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternCustom",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#description ObservabilityPipeline#description}",
            "stability": "stable",
            "summary": "Human-readable description providing context about a sensitive data scanner rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13382
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#rule ObservabilityPipeline#rule}",
            "stability": "stable",
            "summary": "A regular expression used to detect sensitive values. Must be a valid regex."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13388
          },
          "name": "rule",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternCustom"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternCustomList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternCustomList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 13518
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 13510
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13525
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternCustomOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternCustomList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13511
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternCustom"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternCustomList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 13437
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 13427
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13485
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13501
          },
          "name": "resetRule"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternCustomOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13489
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13505
          },
          "name": "ruleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13479
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13495
          },
          "name": "rule",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13441
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternCustom"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternCustomOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternLibrary": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternLibrary",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 13529
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternLibrary",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#description ObservabilityPipeline#description}",
            "stability": "stable",
            "summary": "Human-readable description providing context about a sensitive data scanner rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13535
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Identifier for a predefined pattern from the sensitive data scanner pattern library."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13544
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#use_recommended_keywords ObservabilityPipeline#use_recommended_keywords}",
            "stability": "stable",
            "summary": "Whether to augment the pattern with recommended keywords (optional)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13550
          },
          "name": "useRecommendedKeywords",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternLibrary"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternLibraryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternLibraryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 13709
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 13701
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13716
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternLibraryOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternLibraryList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13702
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternLibrary"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternLibraryList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternLibraryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternLibraryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 13606
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 13596
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13660
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13676
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13692
          },
          "name": "resetUseRecommendedKeywords"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternLibraryOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13664
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13680
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13696
          },
          "name": "useRecommendedKeywordsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13654
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13670
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13686
          },
          "name": "useRecommendedKeywords",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13610
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternLibrary"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternLibraryOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 13862
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 13854
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13869
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13855
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePattern"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 13781
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 13771
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13826
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternCustom"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13842
          },
          "name": "putLibrary",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternLibrary"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13829
          },
          "name": "resetCustom"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13845
          },
          "name": "resetLibrary"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13823
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternCustomList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13839
          },
          "name": "library",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternLibraryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13833
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternCustom"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13849
          },
          "name": "libraryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternLibrary"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13785
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePattern"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRulePatternOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScope": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScope",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 14109
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScope",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#all ObservabilityPipeline#all}",
            "stability": "stable",
            "summary": "Scan all fields."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14115
          },
          "name": "all",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#exclude ObservabilityPipeline#exclude}",
            "stability": "stable",
            "summary": "exclude block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14121
          },
          "name": "exclude",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeExclude"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#include ObservabilityPipeline#include}",
            "stability": "stable",
            "summary": "include block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14127
          },
          "name": "include",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeInclude"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScope"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeExclude": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeExclude",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 13873
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeExclude",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#fields ObservabilityPipeline#fields}",
            "stability": "stable",
            "summary": "The fields to exclude from scanning."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13879
          },
          "name": "fields",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeExclude"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeExcludeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeExcludeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 13980
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 13972
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13987
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeExcludeOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeExcludeList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13973
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeExclude"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeExcludeList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeExcludeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeExcludeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 13921
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 13911
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13963
          },
          "name": "resetFields"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeExcludeOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13967
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13957
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13925
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeExclude"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeExcludeOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeInclude": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeInclude",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 13991
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeInclude",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#fields ObservabilityPipeline#fields}",
            "stability": "stable",
            "summary": "The fields to include in scanning."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 13997
          },
          "name": "fields",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeInclude"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeIncludeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeIncludeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 14098
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 14090
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14105
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeIncludeOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeIncludeList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14091
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeInclude"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeIncludeList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeIncludeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeIncludeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 14039
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 14029
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14081
          },
          "name": "resetFields"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeIncludeOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14085
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14075
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14043
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeInclude"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeIncludeOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 14286
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 14278
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14293
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14279
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScope"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 14183
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 14173
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14250
          },
          "name": "putExclude",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeExclude"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14266
          },
          "name": "putInclude",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeInclude"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14237
          },
          "name": "resetAll"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14253
          },
          "name": "resetExclude"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14269
          },
          "name": "resetInclude"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14247
          },
          "name": "exclude",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeExcludeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14263
          },
          "name": "include",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeIncludeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14241
          },
          "name": "allInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14257
          },
          "name": "excludeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeExclude"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14273
          },
          "name": "includeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeInclude"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14231
          },
          "name": "all",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14187
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScope"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSensitiveDataScannerRuleScopeOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSplitArray": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSplitArray",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 14852
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSplitArray",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#array ObservabilityPipeline#array}",
            "stability": "stable",
            "summary": "array block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14858
          },
          "name": "array",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSplitArrayArray"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSplitArray"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSplitArrayArray": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSplitArrayArray",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 14705
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSplitArrayArray",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#field ObservabilityPipeline#field}",
            "stability": "stable",
            "summary": "The path to the array field to split."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14711
          },
          "name": "field",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#include ObservabilityPipeline#include}",
            "stability": "stable",
            "summary": "A Datadog search query used to determine which logs this array split operation targets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14717
          },
          "name": "include",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSplitArrayArray"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSplitArrayArrayList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSplitArrayArrayList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 14841
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 14833
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14848
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSplitArrayArrayOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSplitArrayArrayList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14834
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSplitArrayArray"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSplitArrayArrayList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSplitArrayArrayOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSplitArrayArrayOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 14766
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 14756
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSplitArrayArrayOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14815
          },
          "name": "fieldInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14828
          },
          "name": "includeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14808
          },
          "name": "field",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14821
          },
          "name": "include",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14770
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSplitArrayArray"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSplitArrayArrayOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSplitArrayList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSplitArrayList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 14959
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 14951
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14966
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSplitArrayOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSplitArrayList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14952
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSplitArray"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSplitArrayList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSplitArrayOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSplitArrayOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 14900
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 14890
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14939
          },
          "name": "putArray",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSplitArrayArray"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14942
          },
          "name": "resetArray"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorSplitArrayOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14936
          },
          "name": "array",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSplitArrayArrayList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14946
          },
          "name": "arrayInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSplitArrayArray"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14904
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorSplitArray"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorSplitArrayOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorThrottle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorThrottle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 14970
      },
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorThrottle",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#threshold ObservabilityPipeline#threshold}",
            "stability": "stable",
            "summary": "The number of events to allow before throttling is applied."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14982
          },
          "name": "threshold",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#window ObservabilityPipeline#window}",
            "stability": "stable",
            "summary": "The time window in seconds over which the threshold applies."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14988
          },
          "name": "window",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#group_by ObservabilityPipeline#group_by}",
            "stability": "stable",
            "summary": "Optional list of fields used to group events before applying throttling."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 14976
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorThrottle"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorThrottleList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorThrottleList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 15141
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 15133
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15148
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorThrottleOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorThrottleList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15134
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorThrottle"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorThrottleList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorThrottleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorThrottleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 15044
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 15034
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15098
          },
          "name": "resetGroupBy"
        }
      ],
      "name": "ObservabilityPipelineConfigProcessorGroupProcessorThrottleOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15102
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15115
          },
          "name": "thresholdInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15128
          },
          "name": "windowInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15092
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15108
          },
          "name": "threshold",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15121
          },
          "name": "window",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 15048
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigProcessorGroupProcessorThrottle"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigProcessorGroupProcessorThrottleOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSource": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSource",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 4590
      },
      "name": "ObservabilityPipelineConfigSource",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#id ObservabilityPipeline#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "The unique identifier for this source."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4599
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#amazon_data_firehose ObservabilityPipeline#amazon_data_firehose}",
            "stability": "stable",
            "summary": "amazon_data_firehose block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4605
          },
          "name": "amazonDataFirehose",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehose"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#amazon_s3 ObservabilityPipeline#amazon_s3}",
            "stability": "stable",
            "summary": "amazon_s3 block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4611
          },
          "name": "amazonS3",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#datadog_agent ObservabilityPipeline#datadog_agent}",
            "stability": "stable",
            "summary": "datadog_agent block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4617
          },
          "name": "datadogAgent",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceDatadogAgent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#fluent_bit ObservabilityPipeline#fluent_bit}",
            "stability": "stable",
            "summary": "fluent_bit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4623
          },
          "name": "fluentBit",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentBit"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#fluentd ObservabilityPipeline#fluentd}",
            "stability": "stable",
            "summary": "fluentd block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4629
          },
          "name": "fluentd",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentd"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#google_pubsub ObservabilityPipeline#google_pubsub}",
            "stability": "stable",
            "summary": "google_pubsub block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4635
          },
          "name": "googlePubsub",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsub"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#http_client ObservabilityPipeline#http_client}",
            "stability": "stable",
            "summary": "http_client block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4641
          },
          "name": "httpClient",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpClient"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#http_server ObservabilityPipeline#http_server}",
            "stability": "stable",
            "summary": "http_server block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4647
          },
          "name": "httpServer",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpServer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#kafka ObservabilityPipeline#kafka}",
            "stability": "stable",
            "summary": "kafka block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4653
          },
          "name": "kafka",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafka"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#logstash ObservabilityPipeline#logstash}",
            "stability": "stable",
            "summary": "logstash block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4659
          },
          "name": "logstash",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceLogstash"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#opentelemetry ObservabilityPipeline#opentelemetry}",
            "stability": "stable",
            "summary": "opentelemetry block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4665
          },
          "name": "opentelemetry",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceOpentelemetry"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#rsyslog ObservabilityPipeline#rsyslog}",
            "stability": "stable",
            "summary": "rsyslog block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4671
          },
          "name": "rsyslog",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceRsyslog"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#socket ObservabilityPipeline#socket}",
            "stability": "stable",
            "summary": "socket block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4677
          },
          "name": "socket",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocket"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#splunk_hec ObservabilityPipeline#splunk_hec}",
            "stability": "stable",
            "summary": "splunk_hec block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4683
          },
          "name": "splunkHec",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkHec"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#splunk_tcp ObservabilityPipeline#splunk_tcp}",
            "stability": "stable",
            "summary": "splunk_tcp block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4689
          },
          "name": "splunkTcp",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkTcp"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#sumo_logic ObservabilityPipeline#sumo_logic}",
            "stability": "stable",
            "summary": "sumo_logic block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4695
          },
          "name": "sumoLogic",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSumoLogic"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#syslog_ng ObservabilityPipeline#syslog_ng}",
            "stability": "stable",
            "summary": "syslog_ng block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4701
          },
          "name": "syslogNg",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSyslogNg"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSource"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehose": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehose",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 16831
      },
      "name": "ObservabilityPipelineConfigSourceAmazonDataFirehose",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#address_key ObservabilityPipeline#address_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the listen address."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16837
          },
          "name": "addressKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#auth ObservabilityPipeline#auth}",
            "stability": "stable",
            "summary": "auth block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16843
          },
          "name": "auth",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehoseAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}",
            "stability": "stable",
            "summary": "tls block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16849
          },
          "name": "tls",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehoseTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceAmazonDataFirehose"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehoseAuth": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehoseAuth",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 16423
      },
      "name": "ObservabilityPipelineConfigSourceAmazonDataFirehoseAuth",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#assume_role ObservabilityPipeline#assume_role}",
            "stability": "stable",
            "summary": "The Amazon Resource Name (ARN) of the role to assume."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16429
          },
          "name": "assumeRole",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#external_id ObservabilityPipeline#external_id}",
            "stability": "stable",
            "summary": "A unique identifier for cross-account role assumption."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16435
          },
          "name": "externalId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#session_name ObservabilityPipeline#session_name}",
            "stability": "stable",
            "summary": "A session identifier used for logging and tracing the assumed role session."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16441
          },
          "name": "sessionName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceAmazonDataFirehoseAuth"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehoseAuthList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehoseAuthList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 16600
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 16592
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16607
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehoseAuthOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceAmazonDataFirehoseAuthList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16593
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehoseAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceAmazonDataFirehoseAuthList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehoseAuthOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehoseAuthOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 16497
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 16487
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16551
          },
          "name": "resetAssumeRole"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16567
          },
          "name": "resetExternalId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16583
          },
          "name": "resetSessionName"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceAmazonDataFirehoseAuthOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16555
          },
          "name": "assumeRoleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16571
          },
          "name": "externalIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16587
          },
          "name": "sessionNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16545
          },
          "name": "assumeRole",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16561
          },
          "name": "externalId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16577
          },
          "name": "sessionName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16501
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehoseAuth"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceAmazonDataFirehoseAuthOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehoseList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehoseList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 17008
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 17000
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17015
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehoseOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceAmazonDataFirehoseList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17001
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehose"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceAmazonDataFirehoseList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehoseOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehoseOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 16905
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 16895
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16972
          },
          "name": "putAuth",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehoseAuth"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16988
          },
          "name": "putTls",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehoseTls"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16959
          },
          "name": "resetAddressKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16975
          },
          "name": "resetAuth"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16991
          },
          "name": "resetTls"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceAmazonDataFirehoseOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16969
          },
          "name": "auth",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehoseAuthList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16985
          },
          "name": "tls",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehoseTlsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16963
          },
          "name": "addressKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16979
          },
          "name": "authInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehoseAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16995
          },
          "name": "tlsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehoseTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16953
          },
          "name": "addressKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16909
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehose"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceAmazonDataFirehoseOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehoseTls": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehoseTls",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 16611
      },
      "name": "ObservabilityPipelineConfigSourceAmazonDataFirehoseTls",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}",
            "stability": "stable",
            "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16623
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}",
            "stability": "stable",
            "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16617
          },
          "name": "caFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}",
            "stability": "stable",
            "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16629
          },
          "name": "keyFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_pass_key ObservabilityPipeline#key_pass_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the passphrase for the private key file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16635
          },
          "name": "keyPassKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceAmazonDataFirehoseTls"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehoseTlsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehoseTlsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 16820
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 16812
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16827
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehoseTlsOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceAmazonDataFirehoseTlsList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16813
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehoseTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceAmazonDataFirehoseTlsList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehoseTlsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehoseTlsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 16698
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 16688
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16758
          },
          "name": "resetCaFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16787
          },
          "name": "resetKeyFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16803
          },
          "name": "resetKeyPassKey"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceAmazonDataFirehoseTlsOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16762
          },
          "name": "caFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16775
          },
          "name": "crtFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16791
          },
          "name": "keyFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16807
          },
          "name": "keyPassKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16752
          },
          "name": "caFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16768
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16781
          },
          "name": "keyFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16797
          },
          "name": "keyPassKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 16702
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehoseTls"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceAmazonDataFirehoseTlsOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 17427
      },
      "name": "ObservabilityPipelineConfigSourceAmazonS3",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#region ObservabilityPipeline#region}",
            "stability": "stable",
            "summary": "AWS region where the S3 bucket resides."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17439
          },
          "name": "region",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#auth ObservabilityPipeline#auth}",
            "stability": "stable",
            "summary": "auth block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17451
          },
          "name": "auth",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3Auth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Use `auto` to detect compression from the object's Content-Encoding header or file extension. Valid values are `auto`, `none`, `gzip`, `zstd`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#compression ObservabilityPipeline#compression}",
            "stability": "stable",
            "summary": "Compression format for objects retrieved from the S3 bucket."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17433
          },
          "name": "compression",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}",
            "stability": "stable",
            "summary": "tls block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17457
          },
          "name": "tls",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3Tls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#url_key ObservabilityPipeline#url_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the S3 bucket URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17445
          },
          "name": "urlKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceAmazonS3"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3Auth": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3Auth",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 17019
      },
      "name": "ObservabilityPipelineConfigSourceAmazonS3Auth",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#assume_role ObservabilityPipeline#assume_role}",
            "stability": "stable",
            "summary": "The Amazon Resource Name (ARN) of the role to assume."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17025
          },
          "name": "assumeRole",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#external_id ObservabilityPipeline#external_id}",
            "stability": "stable",
            "summary": "A unique identifier for cross-account role assumption."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17031
          },
          "name": "externalId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#session_name ObservabilityPipeline#session_name}",
            "stability": "stable",
            "summary": "A session identifier used for logging and tracing the assumed role session."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17037
          },
          "name": "sessionName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceAmazonS3Auth"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3AuthList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3AuthList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 17196
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 17188
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17203
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3AuthOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceAmazonS3AuthList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17189
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3Auth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceAmazonS3AuthList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3AuthOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3AuthOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 17093
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 17083
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17147
          },
          "name": "resetAssumeRole"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17163
          },
          "name": "resetExternalId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17179
          },
          "name": "resetSessionName"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceAmazonS3AuthOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17151
          },
          "name": "assumeRoleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17167
          },
          "name": "externalIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17183
          },
          "name": "sessionNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17141
          },
          "name": "assumeRole",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17157
          },
          "name": "externalId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17173
          },
          "name": "sessionName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17097
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3Auth"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceAmazonS3AuthOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3List": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3List",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 17671
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 17663
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17678
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3OutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceAmazonS3List",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17664
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceAmazonS3List"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3OutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3OutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 17527
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 17517
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17635
          },
          "name": "putAuth",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3Auth"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17651
          },
          "name": "putTls",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3Tls"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17638
          },
          "name": "resetAuth"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17593
          },
          "name": "resetCompression"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17654
          },
          "name": "resetTls"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17622
          },
          "name": "resetUrlKey"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceAmazonS3OutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17632
          },
          "name": "auth",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3AuthList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17648
          },
          "name": "tls",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3TlsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17642
          },
          "name": "authInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3Auth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17597
          },
          "name": "compressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17610
          },
          "name": "regionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17658
          },
          "name": "tlsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3Tls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17626
          },
          "name": "urlKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17587
          },
          "name": "compression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17603
          },
          "name": "region",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17616
          },
          "name": "urlKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17531
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceAmazonS3OutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3Tls": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3Tls",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 17207
      },
      "name": "ObservabilityPipelineConfigSourceAmazonS3Tls",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}",
            "stability": "stable",
            "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17219
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}",
            "stability": "stable",
            "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17213
          },
          "name": "caFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}",
            "stability": "stable",
            "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17225
          },
          "name": "keyFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_pass_key ObservabilityPipeline#key_pass_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the passphrase for the private key file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17231
          },
          "name": "keyPassKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceAmazonS3Tls"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3TlsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3TlsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 17416
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 17408
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17423
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3TlsOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceAmazonS3TlsList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17409
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3Tls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceAmazonS3TlsList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3TlsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3TlsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 17294
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 17284
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17354
          },
          "name": "resetCaFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17383
          },
          "name": "resetKeyFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17399
          },
          "name": "resetKeyPassKey"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceAmazonS3TlsOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17358
          },
          "name": "caFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17371
          },
          "name": "crtFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17387
          },
          "name": "keyFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17403
          },
          "name": "keyPassKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17348
          },
          "name": "caFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17364
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17377
          },
          "name": "keyFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17393
          },
          "name": "keyPassKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17298
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3Tls"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceAmazonS3TlsOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceDatadogAgent": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceDatadogAgent",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 17902
      },
      "name": "ObservabilityPipelineConfigSourceDatadogAgent",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#address_key ObservabilityPipeline#address_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the listen address for the Datadog Agent source."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17908
          },
          "name": "addressKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}",
            "stability": "stable",
            "summary": "tls block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17914
          },
          "name": "tls",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceDatadogAgentTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceDatadogAgent"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceDatadogAgentList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceDatadogAgentList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 18044
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 18036
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18051
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceDatadogAgentOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceDatadogAgentList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18037
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceDatadogAgent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceDatadogAgentList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceDatadogAgentOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceDatadogAgentOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 17963
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 17953
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18024
          },
          "name": "putTls",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceDatadogAgentTls"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18011
          },
          "name": "resetAddressKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18027
          },
          "name": "resetTls"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceDatadogAgentOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18021
          },
          "name": "tls",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceDatadogAgentTlsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18015
          },
          "name": "addressKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18031
          },
          "name": "tlsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceDatadogAgentTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18005
          },
          "name": "addressKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17967
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceDatadogAgent"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceDatadogAgentOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceDatadogAgentTls": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceDatadogAgentTls",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 17682
      },
      "name": "ObservabilityPipelineConfigSourceDatadogAgentTls",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}",
            "stability": "stable",
            "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17694
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}",
            "stability": "stable",
            "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17688
          },
          "name": "caFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}",
            "stability": "stable",
            "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17700
          },
          "name": "keyFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_pass_key ObservabilityPipeline#key_pass_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the passphrase for the private key file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17706
          },
          "name": "keyPassKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceDatadogAgentTls"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceDatadogAgentTlsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceDatadogAgentTlsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 17891
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 17883
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17898
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceDatadogAgentTlsOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceDatadogAgentTlsList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17884
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceDatadogAgentTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceDatadogAgentTlsList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceDatadogAgentTlsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceDatadogAgentTlsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 17769
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 17759
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17829
          },
          "name": "resetCaFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17858
          },
          "name": "resetKeyFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17874
          },
          "name": "resetKeyPassKey"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceDatadogAgentTlsOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17833
          },
          "name": "caFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17846
          },
          "name": "crtFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17862
          },
          "name": "keyFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17878
          },
          "name": "keyPassKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17823
          },
          "name": "caFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17839
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17852
          },
          "name": "keyFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17868
          },
          "name": "keyPassKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 17773
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceDatadogAgentTls"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceDatadogAgentTlsOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentBit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentBit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 18275
      },
      "name": "ObservabilityPipelineConfigSourceFluentBit",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#address_key ObservabilityPipeline#address_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the listen address."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18281
          },
          "name": "addressKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}",
            "stability": "stable",
            "summary": "tls block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18287
          },
          "name": "tls",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentBitTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceFluentBit"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentBitList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentBitList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 18417
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 18409
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18424
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentBitOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceFluentBitList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18410
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentBit"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceFluentBitList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentBitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentBitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 18336
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 18326
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18397
          },
          "name": "putTls",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentBitTls"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18384
          },
          "name": "resetAddressKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18400
          },
          "name": "resetTls"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceFluentBitOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18394
          },
          "name": "tls",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentBitTlsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18388
          },
          "name": "addressKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18404
          },
          "name": "tlsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentBitTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18378
          },
          "name": "addressKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18340
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentBit"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceFluentBitOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentBitTls": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentBitTls",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 18055
      },
      "name": "ObservabilityPipelineConfigSourceFluentBitTls",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}",
            "stability": "stable",
            "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18067
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}",
            "stability": "stable",
            "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18061
          },
          "name": "caFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}",
            "stability": "stable",
            "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18073
          },
          "name": "keyFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_pass_key ObservabilityPipeline#key_pass_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the passphrase for the private key file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18079
          },
          "name": "keyPassKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceFluentBitTls"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentBitTlsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentBitTlsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 18264
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 18256
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18271
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentBitTlsOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceFluentBitTlsList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18257
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentBitTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceFluentBitTlsList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentBitTlsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentBitTlsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 18142
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 18132
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18202
          },
          "name": "resetCaFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18231
          },
          "name": "resetKeyFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18247
          },
          "name": "resetKeyPassKey"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceFluentBitTlsOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18206
          },
          "name": "caFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18219
          },
          "name": "crtFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18235
          },
          "name": "keyFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18251
          },
          "name": "keyPassKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18196
          },
          "name": "caFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18212
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18225
          },
          "name": "keyFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18241
          },
          "name": "keyPassKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18146
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentBitTls"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceFluentBitTlsOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentd": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentd",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 18648
      },
      "name": "ObservabilityPipelineConfigSourceFluentd",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#address_key ObservabilityPipeline#address_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the listen address."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18654
          },
          "name": "addressKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}",
            "stability": "stable",
            "summary": "tls block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18660
          },
          "name": "tls",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentdTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceFluentd"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentdList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentdList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 18790
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 18782
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18797
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentdOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceFluentdList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18783
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentd"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceFluentdList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentdOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentdOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 18709
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 18699
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18770
          },
          "name": "putTls",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentdTls"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18757
          },
          "name": "resetAddressKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18773
          },
          "name": "resetTls"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceFluentdOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18767
          },
          "name": "tls",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentdTlsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18761
          },
          "name": "addressKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18777
          },
          "name": "tlsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentdTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18751
          },
          "name": "addressKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18713
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentd"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceFluentdOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentdTls": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentdTls",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 18428
      },
      "name": "ObservabilityPipelineConfigSourceFluentdTls",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}",
            "stability": "stable",
            "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18440
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}",
            "stability": "stable",
            "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18434
          },
          "name": "caFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}",
            "stability": "stable",
            "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18446
          },
          "name": "keyFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_pass_key ObservabilityPipeline#key_pass_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the passphrase for the private key file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18452
          },
          "name": "keyPassKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceFluentdTls"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentdTlsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentdTlsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 18637
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 18629
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18644
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentdTlsOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceFluentdTlsList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18630
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentdTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceFluentdTlsList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentdTlsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentdTlsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 18515
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 18505
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18575
          },
          "name": "resetCaFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18604
          },
          "name": "resetKeyFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18620
          },
          "name": "resetKeyPassKey"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceFluentdTlsOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18579
          },
          "name": "caFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18592
          },
          "name": "crtFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18608
          },
          "name": "keyFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18624
          },
          "name": "keyPassKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18569
          },
          "name": "caFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18585
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18598
          },
          "name": "keyFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18614
          },
          "name": "keyPassKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18519
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentdTls"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceFluentdTlsOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsub": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsub",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 19136
      },
      "name": "ObservabilityPipelineConfigSourceGooglePubsub",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#decoding ObservabilityPipeline#decoding}",
            "stability": "stable",
            "summary": "The decoding format used to interpret incoming logs."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19142
          },
          "name": "decoding",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#project ObservabilityPipeline#project}",
            "stability": "stable",
            "summary": "The Google Cloud project ID that owns the Pub/Sub subscription."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19148
          },
          "name": "project",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#subscription ObservabilityPipeline#subscription}",
            "stability": "stable",
            "summary": "The Pub/Sub subscription name from which messages are consumed."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19154
          },
          "name": "subscription",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#auth ObservabilityPipeline#auth}",
            "stability": "stable",
            "summary": "auth block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19160
          },
          "name": "auth",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsubAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}",
            "stability": "stable",
            "summary": "tls block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19166
          },
          "name": "tls",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsubTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceGooglePubsub"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsubAuth": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsubAuth",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 18801
      },
      "name": "ObservabilityPipelineConfigSourceGooglePubsubAuth",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#credentials_file ObservabilityPipeline#credentials_file}",
            "stability": "stable",
            "summary": "Path to the Google Cloud service account key file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18807
          },
          "name": "credentialsFile",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceGooglePubsubAuth"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsubAuthList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsubAuthList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 18905
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 18897
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18912
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsubAuthOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceGooglePubsubAuthList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18898
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsubAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceGooglePubsubAuthList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsubAuthOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsubAuthOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 18849
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 18839
      },
      "name": "ObservabilityPipelineConfigSourceGooglePubsubAuthOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18892
          },
          "name": "credentialsFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18885
          },
          "name": "credentialsFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18853
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsubAuth"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceGooglePubsubAuthOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsubList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsubList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 19374
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 19366
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19381
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsubOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceGooglePubsubList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19367
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsub"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceGooglePubsubList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsubOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsubOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 19236
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 19226
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19338
          },
          "name": "putAuth",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsubAuth"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19354
          },
          "name": "putTls",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsubTls"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19341
          },
          "name": "resetAuth"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19357
          },
          "name": "resetTls"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceGooglePubsubOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19335
          },
          "name": "auth",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsubAuthList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19351
          },
          "name": "tls",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsubTlsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19345
          },
          "name": "authInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsubAuth"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19303
          },
          "name": "decodingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19316
          },
          "name": "projectInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19329
          },
          "name": "subscriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19361
          },
          "name": "tlsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsubTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19296
          },
          "name": "decoding",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19309
          },
          "name": "project",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19322
          },
          "name": "subscription",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19240
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsub"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceGooglePubsubOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsubTls": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsubTls",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 18916
      },
      "name": "ObservabilityPipelineConfigSourceGooglePubsubTls",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}",
            "stability": "stable",
            "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18928
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}",
            "stability": "stable",
            "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18922
          },
          "name": "caFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}",
            "stability": "stable",
            "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18934
          },
          "name": "keyFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_pass_key ObservabilityPipeline#key_pass_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the passphrase for the private key file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 18940
          },
          "name": "keyPassKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceGooglePubsubTls"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsubTlsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsubTlsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 19125
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 19117
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19132
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsubTlsOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceGooglePubsubTlsList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19118
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsubTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceGooglePubsubTlsList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsubTlsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsubTlsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 19003
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 18993
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19063
          },
          "name": "resetCaFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19092
          },
          "name": "resetKeyFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19108
          },
          "name": "resetKeyPassKey"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceGooglePubsubTlsOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19067
          },
          "name": "caFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19080
          },
          "name": "crtFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19096
          },
          "name": "keyFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19112
          },
          "name": "keyPassKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19057
          },
          "name": "caFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19073
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19086
          },
          "name": "keyFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19102
          },
          "name": "keyPassKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19007
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsubTls"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceGooglePubsubTlsOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpClient": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpClient",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 19605
      },
      "name": "ObservabilityPipelineConfigSourceHttpClient",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#decoding ObservabilityPipeline#decoding}",
            "stability": "stable",
            "summary": "The decoding format used to interpret incoming logs."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19623
          },
          "name": "decoding",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#auth_strategy ObservabilityPipeline#auth_strategy}",
            "stability": "stable",
            "summary": "Optional authentication strategy for HTTP requests. Valid values are `none`, `basic`, `bearer`, `custom`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19611
          },
          "name": "authStrategy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#custom_key ObservabilityPipeline#custom_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds a custom header value (used with custom auth strategies)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19617
          },
          "name": "customKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#endpoint_url_key ObservabilityPipeline#endpoint_url_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the HTTP endpoint URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19629
          },
          "name": "endpointUrlKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#password_key ObservabilityPipeline#password_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the password."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19635
          },
          "name": "passwordKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#scrape_interval_secs ObservabilityPipeline#scrape_interval_secs}",
            "stability": "stable",
            "summary": "The interval (in seconds) between HTTP scrape requests."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19641
          },
          "name": "scrapeIntervalSecs",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#scrape_timeout_secs ObservabilityPipeline#scrape_timeout_secs}",
            "stability": "stable",
            "summary": "The timeout (in seconds) for each scrape request."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19647
          },
          "name": "scrapeTimeoutSecs",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}",
            "stability": "stable",
            "summary": "tls block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19665
          },
          "name": "tls",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpClientTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#token_key ObservabilityPipeline#token_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the authentication token."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19653
          },
          "name": "tokenKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#username_key ObservabilityPipeline#username_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the username."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19659
          },
          "name": "usernameKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceHttpClient"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpClientList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpClientList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 20024
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 20016
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 20031
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpClientOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceHttpClientList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 20017
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpClient"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceHttpClientList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpClientOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpClientOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 19770
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 19760
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 20004
          },
          "name": "putTls",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpClientTls"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19866
          },
          "name": "resetAuthStrategy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19882
          },
          "name": "resetCustomKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19911
          },
          "name": "resetEndpointUrlKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19927
          },
          "name": "resetPasswordKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19943
          },
          "name": "resetScrapeIntervalSecs"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19959
          },
          "name": "resetScrapeTimeoutSecs"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 20007
          },
          "name": "resetTls"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19975
          },
          "name": "resetTokenKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19991
          },
          "name": "resetUsernameKey"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceHttpClientOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 20001
          },
          "name": "tls",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpClientTlsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19870
          },
          "name": "authStrategyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19886
          },
          "name": "customKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19899
          },
          "name": "decodingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19915
          },
          "name": "endpointUrlKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19931
          },
          "name": "passwordKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19947
          },
          "name": "scrapeIntervalSecsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19963
          },
          "name": "scrapeTimeoutSecsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 20011
          },
          "name": "tlsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpClientTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19979
          },
          "name": "tokenKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19995
          },
          "name": "usernameKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19860
          },
          "name": "authStrategy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19876
          },
          "name": "customKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19892
          },
          "name": "decoding",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19905
          },
          "name": "endpointUrlKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19921
          },
          "name": "passwordKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19937
          },
          "name": "scrapeIntervalSecs",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19953
          },
          "name": "scrapeTimeoutSecs",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19969
          },
          "name": "tokenKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19985
          },
          "name": "usernameKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19774
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpClient"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceHttpClientOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpClientTls": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpClientTls",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 19385
      },
      "name": "ObservabilityPipelineConfigSourceHttpClientTls",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}",
            "stability": "stable",
            "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19397
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}",
            "stability": "stable",
            "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19391
          },
          "name": "caFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}",
            "stability": "stable",
            "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19403
          },
          "name": "keyFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_pass_key ObservabilityPipeline#key_pass_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the passphrase for the private key file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19409
          },
          "name": "keyPassKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceHttpClientTls"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpClientTlsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpClientTlsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 19594
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 19586
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19601
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpClientTlsOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceHttpClientTlsList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19587
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpClientTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceHttpClientTlsList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpClientTlsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpClientTlsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs400.ts",
          "line": 19472
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs400.ts",
        "line": 19462
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19532
          },
          "name": "resetCaFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19561
          },
          "name": "resetKeyFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19577
          },
          "name": "resetKeyPassKey"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceHttpClientTlsOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19536
          },
          "name": "caFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19549
          },
          "name": "crtFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19565
          },
          "name": "keyFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19581
          },
          "name": "keyPassKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19526
          },
          "name": "caFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19542
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19555
          },
          "name": "keyFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19571
          },
          "name": "keyPassKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs400.ts",
            "line": 19476
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpClientTls"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs400:ObservabilityPipelineConfigSourceHttpClientTlsOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpServer": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpServer",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 263
      },
      "name": "ObservabilityPipelineConfigSourceHttpServer",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#auth_strategy ObservabilityPipeline#auth_strategy}",
            "stability": "stable",
            "summary": "HTTP authentication method. Valid values are `none`, `plain`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 275
          },
          "name": "authStrategy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#decoding ObservabilityPipeline#decoding}",
            "stability": "stable",
            "summary": "The decoding format used to interpret incoming logs. Valid values are `json`, `gelf`, `syslog`, `bytes`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 281
          },
          "name": "decoding",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#address_key ObservabilityPipeline#address_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the listen address."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 269
          },
          "name": "addressKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#password_key ObservabilityPipeline#password_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the password."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 287
          },
          "name": "passwordKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}",
            "stability": "stable",
            "summary": "tls block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 299
          },
          "name": "tls",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpServerTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#username_key ObservabilityPipeline#username_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the username."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 293
          },
          "name": "usernameKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceHttpServer"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpServerList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpServerList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 539
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 531
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 546
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpServerOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceHttpServerList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 532
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpServer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceHttpServerList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpServerOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpServerOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 376
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 366
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 519
          },
          "name": "putTls",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpServerTls"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 448
          },
          "name": "resetAddressKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 490
          },
          "name": "resetPasswordKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 522
          },
          "name": "resetTls"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 506
          },
          "name": "resetUsernameKey"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceHttpServerOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 516
          },
          "name": "tls",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpServerTlsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 452
          },
          "name": "addressKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 465
          },
          "name": "authStrategyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 478
          },
          "name": "decodingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 494
          },
          "name": "passwordKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 526
          },
          "name": "tlsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpServerTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 510
          },
          "name": "usernameKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 442
          },
          "name": "addressKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 458
          },
          "name": "authStrategy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 471
          },
          "name": "decoding",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 484
          },
          "name": "passwordKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 500
          },
          "name": "usernameKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 380
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpServer"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceHttpServerOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpServerTls": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpServerTls",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 43
      },
      "name": "ObservabilityPipelineConfigSourceHttpServerTls",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}",
            "stability": "stable",
            "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 55
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}",
            "stability": "stable",
            "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 49
          },
          "name": "caFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}",
            "stability": "stable",
            "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 61
          },
          "name": "keyFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_pass_key ObservabilityPipeline#key_pass_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the passphrase for the private key file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 67
          },
          "name": "keyPassKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceHttpServerTls"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpServerTlsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpServerTlsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 252
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 244
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 259
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpServerTlsOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceHttpServerTlsList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 245
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpServerTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceHttpServerTlsList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpServerTlsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpServerTlsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 130
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 120
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 190
          },
          "name": "resetCaFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 219
          },
          "name": "resetKeyFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 235
          },
          "name": "resetKeyPassKey"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceHttpServerTlsOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 194
          },
          "name": "caFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 207
          },
          "name": "crtFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 223
          },
          "name": "keyFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 239
          },
          "name": "keyPassKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 184
          },
          "name": "caFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 200
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 213
          },
          "name": "keyFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 229
          },
          "name": "keyPassKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 134
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpServerTls"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceHttpServerTlsOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafka": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafka",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 1102
      },
      "name": "ObservabilityPipelineConfigSourceKafka",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#group_id ObservabilityPipeline#group_id}",
            "stability": "stable",
            "summary": "The Kafka consumer group ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1114
          },
          "name": "groupId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#topics ObservabilityPipeline#topics}",
            "stability": "stable",
            "summary": "A list of Kafka topic names to subscribe to. The source ingests messages from each topic specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1120
          },
          "name": "topics",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#bootstrap_servers_key ObservabilityPipeline#bootstrap_servers_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the Kafka bootstrap servers connection string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1108
          },
          "name": "bootstrapServersKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#librdkafka_option ObservabilityPipeline#librdkafka_option}",
            "stability": "stable",
            "summary": "librdkafka_option block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1126
          },
          "name": "librdkafkaOption",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaLibrdkafkaOption"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#sasl ObservabilityPipeline#sasl}",
            "stability": "stable",
            "summary": "sasl block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1132
          },
          "name": "sasl",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaSasl"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}",
            "stability": "stable",
            "summary": "tls block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1138
          },
          "name": "tls",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceKafka"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaLibrdkafkaOption": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaLibrdkafkaOption",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 550
      },
      "name": "ObservabilityPipelineConfigSourceKafkaLibrdkafkaOption",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#name ObservabilityPipeline#name}",
            "stability": "stable",
            "summary": "The name of the librdkafka option."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 556
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#value ObservabilityPipeline#value}",
            "stability": "stable",
            "summary": "The value of the librdkafka option."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 562
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceKafkaLibrdkafkaOption"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaLibrdkafkaOptionList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaLibrdkafkaOptionList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 686
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 678
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 693
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaLibrdkafkaOptionOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceKafkaLibrdkafkaOptionList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 679
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaLibrdkafkaOption"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceKafkaLibrdkafkaOptionList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaLibrdkafkaOptionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaLibrdkafkaOptionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 611
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 601
      },
      "name": "ObservabilityPipelineConfigSourceKafkaLibrdkafkaOptionOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 660
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 673
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 653
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 666
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 615
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaLibrdkafkaOption"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceKafkaLibrdkafkaOptionOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 1378
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 1370
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1385
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceKafkaList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1371
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafka"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceKafkaList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 1215
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 1205
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1326
          },
          "name": "putLibrdkafkaOption",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaLibrdkafkaOption"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1342
          },
          "name": "putSasl",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaSasl"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1358
          },
          "name": "putTls",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaTls"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1287
          },
          "name": "resetBootstrapServersKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1329
          },
          "name": "resetLibrdkafkaOption"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1345
          },
          "name": "resetSasl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1361
          },
          "name": "resetTls"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceKafkaOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1323
          },
          "name": "librdkafkaOption",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaLibrdkafkaOptionList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1339
          },
          "name": "sasl",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaSaslList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1355
          },
          "name": "tls",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaTlsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1291
          },
          "name": "bootstrapServersKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1304
          },
          "name": "groupIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1333
          },
          "name": "librdkafkaOptionInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaLibrdkafkaOption"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1349
          },
          "name": "saslInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaSasl"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1365
          },
          "name": "tlsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1317
          },
          "name": "topicsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1281
          },
          "name": "bootstrapServersKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1297
          },
          "name": "groupId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1310
          },
          "name": "topics",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1219
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafka"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceKafkaOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaSasl": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaSasl",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 697
      },
      "name": "ObservabilityPipelineConfigSourceKafkaSasl",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#mechanism ObservabilityPipeline#mechanism}",
            "stability": "stable",
            "summary": "SASL mechanism to use (e.g., PLAIN, SCRAM-SHA-256, SCRAM-SHA-512). Valid values are `PLAIN`, `SCRAM-SHA-256`, `SCRAM-SHA-512`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 703
          },
          "name": "mechanism",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#password_key ObservabilityPipeline#password_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the SASL password."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 709
          },
          "name": "passwordKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#username_key ObservabilityPipeline#username_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the SASL username."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 715
          },
          "name": "usernameKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceKafkaSasl"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaSaslList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaSaslList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 871
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 863
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 878
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaSaslOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceKafkaSaslList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 864
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaSasl"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceKafkaSaslList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaSaslOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaSaslOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 771
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 761
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 838
          },
          "name": "resetPasswordKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 854
          },
          "name": "resetUsernameKey"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceKafkaSaslOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 826
          },
          "name": "mechanismInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 842
          },
          "name": "passwordKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 858
          },
          "name": "usernameKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 819
          },
          "name": "mechanism",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 832
          },
          "name": "passwordKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 848
          },
          "name": "usernameKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 775
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaSasl"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceKafkaSaslOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaTls": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaTls",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 882
      },
      "name": "ObservabilityPipelineConfigSourceKafkaTls",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}",
            "stability": "stable",
            "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 894
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}",
            "stability": "stable",
            "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 888
          },
          "name": "caFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}",
            "stability": "stable",
            "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 900
          },
          "name": "keyFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_pass_key ObservabilityPipeline#key_pass_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the passphrase for the private key file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 906
          },
          "name": "keyPassKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceKafkaTls"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaTlsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaTlsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 1091
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 1083
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1098
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaTlsOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceKafkaTlsList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1084
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceKafkaTlsList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaTlsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaTlsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 969
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 959
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1029
          },
          "name": "resetCaFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1058
          },
          "name": "resetKeyFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1074
          },
          "name": "resetKeyPassKey"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceKafkaTlsOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1033
          },
          "name": "caFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1046
          },
          "name": "crtFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1062
          },
          "name": "keyFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1078
          },
          "name": "keyPassKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1023
          },
          "name": "caFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1039
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1052
          },
          "name": "keyFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1068
          },
          "name": "keyPassKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 973
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaTls"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceKafkaTlsOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 5292
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 5284
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5299
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5285
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSource"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceLogstash": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceLogstash",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 1609
      },
      "name": "ObservabilityPipelineConfigSourceLogstash",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#address_key ObservabilityPipeline#address_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the listen address."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1615
          },
          "name": "addressKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}",
            "stability": "stable",
            "summary": "tls block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1621
          },
          "name": "tls",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceLogstashTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceLogstash"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceLogstashList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceLogstashList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 1751
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 1743
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1758
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceLogstashOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceLogstashList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1744
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceLogstash"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceLogstashList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceLogstashOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceLogstashOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 1670
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 1660
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1731
          },
          "name": "putTls",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceLogstashTls"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1718
          },
          "name": "resetAddressKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1734
          },
          "name": "resetTls"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceLogstashOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1728
          },
          "name": "tls",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceLogstashTlsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1722
          },
          "name": "addressKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1738
          },
          "name": "tlsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceLogstashTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1712
          },
          "name": "addressKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1674
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceLogstash"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceLogstashOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceLogstashTls": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceLogstashTls",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 1389
      },
      "name": "ObservabilityPipelineConfigSourceLogstashTls",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}",
            "stability": "stable",
            "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1401
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}",
            "stability": "stable",
            "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1395
          },
          "name": "caFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}",
            "stability": "stable",
            "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1407
          },
          "name": "keyFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_pass_key ObservabilityPipeline#key_pass_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the passphrase for the private key file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1413
          },
          "name": "keyPassKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceLogstashTls"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceLogstashTlsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceLogstashTlsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 1598
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 1590
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1605
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceLogstashTlsOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceLogstashTlsList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1591
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceLogstashTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceLogstashTlsList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceLogstashTlsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceLogstashTlsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 1476
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 1466
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1536
          },
          "name": "resetCaFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1565
          },
          "name": "resetKeyFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1581
          },
          "name": "resetKeyPassKey"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceLogstashTlsOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1540
          },
          "name": "caFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1553
          },
          "name": "crtFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1569
          },
          "name": "keyFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1585
          },
          "name": "keyPassKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1530
          },
          "name": "caFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1546
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1559
          },
          "name": "keyFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1575
          },
          "name": "keyPassKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1480
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceLogstashTls"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceLogstashTlsOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceOpentelemetry": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceOpentelemetry",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 1982
      },
      "name": "ObservabilityPipelineConfigSourceOpentelemetry",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#grpc_address_key ObservabilityPipeline#grpc_address_key}",
            "stability": "stable",
            "summary": "Environment variable name containing the gRPC server address for receiving OTLP data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1988
          },
          "name": "grpcAddressKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#http_address_key ObservabilityPipeline#http_address_key}",
            "stability": "stable",
            "summary": "Environment variable name containing the HTTP server address for receiving OTLP data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1994
          },
          "name": "httpAddressKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}",
            "stability": "stable",
            "summary": "tls block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2000
          },
          "name": "tls",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceOpentelemetryTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceOpentelemetry"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceOpentelemetryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceOpentelemetryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 2159
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 2151
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2166
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceOpentelemetryOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceOpentelemetryList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2152
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceOpentelemetry"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceOpentelemetryList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceOpentelemetryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceOpentelemetryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 2056
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 2046
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2139
          },
          "name": "putTls",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceOpentelemetryTls"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2110
          },
          "name": "resetGrpcAddressKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2126
          },
          "name": "resetHttpAddressKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2142
          },
          "name": "resetTls"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceOpentelemetryOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2136
          },
          "name": "tls",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceOpentelemetryTlsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2114
          },
          "name": "grpcAddressKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2130
          },
          "name": "httpAddressKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2146
          },
          "name": "tlsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceOpentelemetryTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2104
          },
          "name": "grpcAddressKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2120
          },
          "name": "httpAddressKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2060
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceOpentelemetry"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceOpentelemetryOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceOpentelemetryTls": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceOpentelemetryTls",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 1762
      },
      "name": "ObservabilityPipelineConfigSourceOpentelemetryTls",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}",
            "stability": "stable",
            "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1774
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}",
            "stability": "stable",
            "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1768
          },
          "name": "caFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}",
            "stability": "stable",
            "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1780
          },
          "name": "keyFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_pass_key ObservabilityPipeline#key_pass_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the passphrase for the private key file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1786
          },
          "name": "keyPassKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceOpentelemetryTls"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceOpentelemetryTlsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceOpentelemetryTlsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 1971
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 1963
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1978
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceOpentelemetryTlsOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceOpentelemetryTlsList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1964
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceOpentelemetryTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceOpentelemetryTlsList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceOpentelemetryTlsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceOpentelemetryTlsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 1849
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 1839
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1909
          },
          "name": "resetCaFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1938
          },
          "name": "resetKeyFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1954
          },
          "name": "resetKeyPassKey"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceOpentelemetryTlsOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1913
          },
          "name": "caFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1926
          },
          "name": "crtFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1942
          },
          "name": "keyFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1958
          },
          "name": "keyPassKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1903
          },
          "name": "caFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1919
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1932
          },
          "name": "keyFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1948
          },
          "name": "keyPassKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 1853
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceOpentelemetryTls"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceOpentelemetryTlsOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 4862
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 4852
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5016
          },
          "name": "putAmazonDataFirehose",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehose"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5032
          },
          "name": "putAmazonS3",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5048
          },
          "name": "putDatadogAgent",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceDatadogAgent"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5064
          },
          "name": "putFluentBit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentBit"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5080
          },
          "name": "putFluentd",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentd"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5096
          },
          "name": "putGooglePubsub",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsub"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5112
          },
          "name": "putHttpClient",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpClient"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5128
          },
          "name": "putHttpServer",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpServer"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5144
          },
          "name": "putKafka",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafka"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5160
          },
          "name": "putLogstash",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceLogstash"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5176
          },
          "name": "putOpentelemetry",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceOpentelemetry"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5192
          },
          "name": "putRsyslog",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceRsyslog"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5208
          },
          "name": "putSocket",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocket"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5224
          },
          "name": "putSplunkHec",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkHec"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5240
          },
          "name": "putSplunkTcp",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkTcp"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5256
          },
          "name": "putSumoLogic",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSumoLogic"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5272
          },
          "name": "putSyslogNg",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSyslogNg"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5019
          },
          "name": "resetAmazonDataFirehose"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5035
          },
          "name": "resetAmazonS3"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5051
          },
          "name": "resetDatadogAgent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5067
          },
          "name": "resetFluentBit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5083
          },
          "name": "resetFluentd"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5099
          },
          "name": "resetGooglePubsub"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5115
          },
          "name": "resetHttpClient"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5131
          },
          "name": "resetHttpServer"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5147
          },
          "name": "resetKafka"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5163
          },
          "name": "resetLogstash"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5179
          },
          "name": "resetOpentelemetry"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5195
          },
          "name": "resetRsyslog"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5211
          },
          "name": "resetSocket"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5227
          },
          "name": "resetSplunkHec"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5243
          },
          "name": "resetSplunkTcp"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5259
          },
          "name": "resetSumoLogic"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5275
          },
          "name": "resetSyslogNg"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5013
          },
          "name": "amazonDataFirehose",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehoseList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5029
          },
          "name": "amazonS3",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3List"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5045
          },
          "name": "datadogAgent",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceDatadogAgentList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5061
          },
          "name": "fluentBit",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentBitList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5077
          },
          "name": "fluentd",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentdList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5093
          },
          "name": "googlePubsub",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsubList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5109
          },
          "name": "httpClient",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpClientList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5125
          },
          "name": "httpServer",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpServerList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5141
          },
          "name": "kafka",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafkaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5157
          },
          "name": "logstash",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceLogstashList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5173
          },
          "name": "opentelemetry",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceOpentelemetryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5189
          },
          "name": "rsyslog",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceRsyslogList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5205
          },
          "name": "socket",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5221
          },
          "name": "splunkHec",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkHecList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5237
          },
          "name": "splunkTcp",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkTcpList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5253
          },
          "name": "sumoLogic",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSumoLogicList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5269
          },
          "name": "syslogNg",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSyslogNgList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5023
          },
          "name": "amazonDataFirehoseInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonDataFirehose"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5039
          },
          "name": "amazonS3Input",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceAmazonS3"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5055
          },
          "name": "datadogAgentInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceDatadogAgent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5071
          },
          "name": "fluentBitInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentBit"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5087
          },
          "name": "fluentdInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceFluentd"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5103
          },
          "name": "googlePubsubInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceGooglePubsub"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5119
          },
          "name": "httpClientInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpClient"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5135
          },
          "name": "httpServerInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceHttpServer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5007
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5151
          },
          "name": "kafkaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceKafka"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5167
          },
          "name": "logstashInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceLogstash"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5183
          },
          "name": "opentelemetryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceOpentelemetry"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5199
          },
          "name": "rsyslogInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceRsyslog"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5215
          },
          "name": "socketInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocket"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5231
          },
          "name": "splunkHecInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkHec"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5247
          },
          "name": "splunkTcpInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkTcp"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5263
          },
          "name": "sumoLogicInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSumoLogic"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5279
          },
          "name": "syslogNgInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSyslogNg"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 5000
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4866
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSource"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceRsyslog": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceRsyslog",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 2390
      },
      "name": "ObservabilityPipelineConfigSourceRsyslog",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#address_key ObservabilityPipeline#address_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the listen address."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2396
          },
          "name": "addressKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#mode ObservabilityPipeline#mode}",
            "stability": "stable",
            "summary": "Protocol used by the syslog source to receive messages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2402
          },
          "name": "mode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}",
            "stability": "stable",
            "summary": "tls block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2408
          },
          "name": "tls",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceRsyslogTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceRsyslog"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceRsyslogList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceRsyslogList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 2567
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 2559
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2574
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceRsyslogOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceRsyslogList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2560
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceRsyslog"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceRsyslogList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceRsyslogOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceRsyslogOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 2464
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 2454
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2547
          },
          "name": "putTls",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceRsyslogTls"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2518
          },
          "name": "resetAddressKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2534
          },
          "name": "resetMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2550
          },
          "name": "resetTls"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceRsyslogOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2544
          },
          "name": "tls",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceRsyslogTlsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2522
          },
          "name": "addressKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2538
          },
          "name": "modeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2554
          },
          "name": "tlsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceRsyslogTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2512
          },
          "name": "addressKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2528
          },
          "name": "mode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2468
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceRsyslog"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceRsyslogOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceRsyslogTls": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceRsyslogTls",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 2170
      },
      "name": "ObservabilityPipelineConfigSourceRsyslogTls",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}",
            "stability": "stable",
            "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2182
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}",
            "stability": "stable",
            "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2176
          },
          "name": "caFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}",
            "stability": "stable",
            "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2188
          },
          "name": "keyFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_pass_key ObservabilityPipeline#key_pass_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the passphrase for the private key file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2194
          },
          "name": "keyPassKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceRsyslogTls"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceRsyslogTlsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceRsyslogTlsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 2379
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 2371
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2386
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceRsyslogTlsOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceRsyslogTlsList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2372
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceRsyslogTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceRsyslogTlsList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceRsyslogTlsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceRsyslogTlsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 2257
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 2247
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2317
          },
          "name": "resetCaFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2346
          },
          "name": "resetKeyFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2362
          },
          "name": "resetKeyPassKey"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceRsyslogTlsOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2321
          },
          "name": "caFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2334
          },
          "name": "crtFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2350
          },
          "name": "keyFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2366
          },
          "name": "keyPassKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2311
          },
          "name": "caFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2327
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2340
          },
          "name": "keyFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2356
          },
          "name": "keyPassKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2261
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceRsyslogTls"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceRsyslogTlsOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocket": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocket",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 3063
      },
      "name": "ObservabilityPipelineConfigSourceSocket",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#mode ObservabilityPipeline#mode}",
            "stability": "stable",
            "summary": "The protocol used to receive logs. Valid values are `tcp`, `udp`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3075
          },
          "name": "mode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#address_key ObservabilityPipeline#address_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the listen address for the socket."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3069
          },
          "name": "addressKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#framing ObservabilityPipeline#framing}",
            "stability": "stable",
            "summary": "framing block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3081
          },
          "name": "framing",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketFraming"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}",
            "stability": "stable",
            "summary": "tls block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3087
          },
          "name": "tls",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceSocket"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketFraming": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketFraming",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 2693
      },
      "name": "ObservabilityPipelineConfigSourceSocketFraming",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#method ObservabilityPipeline#method}",
            "stability": "stable",
            "summary": "The framing method. Valid values are `newline_delimited`, `bytes`, `character_delimited`, `octet_counting`, `chunked_gelf`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2699
          },
          "name": "method",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#character_delimited ObservabilityPipeline#character_delimited}",
            "stability": "stable",
            "summary": "character_delimited block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2705
          },
          "name": "characterDelimited",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketFramingCharacterDelimited"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceSocketFraming"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketFramingCharacterDelimited": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketFramingCharacterDelimited",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 2578
      },
      "name": "ObservabilityPipelineConfigSourceSocketFramingCharacterDelimited",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#delimiter ObservabilityPipeline#delimiter}",
            "stability": "stable",
            "summary": "A single ASCII character used as a delimiter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2584
          },
          "name": "delimiter",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceSocketFramingCharacterDelimited"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketFramingCharacterDelimitedList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketFramingCharacterDelimitedList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 2682
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 2674
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2689
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketFramingCharacterDelimitedOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceSocketFramingCharacterDelimitedList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2675
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketFramingCharacterDelimited"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceSocketFramingCharacterDelimitedList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketFramingCharacterDelimitedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketFramingCharacterDelimitedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 2626
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 2616
      },
      "name": "ObservabilityPipelineConfigSourceSocketFramingCharacterDelimitedOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2669
          },
          "name": "delimiterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2662
          },
          "name": "delimiter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2630
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketFramingCharacterDelimited"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceSocketFramingCharacterDelimitedOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketFramingList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketFramingList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 2832
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 2824
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2839
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketFramingOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceSocketFramingList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2825
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketFraming"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceSocketFramingList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketFramingOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketFramingOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 2754
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 2744
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2812
          },
          "name": "putCharacterDelimited",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketFramingCharacterDelimited"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2815
          },
          "name": "resetCharacterDelimited"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceSocketFramingOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2809
          },
          "name": "characterDelimited",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketFramingCharacterDelimitedList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2819
          },
          "name": "characterDelimitedInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketFramingCharacterDelimited"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2803
          },
          "name": "methodInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2796
          },
          "name": "method",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2758
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketFraming"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceSocketFramingOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 3272
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 3264
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3279
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceSocketList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3265
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocket"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceSocketList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 3150
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 3140
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3236
          },
          "name": "putFraming",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketFraming"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3252
          },
          "name": "putTls",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketTls"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3210
          },
          "name": "resetAddressKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3239
          },
          "name": "resetFraming"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3255
          },
          "name": "resetTls"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceSocketOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3233
          },
          "name": "framing",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketFramingList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3249
          },
          "name": "tls",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketTlsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3214
          },
          "name": "addressKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3243
          },
          "name": "framingInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketFraming"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3227
          },
          "name": "modeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3259
          },
          "name": "tlsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3204
          },
          "name": "addressKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3220
          },
          "name": "mode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3154
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocket"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceSocketOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketTls": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketTls",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 2843
      },
      "name": "ObservabilityPipelineConfigSourceSocketTls",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}",
            "stability": "stable",
            "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2855
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}",
            "stability": "stable",
            "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2849
          },
          "name": "caFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}",
            "stability": "stable",
            "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2861
          },
          "name": "keyFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_pass_key ObservabilityPipeline#key_pass_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the passphrase for the private key file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2867
          },
          "name": "keyPassKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceSocketTls"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketTlsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketTlsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 3052
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 3044
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3059
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketTlsOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceSocketTlsList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3045
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceSocketTlsList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketTlsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketTlsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 2930
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 2920
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2990
          },
          "name": "resetCaFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3019
          },
          "name": "resetKeyFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3035
          },
          "name": "resetKeyPassKey"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceSocketTlsOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2994
          },
          "name": "caFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3007
          },
          "name": "crtFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3023
          },
          "name": "keyFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3039
          },
          "name": "keyPassKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2984
          },
          "name": "caFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3000
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3013
          },
          "name": "keyFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3029
          },
          "name": "keyPassKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 2934
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSocketTls"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceSocketTlsOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkHec": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkHec",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 3503
      },
      "name": "ObservabilityPipelineConfigSourceSplunkHec",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#address_key ObservabilityPipeline#address_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the listen address for the HEC API."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3509
          },
          "name": "addressKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#store_hec_token ObservabilityPipeline#store_hec_token}",
            "stability": "stable",
            "summary": "When `true`, the Splunk HEC token from the incoming request is stored in the event, allowing downstream components to forward it to other Splunk HEC destinations."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3515
          },
          "name": "storeHecToken",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}",
            "stability": "stable",
            "summary": "tls block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3521
          },
          "name": "tls",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkHecTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceSplunkHec"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkHecList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkHecList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 3680
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 3672
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3687
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkHecOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceSplunkHecList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3673
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkHec"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceSplunkHecList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkHecOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkHecOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 3577
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 3567
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3660
          },
          "name": "putTls",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkHecTls"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3631
          },
          "name": "resetAddressKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3647
          },
          "name": "resetStoreHecToken"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3663
          },
          "name": "resetTls"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceSplunkHecOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3657
          },
          "name": "tls",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkHecTlsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3635
          },
          "name": "addressKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3651
          },
          "name": "storeHecTokenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3667
          },
          "name": "tlsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkHecTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3625
          },
          "name": "addressKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3641
          },
          "name": "storeHecToken",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3581
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkHec"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceSplunkHecOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkHecTls": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkHecTls",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 3283
      },
      "name": "ObservabilityPipelineConfigSourceSplunkHecTls",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}",
            "stability": "stable",
            "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3295
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}",
            "stability": "stable",
            "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3289
          },
          "name": "caFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}",
            "stability": "stable",
            "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3301
          },
          "name": "keyFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_pass_key ObservabilityPipeline#key_pass_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the passphrase for the private key file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3307
          },
          "name": "keyPassKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceSplunkHecTls"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkHecTlsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkHecTlsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 3492
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 3484
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3499
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkHecTlsOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceSplunkHecTlsList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3485
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkHecTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceSplunkHecTlsList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkHecTlsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkHecTlsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 3370
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 3360
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3430
          },
          "name": "resetCaFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3459
          },
          "name": "resetKeyFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3475
          },
          "name": "resetKeyPassKey"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceSplunkHecTlsOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3434
          },
          "name": "caFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3447
          },
          "name": "crtFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3463
          },
          "name": "keyFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3479
          },
          "name": "keyPassKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3424
          },
          "name": "caFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3440
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3453
          },
          "name": "keyFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3469
          },
          "name": "keyPassKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3374
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkHecTls"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceSplunkHecTlsOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkTcp": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkTcp",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 3911
      },
      "name": "ObservabilityPipelineConfigSourceSplunkTcp",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#address_key ObservabilityPipeline#address_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the listen address for the Splunk TCP receiver."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3917
          },
          "name": "addressKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}",
            "stability": "stable",
            "summary": "tls block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3923
          },
          "name": "tls",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkTcpTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceSplunkTcp"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkTcpList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkTcpList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 4053
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 4045
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4060
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkTcpOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceSplunkTcpList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4046
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkTcp"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceSplunkTcpList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkTcpOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkTcpOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 3972
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 3962
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4033
          },
          "name": "putTls",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkTcpTls"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4020
          },
          "name": "resetAddressKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4036
          },
          "name": "resetTls"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceSplunkTcpOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4030
          },
          "name": "tls",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkTcpTlsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4024
          },
          "name": "addressKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4040
          },
          "name": "tlsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkTcpTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4014
          },
          "name": "addressKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3976
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkTcp"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceSplunkTcpOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkTcpTls": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkTcpTls",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 3691
      },
      "name": "ObservabilityPipelineConfigSourceSplunkTcpTls",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}",
            "stability": "stable",
            "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3703
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}",
            "stability": "stable",
            "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3697
          },
          "name": "caFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}",
            "stability": "stable",
            "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3709
          },
          "name": "keyFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_pass_key ObservabilityPipeline#key_pass_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the passphrase for the private key file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3715
          },
          "name": "keyPassKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceSplunkTcpTls"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkTcpTlsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkTcpTlsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 3900
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 3892
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3907
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkTcpTlsOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceSplunkTcpTlsList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3893
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkTcpTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceSplunkTcpTlsList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkTcpTlsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkTcpTlsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 3778
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 3768
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3838
          },
          "name": "resetCaFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3867
          },
          "name": "resetKeyFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3883
          },
          "name": "resetKeyPassKey"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceSplunkTcpTlsOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3842
          },
          "name": "caFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3855
          },
          "name": "crtFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3871
          },
          "name": "keyFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3887
          },
          "name": "keyPassKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3832
          },
          "name": "caFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3848
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3861
          },
          "name": "keyFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3877
          },
          "name": "keyPassKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 3782
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSplunkTcpTls"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceSplunkTcpTlsOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSumoLogic": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSumoLogic",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 4064
      },
      "name": "ObservabilityPipelineConfigSourceSumoLogic",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#address_key ObservabilityPipeline#address_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the listen address."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4070
          },
          "name": "addressKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceSumoLogic"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSumoLogicList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSumoLogicList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 4171
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 4163
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4178
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSumoLogicOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceSumoLogicList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4164
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSumoLogic"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceSumoLogicList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSumoLogicOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSumoLogicOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 4112
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 4102
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4154
          },
          "name": "resetAddressKey"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceSumoLogicOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4158
          },
          "name": "addressKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4148
          },
          "name": "addressKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4116
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSumoLogic"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceSumoLogicOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSyslogNg": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSyslogNg",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 4402
      },
      "name": "ObservabilityPipelineConfigSourceSyslogNg",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#address_key ObservabilityPipeline#address_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the listen address."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4408
          },
          "name": "addressKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#mode ObservabilityPipeline#mode}",
            "stability": "stable",
            "summary": "Protocol used by the syslog source to receive messages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4414
          },
          "name": "mode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#tls ObservabilityPipeline#tls}",
            "stability": "stable",
            "summary": "tls block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4420
          },
          "name": "tls",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSyslogNgTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceSyslogNg"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSyslogNgList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSyslogNgList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 4579
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 4571
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4586
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSyslogNgOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceSyslogNgList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4572
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSyslogNg"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceSyslogNgList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSyslogNgOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSyslogNgOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 4476
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 4466
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4559
          },
          "name": "putTls",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSyslogNgTls"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4530
          },
          "name": "resetAddressKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4546
          },
          "name": "resetMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4562
          },
          "name": "resetTls"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceSyslogNgOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4556
          },
          "name": "tls",
          "type": {
            "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSyslogNgTlsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4534
          },
          "name": "addressKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4550
          },
          "name": "modeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4566
          },
          "name": "tlsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSyslogNgTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4524
          },
          "name": "addressKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4540
          },
          "name": "mode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4480
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSyslogNg"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceSyslogNgOutputReference"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSyslogNgTls": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSyslogNgTls",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 4182
      },
      "name": "ObservabilityPipelineConfigSourceSyslogNgTls",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#crt_file ObservabilityPipeline#crt_file}",
            "stability": "stable",
            "summary": "Path to the TLS client certificate file used to authenticate the pipeline component with upstream or downstream services."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4194
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#ca_file ObservabilityPipeline#ca_file}",
            "stability": "stable",
            "summary": "Path to the Certificate Authority (CA) file used to validate the server's TLS certificate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4188
          },
          "name": "caFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_file ObservabilityPipeline#key_file}",
            "stability": "stable",
            "summary": "Path to the private key file associated with the TLS client certificate. Used for mutual TLS authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4200
          },
          "name": "keyFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/observability_pipeline#key_pass_key ObservabilityPipeline#key_pass_key}",
            "stability": "stable",
            "summary": "Name of the environment variable or secret that holds the passphrase for the private key file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4206
          },
          "name": "keyPassKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceSyslogNgTls"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSyslogNgTlsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSyslogNgTlsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 4391
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 4383
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4398
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSyslogNgTlsOutputReference"
            }
          }
        }
      ],
      "name": "ObservabilityPipelineConfigSourceSyslogNgTlsList",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4384
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSyslogNgTls"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceSyslogNgTlsList"
    },
    "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSyslogNgTlsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSyslogNgTlsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/observability-pipeline/index-structs/structs800.ts",
          "line": 4269
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/observability-pipeline/index-structs/structs800.ts",
        "line": 4259
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4329
          },
          "name": "resetCaFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4358
          },
          "name": "resetKeyFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4374
          },
          "name": "resetKeyPassKey"
        }
      ],
      "name": "ObservabilityPipelineConfigSourceSyslogNgTlsOutputReference",
      "namespace": "observabilityPipeline",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4333
          },
          "name": "caFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4346
          },
          "name": "crtFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4362
          },
          "name": "keyFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4378
          },
          "name": "keyPassKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4323
          },
          "name": "caFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4339
          },
          "name": "crtFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4352
          },
          "name": "keyFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4368
          },
          "name": "keyPassKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/observability-pipeline/index-structs/structs800.ts",
            "line": 4273
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.observabilityPipeline.ObservabilityPipelineConfigSourceSyslogNgTls"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/observability-pipeline/index-structs/structs800:ObservabilityPipelineConfigSourceSyslogNgTlsOutputReference"
    },
    "@cdktn/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicy": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_escalation_policy datadog_on_call_escalation_policy}."
      },
      "fqn": "@cdktn/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicy",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_escalation_policy datadog_on_call_escalation_policy} Resource."
        },
        "locationInModule": {
          "filename": "src/on-call-escalation-policy/index.ts",
          "line": 495
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/on-call-escalation-policy/index.ts",
        "line": 463
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a OnCallEscalationPolicy resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 480
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the OnCallEscalationPolicy to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_escalation_policy#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing OnCallEscalationPolicy that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the OnCallEscalationPolicy to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 593
          },
          "name": "putStep",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStep"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 548
          },
          "name": "resetResolvePageOnPolicyEnd"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 564
          },
          "name": "resetRetries"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 596
          },
          "name": "resetStep"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 580
          },
          "name": "resetTeams"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 608
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 618
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "OnCallEscalationPolicy",
      "namespace": "onCallEscalationPolicy",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 468
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 523
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 590
          },
          "name": "step",
          "type": {
            "fqn": "@cdktn/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 536
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 552
          },
          "name": "resolvePageOnPolicyEndInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 568
          },
          "name": "retriesInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 600
          },
          "name": "stepInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStep"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 584
          },
          "name": "teamsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 529
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 542
          },
          "name": "resolvePageOnPolicyEnd",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 558
          },
          "name": "retries",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 574
          },
          "name": "teams",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/on-call-escalation-policy/index:OnCallEscalationPolicy"
    },
    "@cdktn/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/on-call-escalation-policy/index.ts",
        "line": 14
      },
      "name": "OnCallEscalationPolicyConfig",
      "namespace": "onCallEscalationPolicy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_escalation_policy#name OnCallEscalationPolicy#name}",
            "stability": "stable",
            "summary": "A human-readable name for the escalation policy."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 20
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_escalation_policy#resolve_page_on_policy_end OnCallEscalationPolicy#resolve_page_on_policy_end}",
            "stability": "stable",
            "summary": "If true, pages will be automatically resolved if unacknowledged after the final step. Defaults to `false`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 26
          },
          "name": "resolvePageOnPolicyEnd",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Must be in the range 0-10. Value must be between 0 and 10. Defaults to `0`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_escalation_policy#retries OnCallEscalationPolicy#retries}",
            "stability": "stable",
            "summary": "If set, policy will be retried this many times after the final step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 32
          },
          "name": "retries",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_escalation_policy#step OnCallEscalationPolicy#step}",
            "stability": "stable",
            "summary": "step block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 44
          },
          "name": "step",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStep"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_escalation_policy#teams OnCallEscalationPolicy#teams}",
            "stability": "stable",
            "summary": "A list of team ids associated with the escalation policy."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 38
          },
          "name": "teams",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/on-call-escalation-policy/index:OnCallEscalationPolicyConfig"
    },
    "@cdktn/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStep": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStep",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/on-call-escalation-policy/index.ts",
        "line": 269
      },
      "name": "OnCallEscalationPolicyStep",
      "namespace": "onCallEscalationPolicy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_escalation_policy#escalate_after_seconds OnCallEscalationPolicy#escalate_after_seconds}",
            "stability": "stable",
            "summary": "Defines how many seconds to wait before escalating to the next step. Value must be between 60 and 36000."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 281
          },
          "name": "escalateAfterSeconds",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `default` (page all targets at once) or `round-robin`. Valid values are `default`, `round-robin`. Defaults to `\"default\"`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_escalation_policy#assignment OnCallEscalationPolicy#assignment}",
            "stability": "stable",
            "summary": "Specifies how this escalation step will assign targets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 275
          },
          "name": "assignment",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_escalation_policy#target OnCallEscalationPolicy#target}",
            "stability": "stable",
            "summary": "target block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 287
          },
          "name": "target",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepTarget"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/on-call-escalation-policy/index:OnCallEscalationPolicyStep"
    },
    "@cdktn/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/on-call-escalation-policy/index.ts",
          "line": 448
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/on-call-escalation-policy/index.ts",
        "line": 440
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 455
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepOutputReference"
            }
          }
        }
      ],
      "name": "OnCallEscalationPolicyStepList",
      "namespace": "onCallEscalationPolicy",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 441
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStep"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/on-call-escalation-policy/index:OnCallEscalationPolicyStepList"
    },
    "@cdktn/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/on-call-escalation-policy/index.ts",
          "line": 343
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/on-call-escalation-policy/index.ts",
        "line": 333
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 428
          },
          "name": "putTarget",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepTarget"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 397
          },
          "name": "resetAssignment"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 431
          },
          "name": "resetTarget"
        }
      ],
      "name": "OnCallEscalationPolicyStepOutputReference",
      "namespace": "onCallEscalationPolicy",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 419
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 425
          },
          "name": "target",
          "type": {
            "fqn": "@cdktn/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepTargetList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 401
          },
          "name": "assignmentInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 414
          },
          "name": "escalateAfterSecondsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 435
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepTarget"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 391
          },
          "name": "assignment",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 407
          },
          "name": "escalateAfterSeconds",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 347
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStep"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/on-call-escalation-policy/index:OnCallEscalationPolicyStepOutputReference"
    },
    "@cdktn/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepTarget": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepTarget",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/on-call-escalation-policy/index.ts",
        "line": 46
      },
      "name": "OnCallEscalationPolicyStepTarget",
      "namespace": "onCallEscalationPolicy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values: `current` (default), `previous`, `next`. Valid values are `current`, `previous`, `next`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_escalation_policy#position OnCallEscalationPolicy#position}",
            "stability": "stable",
            "summary": "For schedule targets, specifies which on-call user to page."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 52
          },
          "name": "position",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_escalation_policy#schedule OnCallEscalationPolicy#schedule}",
            "stability": "stable",
            "summary": "Targeted schedule ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 58
          },
          "name": "schedule",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_escalation_policy#team OnCallEscalationPolicy#team}",
            "stability": "stable",
            "summary": "Targeted team ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 64
          },
          "name": "team",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_escalation_policy#user OnCallEscalationPolicy#user}",
            "stability": "stable",
            "summary": "Targeted user ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 70
          },
          "name": "user",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/on-call-escalation-policy/index:OnCallEscalationPolicyStepTarget"
    },
    "@cdktn/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepTargetList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepTargetList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/on-call-escalation-policy/index.ts",
          "line": 258
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/on-call-escalation-policy/index.ts",
        "line": 250
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 265
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepTargetOutputReference"
            }
          }
        }
      ],
      "name": "OnCallEscalationPolicyStepTargetList",
      "namespace": "onCallEscalationPolicy",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 251
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepTarget"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/on-call-escalation-policy/index:OnCallEscalationPolicyStepTargetList"
    },
    "@cdktn/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepTargetOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepTargetOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/on-call-escalation-policy/index.ts",
          "line": 133
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/on-call-escalation-policy/index.ts",
        "line": 123
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 193
          },
          "name": "resetPosition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 209
          },
          "name": "resetSchedule"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 225
          },
          "name": "resetTeam"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 241
          },
          "name": "resetUser"
        }
      ],
      "name": "OnCallEscalationPolicyStepTargetOutputReference",
      "namespace": "onCallEscalationPolicy",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 197
          },
          "name": "positionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 213
          },
          "name": "scheduleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 229
          },
          "name": "teamInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 245
          },
          "name": "userInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 187
          },
          "name": "position",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 203
          },
          "name": "schedule",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 219
          },
          "name": "team",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 235
          },
          "name": "user",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-escalation-policy/index.ts",
            "line": 137
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.onCallEscalationPolicy.OnCallEscalationPolicyStepTarget"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/on-call-escalation-policy/index:OnCallEscalationPolicyStepTargetOutputReference"
    },
    "@cdktn/provider-datadog.onCallSchedule.OnCallSchedule": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_schedule datadog_on_call_schedule}."
      },
      "fqn": "@cdktn/provider-datadog.onCallSchedule.OnCallSchedule",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_schedule datadog_on_call_schedule} Resource."
        },
        "locationInModule": {
          "filename": "src/on-call-schedule/index.ts",
          "line": 774
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/on-call-schedule/index.ts",
        "line": 742
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a OnCallSchedule resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 759
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the OnCallSchedule to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_schedule#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing OnCallSchedule that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the OnCallSchedule to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 852
          },
          "name": "putLayer",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleLayer"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 855
          },
          "name": "resetLayer"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 826
          },
          "name": "resetTeams"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 867
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 876
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "OnCallSchedule",
      "namespace": "onCallSchedule",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 747
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 801
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 849
          },
          "name": "layer",
          "type": {
            "fqn": "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleLayerList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 859
          },
          "name": "layerInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleLayer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 814
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 830
          },
          "name": "teamsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 843
          },
          "name": "timeZoneInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 807
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 820
          },
          "name": "teams",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 836
          },
          "name": "timeZone",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/on-call-schedule/index:OnCallSchedule"
    },
    "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/on-call-schedule/index.ts",
        "line": 14
      },
      "name": "OnCallScheduleConfig",
      "namespace": "onCallSchedule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_schedule#name OnCallSchedule#name}",
            "stability": "stable",
            "summary": "A human-readable name for the new schedule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 20
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_schedule#time_zone OnCallSchedule#time_zone}",
            "stability": "stable",
            "summary": "The time zone in which the schedule is defined."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 32
          },
          "name": "timeZone",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_schedule#layer OnCallSchedule#layer}",
            "stability": "stable",
            "summary": "layer block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 38
          },
          "name": "layer",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleLayer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_schedule#teams OnCallSchedule#teams}",
            "stability": "stable",
            "summary": "A list of team ids associated with the schedule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 26
          },
          "name": "teams",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/on-call-schedule/index:OnCallScheduleConfig"
    },
    "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleLayer": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleLayer",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/on-call-schedule/index.ts",
        "line": 382
      },
      "name": "OnCallScheduleLayer",
      "namespace": "onCallSchedule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_schedule#effective_date OnCallSchedule#effective_date}",
            "stability": "stable",
            "summary": "The date/time when this layer should become active (in ISO 8601)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 388
          },
          "name": "effectiveDate",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_schedule#name OnCallSchedule#name}",
            "stability": "stable",
            "summary": "The name of this layer. Should be unique within the schedule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 400
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_schedule#rotation_start OnCallSchedule#rotation_start}",
            "stability": "stable",
            "summary": "The date/time when the rotation for this layer starts (in ISO 8601)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 406
          },
          "name": "rotationStart",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_schedule#users OnCallSchedule#users}",
            "stability": "stable",
            "summary": "List of user IDs for the layer. Can either be a valid user id or `null` to represent No-one."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 418
          },
          "name": "users",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_schedule#end_date OnCallSchedule#end_date}",
            "stability": "stable",
            "summary": "The date/time after which this layer no longer applies (in ISO 8601)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 394
          },
          "name": "endDate",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_schedule#interval OnCallSchedule#interval}",
            "stability": "stable",
            "summary": "interval block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 424
          },
          "name": "interval",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleLayerInterval"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_schedule#restriction OnCallSchedule#restriction}",
            "stability": "stable",
            "summary": "restriction block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 430
          },
          "name": "restriction",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleLayerRestriction"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_schedule#time_zone OnCallSchedule#time_zone}",
            "stability": "stable",
            "summary": "The time zone for this layer. String length must be at least 1."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 412
          },
          "name": "timeZone",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/on-call-schedule/index:OnCallScheduleLayer"
    },
    "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleLayerInterval": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleLayerInterval",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/on-call-schedule/index.ts",
        "line": 40
      },
      "name": "OnCallScheduleLayerInterval",
      "namespace": "onCallSchedule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_schedule#days OnCallSchedule#days}",
            "stability": "stable",
            "summary": "The number of full days in each rotation period."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 46
          },
          "name": "days",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_schedule#seconds OnCallSchedule#seconds}",
            "stability": "stable",
            "summary": "For intervals that are not expressible in whole days, this will be added to `days`. Defaults to `0`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 52
          },
          "name": "seconds",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/on-call-schedule/index:OnCallScheduleLayerInterval"
    },
    "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleLayerIntervalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleLayerIntervalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/on-call-schedule/index.ts",
          "line": 99
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/on-call-schedule/index.ts",
        "line": 91
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 147
          },
          "name": "resetDays"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 163
          },
          "name": "resetSeconds"
        }
      ],
      "name": "OnCallScheduleLayerIntervalOutputReference",
      "namespace": "onCallSchedule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 151
          },
          "name": "daysInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 167
          },
          "name": "secondsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 141
          },
          "name": "days",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 157
          },
          "name": "seconds",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 103
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleLayerInterval"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/on-call-schedule/index:OnCallScheduleLayerIntervalOutputReference"
    },
    "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleLayerList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleLayerList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/on-call-schedule/index.ts",
          "line": 727
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/on-call-schedule/index.ts",
        "line": 719
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 734
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleLayerOutputReference"
            }
          }
        }
      ],
      "name": "OnCallScheduleLayerList",
      "namespace": "onCallSchedule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 720
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleLayer"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/on-call-schedule/index:OnCallScheduleLayerList"
    },
    "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleLayerOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleLayerOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/on-call-schedule/index.ts",
          "line": 521
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/on-call-schedule/index.ts",
        "line": 511
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 691
          },
          "name": "putInterval",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleLayerInterval"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 707
          },
          "name": "putRestriction",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleLayerRestriction"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 618
          },
          "name": "resetEndDate"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 694
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 710
          },
          "name": "resetRestriction"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 665
          },
          "name": "resetTimeZone"
        }
      ],
      "name": "OnCallScheduleLayerOutputReference",
      "namespace": "onCallSchedule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 627
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 688
          },
          "name": "interval",
          "type": {
            "fqn": "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleLayerIntervalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 704
          },
          "name": "restriction",
          "type": {
            "fqn": "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleLayerRestrictionList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 606
          },
          "name": "effectiveDateInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 622
          },
          "name": "endDateInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 698
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleLayerInterval"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 640
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 714
          },
          "name": "restrictionInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleLayerRestriction"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 653
          },
          "name": "rotationStartInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 669
          },
          "name": "timeZoneInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 682
          },
          "name": "usersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 599
          },
          "name": "effectiveDate",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 612
          },
          "name": "endDate",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 633
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 646
          },
          "name": "rotationStart",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 659
          },
          "name": "timeZone",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 675
          },
          "name": "users",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 525
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleLayer"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/on-call-schedule/index:OnCallScheduleLayerOutputReference"
    },
    "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleLayerRestriction": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleLayerRestriction",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/on-call-schedule/index.ts",
        "line": 171
      },
      "name": "OnCallScheduleLayerRestriction",
      "namespace": "onCallSchedule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_schedule#end_day OnCallSchedule#end_day}",
            "stability": "stable",
            "summary": "The weekday when the restriction period ends. Valid values are `monday`, `tuesday`, `wednesday`, `thursday`, `friday`, `saturday`, `sunday`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 177
          },
          "name": "endDay",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_schedule#end_time OnCallSchedule#end_time}",
            "stability": "stable",
            "summary": "The time of day when the restriction ends (hh:mm:ss)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 183
          },
          "name": "endTime",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_schedule#start_day OnCallSchedule#start_day}",
            "stability": "stable",
            "summary": "The weekday when the restriction period starts. Valid values are `monday`, `tuesday`, `wednesday`, `thursday`, `friday`, `saturday`, `sunday`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 189
          },
          "name": "startDay",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_schedule#start_time OnCallSchedule#start_time}",
            "stability": "stable",
            "summary": "The time of day when the restriction begins (hh:mm:ss)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 195
          },
          "name": "startTime",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/on-call-schedule/index:OnCallScheduleLayerRestriction"
    },
    "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleLayerRestrictionList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleLayerRestrictionList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/on-call-schedule/index.ts",
          "line": 371
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/on-call-schedule/index.ts",
        "line": 363
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 378
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleLayerRestrictionOutputReference"
            }
          }
        }
      ],
      "name": "OnCallScheduleLayerRestrictionList",
      "namespace": "onCallSchedule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 364
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleLayerRestriction"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/on-call-schedule/index:OnCallScheduleLayerRestrictionList"
    },
    "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleLayerRestrictionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleLayerRestrictionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/on-call-schedule/index.ts",
          "line": 258
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/on-call-schedule/index.ts",
        "line": 248
      },
      "name": "OnCallScheduleLayerRestrictionOutputReference",
      "namespace": "onCallSchedule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 319
          },
          "name": "endDayInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 332
          },
          "name": "endTimeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 345
          },
          "name": "startDayInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 358
          },
          "name": "startTimeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 312
          },
          "name": "endDay",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 325
          },
          "name": "endTime",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 338
          },
          "name": "startDay",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 351
          },
          "name": "startTime",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-schedule/index.ts",
            "line": 262
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.onCallSchedule.OnCallScheduleLayerRestriction"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/on-call-schedule/index:OnCallScheduleLayerRestrictionOutputReference"
    },
    "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRules": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_team_routing_rules datadog_on_call_team_routing_rules}."
      },
      "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRules",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_team_routing_rules datadog_on_call_team_routing_rules} Resource."
        },
        "locationInModule": {
          "filename": "src/on-call-team-routing-rules/index.ts",
          "line": 1134
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/on-call-team-routing-rules/index.ts",
        "line": 1102
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a OnCallTeamRoutingRules resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 1119
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the OnCallTeamRoutingRules to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_team_routing_rules#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing OnCallTeamRoutingRules that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the OnCallTeamRoutingRules to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 1176
          },
          "name": "putRule",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRule"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 1179
          },
          "name": "resetRule"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 1191
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 1198
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "OnCallTeamRoutingRules",
      "namespace": "onCallTeamRoutingRules",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 1107
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 1173
          },
          "name": "rule",
          "type": {
            "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 1167
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 1183
          },
          "name": "ruleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRule"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 1160
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/on-call-team-routing-rules/index:OnCallTeamRoutingRules"
    },
    "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/on-call-team-routing-rules/index.ts",
        "line": 14
      },
      "name": "OnCallTeamRoutingRulesConfig",
      "namespace": "onCallTeamRoutingRules",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_team_routing_rules#id OnCallTeamRoutingRules#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "ID of the team to associate the routing rules with."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 23
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_team_routing_rules#rule OnCallTeamRoutingRules#rule}",
            "stability": "stable",
            "summary": "rule block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 29
          },
          "name": "rule",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRule"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/on-call-team-routing-rules/index:OnCallTeamRoutingRulesConfig"
    },
    "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRule": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRule",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/on-call-team-routing-rules/index.ts",
        "line": 835
      },
      "name": "OnCallTeamRoutingRulesRule",
      "namespace": "onCallTeamRoutingRules",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_team_routing_rules#action OnCallTeamRoutingRules#action}",
            "stability": "stable",
            "summary": "action block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 859
          },
          "name": "action",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleAction"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_team_routing_rules#escalation_policy OnCallTeamRoutingRules#escalation_policy}",
            "stability": "stable",
            "summary": "ID of the policy to be applied when this routing rule matches."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 841
          },
          "name": "escalationPolicy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_team_routing_rules#query OnCallTeamRoutingRules#query}",
            "stability": "stable",
            "summary": "Defines the query or condition that triggers this routing rule. Defaults to `\"\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 847
          },
          "name": "query",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_team_routing_rules#time_restrictions OnCallTeamRoutingRules#time_restrictions}",
            "stability": "stable",
            "summary": "time_restrictions block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 865
          },
          "name": "timeRestrictions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Only valid if `escalation_policy` is set. Valid values are `high`, `low`, `dynamic`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_team_routing_rules#urgency OnCallTeamRoutingRules#urgency}",
            "stability": "stable",
            "summary": "Defines the urgency for pages created via this rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 853
          },
          "name": "urgency",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/on-call-team-routing-rules/index:OnCallTeamRoutingRulesRule"
    },
    "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleAction": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleAction",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/on-call-team-routing-rules/index.ts",
        "line": 328
      },
      "name": "OnCallTeamRoutingRulesRuleAction",
      "namespace": "onCallTeamRoutingRules",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_team_routing_rules#send_slack_message OnCallTeamRoutingRules#send_slack_message}",
            "stability": "stable",
            "summary": "send_slack_message block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 334
          },
          "name": "sendSlackMessage",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionSendSlackMessage"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_team_routing_rules#send_teams_message OnCallTeamRoutingRules#send_teams_message}",
            "stability": "stable",
            "summary": "send_teams_message block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 340
          },
          "name": "sendTeamsMessage",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionSendTeamsMessage"
          }
        }
      ],
      "symbolId": "src/on-call-team-routing-rules/index:OnCallTeamRoutingRulesRuleAction"
    },
    "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/on-call-team-routing-rules/index.ts",
          "line": 470
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/on-call-team-routing-rules/index.ts",
        "line": 462
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 477
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionOutputReference"
            }
          }
        }
      ],
      "name": "OnCallTeamRoutingRulesRuleActionList",
      "namespace": "onCallTeamRoutingRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 463
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleAction"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/on-call-team-routing-rules/index:OnCallTeamRoutingRulesRuleActionList"
    },
    "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/on-call-team-routing-rules/index.ts",
          "line": 389
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/on-call-team-routing-rules/index.ts",
        "line": 379
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 434
          },
          "name": "putSendSlackMessage",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionSendSlackMessage"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 450
          },
          "name": "putSendTeamsMessage",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionSendTeamsMessage"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 437
          },
          "name": "resetSendSlackMessage"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 453
          },
          "name": "resetSendTeamsMessage"
        }
      ],
      "name": "OnCallTeamRoutingRulesRuleActionOutputReference",
      "namespace": "onCallTeamRoutingRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 431
          },
          "name": "sendSlackMessage",
          "type": {
            "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionSendSlackMessageOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 447
          },
          "name": "sendTeamsMessage",
          "type": {
            "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionSendTeamsMessageOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 441
          },
          "name": "sendSlackMessageInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionSendSlackMessage"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 457
          },
          "name": "sendTeamsMessageInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionSendTeamsMessage"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 393
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleAction"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/on-call-team-routing-rules/index:OnCallTeamRoutingRulesRuleActionOutputReference"
    },
    "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionSendSlackMessage": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionSendSlackMessage",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/on-call-team-routing-rules/index.ts",
        "line": 31
      },
      "name": "OnCallTeamRoutingRulesRuleActionSendSlackMessage",
      "namespace": "onCallTeamRoutingRules",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_team_routing_rules#channel OnCallTeamRoutingRules#channel}",
            "stability": "stable",
            "summary": "Slack channel ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 37
          },
          "name": "channel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_team_routing_rules#workspace OnCallTeamRoutingRules#workspace}",
            "stability": "stable",
            "summary": "Slack workspace ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 43
          },
          "name": "workspace",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/on-call-team-routing-rules/index:OnCallTeamRoutingRulesRuleActionSendSlackMessage"
    },
    "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionSendSlackMessageOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionSendSlackMessageOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/on-call-team-routing-rules/index.ts",
          "line": 90
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/on-call-team-routing-rules/index.ts",
        "line": 82
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 138
          },
          "name": "resetChannel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 154
          },
          "name": "resetWorkspace"
        }
      ],
      "name": "OnCallTeamRoutingRulesRuleActionSendSlackMessageOutputReference",
      "namespace": "onCallTeamRoutingRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 142
          },
          "name": "channelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 158
          },
          "name": "workspaceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 132
          },
          "name": "channel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 148
          },
          "name": "workspace",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 94
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionSendSlackMessage"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/on-call-team-routing-rules/index:OnCallTeamRoutingRulesRuleActionSendSlackMessageOutputReference"
    },
    "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionSendTeamsMessage": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionSendTeamsMessage",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/on-call-team-routing-rules/index.ts",
        "line": 162
      },
      "name": "OnCallTeamRoutingRulesRuleActionSendTeamsMessage",
      "namespace": "onCallTeamRoutingRules",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_team_routing_rules#channel OnCallTeamRoutingRules#channel}",
            "stability": "stable",
            "summary": "Teams channel ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 168
          },
          "name": "channel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_team_routing_rules#team OnCallTeamRoutingRules#team}",
            "stability": "stable",
            "summary": "Teams team ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 174
          },
          "name": "team",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_team_routing_rules#tenant OnCallTeamRoutingRules#tenant}",
            "stability": "stable",
            "summary": "Teams tenant ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 180
          },
          "name": "tenant",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/on-call-team-routing-rules/index:OnCallTeamRoutingRulesRuleActionSendTeamsMessage"
    },
    "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionSendTeamsMessageOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionSendTeamsMessageOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/on-call-team-routing-rules/index.ts",
          "line": 234
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/on-call-team-routing-rules/index.ts",
        "line": 226
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 288
          },
          "name": "resetChannel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 304
          },
          "name": "resetTeam"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 320
          },
          "name": "resetTenant"
        }
      ],
      "name": "OnCallTeamRoutingRulesRuleActionSendTeamsMessageOutputReference",
      "namespace": "onCallTeamRoutingRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 292
          },
          "name": "channelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 308
          },
          "name": "teamInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 324
          },
          "name": "tenantInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 282
          },
          "name": "channel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 298
          },
          "name": "team",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 314
          },
          "name": "tenant",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 238
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionSendTeamsMessage"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/on-call-team-routing-rules/index:OnCallTeamRoutingRulesRuleActionSendTeamsMessageOutputReference"
    },
    "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/on-call-team-routing-rules/index.ts",
          "line": 1087
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/on-call-team-routing-rules/index.ts",
        "line": 1079
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 1094
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleOutputReference"
            }
          }
        }
      ],
      "name": "OnCallTeamRoutingRulesRuleList",
      "namespace": "onCallTeamRoutingRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 1080
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRule"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/on-call-team-routing-rules/index:OnCallTeamRoutingRulesRuleList"
    },
    "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/on-call-team-routing-rules/index.ts",
          "line": 935
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/on-call-team-routing-rules/index.ts",
        "line": 925
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 1051
          },
          "name": "putAction",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleAction"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 1067
          },
          "name": "putTimeRestrictions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 1054
          },
          "name": "resetAction"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 1001
          },
          "name": "resetEscalationPolicy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 1022
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 1070
          },
          "name": "resetTimeRestrictions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 1038
          },
          "name": "resetUrgency"
        }
      ],
      "name": "OnCallTeamRoutingRulesRuleOutputReference",
      "namespace": "onCallTeamRoutingRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 1048
          },
          "name": "action",
          "type": {
            "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleActionList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 1010
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 1064
          },
          "name": "timeRestrictions",
          "type": {
            "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 1058
          },
          "name": "actionInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleAction"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 1005
          },
          "name": "escalationPolicyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 1026
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 1074
          },
          "name": "timeRestrictionsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictions"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 1042
          },
          "name": "urgencyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 995
          },
          "name": "escalationPolicy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 1016
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 1032
          },
          "name": "urgency",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 939
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRule"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/on-call-team-routing-rules/index:OnCallTeamRoutingRulesRuleOutputReference"
    },
    "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/on-call-team-routing-rules/index.ts",
        "line": 704
      },
      "name": "OnCallTeamRoutingRulesRuleTimeRestrictions",
      "namespace": "onCallTeamRoutingRules",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_team_routing_rules#restriction OnCallTeamRoutingRules#restriction}",
            "stability": "stable",
            "summary": "restriction block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 716
          },
          "name": "restriction",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictionsRestriction"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_team_routing_rules#time_zone OnCallTeamRoutingRules#time_zone}",
            "stability": "stable",
            "summary": "Specifies the time zone applicable to the restrictions, e.g. `America/New_York`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 710
          },
          "name": "timeZone",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/on-call-team-routing-rules/index:OnCallTeamRoutingRulesRuleTimeRestrictions"
    },
    "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/on-call-team-routing-rules/index.ts",
          "line": 763
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/on-call-team-routing-rules/index.ts",
        "line": 755
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 824
          },
          "name": "putRestriction",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictionsRestriction"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 827
          },
          "name": "resetRestriction"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 811
          },
          "name": "resetTimeZone"
        }
      ],
      "name": "OnCallTeamRoutingRulesRuleTimeRestrictionsOutputReference",
      "namespace": "onCallTeamRoutingRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 821
          },
          "name": "restriction",
          "type": {
            "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictionsRestrictionList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 831
          },
          "name": "restrictionInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictionsRestriction"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 815
          },
          "name": "timeZoneInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 805
          },
          "name": "timeZone",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 767
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictions"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/on-call-team-routing-rules/index:OnCallTeamRoutingRulesRuleTimeRestrictionsOutputReference"
    },
    "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictionsRestriction": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictionsRestriction",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/on-call-team-routing-rules/index.ts",
        "line": 481
      },
      "name": "OnCallTeamRoutingRulesRuleTimeRestrictionsRestriction",
      "namespace": "onCallTeamRoutingRules",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_team_routing_rules#end_day OnCallTeamRoutingRules#end_day}",
            "stability": "stable",
            "summary": "The weekday when the restriction period ends. Valid values are `monday`, `tuesday`, `wednesday`, `thursday`, `friday`, `saturday`, `sunday`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 487
          },
          "name": "endDay",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_team_routing_rules#end_time OnCallTeamRoutingRules#end_time}",
            "stability": "stable",
            "summary": "The time of day when the restriction ends (hh:mm:ss)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 493
          },
          "name": "endTime",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_team_routing_rules#start_day OnCallTeamRoutingRules#start_day}",
            "stability": "stable",
            "summary": "The weekday when the restriction period starts. Valid values are `monday`, `tuesday`, `wednesday`, `thursday`, `friday`, `saturday`, `sunday`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 499
          },
          "name": "startDay",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_team_routing_rules#start_time OnCallTeamRoutingRules#start_time}",
            "stability": "stable",
            "summary": "The time of day when the restriction begins (hh:mm:ss)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 505
          },
          "name": "startTime",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/on-call-team-routing-rules/index:OnCallTeamRoutingRulesRuleTimeRestrictionsRestriction"
    },
    "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictionsRestrictionList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictionsRestrictionList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/on-call-team-routing-rules/index.ts",
          "line": 693
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/on-call-team-routing-rules/index.ts",
        "line": 685
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 700
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictionsRestrictionOutputReference"
            }
          }
        }
      ],
      "name": "OnCallTeamRoutingRulesRuleTimeRestrictionsRestrictionList",
      "namespace": "onCallTeamRoutingRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 686
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictionsRestriction"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/on-call-team-routing-rules/index:OnCallTeamRoutingRulesRuleTimeRestrictionsRestrictionList"
    },
    "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictionsRestrictionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictionsRestrictionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/on-call-team-routing-rules/index.ts",
          "line": 568
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/on-call-team-routing-rules/index.ts",
        "line": 558
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 628
          },
          "name": "resetEndDay"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 644
          },
          "name": "resetEndTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 660
          },
          "name": "resetStartDay"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 676
          },
          "name": "resetStartTime"
        }
      ],
      "name": "OnCallTeamRoutingRulesRuleTimeRestrictionsRestrictionOutputReference",
      "namespace": "onCallTeamRoutingRules",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 632
          },
          "name": "endDayInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 648
          },
          "name": "endTimeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 664
          },
          "name": "startDayInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 680
          },
          "name": "startTimeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 622
          },
          "name": "endDay",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 638
          },
          "name": "endTime",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 654
          },
          "name": "startDay",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 670
          },
          "name": "startTime",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-team-routing-rules/index.ts",
            "line": 572
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.onCallTeamRoutingRules.OnCallTeamRoutingRulesRuleTimeRestrictionsRestriction"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/on-call-team-routing-rules/index:OnCallTeamRoutingRulesRuleTimeRestrictionsRestrictionOutputReference"
    },
    "@cdktn/provider-datadog.onCallUserNotificationChannel.OnCallUserNotificationChannel": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_user_notification_channel datadog_on_call_user_notification_channel}."
      },
      "fqn": "@cdktn/provider-datadog.onCallUserNotificationChannel.OnCallUserNotificationChannel",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_user_notification_channel datadog_on_call_user_notification_channel} Resource."
        },
        "locationInModule": {
          "filename": "src/on-call-user-notification-channel/index.ts",
          "line": 297
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.onCallUserNotificationChannel.OnCallUserNotificationChannelConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/on-call-user-notification-channel/index.ts",
        "line": 265
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a OnCallUserNotificationChannel resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/on-call-user-notification-channel/index.ts",
            "line": 282
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the OnCallUserNotificationChannel to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_user_notification_channel#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing OnCallUserNotificationChannel that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the OnCallUserNotificationChannel to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-user-notification-channel/index.ts",
            "line": 345
          },
          "name": "putEmail",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.onCallUserNotificationChannel.OnCallUserNotificationChannelEmail"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-user-notification-channel/index.ts",
            "line": 361
          },
          "name": "putPhone",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.onCallUserNotificationChannel.OnCallUserNotificationChannelPhone"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-user-notification-channel/index.ts",
            "line": 348
          },
          "name": "resetEmail"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-user-notification-channel/index.ts",
            "line": 364
          },
          "name": "resetPhone"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-user-notification-channel/index.ts",
            "line": 376
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-user-notification-channel/index.ts",
            "line": 384
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "OnCallUserNotificationChannel",
      "namespace": "onCallUserNotificationChannel",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-user-notification-channel/index.ts",
            "line": 270
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-user-notification-channel/index.ts",
            "line": 342
          },
          "name": "email",
          "type": {
            "fqn": "@cdktn/provider-datadog.onCallUserNotificationChannel.OnCallUserNotificationChannelEmailOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-user-notification-channel/index.ts",
            "line": 323
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-user-notification-channel/index.ts",
            "line": 358
          },
          "name": "phone",
          "type": {
            "fqn": "@cdktn/provider-datadog.onCallUserNotificationChannel.OnCallUserNotificationChannelPhoneOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-user-notification-channel/index.ts",
            "line": 352
          },
          "name": "emailInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.onCallUserNotificationChannel.OnCallUserNotificationChannelEmail"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-user-notification-channel/index.ts",
            "line": 368
          },
          "name": "phoneInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.onCallUserNotificationChannel.OnCallUserNotificationChannelPhone"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-user-notification-channel/index.ts",
            "line": 336
          },
          "name": "userIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-user-notification-channel/index.ts",
            "line": 329
          },
          "name": "userId",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/on-call-user-notification-channel/index:OnCallUserNotificationChannel"
    },
    "@cdktn/provider-datadog.onCallUserNotificationChannel.OnCallUserNotificationChannelConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallUserNotificationChannel.OnCallUserNotificationChannelConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/on-call-user-notification-channel/index.ts",
        "line": 14
      },
      "name": "OnCallUserNotificationChannelConfig",
      "namespace": "onCallUserNotificationChannel",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_user_notification_channel#user_id OnCallUserNotificationChannel#user_id}",
            "stability": "stable",
            "summary": "ID of the user to associate the notification channel with."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-user-notification-channel/index.ts",
            "line": 20
          },
          "name": "userId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_user_notification_channel#email OnCallUserNotificationChannel#email}",
            "stability": "stable",
            "summary": "email block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-user-notification-channel/index.ts",
            "line": 26
          },
          "name": "email",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.onCallUserNotificationChannel.OnCallUserNotificationChannelEmail"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_user_notification_channel#phone OnCallUserNotificationChannel#phone}",
            "stability": "stable",
            "summary": "phone block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-user-notification-channel/index.ts",
            "line": 32
          },
          "name": "phone",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.onCallUserNotificationChannel.OnCallUserNotificationChannelPhone"
          }
        }
      ],
      "symbolId": "src/on-call-user-notification-channel/index:OnCallUserNotificationChannelConfig"
    },
    "@cdktn/provider-datadog.onCallUserNotificationChannel.OnCallUserNotificationChannelEmail": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallUserNotificationChannel.OnCallUserNotificationChannelEmail",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/on-call-user-notification-channel/index.ts",
        "line": 34
      },
      "name": "OnCallUserNotificationChannelEmail",
      "namespace": "onCallUserNotificationChannel",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_user_notification_channel#address OnCallUserNotificationChannel#address}",
            "stability": "stable",
            "summary": "The e-mail address to be notified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-user-notification-channel/index.ts",
            "line": 40
          },
          "name": "address",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_user_notification_channel#formats OnCallUserNotificationChannel#formats}",
            "stability": "stable",
            "summary": "Preferred content formats for notifications."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-user-notification-channel/index.ts",
            "line": 46
          },
          "name": "formats",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/on-call-user-notification-channel/index:OnCallUserNotificationChannelEmail"
    },
    "@cdktn/provider-datadog.onCallUserNotificationChannel.OnCallUserNotificationChannelEmailOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallUserNotificationChannel.OnCallUserNotificationChannelEmailOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/on-call-user-notification-channel/index.ts",
          "line": 93
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/on-call-user-notification-channel/index.ts",
        "line": 85
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-user-notification-channel/index.ts",
            "line": 141
          },
          "name": "resetAddress"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-user-notification-channel/index.ts",
            "line": 157
          },
          "name": "resetFormats"
        }
      ],
      "name": "OnCallUserNotificationChannelEmailOutputReference",
      "namespace": "onCallUserNotificationChannel",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-user-notification-channel/index.ts",
            "line": 145
          },
          "name": "addressInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-user-notification-channel/index.ts",
            "line": 161
          },
          "name": "formatsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-user-notification-channel/index.ts",
            "line": 135
          },
          "name": "address",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-user-notification-channel/index.ts",
            "line": 151
          },
          "name": "formats",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-user-notification-channel/index.ts",
            "line": 97
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.onCallUserNotificationChannel.OnCallUserNotificationChannelEmail"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/on-call-user-notification-channel/index:OnCallUserNotificationChannelEmailOutputReference"
    },
    "@cdktn/provider-datadog.onCallUserNotificationChannel.OnCallUserNotificationChannelPhone": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallUserNotificationChannel.OnCallUserNotificationChannelPhone",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/on-call-user-notification-channel/index.ts",
        "line": 165
      },
      "name": "OnCallUserNotificationChannelPhone",
      "namespace": "onCallUserNotificationChannel",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_user_notification_channel#number OnCallUserNotificationChannel#number}",
            "stability": "stable",
            "summary": "The E-164 formatted phone number (for example, +3371234567)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-user-notification-channel/index.ts",
            "line": 171
          },
          "name": "number",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/on-call-user-notification-channel/index:OnCallUserNotificationChannelPhone"
    },
    "@cdktn/provider-datadog.onCallUserNotificationChannel.OnCallUserNotificationChannelPhoneOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallUserNotificationChannel.OnCallUserNotificationChannelPhoneOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/on-call-user-notification-channel/index.ts",
          "line": 211
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/on-call-user-notification-channel/index.ts",
        "line": 203
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-user-notification-channel/index.ts",
            "line": 253
          },
          "name": "resetNumber"
        }
      ],
      "name": "OnCallUserNotificationChannelPhoneOutputReference",
      "namespace": "onCallUserNotificationChannel",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-user-notification-channel/index.ts",
            "line": 257
          },
          "name": "numberInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-user-notification-channel/index.ts",
            "line": 247
          },
          "name": "number",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-user-notification-channel/index.ts",
            "line": 215
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.onCallUserNotificationChannel.OnCallUserNotificationChannelPhone"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/on-call-user-notification-channel/index:OnCallUserNotificationChannelPhoneOutputReference"
    },
    "@cdktn/provider-datadog.onCallUserNotificationRule.OnCallUserNotificationRule": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_user_notification_rule datadog_on_call_user_notification_rule}."
      },
      "fqn": "@cdktn/provider-datadog.onCallUserNotificationRule.OnCallUserNotificationRule",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_user_notification_rule datadog_on_call_user_notification_rule} Resource."
        },
        "locationInModule": {
          "filename": "src/on-call-user-notification-rule/index.ts",
          "line": 178
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.onCallUserNotificationRule.OnCallUserNotificationRuleConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/on-call-user-notification-rule/index.ts",
        "line": 146
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a OnCallUserNotificationRule resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/on-call-user-notification-rule/index.ts",
            "line": 163
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the OnCallUserNotificationRule to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_user_notification_rule#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing OnCallUserNotificationRule that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the OnCallUserNotificationRule to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-user-notification-rule/index.ts",
            "line": 267
          },
          "name": "putPhone",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.onCallUserNotificationRule.OnCallUserNotificationRulePhone"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-user-notification-rule/index.ts",
            "line": 270
          },
          "name": "resetPhone"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-user-notification-rule/index.ts",
            "line": 282
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-user-notification-rule/index.ts",
            "line": 292
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "OnCallUserNotificationRule",
      "namespace": "onCallUserNotificationRule",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-user-notification-rule/index.ts",
            "line": 151
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-user-notification-rule/index.ts",
            "line": 245
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-user-notification-rule/index.ts",
            "line": 264
          },
          "name": "phone",
          "type": {
            "fqn": "@cdktn/provider-datadog.onCallUserNotificationRule.OnCallUserNotificationRulePhoneOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-user-notification-rule/index.ts",
            "line": 214
          },
          "name": "categoryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-user-notification-rule/index.ts",
            "line": 227
          },
          "name": "channelIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-user-notification-rule/index.ts",
            "line": 240
          },
          "name": "delayMinutesInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-user-notification-rule/index.ts",
            "line": 274
          },
          "name": "phoneInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.onCallUserNotificationRule.OnCallUserNotificationRulePhone"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-user-notification-rule/index.ts",
            "line": 258
          },
          "name": "userIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-user-notification-rule/index.ts",
            "line": 207
          },
          "name": "category",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-user-notification-rule/index.ts",
            "line": 220
          },
          "name": "channelId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-user-notification-rule/index.ts",
            "line": 233
          },
          "name": "delayMinutes",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-user-notification-rule/index.ts",
            "line": 251
          },
          "name": "userId",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/on-call-user-notification-rule/index:OnCallUserNotificationRule"
    },
    "@cdktn/provider-datadog.onCallUserNotificationRule.OnCallUserNotificationRuleConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallUserNotificationRule.OnCallUserNotificationRuleConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/on-call-user-notification-rule/index.ts",
        "line": 14
      },
      "name": "OnCallUserNotificationRuleConfig",
      "namespace": "onCallUserNotificationRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_user_notification_rule#category OnCallUserNotificationRule#category}",
            "stability": "stable",
            "summary": "Notification category to associate the rule with. Valid values are `high_urgency`, `low_urgency`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-user-notification-rule/index.ts",
            "line": 20
          },
          "name": "category",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_user_notification_rule#channel_id OnCallUserNotificationRule#channel_id}",
            "stability": "stable",
            "summary": "ID of the notification channel to associate the notification rule with."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-user-notification-rule/index.ts",
            "line": 26
          },
          "name": "channelId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_user_notification_rule#delay_minutes OnCallUserNotificationRule#delay_minutes}",
            "stability": "stable",
            "summary": "Number of minutes to elapse before this rule is evaluated.  `0` indicates immediate evaluation."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-user-notification-rule/index.ts",
            "line": 32
          },
          "name": "delayMinutes",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_user_notification_rule#user_id OnCallUserNotificationRule#user_id}",
            "stability": "stable",
            "summary": "ID of the user to associate the notification rule with."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-user-notification-rule/index.ts",
            "line": 38
          },
          "name": "userId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_user_notification_rule#phone OnCallUserNotificationRule#phone}",
            "stability": "stable",
            "summary": "phone block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-user-notification-rule/index.ts",
            "line": 44
          },
          "name": "phone",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.onCallUserNotificationRule.OnCallUserNotificationRulePhone"
          }
        }
      ],
      "symbolId": "src/on-call-user-notification-rule/index:OnCallUserNotificationRuleConfig"
    },
    "@cdktn/provider-datadog.onCallUserNotificationRule.OnCallUserNotificationRulePhone": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallUserNotificationRule.OnCallUserNotificationRulePhone",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/on-call-user-notification-rule/index.ts",
        "line": 46
      },
      "name": "OnCallUserNotificationRulePhone",
      "namespace": "onCallUserNotificationRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/on_call_user_notification_rule#method OnCallUserNotificationRule#method}",
            "stability": "stable",
            "summary": "Specifies the method in which a phone is used in a notification rule. Valid values are `sms`, `voice`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-user-notification-rule/index.ts",
            "line": 52
          },
          "name": "method",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/on-call-user-notification-rule/index:OnCallUserNotificationRulePhone"
    },
    "@cdktn/provider-datadog.onCallUserNotificationRule.OnCallUserNotificationRulePhoneOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.onCallUserNotificationRule.OnCallUserNotificationRulePhoneOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/on-call-user-notification-rule/index.ts",
          "line": 92
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/on-call-user-notification-rule/index.ts",
        "line": 84
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-user-notification-rule/index.ts",
            "line": 134
          },
          "name": "resetMethod"
        }
      ],
      "name": "OnCallUserNotificationRulePhoneOutputReference",
      "namespace": "onCallUserNotificationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/on-call-user-notification-rule/index.ts",
            "line": 138
          },
          "name": "methodInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-user-notification-rule/index.ts",
            "line": 128
          },
          "name": "method",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/on-call-user-notification-rule/index.ts",
            "line": 96
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.onCallUserNotificationRule.OnCallUserNotificationRulePhone"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/on-call-user-notification-rule/index:OnCallUserNotificationRulePhoneOutputReference"
    },
    "@cdktn/provider-datadog.openapiApi.OpenapiApi": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/openapi_api datadog_openapi_api}."
      },
      "fqn": "@cdktn/provider-datadog.openapiApi.OpenapiApi",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/openapi_api datadog_openapi_api} Resource."
        },
        "locationInModule": {
          "filename": "src/openapi-api/index.ts",
          "line": 58
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.openapiApi.OpenapiApiConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/openapi-api/index.ts",
        "line": 26
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a OpenapiApi resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/openapi-api/index.ts",
            "line": 43
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the OpenapiApi to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/openapi_api#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing OpenapiApi that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the OpenapiApi to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/openapi-api/index.ts",
            "line": 103
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/openapi-api/index.ts",
            "line": 109
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "OpenapiApi",
      "namespace": "openapiApi",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/openapi-api/index.ts",
            "line": 31
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/openapi-api/index.ts",
            "line": 82
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/openapi-api/index.ts",
            "line": 95
          },
          "name": "specInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/openapi-api/index.ts",
            "line": 88
          },
          "name": "spec",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/openapi-api/index:OpenapiApi"
    },
    "@cdktn/provider-datadog.openapiApi.OpenapiApiConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.openapiApi.OpenapiApiConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/openapi-api/index.ts",
        "line": 14
      },
      "name": "OpenapiApiConfig",
      "namespace": "openapiApi",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Use [`file()`](https://developer.hashicorp.com/terraform/language/functions/file) in order to reference another file in the repository (see exmaple).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/openapi_api#spec OpenapiApi#spec}",
            "stability": "stable",
            "summary": "The textual content of the OpenAPI specification."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/openapi-api/index.ts",
            "line": 20
          },
          "name": "spec",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/openapi-api/index:OpenapiApiConfig"
    },
    "@cdktn/provider-datadog.orgConnection.OrgConnection": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/org_connection datadog_org_connection}."
      },
      "fqn": "@cdktn/provider-datadog.orgConnection.OrgConnection",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/org_connection datadog_org_connection} Resource."
        },
        "locationInModule": {
          "filename": "src/org-connection/index.ts",
          "line": 64
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.orgConnection.OrgConnectionConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/org-connection/index.ts",
        "line": 32
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a OrgConnection resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/org-connection/index.ts",
            "line": 49
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the OrgConnection to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/org_connection#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing OrgConnection that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the OrgConnection to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/org-connection/index.ts",
            "line": 148
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/org-connection/index.ts",
            "line": 155
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "OrgConnection",
      "namespace": "orgConnection",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-connection/index.ts",
            "line": 37
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-connection/index.ts",
            "line": 102
          },
          "name": "createdAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-connection/index.ts",
            "line": 107
          },
          "name": "createdBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-connection/index.ts",
            "line": 112
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-connection/index.ts",
            "line": 130
          },
          "name": "sinkOrgName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-connection/index.ts",
            "line": 135
          },
          "name": "sourceOrgId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-connection/index.ts",
            "line": 140
          },
          "name": "sourceOrgName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-connection/index.ts",
            "line": 97
          },
          "name": "connectionTypesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-connection/index.ts",
            "line": 125
          },
          "name": "sinkOrgIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/org-connection/index.ts",
            "line": 90
          },
          "name": "connectionTypes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/org-connection/index.ts",
            "line": 118
          },
          "name": "sinkOrgId",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/org-connection/index:OrgConnection"
    },
    "@cdktn/provider-datadog.orgConnection.OrgConnectionConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.orgConnection.OrgConnectionConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/org-connection/index.ts",
        "line": 14
      },
      "name": "OrgConnectionConfig",
      "namespace": "orgConnection",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/org_connection#connection_types OrgConnection#connection_types}",
            "stability": "stable",
            "summary": "Set of connection types to enable for this connection (., metrics, logs)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-connection/index.ts",
            "line": 20
          },
          "name": "connectionTypes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/org_connection#sink_org_id OrgConnection#sink_org_id}",
            "stability": "stable",
            "summary": "UUID of the sink (destination) organization. Must be a valid UUID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-connection/index.ts",
            "line": 26
          },
          "name": "sinkOrgId",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/org-connection/index:OrgConnectionConfig"
    },
    "@cdktn/provider-datadog.orgGroup.OrgGroup": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/org_group datadog_org_group}."
      },
      "fqn": "@cdktn/provider-datadog.orgGroup.OrgGroup",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/org_group datadog_org_group} Resource."
        },
        "locationInModule": {
          "filename": "src/org-group/index.ts",
          "line": 58
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.orgGroup.OrgGroupConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/org-group/index.ts",
        "line": 26
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a OrgGroup resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/org-group/index.ts",
            "line": 43
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the OrgGroup to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/org_group#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing OrgGroup that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the OrgGroup to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/org-group/index.ts",
            "line": 113
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/org-group/index.ts",
            "line": 119
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "OrgGroup",
      "namespace": "orgGroup",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-group/index.ts",
            "line": 31
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-group/index.ts",
            "line": 82
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-group/index.ts",
            "line": 100
          },
          "name": "ownerOrgSite",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-group/index.ts",
            "line": 105
          },
          "name": "ownerOrgUuid",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-group/index.ts",
            "line": 95
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/org-group/index.ts",
            "line": 88
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/org-group/index:OrgGroup"
    },
    "@cdktn/provider-datadog.orgGroup.OrgGroupConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.orgGroup.OrgGroupConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/org-group/index.ts",
        "line": 14
      },
      "name": "OrgGroupConfig",
      "namespace": "orgGroup",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/org_group#name OrgGroup#name}",
            "stability": "stable",
            "summary": "The name of the org group. String length must be at least 1."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-group/index.ts",
            "line": 20
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/org-group/index:OrgGroupConfig"
    },
    "@cdktn/provider-datadog.orgGroupMembership.OrgGroupMembership": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/org_group_membership datadog_org_group_membership}."
      },
      "fqn": "@cdktn/provider-datadog.orgGroupMembership.OrgGroupMembership",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/org_group_membership datadog_org_group_membership} Resource."
        },
        "locationInModule": {
          "filename": "src/org-group-membership/index.ts",
          "line": 64
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.orgGroupMembership.OrgGroupMembershipConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/org-group-membership/index.ts",
        "line": 32
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a OrgGroupMembership resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/org-group-membership/index.ts",
            "line": 49
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the OrgGroupMembership to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/org_group_membership#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing OrgGroupMembership that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the OrgGroupMembership to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/org-group-membership/index.ts",
            "line": 133
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/org-group-membership/index.ts",
            "line": 140
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "OrgGroupMembership",
      "namespace": "orgGroupMembership",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-group-membership/index.ts",
            "line": 37
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-group-membership/index.ts",
            "line": 89
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-group-membership/index.ts",
            "line": 107
          },
          "name": "orgName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-group-membership/index.ts",
            "line": 112
          },
          "name": "orgSite",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-group-membership/index.ts",
            "line": 102
          },
          "name": "orgGroupIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-group-membership/index.ts",
            "line": 125
          },
          "name": "orgUuidInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/org-group-membership/index.ts",
            "line": 95
          },
          "name": "orgGroupId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/org-group-membership/index.ts",
            "line": 118
          },
          "name": "orgUuid",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/org-group-membership/index:OrgGroupMembership"
    },
    "@cdktn/provider-datadog.orgGroupMembership.OrgGroupMembershipConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.orgGroupMembership.OrgGroupMembershipConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/org-group-membership/index.ts",
        "line": 14
      },
      "name": "OrgGroupMembershipConfig",
      "namespace": "orgGroupMembership",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/org_group_membership#org_group_id OrgGroupMembership#org_group_id}",
            "stability": "stable",
            "summary": "The UUID of the org group to assign the organization to. Must be a valid UUID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-group-membership/index.ts",
            "line": 20
          },
          "name": "orgGroupId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/org_group_membership#org_uuid OrgGroupMembership#org_uuid}",
            "stability": "stable",
            "summary": "The UUID of the organization. Must be a valid UUID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-group-membership/index.ts",
            "line": 26
          },
          "name": "orgUuid",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/org-group-membership/index:OrgGroupMembershipConfig"
    },
    "@cdktn/provider-datadog.orgGroupPolicy.OrgGroupPolicy": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/org_group_policy datadog_org_group_policy}."
      },
      "fqn": "@cdktn/provider-datadog.orgGroupPolicy.OrgGroupPolicy",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/org_group_policy datadog_org_group_policy} Resource."
        },
        "locationInModule": {
          "filename": "src/org-group-policy/index.ts",
          "line": 82
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.orgGroupPolicy.OrgGroupPolicyConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/org-group-policy/index.ts",
        "line": 50
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a OrgGroupPolicy resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/org-group-policy/index.ts",
            "line": 67
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the OrgGroupPolicy to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/org_group_policy#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing OrgGroupPolicy that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the OrgGroupPolicy to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/org-group-policy/index.ts",
            "line": 130
          },
          "name": "resetEnforcementTier"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/org-group-policy/index.ts",
            "line": 177
          },
          "name": "resetPolicyType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/org-group-policy/index.ts",
            "line": 189
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/org-group-policy/index.ts",
            "line": 199
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "OrgGroupPolicy",
      "namespace": "orgGroupPolicy",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-group-policy/index.ts",
            "line": 55
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-group-policy/index.ts",
            "line": 139
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-group-policy/index.ts",
            "line": 118
          },
          "name": "contentInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-group-policy/index.ts",
            "line": 134
          },
          "name": "enforcementTierInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-group-policy/index.ts",
            "line": 152
          },
          "name": "orgGroupIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-group-policy/index.ts",
            "line": 165
          },
          "name": "policyNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-group-policy/index.ts",
            "line": 181
          },
          "name": "policyTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/org-group-policy/index.ts",
            "line": 111
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/org-group-policy/index.ts",
            "line": 124
          },
          "name": "enforcementTier",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/org-group-policy/index.ts",
            "line": 145
          },
          "name": "orgGroupId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/org-group-policy/index.ts",
            "line": 158
          },
          "name": "policyName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/org-group-policy/index.ts",
            "line": 171
          },
          "name": "policyType",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/org-group-policy/index:OrgGroupPolicy"
    },
    "@cdktn/provider-datadog.orgGroupPolicy.OrgGroupPolicyConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.orgGroupPolicy.OrgGroupPolicyConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/org-group-policy/index.ts",
        "line": 14
      },
      "name": "OrgGroupPolicyConfig",
      "namespace": "orgGroupPolicy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/org_group_policy#content OrgGroupPolicy#content}",
            "stability": "stable",
            "summary": "The policy content as a JSON-encoded string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-group-policy/index.ts",
            "line": 20
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/org_group_policy#org_group_id OrgGroupPolicy#org_group_id}",
            "stability": "stable",
            "summary": "The UUID of the org group this policy belongs to. Must be a valid UUID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-group-policy/index.ts",
            "line": 32
          },
          "name": "orgGroupId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/org_group_policy#policy_name OrgGroupPolicy#policy_name}",
            "stability": "stable",
            "summary": "The name of the policy. String length must be at least 1."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-group-policy/index.ts",
            "line": 38
          },
          "name": "policyName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "`DEFAULT` means the policy is set but member orgs may mutate it. `ENFORCE` means the policy is strictly controlled and mutations are blocked for affected orgs. `DELEGATE` means each member org controls its own value. Valid values are `DEFAULT`, `ENFORCE`, `DELEGATE`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/org_group_policy#enforcement_tier OrgGroupPolicy#enforcement_tier}",
            "stability": "stable",
            "summary": "The enforcement tier of the policy."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-group-policy/index.ts",
            "line": 26
          },
          "name": "enforcementTier",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/org_group_policy#policy_type OrgGroupPolicy#policy_type}",
            "stability": "stable",
            "summary": "The type of the policy. Valid values are `org_config`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-group-policy/index.ts",
            "line": 44
          },
          "name": "policyType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/org-group-policy/index:OrgGroupPolicyConfig"
    },
    "@cdktn/provider-datadog.orgGroupPolicyOverride.OrgGroupPolicyOverride": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/org_group_policy_override datadog_org_group_policy_override}."
      },
      "fqn": "@cdktn/provider-datadog.orgGroupPolicyOverride.OrgGroupPolicyOverride",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/org_group_policy_override datadog_org_group_policy_override} Resource."
        },
        "locationInModule": {
          "filename": "src/org-group-policy-override/index.ts",
          "line": 76
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.orgGroupPolicyOverride.OrgGroupPolicyOverrideConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/org-group-policy-override/index.ts",
        "line": 44
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a OrgGroupPolicyOverride resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/org-group-policy-override/index.ts",
            "line": 61
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the OrgGroupPolicyOverride to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/org_group_policy_override#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing OrgGroupPolicyOverride that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the OrgGroupPolicyOverride to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/org-group-policy-override/index.ts",
            "line": 168
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/org-group-policy-override/index.ts",
            "line": 177
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "OrgGroupPolicyOverride",
      "namespace": "orgGroupPolicyOverride",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-group-policy-override/index.ts",
            "line": 49
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-group-policy-override/index.ts",
            "line": 103
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-group-policy-override/index.ts",
            "line": 108
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-group-policy-override/index.ts",
            "line": 121
          },
          "name": "orgGroupIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-group-policy-override/index.ts",
            "line": 134
          },
          "name": "orgSiteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-group-policy-override/index.ts",
            "line": 147
          },
          "name": "orgUuidInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-group-policy-override/index.ts",
            "line": 160
          },
          "name": "policyIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/org-group-policy-override/index.ts",
            "line": 114
          },
          "name": "orgGroupId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/org-group-policy-override/index.ts",
            "line": 127
          },
          "name": "orgSite",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/org-group-policy-override/index.ts",
            "line": 140
          },
          "name": "orgUuid",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/org-group-policy-override/index.ts",
            "line": 153
          },
          "name": "policyId",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/org-group-policy-override/index:OrgGroupPolicyOverride"
    },
    "@cdktn/provider-datadog.orgGroupPolicyOverride.OrgGroupPolicyOverrideConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.orgGroupPolicyOverride.OrgGroupPolicyOverrideConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/org-group-policy-override/index.ts",
        "line": 14
      },
      "name": "OrgGroupPolicyOverrideConfig",
      "namespace": "orgGroupPolicyOverride",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/org_group_policy_override#org_group_id OrgGroupPolicyOverride#org_group_id}",
            "stability": "stable",
            "summary": "The UUID of the org group that owns the policy. Must be a valid UUID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-group-policy-override/index.ts",
            "line": 20
          },
          "name": "orgGroupId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/org_group_policy_override#org_site OrgGroupPolicyOverride#org_site}",
            "stability": "stable",
            "summary": "The short site name of the organization (e.g., `us1`, `eu1`, `us1-fed`). Part of the override's server-side identity; changing it replaces the resource. String length must be at least 1."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-group-policy-override/index.ts",
            "line": 26
          },
          "name": "orgSite",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/org_group_policy_override#org_uuid OrgGroupPolicyOverride#org_uuid}",
            "stability": "stable",
            "summary": "The UUID of the organization being exempted from the policy. Must be a valid UUID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-group-policy-override/index.ts",
            "line": 32
          },
          "name": "orgUuid",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/org_group_policy_override#policy_id OrgGroupPolicyOverride#policy_id}",
            "stability": "stable",
            "summary": "The UUID of the org group policy the override applies to. Must be a valid UUID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/org-group-policy-override/index.ts",
            "line": 38
          },
          "name": "policyId",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/org-group-policy-override/index:OrgGroupPolicyOverrideConfig"
    },
    "@cdktn/provider-datadog.organizationSettings.OrganizationSettings": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/organization_settings datadog_organization_settings}."
      },
      "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettings",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/organization_settings datadog_organization_settings} Resource."
        },
        "locationInModule": {
          "filename": "src/organization-settings/index.ts",
          "line": 725
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/organization-settings/index.ts",
        "line": 693
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a OrganizationSettings resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 710
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the OrganizationSettings to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/organization_settings#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing OrganizationSettings that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the OrganizationSettings to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 814
          },
          "name": "putSettings",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettings"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 764
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 780
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 801
          },
          "name": "resetSecurityContacts"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 817
          },
          "name": "resetSettings"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 829
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 838
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "OrganizationSettings",
      "namespace": "organizationSettings",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 698
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 752
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 789
          },
          "name": "publicId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 811
          },
          "name": "settings",
          "type": {
            "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 768
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 784
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 805
          },
          "name": "securityContactsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 821
          },
          "name": "settingsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettings"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 758
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 774
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 795
          },
          "name": "securityContacts",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/organization-settings/index:OrganizationSettings"
    },
    "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/organization-settings/index.ts",
        "line": 14
      },
      "name": "OrganizationSettingsConfig",
      "namespace": "organizationSettings",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/organization_settings#id OrganizationSettings#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 21
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/organization_settings#name OrganizationSettings#name}",
            "stability": "stable",
            "summary": "Name for Organization."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 27
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/organization_settings#security_contacts OrganizationSettings#security_contacts}",
            "stability": "stable",
            "summary": "List of emails used for security event notifications from the organization."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 33
          },
          "name": "securityContacts",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/organization_settings#settings OrganizationSettings#settings}",
            "stability": "stable",
            "summary": "settings block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 39
          },
          "name": "settings",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettings"
          }
        }
      ],
      "symbolId": "src/organization-settings/index:OrganizationSettingsConfig"
    },
    "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettings": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettings",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/organization-settings/index.ts",
        "line": 420
      },
      "name": "OrganizationSettingsSettings",
      "namespace": "organizationSettings",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/organization_settings#saml OrganizationSettings#saml}",
            "stability": "stable",
            "summary": "saml block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 438
          },
          "name": "saml",
          "type": {
            "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsSaml"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/organization_settings#saml_autocreate_users_domains OrganizationSettings#saml_autocreate_users_domains}",
            "stability": "stable",
            "summary": "saml_autocreate_users_domains block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 444
          },
          "name": "samlAutocreateUsersDomains",
          "type": {
            "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlAutocreateUsersDomains"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/organization_settings#saml_idp_initiated_login OrganizationSettings#saml_idp_initiated_login}",
            "stability": "stable",
            "summary": "saml_idp_initiated_login block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 450
          },
          "name": "samlIdpInitiatedLogin",
          "type": {
            "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlIdpInitiatedLogin"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/organization_settings#saml_strict_mode OrganizationSettings#saml_strict_mode}",
            "stability": "stable",
            "summary": "saml_strict_mode block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 456
          },
          "name": "samlStrictMode",
          "type": {
            "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlStrictMode"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/organization_settings#private_widget_share OrganizationSettings#private_widget_share}",
            "stability": "stable",
            "summary": "Whether or not the organization users can share widgets outside of Datadog. Defaults to `false`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 426
          },
          "name": "privateWidgetShare",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Options are `st` (standard user), `adm` (admin user), or `ro` (read-only user). Allowed enum values: `st`, `adm` , `ro`, `ERROR` Defaults to `\"st\"`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/organization_settings#saml_autocreate_access_role OrganizationSettings#saml_autocreate_access_role}",
            "stability": "stable",
            "summary": "The access role of the user."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 432
          },
          "name": "samlAutocreateAccessRole",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/organization-settings/index:OrganizationSettingsSettings"
    },
    "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/organization-settings/index.ts",
          "line": 530
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/organization-settings/index.ts",
        "line": 523
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 642
          },
          "name": "putSaml",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsSaml"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 655
          },
          "name": "putSamlAutocreateUsersDomains",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlAutocreateUsersDomains"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 668
          },
          "name": "putSamlIdpInitiatedLogin",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlIdpInitiatedLogin"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 681
          },
          "name": "putSamlStrictMode",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlStrictMode"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 593
          },
          "name": "resetPrivateWidgetShare"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 609
          },
          "name": "resetSamlAutocreateAccessRole"
        }
      ],
      "name": "OrganizationSettingsSettingsOutputReference",
      "namespace": "organizationSettings",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 639
          },
          "name": "saml",
          "type": {
            "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 652
          },
          "name": "samlAutocreateUsersDomains",
          "type": {
            "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlAutocreateUsersDomainsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 618
          },
          "name": "samlCanBeEnabled",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 623
          },
          "name": "samlIdpEndpoint",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 665
          },
          "name": "samlIdpInitiatedLogin",
          "type": {
            "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlIdpInitiatedLoginOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 628
          },
          "name": "samlIdpMetadataUploaded",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 633
          },
          "name": "samlLoginUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 678
          },
          "name": "samlStrictMode",
          "type": {
            "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlStrictModeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 597
          },
          "name": "privateWidgetShareInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 613
          },
          "name": "samlAutocreateAccessRoleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 659
          },
          "name": "samlAutocreateUsersDomainsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlAutocreateUsersDomains"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 672
          },
          "name": "samlIdpInitiatedLoginInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlIdpInitiatedLogin"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 646
          },
          "name": "samlInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsSaml"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 685
          },
          "name": "samlStrictModeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlStrictMode"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 587
          },
          "name": "privateWidgetShare",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 603
          },
          "name": "samlAutocreateAccessRole",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 534
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettings"
          }
        }
      ],
      "symbolId": "src/organization-settings/index:OrganizationSettingsSettingsOutputReference"
    },
    "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsSaml": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsSaml",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/organization-settings/index.ts",
        "line": 41
      },
      "name": "OrganizationSettingsSettingsSaml",
      "namespace": "organizationSettings",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/organization_settings#enabled OrganizationSettings#enabled}",
            "stability": "stable",
            "summary": "Whether or not SAML is enabled for this organization. Defaults to `false`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 47
          },
          "name": "enabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/organization-settings/index:OrganizationSettingsSettingsSaml"
    },
    "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlAutocreateUsersDomains": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlAutocreateUsersDomains",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/organization-settings/index.ts",
        "line": 127
      },
      "name": "OrganizationSettingsSettingsSamlAutocreateUsersDomains",
      "namespace": "organizationSettings",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/organization_settings#domains OrganizationSettings#domains}",
            "stability": "stable",
            "summary": "List of domains where the SAML automated user creation is enabled."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 133
          },
          "name": "domains",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/organization_settings#enabled OrganizationSettings#enabled}",
            "stability": "stable",
            "summary": "Whether or not the automated user creation based on SAML domain is enabled. Defaults to `false`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 139
          },
          "name": "enabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/organization-settings/index:OrganizationSettingsSettingsSamlAutocreateUsersDomains"
    },
    "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlAutocreateUsersDomainsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlAutocreateUsersDomainsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/organization-settings/index.ts",
          "line": 185
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/organization-settings/index.ts",
        "line": 178
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 224
          },
          "name": "resetDomains"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 240
          },
          "name": "resetEnabled"
        }
      ],
      "name": "OrganizationSettingsSettingsSamlAutocreateUsersDomainsOutputReference",
      "namespace": "organizationSettings",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 228
          },
          "name": "domainsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 244
          },
          "name": "enabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 218
          },
          "name": "domains",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 234
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 189
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlAutocreateUsersDomains"
          }
        }
      ],
      "symbolId": "src/organization-settings/index:OrganizationSettingsSettingsSamlAutocreateUsersDomainsOutputReference"
    },
    "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlIdpInitiatedLogin": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlIdpInitiatedLogin",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/organization-settings/index.ts",
        "line": 248
      },
      "name": "OrganizationSettingsSettingsSamlIdpInitiatedLogin",
      "namespace": "organizationSettings",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/organization_settings#enabled OrganizationSettings#enabled}",
            "stability": "stable",
            "summary": "Whether or not a SAML identity provider metadata file was provided to the Datadog organization. Defaults to `false`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 254
          },
          "name": "enabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/organization-settings/index:OrganizationSettingsSettingsSamlIdpInitiatedLogin"
    },
    "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlIdpInitiatedLoginOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlIdpInitiatedLoginOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/organization-settings/index.ts",
          "line": 293
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/organization-settings/index.ts",
        "line": 286
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 326
          },
          "name": "resetEnabled"
        }
      ],
      "name": "OrganizationSettingsSettingsSamlIdpInitiatedLoginOutputReference",
      "namespace": "organizationSettings",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 330
          },
          "name": "enabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 320
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 297
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlIdpInitiatedLogin"
          }
        }
      ],
      "symbolId": "src/organization-settings/index:OrganizationSettingsSettingsSamlIdpInitiatedLoginOutputReference"
    },
    "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/organization-settings/index.ts",
          "line": 86
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/organization-settings/index.ts",
        "line": 79
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 119
          },
          "name": "resetEnabled"
        }
      ],
      "name": "OrganizationSettingsSettingsSamlOutputReference",
      "namespace": "organizationSettings",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 123
          },
          "name": "enabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 113
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 90
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsSaml"
          }
        }
      ],
      "symbolId": "src/organization-settings/index:OrganizationSettingsSettingsSamlOutputReference"
    },
    "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlStrictMode": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlStrictMode",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/organization-settings/index.ts",
        "line": 334
      },
      "name": "OrganizationSettingsSettingsSamlStrictMode",
      "namespace": "organizationSettings",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "If true, all users must log in with SAML. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/organization_settings#enabled OrganizationSettings#enabled}",
            "stability": "stable",
            "summary": "Whether or not the SAML strict mode is enabled."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 340
          },
          "name": "enabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/organization-settings/index:OrganizationSettingsSettingsSamlStrictMode"
    },
    "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlStrictModeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlStrictModeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/organization-settings/index.ts",
          "line": 379
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/organization-settings/index.ts",
        "line": 372
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 412
          },
          "name": "resetEnabled"
        }
      ],
      "name": "OrganizationSettingsSettingsSamlStrictModeOutputReference",
      "namespace": "organizationSettings",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 416
          },
          "name": "enabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 406
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/organization-settings/index.ts",
            "line": 383
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.organizationSettings.OrganizationSettingsSettingsSamlStrictMode"
          }
        }
      ],
      "symbolId": "src/organization-settings/index:OrganizationSettingsSettingsSamlStrictModeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.Powerpack": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack datadog_powerpack}."
      },
      "fqn": "@cdktn/provider-datadog.powerpack.Powerpack",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack datadog_powerpack} Resource."
        },
        "locationInModule": {
          "filename": "src/powerpack/index.ts",
          "line": 116
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index.ts",
        "line": 84
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a Powerpack resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 101
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the Powerpack to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing Powerpack that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the Powerpack to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 248
          },
          "name": "putLayout",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackLayout"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 264
          },
          "name": "putTemplateVariables",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackTemplateVariables"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 280
          },
          "name": "putWidget",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidget"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 155
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 171
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 251
          },
          "name": "resetLayout"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 187
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 203
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 219
          },
          "name": "resetShowTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 235
          },
          "name": "resetTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 267
          },
          "name": "resetTemplateVariables"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 283
          },
          "name": "resetWidget"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 295
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 309
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "Powerpack",
      "namespace": "powerpack",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 89
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 245
          },
          "name": "layout",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackLayoutOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 261
          },
          "name": "templateVariables",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackTemplateVariablesList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 277
          },
          "name": "widget",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 159
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 175
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 255
          },
          "name": "layoutInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackLayout"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 191
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 207
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 223
          },
          "name": "showTitleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 239
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 271
          },
          "name": "templateVariablesInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackTemplateVariables"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 287
          },
          "name": "widgetInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidget"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 149
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 165
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 181
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 197
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 213
          },
          "name": "showTitle",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 229
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index:Powerpack"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index.ts",
        "line": 23
      },
      "name": "PowerpackConfig",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#description Powerpack#description}",
            "stability": "stable",
            "summary": "The description of the powerpack."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 29
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#id Powerpack#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 36
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#layout Powerpack#layout}",
            "stability": "stable",
            "summary": "layout block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 66
          },
          "name": "layout",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackLayout"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#live_span Powerpack#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the powerpack."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 42
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name for the powerpack."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 48
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#show_title Powerpack#show_title}",
            "stability": "stable",
            "summary": "Whether or not title should be displayed in the powerpack."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 54
          },
          "name": "showTitle",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#tags Powerpack#tags}",
            "stability": "stable",
            "summary": "List of tags to identify this powerpack."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 60
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#template_variables Powerpack#template_variables}",
            "stability": "stable",
            "summary": "template_variables block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 72
          },
          "name": "templateVariables",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackTemplateVariables"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#widget Powerpack#widget}",
            "stability": "stable",
            "summary": "widget block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index.ts",
            "line": 78
          },
          "name": "widget",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidget"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index:PowerpackConfig"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackLayout": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackLayout",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 7
      },
      "name": "PowerpackLayout",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#height Powerpack#height}",
            "stability": "stable",
            "summary": "The height of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13
          },
          "name": "height",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#width Powerpack#width}",
            "stability": "stable",
            "summary": "The width of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19
          },
          "name": "width",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#x Powerpack#x}",
            "stability": "stable",
            "summary": "The position of the widget on the x (horizontal) axis. Should be greater than or equal to 0."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25
          },
          "name": "x",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#y Powerpack#y}",
            "stability": "stable",
            "summary": "The position of the widget on the y (vertical) axis. Should be greater than or equal to 0."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 31
          },
          "name": "y",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackLayout"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackLayoutOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackLayoutOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 91
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 84
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 142
          },
          "name": "resetHeight"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 158
          },
          "name": "resetWidth"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 174
          },
          "name": "resetX"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 190
          },
          "name": "resetY"
        }
      ],
      "name": "PowerpackLayoutOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 146
          },
          "name": "heightInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 162
          },
          "name": "widthInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 178
          },
          "name": "xInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 194
          },
          "name": "yInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 136
          },
          "name": "height",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 152
          },
          "name": "width",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 168
          },
          "name": "x",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 184
          },
          "name": "y",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 95
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackLayout"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackLayoutOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackTemplateVariables": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackTemplateVariables",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 198
      },
      "name": "PowerpackTemplateVariables",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of the powerpack template variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 210
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "If more than one default is specified, they will be unioned together with `OR`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#defaults Powerpack#defaults}",
            "stability": "stable",
            "summary": "One or many default values for powerpack template variables on load."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 204
          },
          "name": "defaults",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackTemplateVariables"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackTemplateVariablesList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackTemplateVariablesList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 337
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 329
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 344
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackTemplateVariablesOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackTemplateVariablesList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 330
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackTemplateVariables"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackTemplateVariablesList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackTemplateVariablesOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackTemplateVariablesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 259
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 249
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 307
          },
          "name": "resetDefaults"
        }
      ],
      "name": "PowerpackTemplateVariablesOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 311
          },
          "name": "defaultsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 324
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 301
          },
          "name": "defaults",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 317
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 263
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackTemplateVariables"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackTemplateVariablesOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidget": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidget",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 6863
      },
      "name": "PowerpackWidget",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#alert_graph_definition Powerpack#alert_graph_definition}",
            "stability": "stable",
            "summary": "alert_graph_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6869
          },
          "name": "alertGraphDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetAlertGraphDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#alert_value_definition Powerpack#alert_value_definition}",
            "stability": "stable",
            "summary": "alert_value_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6875
          },
          "name": "alertValueDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetAlertValueDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#change_definition Powerpack#change_definition}",
            "stability": "stable",
            "summary": "change_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6881
          },
          "name": "changeDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#check_status_definition Powerpack#check_status_definition}",
            "stability": "stable",
            "summary": "check_status_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6887
          },
          "name": "checkStatusDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetCheckStatusDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#distribution_definition Powerpack#distribution_definition}",
            "stability": "stable",
            "summary": "distribution_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6893
          },
          "name": "distributionDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#event_stream_definition Powerpack#event_stream_definition}",
            "stability": "stable",
            "summary": "event_stream_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6899
          },
          "name": "eventStreamDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetEventStreamDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#event_timeline_definition Powerpack#event_timeline_definition}",
            "stability": "stable",
            "summary": "event_timeline_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6905
          },
          "name": "eventTimelineDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetEventTimelineDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#free_text_definition Powerpack#free_text_definition}",
            "stability": "stable",
            "summary": "free_text_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6911
          },
          "name": "freeTextDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetFreeTextDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#geomap_definition Powerpack#geomap_definition}",
            "stability": "stable",
            "summary": "geomap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6917
          },
          "name": "geomapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#heatmap_definition Powerpack#heatmap_definition}",
            "stability": "stable",
            "summary": "heatmap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6923
          },
          "name": "heatmapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#hostmap_definition Powerpack#hostmap_definition}",
            "stability": "stable",
            "summary": "hostmap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6929
          },
          "name": "hostmapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#iframe_definition Powerpack#iframe_definition}",
            "stability": "stable",
            "summary": "iframe_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6935
          },
          "name": "iframeDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetIframeDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#image_definition Powerpack#image_definition}",
            "stability": "stable",
            "summary": "image_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6941
          },
          "name": "imageDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetImageDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#list_stream_definition Powerpack#list_stream_definition}",
            "stability": "stable",
            "summary": "list_stream_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6947
          },
          "name": "listStreamDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#log_stream_definition Powerpack#log_stream_definition}",
            "stability": "stable",
            "summary": "log_stream_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6953
          },
          "name": "logStreamDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetLogStreamDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#manage_status_definition Powerpack#manage_status_definition}",
            "stability": "stable",
            "summary": "manage_status_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6959
          },
          "name": "manageStatusDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetManageStatusDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#note_definition Powerpack#note_definition}",
            "stability": "stable",
            "summary": "note_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6965
          },
          "name": "noteDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetNoteDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query_table_definition Powerpack#query_table_definition}",
            "stability": "stable",
            "summary": "query_table_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6971
          },
          "name": "queryTableDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query_value_definition Powerpack#query_value_definition}",
            "stability": "stable",
            "summary": "query_value_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6977
          },
          "name": "queryValueDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#run_workflow_definition Powerpack#run_workflow_definition}",
            "stability": "stable",
            "summary": "run_workflow_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6983
          },
          "name": "runWorkflowDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#scatterplot_definition Powerpack#scatterplot_definition}",
            "stability": "stable",
            "summary": "scatterplot_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6989
          },
          "name": "scatterplotDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#service_level_objective_definition Powerpack#service_level_objective_definition}",
            "stability": "stable",
            "summary": "service_level_objective_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6995
          },
          "name": "serviceLevelObjectiveDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetServiceLevelObjectiveDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#servicemap_definition Powerpack#servicemap_definition}",
            "stability": "stable",
            "summary": "servicemap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7001
          },
          "name": "servicemapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetServicemapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#slo_list_definition Powerpack#slo_list_definition}",
            "stability": "stable",
            "summary": "slo_list_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7007
          },
          "name": "sloListDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSloListDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sunburst_definition Powerpack#sunburst_definition}",
            "stability": "stable",
            "summary": "sunburst_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7013
          },
          "name": "sunburstDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#timeseries_definition Powerpack#timeseries_definition}",
            "stability": "stable",
            "summary": "timeseries_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7019
          },
          "name": "timeseriesDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#toplist_definition Powerpack#toplist_definition}",
            "stability": "stable",
            "summary": "toplist_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7025
          },
          "name": "toplistDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#topology_map_definition Powerpack#topology_map_definition}",
            "stability": "stable",
            "summary": "topology_map_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7031
          },
          "name": "topologyMapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#trace_service_definition Powerpack#trace_service_definition}",
            "stability": "stable",
            "summary": "trace_service_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7037
          },
          "name": "traceServiceDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTraceServiceDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#treemap_definition Powerpack#treemap_definition}",
            "stability": "stable",
            "summary": "treemap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7043
          },
          "name": "treemapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#widget_layout Powerpack#widget_layout}",
            "stability": "stable",
            "summary": "widget_layout block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7049
          },
          "name": "widgetLayout",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetWidgetLayout"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidget"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetAlertGraphDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetAlertGraphDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 348
      },
      "name": "PowerpackWidgetAlertGraphDefinition",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#alert_id Powerpack#alert_id}",
            "stability": "stable",
            "summary": "The ID of the monitor used by the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 354
          },
          "name": "alertId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#viz_type Powerpack#viz_type}",
            "stability": "stable",
            "summary": "Type of visualization to use when displaying the widget. Valid values are `timeseries`, `toplist`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 390
          },
          "name": "vizType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#hide_incomplete_cost_data Powerpack#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 360
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#live_span Powerpack#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 366
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title Powerpack#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 372
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_align Powerpack#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 378
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_size Powerpack#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 384
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetAlertGraphDefinition"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetAlertGraphDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetAlertGraphDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 471
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 464
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 553
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 569
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 585
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 601
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 617
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackWidgetAlertGraphDefinitionOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 541
          },
          "name": "alertIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 557
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 573
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 605
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 589
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 621
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 634
          },
          "name": "vizTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 534
          },
          "name": "alertId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 547
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 563
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 579
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 595
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 611
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 627
          },
          "name": "vizType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 475
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetAlertGraphDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetAlertGraphDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetAlertValueDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetAlertValueDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 638
      },
      "name": "PowerpackWidgetAlertValueDefinition",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#alert_id Powerpack#alert_id}",
            "stability": "stable",
            "summary": "The ID of the monitor used by the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 644
          },
          "name": "alertId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#description Powerpack#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 650
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#precision Powerpack#precision}",
            "stability": "stable",
            "summary": "The precision to use when displaying the value. Use `*` for maximum precision."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 656
          },
          "name": "precision",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#text_align Powerpack#text_align}",
            "stability": "stable",
            "summary": "The alignment of the text in the widget. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 662
          },
          "name": "textAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title Powerpack#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 668
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_align Powerpack#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 674
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_size Powerpack#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 680
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#unit Powerpack#unit}",
            "stability": "stable",
            "summary": "The unit for the value displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 686
          },
          "name": "unit",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetAlertValueDefinition"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetAlertValueDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetAlertValueDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 774
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 767
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 862
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 878
          },
          "name": "resetPrecision"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 894
          },
          "name": "resetTextAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 910
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 926
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 942
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 958
          },
          "name": "resetUnit"
        }
      ],
      "name": "PowerpackWidgetAlertValueDefinitionOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 850
          },
          "name": "alertIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 866
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 882
          },
          "name": "precisionInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 898
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 930
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 914
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 946
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 962
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 843
          },
          "name": "alertId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 856
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 872
          },
          "name": "precision",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 888
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 904
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 920
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 936
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 952
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 778
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetAlertValueDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetAlertValueDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 10642
      },
      "name": "PowerpackWidgetChangeDefinition",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_link Powerpack#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10684
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#description Powerpack#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10648
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#hide_incomplete_cost_data Powerpack#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10654
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#live_span Powerpack#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10660
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#request Powerpack#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10690
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title Powerpack#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10666
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_align Powerpack#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10672
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_size Powerpack#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10678
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinition"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 966
      },
      "name": "PowerpackWidgetChangeDefinitionCustomLink",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#is_hidden Powerpack#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 972
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#label Powerpack#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 978
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#link Powerpack#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 984
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#override_label Powerpack#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 990
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 1178
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 1170
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1185
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionCustomLinkList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1171
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 1053
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 1043
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1113
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1129
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1145
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1161
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionCustomLinkOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1117
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1133
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1149
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1165
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1107
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1123
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1139
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1155
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1057
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 10778
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 10771
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10946
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10962
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10949
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10853
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10869
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10885
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10965
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10901
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10917
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10933
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10943
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10959
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10953
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10857
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10873
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10889
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10969
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10921
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10905
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10937
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10847
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10863
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10879
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10895
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10911
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10927
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10782
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 10069
      },
      "name": "PowerpackWidgetChangeDefinitionRequest",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#apm_query Powerpack#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10117
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#change_type Powerpack#change_type}",
            "stability": "stable",
            "summary": "Whether to show absolute or relative change. Valid values are `absolute`, `relative`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10075
          },
          "name": "changeType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compare_to Powerpack#compare_to}",
            "stability": "stable",
            "summary": "Choose from when to compare current data to. Valid values are `hour_before`, `day_before`, `week_before`, `month_before`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10081
          },
          "name": "compareTo",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#formula Powerpack#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10123
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#increase_good Powerpack#increase_good}",
            "stability": "stable",
            "summary": "A Boolean indicating whether an increase in the value is good (displayed in green) or not (displayed in red)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10087
          },
          "name": "increaseGood",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#log_query Powerpack#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10129
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order_by Powerpack#order_by}",
            "stability": "stable",
            "summary": "What to order by. Valid values are `change`, `name`, `present`, `past`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10093
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order_dir Powerpack#order_dir}",
            "stability": "stable",
            "summary": "Widget sorting method. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10099
          },
          "name": "orderDir",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#process_query Powerpack#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10135
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#q Powerpack#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10105
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10141
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#rum_query Powerpack#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10147
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#security_query Powerpack#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10153
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#show_present Powerpack#show_present}",
            "stability": "stable",
            "summary": "If set to `true`, displays the current value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10111
          },
          "name": "showPresent",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 1865
      },
      "name": "PowerpackWidgetChangeDefinitionRequestApmQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1871
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1883
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1889
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1895
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1877
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 1189
      },
      "name": "PowerpackWidgetChangeDefinitionRequestApmQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1195
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1201
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1207
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 1260
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 1253
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1318
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1334
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1306
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1322
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1338
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1299
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1312
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1328
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1264
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 1492
      },
      "name": "PowerpackWidgetChangeDefinitionRequestApmQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1498
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1504
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1510
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 1669
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 1661
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1676
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestApmQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1662
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 1566
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 1556
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1649
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1620
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1636
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1652
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1646
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1624
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1640
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1656
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1614
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1630
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1570
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 1342
      },
      "name": "PowerpackWidgetChangeDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1348
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1360
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1354
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 1413
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 1406
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1471
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1459
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1475
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1488
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1452
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1465
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1481
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1417
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 1680
      },
      "name": "PowerpackWidgetChangeDefinitionRequestApmQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1686
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1692
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1698
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 1854
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 1846
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1861
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestApmQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1847
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 1754
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 1744
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1821
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1837
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1809
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1825
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1841
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1802
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1815
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1831
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1758
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 1962
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 1955
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2045
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2061
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2077
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2048
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2064
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2080
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2032
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestApmQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2042
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2058
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2074
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2052
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2068
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2020
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2084
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2036
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2013
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2026
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 1966
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 3240
      },
      "name": "PowerpackWidgetChangeDefinitionRequestFormula",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#formula_expression Powerpack#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3258
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#alias Powerpack#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3246
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cell_display_mode Powerpack#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3252
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#conditional_formats Powerpack#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3264
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3270
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#number_format Powerpack#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3276
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#style Powerpack#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3282
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 2088
      },
      "name": "PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormats",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#comparator Powerpack#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2094
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette Powerpack#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2130
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#value Powerpack#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2142
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_bg_color Powerpack#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2100
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_fg_color Powerpack#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2106
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#hide_value Powerpack#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2112
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#image_url Powerpack#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2118
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2124
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#timeframe Powerpack#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2136
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 2466
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 2458
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2473
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2459
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 2240
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 2230
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2343
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2359
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2375
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2391
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2407
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2436
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2331
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2347
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2363
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2379
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2395
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2411
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2424
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2440
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2453
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2324
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2337
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2353
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2369
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2385
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2401
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2417
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2430
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2446
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2244
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 2477
      },
      "name": "PowerpackWidgetChangeDefinitionRequestFormulaLimit",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#count Powerpack#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2483
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2489
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 2535
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 2528
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2574
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2590
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestFormulaLimitOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2578
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2594
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2568
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2584
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2539
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 3554
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 3546
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3561
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestFormulaList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3547
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 3001
      },
      "name": "PowerpackWidgetChangeDefinitionRequestFormulaNumberFormat",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#unit Powerpack#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3007
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#unit_scale Powerpack#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3013
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 3059
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 3052
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3095
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3108
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3111
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3092
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3105
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3099
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3115
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3063
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 2799
      },
      "name": "PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#canonical Powerpack#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2805
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom Powerpack#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2811
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 2598
      },
      "name": "PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#unit_name Powerpack#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2610
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#per_unit_name Powerpack#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2604
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 2656
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 2649
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2695
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2699
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2712
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2689
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2705
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2660
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 2716
      },
      "name": "PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#label Powerpack#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2722
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 2761
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 2754
      },
      "name": "PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2795
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2788
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2765
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 2857
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 2850
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2893
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2909
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2896
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2912
          },
          "name": "resetCustom"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2890
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2906
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2900
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2916
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2861
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 2920
      },
      "name": "PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#unit_name Powerpack#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2924
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 2963
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 2956
      },
      "name": "PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2997
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2990
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 2967
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 3366
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 3356
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3486
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3502
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3518
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3534
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3444
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3460
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3489
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3505
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3521
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3537
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestFormulaOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3483
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3499
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3515
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3531
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3448
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3464
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3493
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3477
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3509
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3525
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3541
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3438
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3454
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3470
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3370
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 3119
      },
      "name": "PowerpackWidgetChangeDefinitionRequestFormulaStyle",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette Powerpack#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3125
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette_index Powerpack#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3131
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 3177
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 3170
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3216
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3232
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestFormulaStyleOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3236
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3220
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3210
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3226
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3181
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 10631
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 10623
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10638
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10624
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 4241
      },
      "name": "PowerpackWidgetChangeDefinitionRequestLogQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4247
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4259
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4265
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4271
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4253
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 3565
      },
      "name": "PowerpackWidgetChangeDefinitionRequestLogQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3571
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3577
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3583
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 3636
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 3629
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3694
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3710
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3682
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3698
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3714
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3675
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3688
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3704
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3640
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 3868
      },
      "name": "PowerpackWidgetChangeDefinitionRequestLogQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3874
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3880
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3886
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 4045
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 4037
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4052
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestLogQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4038
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 3942
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 3932
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4025
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3996
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4012
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4028
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4022
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4000
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4016
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4032
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3990
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4006
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3946
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 3718
      },
      "name": "PowerpackWidgetChangeDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3724
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3736
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3730
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 3789
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 3782
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3847
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3835
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3851
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3864
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3828
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3841
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3857
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 3793
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 4056
      },
      "name": "PowerpackWidgetChangeDefinitionRequestLogQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4062
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4068
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4074
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 4230
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 4222
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4237
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestLogQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4223
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 4130
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 4120
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4197
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4213
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4185
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4201
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4217
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4178
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4191
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4207
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4134
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 4338
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 4331
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4421
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4437
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4453
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4424
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4440
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4456
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4408
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestLogQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4418
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4434
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4450
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4428
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4444
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4396
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4460
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4412
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4389
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4402
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4342
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 10286
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 10276
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10515
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10531
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10547
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10563
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10579
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10595
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10611
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10518
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10406
          },
          "name": "resetChangeType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10422
          },
          "name": "resetCompareTo"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10534
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10438
          },
          "name": "resetIncreaseGood"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10550
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10454
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10470
          },
          "name": "resetOrderDir"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10566
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10486
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10582
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10598
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10614
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10502
          },
          "name": "resetShowPresent"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10512
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10528
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10544
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10560
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10576
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10592
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10608
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10522
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10410
          },
          "name": "changeTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10426
          },
          "name": "compareToInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10538
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10442
          },
          "name": "increaseGoodInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10554
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10458
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10474
          },
          "name": "orderDirInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10570
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10490
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10586
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10602
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10618
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10506
          },
          "name": "showPresentInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10400
          },
          "name": "changeType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10416
          },
          "name": "compareTo",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10432
          },
          "name": "increaseGood",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10448
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10464
          },
          "name": "orderDir",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10480
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10496
          },
          "name": "showPresent",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10290
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 4464
      },
      "name": "PowerpackWidgetChangeDefinitionRequestProcessQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4482
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#filter_by Powerpack#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4470
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4476
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_by Powerpack#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4488
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 4548
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 4541
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4599
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4615
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4644
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestProcessQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4603
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4619
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4632
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4648
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4593
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4609
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4625
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4638
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4552
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 7943
      },
      "name": "PowerpackWidgetChangeDefinitionRequestQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#apm_dependency_stats_query Powerpack#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7949
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#apm_resource_stats_query Powerpack#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7955
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cloud_cost_query Powerpack#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7961
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#event_query Powerpack#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7967
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric_query Powerpack#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7973
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#process_query Powerpack#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7979
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#slo_query Powerpack#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7985
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 4652
      },
      "name": "PowerpackWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4664
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#env Powerpack#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4670
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4682
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#operation_name Powerpack#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4688
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#resource_name Powerpack#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4706
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#service Powerpack#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4712
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#stat Powerpack#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4718
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4658
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#is_upstream Powerpack#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4676
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4694
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4700
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 4827
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 4820
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4920
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4962
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5004
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5020
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4924
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4937
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4950
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4966
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4979
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4992
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5008
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5024
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5037
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5050
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5063
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4914
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4930
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4943
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4956
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4972
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4985
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4998
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5014
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5030
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5043
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5056
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 4831
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 5067
      },
      "name": "PowerpackWidgetChangeDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5079
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#env Powerpack#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5085
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5097
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#service Powerpack#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5127
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#stat Powerpack#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5133
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5073
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5091
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#operation_name Powerpack#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5103
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5109
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5115
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#resource_name Powerpack#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5121
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 5242
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 5235
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5335
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5377
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5406
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5422
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5438
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5454
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5339
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5352
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5365
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5381
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5394
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5410
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5426
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5442
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5458
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5471
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5484
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5329
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5345
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5358
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5371
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5387
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5400
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5416
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5432
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5448
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5464
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5477
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5246
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 5488
      },
      "name": "PowerpackWidgetChangeDefinitionRequestQueryCloudCostQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5506
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5512
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5518
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregator Powerpack#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5494
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5500
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 5585
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 5578
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5642
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5658
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5646
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5662
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5675
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5688
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5701
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5636
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5652
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5668
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5681
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5694
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5589
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 6617
      },
      "name": "PowerpackWidgetChangeDefinitionRequestQueryEventQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute Powerpack#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6653
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6629
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6641
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6623
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6659
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by_fields Powerpack#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6665
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#indexes Powerpack#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6635
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search Powerpack#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6671
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#storage Powerpack#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6647
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 5705
      },
      "name": "PowerpackWidgetChangeDefinitionRequestQueryEventQueryCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5711
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5717
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5723
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 5879
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 5871
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5886
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestQueryEventQueryComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5872
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 5779
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 5769
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5846
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5862
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5834
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5850
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5866
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5827
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5840
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5856
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5783
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 6043
      },
      "name": "PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6049
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6055
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort Powerpack#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6061
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 6381
      },
      "name": "PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#fields Powerpack#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6387
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6393
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort Powerpack#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6399
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 6452
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 6445
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6523
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6510
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6526
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6520
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6498
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6514
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6530
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6491
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6504
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6456
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 6228
      },
      "name": "PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6234
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6240
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6246
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 6299
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 6292
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6357
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6373
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6345
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6361
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6377
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6338
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6351
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6367
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6303
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 6217
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 6209
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6224
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6210
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 6117
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 6107
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6197
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6184
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6200
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6194
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6172
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6188
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6204
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6165
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6178
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6121
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 5890
      },
      "name": "PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5896
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5902
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5908
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 5961
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 5954
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6019
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6035
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6007
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6023
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6039
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6000
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6013
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6029
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 5965
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 6766
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 6759
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6918
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6931
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6947
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6963
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6847
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6934
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6950
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6876
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6966
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6905
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6915
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6928
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6944
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6960
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6922
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6851
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6864
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6954
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6938
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6880
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6893
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6970
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6909
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6841
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6857
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6870
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6886
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6899
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6770
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 6534
      },
      "name": "PowerpackWidgetChangeDefinitionRequestQueryEventQuerySearch",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6540
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 6579
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 6572
      },
      "name": "PowerpackWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6613
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6606
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6583
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 8260
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 8252
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8267
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestQueryList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8253
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 6974
      },
      "name": "PowerpackWidgetChangeDefinitionRequestQueryMetricQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6998
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7004
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregator Powerpack#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6980
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6986
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 6992
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#semantic_mode Powerpack#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7010
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 7084
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 7077
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7147
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7163
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7179
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7221
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7151
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7167
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7183
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7196
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7209
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7225
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7141
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7157
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7173
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7189
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7202
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7215
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7088
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 8069
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 8059
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8144
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8160
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8176
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8192
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8208
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8224
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8240
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8147
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8163
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8179
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8195
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8211
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8227
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8243
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8141
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8157
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8173
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8189
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8205
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8221
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8237
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8151
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8167
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8183
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8199
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8215
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8231
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8247
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8073
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 7229
      },
      "name": "PowerpackWidgetChangeDefinitionRequestQueryProcessQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7247
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7265
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7271
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregator Powerpack#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7235
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7241
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#is_normalized_cpu Powerpack#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7253
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7259
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort Powerpack#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7277
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#tag_filters Powerpack#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7283
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#text_filter Powerpack#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7289
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 7391
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 7384
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7478
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7494
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7523
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7539
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7581
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7597
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7613
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7482
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7498
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7511
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7527
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7543
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7556
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7569
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7585
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7601
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7617
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7472
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7488
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7504
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7517
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7533
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7549
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7562
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7575
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7591
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7607
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7395
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 7621
      },
      "name": "PowerpackWidgetChangeDefinitionRequestQuerySloQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7639
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#measure Powerpack#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7651
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#slo_id Powerpack#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7663
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#additional_query_filters Powerpack#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7627
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7633
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_mode Powerpack#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7645
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7657
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#slo_query_type Powerpack#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7669
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 7757
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 7750
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7832
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7848
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7877
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7906
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7935
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7836
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7852
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7865
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7881
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7894
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7910
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7923
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7939
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7826
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7842
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7858
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7871
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7887
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7900
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7916
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7929
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 7761
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 8947
      },
      "name": "PowerpackWidgetChangeDefinitionRequestRumQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8953
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8965
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8971
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8977
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8959
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 8271
      },
      "name": "PowerpackWidgetChangeDefinitionRequestRumQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8277
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8283
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8289
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 8342
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 8335
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8400
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8416
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8388
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8404
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8420
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8381
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8394
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8410
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8346
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 8574
      },
      "name": "PowerpackWidgetChangeDefinitionRequestRumQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8580
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8586
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8592
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 8751
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 8743
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8758
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestRumQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8744
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 8648
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 8638
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8731
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8702
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8718
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8734
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8728
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8706
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8722
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8738
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8696
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8712
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8652
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 8424
      },
      "name": "PowerpackWidgetChangeDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8430
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8442
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8436
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 8495
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 8488
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8553
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8541
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8557
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8570
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8534
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8547
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8563
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8499
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 8762
      },
      "name": "PowerpackWidgetChangeDefinitionRequestRumQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8768
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8774
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8780
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 8936
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 8928
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8943
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestRumQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8929
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 8836
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 8826
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8903
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8919
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8891
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8907
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8923
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8884
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8897
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8913
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 8840
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 9044
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 9037
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9127
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9143
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9159
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9130
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9146
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9162
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9114
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestRumQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9124
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9140
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9156
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9134
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9150
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9102
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9166
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9118
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9095
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9108
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9048
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 9846
      },
      "name": "PowerpackWidgetChangeDefinitionRequestSecurityQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9852
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9864
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9870
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9876
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9858
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 9170
      },
      "name": "PowerpackWidgetChangeDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9176
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9182
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9188
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 9241
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 9234
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9299
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9315
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9287
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9303
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9319
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9280
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9293
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9309
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9245
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 9473
      },
      "name": "PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9479
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9485
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9491
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 9650
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 9642
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9657
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9643
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 9547
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 9537
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9630
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9601
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9617
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9633
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9627
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9605
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9621
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9637
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9595
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9611
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9551
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 9323
      },
      "name": "PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9329
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9341
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9335
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 9394
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 9387
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9452
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9440
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9456
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9469
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9433
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9446
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9462
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9398
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 9661
      },
      "name": "PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9667
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9673
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9679
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 9835
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 9827
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9842
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9828
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 9735
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 9725
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9802
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9818
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9790
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9806
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9822
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9783
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9796
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9812
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9739
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 9943
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 9936
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10026
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10042
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10058
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10029
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10045
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10061
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10013
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetChangeDefinitionRequestSecurityQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10023
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10039
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10055
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10033
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10049
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10001
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10065
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10017
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9994
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10007
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 9947
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetChangeDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetCheckStatusDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetCheckStatusDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 10973
      },
      "name": "PowerpackWidgetCheckStatusDefinition",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#check Powerpack#check}",
            "stability": "stable",
            "summary": "The check to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10979
          },
          "name": "check",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#grouping Powerpack#grouping}",
            "stability": "stable",
            "summary": "The kind of grouping to use. Valid values are `check`, `cluster`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10997
          },
          "name": "grouping",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group Powerpack#group}",
            "stability": "stable",
            "summary": "The check group to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10985
          },
          "name": "group",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "When `grouping = \"cluster\"`, indicates a list of tags to use for grouping."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 10991
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#hide_incomplete_cost_data Powerpack#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11003
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#live_span Powerpack#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11009
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#tags Powerpack#tags}",
            "stability": "stable",
            "summary": "A list of tags to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11015
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title Powerpack#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11021
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_align Powerpack#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11027
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_size Powerpack#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11033
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetCheckStatusDefinition"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetCheckStatusDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetCheckStatusDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 11135
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 11128
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11235
          },
          "name": "resetGroup"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11251
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11280
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11296
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11312
          },
          "name": "resetTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11328
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11344
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11360
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackWidgetCheckStatusDefinitionOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11223
          },
          "name": "checkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11255
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11268
          },
          "name": "groupingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11239
          },
          "name": "groupInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11284
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11300
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11316
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11348
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11332
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11364
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11216
          },
          "name": "check",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11229
          },
          "name": "group",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11245
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11261
          },
          "name": "grouping",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11274
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11290
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11306
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11322
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11338
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11354
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11139
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetCheckStatusDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetCheckStatusDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 16519
      },
      "name": "PowerpackWidgetDistributionDefinition",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#description Powerpack#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16525
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#hide_incomplete_cost_data Powerpack#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16531
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#legend_size Powerpack#legend_size}",
            "stability": "stable",
            "summary": "The size of the legend displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16537
          },
          "name": "legendSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#live_span Powerpack#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16543
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#request Powerpack#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16573
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#show_legend Powerpack#show_legend}",
            "stability": "stable",
            "summary": "Whether or not to show the legend on this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16549
          },
          "name": "showLegend",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title Powerpack#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16555
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_align Powerpack#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16561
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_size Powerpack#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16567
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#xaxis Powerpack#xaxis}",
            "stability": "stable",
            "summary": "xaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16579
          },
          "name": "xaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionXaxis"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#yaxis Powerpack#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16585
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinition"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 16694
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 16687
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16912
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16928
          },
          "name": "putXaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionXaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16944
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16787
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16803
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16819
          },
          "name": "resetLegendSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16835
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16915
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16851
          },
          "name": "resetShowLegend"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16867
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16883
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16899
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16931
          },
          "name": "resetXaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16947
          },
          "name": "resetYaxis"
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16909
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16925
          },
          "name": "xaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionXaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16941
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16791
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16807
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16823
          },
          "name": "legendSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16839
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16919
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16855
          },
          "name": "showLegendInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16887
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16871
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16903
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16935
          },
          "name": "xaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionXaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16951
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16781
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16797
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16813
          },
          "name": "legendSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16829
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16845
          },
          "name": "showLegend",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16861
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16877
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16893
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16698
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 15739
      },
      "name": "PowerpackWidgetDistributionDefinitionRequest",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#apm_query Powerpack#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15751
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#apm_stats_query Powerpack#apm_stats_query}",
            "stability": "stable",
            "summary": "apm_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15757
          },
          "name": "apmStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#log_query Powerpack#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15763
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#process_query Powerpack#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15769
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#q Powerpack#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15745
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#rum_query Powerpack#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15775
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#security_query Powerpack#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15781
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#style Powerpack#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15787
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 12044
      },
      "name": "PowerpackWidgetDistributionDefinitionRequestApmQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12050
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12062
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12068
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12074
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12056
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 11368
      },
      "name": "PowerpackWidgetDistributionDefinitionRequestApmQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11374
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11380
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11386
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 11439
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 11432
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11497
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11513
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11485
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11501
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11517
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11478
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11491
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11507
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11443
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 11671
      },
      "name": "PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11677
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11683
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11689
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 11848
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 11840
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11855
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionRequestApmQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11841
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 11745
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 11735
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11828
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11799
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11815
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11831
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11825
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11803
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11819
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11835
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11793
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11809
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11749
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 11521
      },
      "name": "PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11527
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11539
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11533
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 11592
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 11585
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11650
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11638
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11654
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11667
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11631
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11644
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11660
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11596
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 11859
      },
      "name": "PowerpackWidgetDistributionDefinitionRequestApmQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11865
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11871
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11877
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 12033
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 12025
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12040
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionRequestApmQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12026
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 11933
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 11923
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12000
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12016
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11988
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12004
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12020
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11981
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11994
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12010
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 11937
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 12141
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 12134
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12224
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12240
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12256
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12227
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12243
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12259
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12211
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionRequestApmQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12221
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12237
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12253
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12231
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12247
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12199
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12263
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12215
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12192
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12205
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12145
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 12487
      },
      "name": "PowerpackWidgetDistributionDefinitionRequestApmStatsQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#env Powerpack#env}",
            "stability": "stable",
            "summary": "The environment name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12493
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The operation name associated with the service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12499
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag Powerpack#primary_tag}",
            "stability": "stable",
            "summary": "The organization's host group name and value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12505
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#row_type Powerpack#row_type}",
            "stability": "stable",
            "summary": "The level of detail for the request. Valid values are `service`, `resource`, `span`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12517
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#service Powerpack#service}",
            "stability": "stable",
            "summary": "The service name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12523
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#columns Powerpack#columns}",
            "stability": "stable",
            "summary": "columns block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12529
          },
          "name": "columns",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#resource Powerpack#resource}",
            "stability": "stable",
            "summary": "The resource name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12511
          },
          "name": "resource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestApmStatsQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumns": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumns",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 12267
      },
      "name": "PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumns",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The column name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12285
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#alias Powerpack#alias}",
            "stability": "stable",
            "summary": "A user-assigned alias for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12273
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cell_display_mode Powerpack#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12279
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12291
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumns"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumnsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumnsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 12476
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 12468
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12483
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumnsList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12469
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumnsList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 12354
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 12344
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12414
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12430
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12459
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12418
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12434
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12447
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12463
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12408
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12424
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12440
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12453
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12358
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumns"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 12610
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 12603
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12757
          },
          "name": "putColumns",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumns"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12760
          },
          "name": "resetColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12718
          },
          "name": "resetResource"
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionRequestApmStatsQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12754
          },
          "name": "columns",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumnsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12764
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12680
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12693
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12706
          },
          "name": "primaryTagInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12722
          },
          "name": "resourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12735
          },
          "name": "rowTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12748
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12673
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12686
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12699
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12712
          },
          "name": "resource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12728
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12741
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12614
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestApmStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 16091
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 16083
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16098
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionRequestList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16084
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 13444
      },
      "name": "PowerpackWidgetDistributionDefinitionRequestLogQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13450
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13462
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13468
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13474
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13456
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 12768
      },
      "name": "PowerpackWidgetDistributionDefinitionRequestLogQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12774
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12780
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12786
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 12839
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 12832
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12897
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12913
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12885
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12901
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12917
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12878
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12891
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12907
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12843
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 13071
      },
      "name": "PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13077
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13083
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13089
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 13248
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 13240
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13255
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionRequestLogQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13241
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 13145
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 13135
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13228
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13199
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13215
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13231
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13225
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13203
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13219
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13235
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13193
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13209
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13149
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 12921
      },
      "name": "PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12927
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12939
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12933
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 12992
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 12985
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13050
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13038
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13054
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13067
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13031
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13044
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13060
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 12996
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 13259
      },
      "name": "PowerpackWidgetDistributionDefinitionRequestLogQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13265
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13271
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13277
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 13433
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 13425
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13440
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionRequestLogQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13426
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 13333
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 13323
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13400
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13416
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13388
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13404
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13420
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13381
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13394
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13410
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13337
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 13541
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 13534
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13624
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13640
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13656
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13627
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13643
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13659
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13611
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionRequestLogQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13621
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13637
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13653
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13631
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13647
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13599
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13663
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13615
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13592
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13605
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13545
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 15878
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 15868
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15975
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15991
          },
          "name": "putApmStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16007
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16023
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16039
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16055
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16071
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15978
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15994
          },
          "name": "resetApmStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16010
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16026
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15962
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16042
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16058
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16074
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionRequestOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15972
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15988
          },
          "name": "apmStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16004
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16020
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16036
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16052
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16068
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15982
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15998
          },
          "name": "apmStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestApmStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16014
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16030
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15966
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16046
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16062
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16078
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15956
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15882
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 13667
      },
      "name": "PowerpackWidgetDistributionDefinitionRequestProcessQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13685
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#filter_by Powerpack#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13673
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13679
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_by Powerpack#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13691
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 13751
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 13744
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13802
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13818
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13847
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionRequestProcessQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13806
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13822
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13835
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13851
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13796
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13812
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13828
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13841
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13755
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 14531
      },
      "name": "PowerpackWidgetDistributionDefinitionRequestRumQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14537
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14549
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14555
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14561
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14543
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 13855
      },
      "name": "PowerpackWidgetDistributionDefinitionRequestRumQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13861
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13867
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13873
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 13926
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 13919
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13984
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14000
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13972
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13988
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14004
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13965
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13978
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13994
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 13930
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 14158
      },
      "name": "PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14164
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14170
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14176
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 14335
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 14327
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14342
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionRequestRumQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14328
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 14232
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 14222
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14315
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14286
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14302
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14318
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14312
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14290
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14306
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14322
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14280
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14296
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14236
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 14008
      },
      "name": "PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14014
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14026
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14020
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 14079
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 14072
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14137
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14125
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14141
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14154
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14118
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14131
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14147
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14083
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 14346
      },
      "name": "PowerpackWidgetDistributionDefinitionRequestRumQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14352
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14358
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14364
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 14520
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 14512
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14527
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionRequestRumQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14513
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 14420
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 14410
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14487
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14503
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14475
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14491
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14507
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14468
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14481
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14497
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14424
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 14628
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 14621
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14711
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14727
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14743
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14714
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14730
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14746
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14698
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionRequestRumQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14708
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14724
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14740
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14718
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14734
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14686
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14750
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14702
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14679
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14692
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14632
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 15430
      },
      "name": "PowerpackWidgetDistributionDefinitionRequestSecurityQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15436
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15448
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15454
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15460
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15442
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 14754
      },
      "name": "PowerpackWidgetDistributionDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14760
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14766
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14772
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 14825
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 14818
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14883
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14899
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14871
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14887
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14903
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14864
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14877
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14893
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14829
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 15057
      },
      "name": "PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15063
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15069
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15075
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 15234
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 15226
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15241
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15227
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 15131
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 15121
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15214
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15185
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15201
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15217
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15211
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15189
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15205
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15221
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15179
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15195
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15135
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 14907
      },
      "name": "PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14913
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14925
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14919
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 14978
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 14971
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15036
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15024
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15040
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15053
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15017
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15030
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15046
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 14982
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 15245
      },
      "name": "PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15251
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15257
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15263
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 15419
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 15411
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15426
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15412
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 15319
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 15309
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15386
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15402
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15374
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15390
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15406
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15367
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15380
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15396
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15323
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 15527
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 15520
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15610
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15626
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15642
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15613
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15629
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15645
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15597
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionRequestSecurityQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15607
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15623
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15639
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15617
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15633
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15585
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15649
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15601
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15578
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15591
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15531
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 15653
      },
      "name": "PowerpackWidgetDistributionDefinitionRequestStyle",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette Powerpack#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15659
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 15698
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 15691
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15731
          },
          "name": "resetPalette"
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionRequestStyleOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15735
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15725
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 15702
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionXaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionXaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 16102
      },
      "name": "PowerpackWidgetDistributionDefinitionXaxis",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#include_zero Powerpack#include_zero}",
            "stability": "stable",
            "summary": "Always include zero or fit the axis to the data range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16108
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#max Powerpack#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16114
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#min Powerpack#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16120
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#scale Powerpack#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16126
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionXaxis"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionXaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionXaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 16186
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 16179
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16237
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16253
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16269
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16285
          },
          "name": "resetScale"
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionXaxisOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16241
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16257
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16273
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16289
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16231
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16247
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16263
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16279
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16190
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionXaxis"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionXaxisOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 16293
      },
      "name": "PowerpackWidgetDistributionDefinitionYaxis",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#include_zero Powerpack#include_zero}",
            "stability": "stable",
            "summary": "Always include zero or fit the axis to the data range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16299
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#label Powerpack#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16305
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#max Powerpack#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16311
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#min Powerpack#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16317
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#scale Powerpack#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16323
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionYaxis"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 16390
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 16383
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16447
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16463
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16479
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16495
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16511
          },
          "name": "resetScale"
        }
      ],
      "name": "PowerpackWidgetDistributionDefinitionYaxisOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16451
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16467
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16483
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16499
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16515
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16441
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16457
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16473
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16489
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16505
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16394
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetDistributionDefinitionYaxisOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetEventStreamDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetEventStreamDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 16955
      },
      "name": "PowerpackWidgetEventStreamDefinition",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "The query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16985
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#description Powerpack#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16961
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#event_size Powerpack#event_size}",
            "stability": "stable",
            "summary": "The size to use to display an event. Valid values are `s`, `l`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16967
          },
          "name": "eventSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#hide_incomplete_cost_data Powerpack#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16973
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#live_span Powerpack#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16979
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#tags_execution Powerpack#tags_execution}",
            "stability": "stable",
            "summary": "The execution method for multi-value filters, options: `and` or `or`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16991
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title Powerpack#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 16997
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_align Powerpack#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17003
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_size Powerpack#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17009
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetEventStreamDefinition"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetEventStreamDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetEventStreamDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 17104
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 17097
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17185
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17201
          },
          "name": "resetEventSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17217
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17233
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17262
          },
          "name": "resetTagsExecution"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17278
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17294
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17310
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackWidgetEventStreamDefinitionOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17189
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17205
          },
          "name": "eventSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17221
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17237
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17250
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17266
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17298
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17282
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17314
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17179
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17195
          },
          "name": "eventSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17211
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17227
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17243
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17256
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17272
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17288
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17304
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17108
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetEventStreamDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetEventStreamDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetEventTimelineDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetEventTimelineDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 17318
      },
      "name": "PowerpackWidgetEventTimelineDefinition",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "The query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17342
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#description Powerpack#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17324
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#hide_incomplete_cost_data Powerpack#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17330
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#live_span Powerpack#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17336
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#tags_execution Powerpack#tags_execution}",
            "stability": "stable",
            "summary": "The execution method for multi-value filters, options: `and` or `or`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17348
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title Powerpack#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17354
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_align Powerpack#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17360
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_size Powerpack#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17366
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetEventTimelineDefinition"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetEventTimelineDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetEventTimelineDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 17454
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 17447
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17529
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17545
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17561
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17590
          },
          "name": "resetTagsExecution"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17606
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17622
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17638
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackWidgetEventTimelineDefinitionOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17533
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17549
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17565
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17578
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17594
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17626
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17610
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17642
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17523
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17539
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17555
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17571
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17584
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17600
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17616
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17632
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17458
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetEventTimelineDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetEventTimelineDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetFreeTextDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetFreeTextDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 17646
      },
      "name": "PowerpackWidgetFreeTextDefinition",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#text Powerpack#text}",
            "stability": "stable",
            "summary": "The text to display in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17670
          },
          "name": "text",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#color Powerpack#color}",
            "stability": "stable",
            "summary": "The color of the text in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17652
          },
          "name": "color",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#description Powerpack#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17658
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#font_size Powerpack#font_size}",
            "stability": "stable",
            "summary": "The size of the text in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17664
          },
          "name": "fontSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#text_align Powerpack#text_align}",
            "stability": "stable",
            "summary": "The alignment of the text in the widget. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17676
          },
          "name": "textAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetFreeTextDefinition"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetFreeTextDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetFreeTextDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 17743
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 17736
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17800
          },
          "name": "resetColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17816
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17832
          },
          "name": "resetFontSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17861
          },
          "name": "resetTextAlign"
        }
      ],
      "name": "PowerpackWidgetFreeTextDefinitionOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17804
          },
          "name": "colorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17820
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17836
          },
          "name": "fontSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17865
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17849
          },
          "name": "textInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17794
          },
          "name": "color",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17810
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17826
          },
          "name": "fontSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17842
          },
          "name": "text",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17855
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17747
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetFreeTextDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetFreeTextDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 25442
      },
      "name": "PowerpackWidgetGeomapDefinition",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#view Powerpack#view}",
            "stability": "stable",
            "summary": "view block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25502
          },
          "name": "view",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionView"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_link Powerpack#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25484
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#description Powerpack#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25448
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#hide_incomplete_cost_data Powerpack#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25454
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#live_span Powerpack#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25460
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#request Powerpack#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25490
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#style Powerpack#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25496
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionStyle"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title Powerpack#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25466
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_align Powerpack#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25472
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_size Powerpack#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25478
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinition"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 17869
      },
      "name": "PowerpackWidgetGeomapDefinitionCustomLink",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#is_hidden Powerpack#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17875
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#label Powerpack#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17881
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#link Powerpack#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17887
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#override_label Powerpack#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17893
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 18081
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 18073
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18088
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionCustomLinkList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18074
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 17956
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 17946
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18016
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18032
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18048
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18064
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionCustomLinkOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18020
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18036
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18052
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18068
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18010
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18026
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18042
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18058
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 17960
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 25604
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 25597
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25784
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25800
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25816
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25832
          },
          "name": "putView",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionView"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25787
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25691
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25707
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25723
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25803
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25819
          },
          "name": "resetStyle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25739
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25755
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25771
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25781
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25797
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25813
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25829
          },
          "name": "view",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionViewOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25791
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25695
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25711
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25727
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25807
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25823
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25759
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25743
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25775
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25836
          },
          "name": "viewInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionView"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25685
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25701
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25717
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25733
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25749
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25765
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25608
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 24986
      },
      "name": "PowerpackWidgetGeomapDefinitionRequest",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#formula Powerpack#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24998
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#log_query Powerpack#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25004
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#q Powerpack#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24992
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25010
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#rum_query Powerpack#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25016
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 19244
      },
      "name": "PowerpackWidgetGeomapDefinitionRequestFormula",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#formula_expression Powerpack#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19262
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#alias Powerpack#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19250
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cell_display_mode Powerpack#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19256
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#conditional_formats Powerpack#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19268
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19274
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#number_format Powerpack#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19280
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#style Powerpack#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19286
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 18092
      },
      "name": "PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormats",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#comparator Powerpack#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18098
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette Powerpack#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18134
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#value Powerpack#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18146
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_bg_color Powerpack#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18104
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_fg_color Powerpack#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18110
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#hide_value Powerpack#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18116
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#image_url Powerpack#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18122
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18128
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#timeframe Powerpack#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18140
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 18470
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 18462
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18477
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18463
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 18244
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 18234
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18347
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18363
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18379
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18395
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18411
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18440
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18335
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18351
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18367
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18383
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18399
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18415
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18428
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18444
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18457
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18328
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18341
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18357
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18373
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18389
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18405
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18421
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18434
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18450
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18248
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 18481
      },
      "name": "PowerpackWidgetGeomapDefinitionRequestFormulaLimit",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#count Powerpack#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18487
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18493
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 18539
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 18532
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18578
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18594
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestFormulaLimitOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18582
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18598
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18572
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18588
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18543
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 19558
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 19550
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19565
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestFormulaList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19551
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 19005
      },
      "name": "PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormat",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#unit Powerpack#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19011
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#unit_scale Powerpack#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19017
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 19063
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 19056
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19099
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19112
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19115
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19096
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19109
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19103
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19119
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19067
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 18803
      },
      "name": "PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#canonical Powerpack#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18809
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom Powerpack#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18815
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 18602
      },
      "name": "PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#unit_name Powerpack#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18614
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#per_unit_name Powerpack#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18608
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 18660
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 18653
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18699
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18703
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18716
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18693
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18709
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18664
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 18720
      },
      "name": "PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#label Powerpack#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18726
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 18765
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 18758
      },
      "name": "PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18799
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18792
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18769
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 18861
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 18854
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18897
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18913
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18900
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18916
          },
          "name": "resetCustom"
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18894
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18910
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18904
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18920
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18865
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 18924
      },
      "name": "PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#unit_name Powerpack#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18928
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 18967
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 18960
      },
      "name": "PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19001
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18994
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 18971
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 19370
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 19360
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19490
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19506
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19522
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19538
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19448
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19464
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19493
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19509
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19525
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19541
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestFormulaOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19487
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19503
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19519
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19535
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19452
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19468
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19497
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19481
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19513
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19529
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19545
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19442
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19458
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19474
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19374
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 19123
      },
      "name": "PowerpackWidgetGeomapDefinitionRequestFormulaStyle",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette Powerpack#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19129
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette_index Powerpack#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19135
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 19181
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 19174
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19220
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19236
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestFormulaStyleOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19240
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19224
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19214
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19230
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19185
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 25233
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 25225
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25240
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25226
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 20245
      },
      "name": "PowerpackWidgetGeomapDefinitionRequestLogQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20251
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20263
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20269
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20275
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20257
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 19569
      },
      "name": "PowerpackWidgetGeomapDefinitionRequestLogQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19575
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19581
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19587
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 19640
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 19633
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19698
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19714
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19686
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19702
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19718
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19679
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19692
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19708
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19644
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 19872
      },
      "name": "PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19878
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19884
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19890
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 20049
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 20041
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20056
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestLogQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20042
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 19946
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 19936
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20029
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20000
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20016
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20032
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20026
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20004
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20020
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20036
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19994
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20010
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19950
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 19722
      },
      "name": "PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19728
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19740
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19734
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 19793
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 19786
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19851
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19839
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19855
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19868
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19832
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19845
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19861
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 19797
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 20060
      },
      "name": "PowerpackWidgetGeomapDefinitionRequestLogQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20066
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20072
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20078
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 20234
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 20226
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20241
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestLogQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20227
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 20134
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 20124
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20201
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20217
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20189
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20205
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20221
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20182
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20195
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20211
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20138
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 20342
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 20335
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20425
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20441
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20457
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20428
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20444
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20460
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20412
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestLogQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20422
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20438
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20454
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20432
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20448
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20400
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20464
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20416
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20393
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20406
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20346
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 25086
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 25076
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25165
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25181
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25197
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25213
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25168
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25184
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25152
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25200
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25216
          },
          "name": "resetRumQuery"
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25162
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25178
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25194
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25210
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25172
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25188
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25156
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25204
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25220
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25146
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25090
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 23759
      },
      "name": "PowerpackWidgetGeomapDefinitionRequestQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#apm_dependency_stats_query Powerpack#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23765
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#apm_resource_stats_query Powerpack#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23771
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cloud_cost_query Powerpack#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23777
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#event_query Powerpack#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23783
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric_query Powerpack#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23789
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#process_query Powerpack#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23795
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#slo_query Powerpack#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23801
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 20468
      },
      "name": "PowerpackWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20480
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#env Powerpack#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20486
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20498
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#operation_name Powerpack#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20504
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#resource_name Powerpack#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20522
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#service Powerpack#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20528
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#stat Powerpack#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20534
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20474
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#is_upstream Powerpack#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20492
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20510
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20516
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 20643
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 20636
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20736
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20778
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20820
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20836
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20740
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20753
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20766
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20782
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20795
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20808
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20824
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20840
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20853
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20866
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20879
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20730
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20746
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20759
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20772
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20788
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20801
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20814
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20830
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20846
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20859
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20872
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20647
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 20883
      },
      "name": "PowerpackWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20895
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#env Powerpack#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20901
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20913
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#service Powerpack#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20943
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#stat Powerpack#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20949
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20889
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20907
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#operation_name Powerpack#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20919
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20925
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20931
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#resource_name Powerpack#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 20937
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 21058
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 21051
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21151
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21193
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21222
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21238
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21254
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21270
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21155
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21168
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21181
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21197
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21210
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21226
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21242
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21258
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21274
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21287
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21300
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21145
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21161
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21174
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21187
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21203
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21216
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21232
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21248
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21264
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21280
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21293
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21062
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 21304
      },
      "name": "PowerpackWidgetGeomapDefinitionRequestQueryCloudCostQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21322
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21328
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21334
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregator Powerpack#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21310
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21316
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 21401
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 21394
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21458
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21474
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21462
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21478
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21491
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21504
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21517
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21452
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21468
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21484
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21497
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21510
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21405
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 22433
      },
      "name": "PowerpackWidgetGeomapDefinitionRequestQueryEventQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute Powerpack#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22469
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22445
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22457
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22439
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22475
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by_fields Powerpack#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22481
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#indexes Powerpack#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22451
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search Powerpack#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22487
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#storage Powerpack#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22463
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 21521
      },
      "name": "PowerpackWidgetGeomapDefinitionRequestQueryEventQueryCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21527
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21533
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21539
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 21695
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 21687
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21702
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestQueryEventQueryComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21688
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 21595
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 21585
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21662
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21678
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21650
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21666
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21682
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21643
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21656
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21672
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21599
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 21859
      },
      "name": "PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21865
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21871
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort Powerpack#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21877
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 22197
      },
      "name": "PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#fields Powerpack#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22203
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22209
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort Powerpack#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22215
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 22268
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 22261
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22339
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22326
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22342
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22336
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22314
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22330
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22346
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22307
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22320
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22272
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 22044
      },
      "name": "PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22050
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22056
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22062
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 22115
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 22108
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22173
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22189
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22161
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22177
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22193
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22154
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22167
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22183
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22119
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 22033
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 22025
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22040
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22026
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 21933
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 21923
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22013
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22000
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22016
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22010
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21988
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22004
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22020
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21981
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21994
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21937
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 21706
      },
      "name": "PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21712
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21718
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21724
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 21777
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 21770
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21835
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21851
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21823
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21839
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21855
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21816
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21829
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21845
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 21781
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 22582
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 22575
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22734
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22747
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22763
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22779
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22663
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22750
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22766
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22692
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22782
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22721
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22731
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22744
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22760
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22776
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22738
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22667
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22680
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22770
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22754
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22696
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22709
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22786
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22725
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22657
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22673
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22686
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22702
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22715
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22586
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 22350
      },
      "name": "PowerpackWidgetGeomapDefinitionRequestQueryEventQuerySearch",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22356
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 22395
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 22388
      },
      "name": "PowerpackWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22429
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22422
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22399
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 24076
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 24068
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24083
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestQueryList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24069
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 22790
      },
      "name": "PowerpackWidgetGeomapDefinitionRequestQueryMetricQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22814
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22820
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregator Powerpack#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22796
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22802
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22808
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#semantic_mode Powerpack#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22826
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 22900
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 22893
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22963
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22979
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22995
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23037
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22967
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22983
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22999
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23012
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23025
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23041
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22957
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22973
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22989
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23005
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23018
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23031
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 22904
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 23885
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 23875
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23960
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23976
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23992
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24008
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24024
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24040
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24056
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23963
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23979
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23995
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24011
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24027
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24043
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24059
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23957
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23973
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23989
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24005
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24021
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24037
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24053
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23967
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23983
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23999
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24015
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24031
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24047
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24063
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23889
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 23045
      },
      "name": "PowerpackWidgetGeomapDefinitionRequestQueryProcessQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23063
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23081
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23087
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregator Powerpack#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23051
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23057
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#is_normalized_cpu Powerpack#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23069
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23075
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort Powerpack#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23093
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#tag_filters Powerpack#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23099
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#text_filter Powerpack#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23105
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 23207
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 23200
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23294
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23310
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23339
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23355
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23397
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23413
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23429
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23298
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23314
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23327
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23343
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23359
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23372
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23385
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23401
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23417
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23433
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23288
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23304
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23320
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23333
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23349
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23365
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23378
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23391
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23407
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23423
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23211
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 23437
      },
      "name": "PowerpackWidgetGeomapDefinitionRequestQuerySloQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23455
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#measure Powerpack#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23467
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#slo_id Powerpack#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23479
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#additional_query_filters Powerpack#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23443
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23449
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_mode Powerpack#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23461
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23473
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#slo_query_type Powerpack#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23485
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 23573
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 23566
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23648
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23664
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23693
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23722
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23751
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23652
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23668
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23681
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23697
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23710
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23726
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23739
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23755
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23642
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23658
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23674
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23687
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23703
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23716
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23732
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23745
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 23577
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 24763
      },
      "name": "PowerpackWidgetGeomapDefinitionRequestRumQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24769
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24781
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24787
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24793
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24775
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 24087
      },
      "name": "PowerpackWidgetGeomapDefinitionRequestRumQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24093
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24099
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24105
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 24158
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 24151
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24216
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24232
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24204
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24220
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24236
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24197
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24210
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24226
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24162
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 24390
      },
      "name": "PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24396
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24402
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24408
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 24567
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 24559
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24574
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestRumQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24560
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 24464
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 24454
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24547
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24518
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24534
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24550
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24544
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24522
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24538
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24554
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24512
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24528
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24468
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 24240
      },
      "name": "PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24246
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24258
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24252
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 24311
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 24304
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24369
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24357
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24373
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24386
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24350
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24363
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24379
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24315
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 24578
      },
      "name": "PowerpackWidgetGeomapDefinitionRequestRumQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24584
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24590
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24596
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 24752
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 24744
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24759
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestRumQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24745
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 24652
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 24642
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24719
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24735
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24707
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24723
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24739
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24700
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24713
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24729
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24656
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 24860
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 24853
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24943
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24959
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24975
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24946
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24962
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24978
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24930
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetGeomapDefinitionRequestRumQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24940
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24956
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24972
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24950
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24966
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24918
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24982
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24934
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24911
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24924
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 24864
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 25244
      },
      "name": "PowerpackWidgetGeomapDefinitionStyle",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette Powerpack#palette}",
            "stability": "stable",
            "summary": "The color palette to apply to the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25250
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette_flip Powerpack#palette_flip}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to flip the palette tones."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25256
          },
          "name": "paletteFlip",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionStyle"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 25302
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 25295
      },
      "name": "PowerpackWidgetGeomapDefinitionStyleOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25355
          },
          "name": "paletteFlipInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25342
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25335
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25348
          },
          "name": "paletteFlip",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25306
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionStyle"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionView": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionView",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 25359
      },
      "name": "PowerpackWidgetGeomapDefinitionView",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#focus Powerpack#focus}",
            "stability": "stable",
            "summary": "The two-letter ISO code of a country to focus the map on (or `WORLD`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25365
          },
          "name": "focus",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionView"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionViewOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionViewOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs0.ts",
          "line": 25404
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs0.ts",
        "line": 25397
      },
      "name": "PowerpackWidgetGeomapDefinitionViewOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25438
          },
          "name": "focusInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25431
          },
          "name": "focus",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs0.ts",
            "line": 25408
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionView"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs0:PowerpackWidgetGeomapDefinitionViewOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 9970
      },
      "name": "PowerpackWidgetHeatmapDefinition",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_link Powerpack#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10024
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#description Powerpack#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9976
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#event Powerpack#event}",
            "stability": "stable",
            "summary": "event block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10030
          },
          "name": "event",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#hide_incomplete_cost_data Powerpack#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9982
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#legend_size Powerpack#legend_size}",
            "stability": "stable",
            "summary": "The size of the legend displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9988
          },
          "name": "legendSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#live_span Powerpack#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9994
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#request Powerpack#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10036
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#show_legend Powerpack#show_legend}",
            "stability": "stable",
            "summary": "Whether or not to show the legend on this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10000
          },
          "name": "showLegend",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title Powerpack#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10006
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_align Powerpack#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10012
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_size Powerpack#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10018
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#yaxis Powerpack#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10042
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinition"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 7
      },
      "name": "PowerpackWidgetHeatmapDefinitionCustomLink",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#is_hidden Powerpack#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#label Powerpack#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#link Powerpack#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 25
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#override_label Powerpack#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 31
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 219
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 211
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 226
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionCustomLinkList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 212
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 94
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 84
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 154
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 170
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 186
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 202
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionCustomLinkOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 158
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 174
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 190
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 206
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 148
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 164
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 180
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 196
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 98
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionEvent": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionEvent",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 230
      },
      "name": "PowerpackWidgetHeatmapDefinitionEvent",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#q Powerpack#q}",
            "stability": "stable",
            "summary": "The event query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 236
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#tags_execution Powerpack#tags_execution}",
            "stability": "stable",
            "summary": "The execution method for multi-value filters."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 242
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionEvent"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionEventList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionEventList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 369
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 361
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 376
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionEventOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionEventList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 362
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionEventList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionEventOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionEventOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 291
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 281
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 352
          },
          "name": "resetTagsExecution"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionEventOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 340
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 356
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 333
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 346
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 295
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionEvent"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionEventOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 10158
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 10151
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10382
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10398
          },
          "name": "putEvent",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionEvent"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10414
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10430
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10385
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10257
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10401
          },
          "name": "resetEvent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10273
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10289
          },
          "name": "resetLegendSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10305
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10417
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10321
          },
          "name": "resetShowLegend"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10337
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10353
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10369
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10433
          },
          "name": "resetYaxis"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10379
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10395
          },
          "name": "event",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionEventList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10411
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10427
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10389
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10261
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10405
          },
          "name": "eventInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10277
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10293
          },
          "name": "legendSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10309
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10421
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10325
          },
          "name": "showLegendInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10357
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10341
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10373
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10437
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10251
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10267
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10283
          },
          "name": "legendSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10299
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10315
          },
          "name": "showLegend",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10331
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10347
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10363
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10162
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 9346
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequest",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#apm_query Powerpack#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9358
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#formula Powerpack#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9364
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#log_query Powerpack#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9370
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#process_query Powerpack#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9376
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#q Powerpack#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9352
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9382
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#rum_query Powerpack#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9388
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#security_query Powerpack#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9394
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#style Powerpack#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9400
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 1056
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestApmQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1062
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1074
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1080
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1086
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1068
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 380
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestApmQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 386
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 392
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 398
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 451
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 444
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 509
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 525
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 497
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 513
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 529
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 490
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 503
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 519
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 455
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 683
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 689
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 695
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 701
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 860
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 852
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 867
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 853
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 757
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 747
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 840
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 811
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 827
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 843
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 837
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 815
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 831
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 847
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 805
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 821
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 761
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 533
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 539
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 551
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 545
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 604
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 597
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 662
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 650
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 666
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 679
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 643
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 656
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 672
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 608
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 871
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 877
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 883
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 889
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 1045
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 1037
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1052
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1038
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 945
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 935
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1012
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1028
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1000
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1016
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1032
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 993
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1006
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1022
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 949
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 1153
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 1146
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1236
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1252
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1268
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1239
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1255
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1271
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1223
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestApmQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1233
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1249
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1265
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1243
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1259
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1211
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1275
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1227
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1204
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1217
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1157
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 2431
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestFormula",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#formula_expression Powerpack#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2449
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#alias Powerpack#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2437
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cell_display_mode Powerpack#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2443
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#conditional_formats Powerpack#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2455
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2461
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#number_format Powerpack#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2467
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#style Powerpack#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2473
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 1279
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormats",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#comparator Powerpack#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1285
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette Powerpack#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1321
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#value Powerpack#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1333
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_bg_color Powerpack#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1291
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_fg_color Powerpack#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1297
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#hide_value Powerpack#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1303
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#image_url Powerpack#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1309
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1315
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#timeframe Powerpack#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1327
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 1657
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 1649
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1664
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1650
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 1431
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 1421
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1534
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1550
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1566
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1582
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1598
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1627
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1522
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1538
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1554
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1570
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1586
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1602
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1615
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1631
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1644
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1515
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1528
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1544
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1560
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1576
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1592
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1608
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1621
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1637
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1435
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 1668
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaLimit",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#count Powerpack#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1674
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1680
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 1726
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 1719
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1765
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1781
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaLimitOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1769
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1785
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1759
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1775
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1730
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 2745
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 2737
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2752
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2738
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 2192
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormat",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#unit Powerpack#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2198
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#unit_scale Powerpack#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2204
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 2250
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 2243
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2286
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2299
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2302
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2283
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2296
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2290
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2306
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2254
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 1990
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#canonical Powerpack#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1996
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom Powerpack#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2002
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 1789
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#unit_name Powerpack#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1801
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#per_unit_name Powerpack#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1795
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 1847
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 1840
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1886
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1890
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1903
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1880
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1896
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1851
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 1907
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#label Powerpack#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1913
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 1952
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 1945
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1986
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1979
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 1956
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 2048
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 2041
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2084
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2100
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2087
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2103
          },
          "name": "resetCustom"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2081
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2097
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2091
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2107
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2052
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 2111
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#unit_name Powerpack#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2115
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 2154
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 2147
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2188
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2181
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2158
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 2557
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 2547
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2677
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2693
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2709
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2725
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2635
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2651
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2680
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2696
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2712
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2728
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2674
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2690
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2706
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2722
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2639
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2655
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2684
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2668
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2700
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2716
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2732
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2629
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2645
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2661
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2561
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 2310
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaStyle",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette Powerpack#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2316
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette_index Powerpack#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2322
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 2368
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 2361
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2407
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2423
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestFormulaStyleOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2427
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2411
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2401
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2417
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2372
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 9733
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 9725
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9740
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9726
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 3432
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestLogQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3438
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3450
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3456
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3462
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3444
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 2756
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestLogQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2762
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2768
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2774
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 2827
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 2820
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2885
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2901
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2873
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2889
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2905
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2866
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2879
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2895
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2831
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 3059
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3065
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3071
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3077
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 3236
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 3228
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3243
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3229
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 3133
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 3123
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3216
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3187
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3203
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3219
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3213
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3191
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3207
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3223
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3181
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3197
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3137
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 2909
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2915
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2927
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2921
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 2980
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 2973
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3038
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3026
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3042
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3055
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3019
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3032
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3048
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 2984
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 3247
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3253
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3259
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3265
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 3421
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 3413
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3428
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3414
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 3321
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 3311
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3388
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3404
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3376
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3392
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3408
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3369
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3382
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3398
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3325
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 3529
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 3522
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3612
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3628
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3644
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3615
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3631
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3647
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3599
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestLogQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3609
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3625
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3641
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3619
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3635
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3587
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3651
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3603
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3580
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3593
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3533
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 9498
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 9488
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9601
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9617
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9633
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9649
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9665
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9681
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9697
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9713
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9604
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9620
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9636
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9652
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9588
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9668
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9684
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9700
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9716
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9598
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9614
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9630
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9646
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9662
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9678
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9694
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9710
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9608
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9624
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9640
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9656
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9592
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9672
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9688
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9704
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9720
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9582
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9502
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 3655
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestProcessQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3673
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#filter_by Powerpack#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3661
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3667
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_by Powerpack#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3679
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 3739
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 3732
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3790
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3806
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3835
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestProcessQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3794
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3810
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3823
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3839
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3784
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3800
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3816
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3829
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3743
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 7134
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#apm_dependency_stats_query Powerpack#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7140
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#apm_resource_stats_query Powerpack#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7146
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cloud_cost_query Powerpack#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7152
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#event_query Powerpack#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7158
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric_query Powerpack#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7164
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#process_query Powerpack#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7170
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#slo_query Powerpack#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7176
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 3843
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3855
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#env Powerpack#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3861
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3873
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#operation_name Powerpack#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3879
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#resource_name Powerpack#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3897
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#service Powerpack#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3903
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#stat Powerpack#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3909
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3849
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#is_upstream Powerpack#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3867
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3885
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 3891
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 4018
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 4011
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4111
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4153
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4195
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4211
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4115
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4128
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4141
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4157
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4170
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4183
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4199
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4215
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4228
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4241
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4254
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4105
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4121
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4134
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4147
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4163
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4176
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4189
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4205
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4221
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4234
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4247
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4022
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 4258
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4270
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#env Powerpack#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4276
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4288
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#service Powerpack#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4318
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#stat Powerpack#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4324
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4264
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4282
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#operation_name Powerpack#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4294
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4300
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4306
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#resource_name Powerpack#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4312
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 4433
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 4426
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4526
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4568
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4597
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4613
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4629
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4645
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4530
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4543
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4556
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4572
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4585
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4601
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4617
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4633
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4649
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4662
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4675
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4520
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4536
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4549
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4562
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4578
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4591
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4607
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4623
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4639
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4655
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4668
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4437
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 4679
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestQueryCloudCostQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4697
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4703
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4709
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregator Powerpack#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4685
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4691
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 4776
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 4769
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4833
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4849
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4837
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4853
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4866
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4879
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4892
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4827
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4843
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4859
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4872
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4885
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4780
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 5808
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestQueryEventQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute Powerpack#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5844
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5820
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5832
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5814
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5850
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by_fields Powerpack#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5856
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#indexes Powerpack#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5826
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search Powerpack#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5862
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#storage Powerpack#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5838
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 4896
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4902
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4908
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4914
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 5070
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 5062
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5077
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5063
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 4970
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 4960
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5037
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5053
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5025
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5041
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5057
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5018
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5031
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5047
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 4974
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 5234
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5240
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5246
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort Powerpack#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5252
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 5572
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#fields Powerpack#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5578
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5584
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort Powerpack#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5590
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 5643
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 5636
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5714
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5701
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5717
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5711
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5689
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5705
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5721
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5682
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5695
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5647
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 5419
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5425
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5431
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5437
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 5490
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 5483
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5548
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5564
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5536
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5552
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5568
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5529
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5542
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5558
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5494
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 5408
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 5400
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5415
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5401
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 5308
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 5298
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5388
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5375
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5391
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5385
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5363
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5379
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5395
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5356
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5369
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5312
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 5081
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5087
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5093
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5099
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 5152
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 5145
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5210
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5226
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5198
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5214
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5230
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5191
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5204
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5220
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5156
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 5957
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 5950
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6109
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6122
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6138
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6154
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6038
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6125
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6141
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6067
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6157
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6096
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6106
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6119
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6135
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6151
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6113
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6042
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6055
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6145
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6129
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6071
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6084
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6161
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6100
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6032
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6048
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6061
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6077
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6090
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5961
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 5725
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestQueryEventQuerySearch",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5731
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 5770
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 5763
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5804
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5797
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 5774
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 7451
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 7443
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7458
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestQueryList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7444
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 6165
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestQueryMetricQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6189
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6195
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregator Powerpack#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6171
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6177
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6183
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#semantic_mode Powerpack#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6201
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 6275
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 6268
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6338
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6354
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6370
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6412
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6342
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6358
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6374
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6387
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6400
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6416
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6332
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6348
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6364
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6380
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6393
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6406
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6279
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 7260
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 7250
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7335
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7351
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7367
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7383
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7399
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7415
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7431
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7338
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7354
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7370
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7386
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7402
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7418
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7434
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7332
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7348
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7364
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7380
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7396
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7412
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7428
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7342
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7358
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7374
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7390
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7406
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7422
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7438
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7264
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 6420
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestQueryProcessQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6438
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6456
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6462
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregator Powerpack#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6426
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6432
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#is_normalized_cpu Powerpack#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6444
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6450
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort Powerpack#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6468
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#tag_filters Powerpack#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6474
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#text_filter Powerpack#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6480
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 6582
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 6575
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6669
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6685
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6714
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6730
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6772
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6788
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6804
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6673
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6689
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6702
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6718
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6734
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6747
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6760
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6776
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6792
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6808
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6663
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6679
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6695
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6708
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6724
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6740
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6753
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6766
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6782
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6798
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6586
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 6812
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestQuerySloQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6830
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#measure Powerpack#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6842
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#slo_id Powerpack#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6854
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#additional_query_filters Powerpack#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6818
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6824
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_mode Powerpack#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6836
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6848
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#slo_query_type Powerpack#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6860
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 6948
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 6941
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7023
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7039
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7068
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7097
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7126
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7027
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7043
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7056
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7072
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7085
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7101
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7114
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7130
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7017
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7033
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7049
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7062
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7078
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7091
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7107
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7120
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 6952
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 8138
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestRumQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8144
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8156
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8162
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8168
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8150
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 7462
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestRumQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7468
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7474
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7480
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 7533
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 7526
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7591
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7607
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7579
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7595
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7611
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7572
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7585
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7601
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7537
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 7765
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7771
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7777
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7783
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 7942
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 7934
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7949
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7935
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 7839
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 7829
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7922
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7893
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7909
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7925
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7919
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7897
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7913
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7929
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7887
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7903
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7843
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 7615
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7621
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7633
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7627
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 7686
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 7679
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7744
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7732
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7748
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7761
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7725
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7738
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7754
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7690
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 7953
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7959
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7965
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 7971
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 8127
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 8119
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8134
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8120
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 8027
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 8017
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8094
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8110
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8082
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8098
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8114
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8075
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8088
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8104
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8031
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 8235
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 8228
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8318
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8334
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8350
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8321
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8337
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8353
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8305
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestRumQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8315
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8331
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8347
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8325
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8341
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8293
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8357
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8309
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8286
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8299
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8239
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 9037
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestSecurityQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9043
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9055
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9061
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9067
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9049
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 8361
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8367
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8373
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8379
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 8432
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 8425
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8490
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8506
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8478
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8494
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8510
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8471
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8484
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8500
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8436
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 8664
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8670
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8676
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8682
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 8841
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 8833
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8848
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8834
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 8738
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 8728
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8821
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8792
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8808
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8824
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8818
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8796
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8812
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8828
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8786
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8802
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8742
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 8514
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8520
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8532
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8526
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 8585
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 8578
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8643
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8631
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8647
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8660
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8624
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8637
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8653
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8589
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 8852
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8858
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8864
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8870
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 9026
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 9018
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9033
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9019
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 8926
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 8916
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8993
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9009
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8981
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8997
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9013
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8974
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8987
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9003
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 8930
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 9134
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 9127
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9217
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9233
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9249
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9220
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9236
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9252
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9204
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestSecurityQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9214
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9230
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9246
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9224
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9240
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9192
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9256
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9208
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9185
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9198
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9138
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 9260
      },
      "name": "PowerpackWidgetHeatmapDefinitionRequestStyle",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette Powerpack#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9266
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 9305
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 9298
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9338
          },
          "name": "resetPalette"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionRequestStyleOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9342
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9332
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9309
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 9744
      },
      "name": "PowerpackWidgetHeatmapDefinitionYaxis",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#include_zero Powerpack#include_zero}",
            "stability": "stable",
            "summary": "Always include zero or fit the axis to the data range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9750
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#label Powerpack#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9756
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#max Powerpack#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9762
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#min Powerpack#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9768
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#scale Powerpack#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9774
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionYaxis"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 9841
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 9834
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9898
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9914
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9930
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9946
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9962
          },
          "name": "resetScale"
        }
      ],
      "name": "PowerpackWidgetHeatmapDefinitionYaxisOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9902
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9918
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9934
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9950
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9966
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9892
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9908
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9924
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9940
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9956
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 9845
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHeatmapDefinitionYaxisOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 19130
      },
      "name": "PowerpackWidgetHostmapDefinition",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_link Powerpack#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19190
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#description Powerpack#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19136
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group Powerpack#group}",
            "stability": "stable",
            "summary": "The list of tags to group nodes by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19142
          },
          "name": "group",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#node_type Powerpack#node_type}",
            "stability": "stable",
            "summary": "The type of node used. Valid values are `host`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19160
          },
          "name": "nodeType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#no_group_hosts Powerpack#no_group_hosts}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to show ungrouped nodes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19148
          },
          "name": "noGroupHosts",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#no_metric_hosts Powerpack#no_metric_hosts}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to show nodes with no metrics."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19154
          },
          "name": "noMetricHosts",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#request Powerpack#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19196
          },
          "name": "request",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequest"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#scope Powerpack#scope}",
            "stability": "stable",
            "summary": "The list of tags to filter nodes by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19166
          },
          "name": "scope",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#style Powerpack#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19202
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionStyle"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title Powerpack#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19172
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_align Powerpack#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19178
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_size Powerpack#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19184
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinition"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 10441
      },
      "name": "PowerpackWidgetHostmapDefinitionCustomLink",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#is_hidden Powerpack#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10447
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#label Powerpack#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10453
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#link Powerpack#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10459
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#override_label Powerpack#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10465
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 10653
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 10645
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10660
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionCustomLinkList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10646
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 10528
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 10518
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10588
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10604
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10620
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10636
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionCustomLinkOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10592
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10608
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10624
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10640
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10582
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10598
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10614
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10630
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10532
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 19318
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 19311
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19558
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19574
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequest"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19590
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19561
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19417
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19433
          },
          "name": "resetGroup"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19481
          },
          "name": "resetNodeType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19449
          },
          "name": "resetNoGroupHosts"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19465
          },
          "name": "resetNoMetricHosts"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19577
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19497
          },
          "name": "resetScope"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19593
          },
          "name": "resetStyle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19513
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19529
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19545
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19555
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19571
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19587
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19565
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19421
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19437
          },
          "name": "groupInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19485
          },
          "name": "nodeTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19453
          },
          "name": "noGroupHostsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19469
          },
          "name": "noMetricHostsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19581
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequest"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19501
          },
          "name": "scopeInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19597
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19533
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19517
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19549
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19411
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19427
          },
          "name": "group",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19475
          },
          "name": "nodeType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19443
          },
          "name": "noGroupHosts",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19459
          },
          "name": "noMetricHosts",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19491
          },
          "name": "scope",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19507
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19523
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19539
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19322
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 18818
      },
      "name": "PowerpackWidgetHostmapDefinitionRequest",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#fill Powerpack#fill}",
            "stability": "stable",
            "summary": "fill block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18824
          },
          "name": "fill",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFill"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#size Powerpack#size}",
            "stability": "stable",
            "summary": "size block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18830
          },
          "name": "size",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSize"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFill": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFill",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 14448
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestFill",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#apm_query Powerpack#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14460
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#log_query Powerpack#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14466
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#process_query Powerpack#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14472
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#q Powerpack#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14454
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#rum_query Powerpack#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14478
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#security_query Powerpack#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14484
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFill"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 11340
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestFillApmQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11346
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11358
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11364
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11370
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11352
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillApmQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 10664
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestFillApmQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10670
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10676
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10682
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 10735
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 10728
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10793
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10809
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10781
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10797
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10813
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10774
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10787
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10803
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10739
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 10967
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10973
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10979
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10985
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 11144
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 11136
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11151
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11137
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 11041
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 11031
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11124
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11095
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11111
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11127
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11121
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11099
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11115
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11131
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11089
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11105
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11045
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 10817
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10823
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10835
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10829
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 10888
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 10881
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10946
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10934
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10950
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10963
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10927
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10940
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10956
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 10892
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 11155
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11161
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11167
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11173
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 11329
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 11321
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11336
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11322
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 11229
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 11219
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11296
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11312
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11284
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11300
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11316
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11277
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11290
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11306
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11233
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 11437
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 11430
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11520
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11536
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11552
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11523
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11539
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11555
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11507
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestFillApmQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11517
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11533
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11549
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11527
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11543
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11495
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11559
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11511
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11488
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11501
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11441
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 14730
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 14722
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14737
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestFillList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14723
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFill"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 12239
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestFillLogQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12245
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12257
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12263
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12269
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12251
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillLogQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 11563
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestFillLogQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11569
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11575
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11581
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 11634
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 11627
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11692
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11708
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11680
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11696
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11712
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11673
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11686
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11702
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11638
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 11866
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11872
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11878
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11884
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 12043
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 12035
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12050
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12036
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 11940
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 11930
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12023
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11994
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12010
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12026
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12020
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11998
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12014
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12030
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11988
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12004
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11944
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 11716
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11722
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11734
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11728
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 11787
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 11780
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11845
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11833
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11849
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11862
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11826
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11839
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11855
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 11791
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 12054
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12060
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12066
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12072
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 12228
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 12220
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12235
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12221
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 12128
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 12118
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12195
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12211
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12183
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12199
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12215
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12176
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12189
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12205
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12132
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 12336
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 12329
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12419
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12435
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12451
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12422
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12438
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12454
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12406
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestFillLogQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12416
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12432
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12448
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12426
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12442
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12394
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12458
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12410
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12387
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12400
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12340
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 14561
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 14551
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14646
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14662
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14678
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14694
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14710
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14649
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14665
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14681
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14633
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14697
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14713
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestFillOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14643
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14659
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14675
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14691
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14707
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14653
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14669
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14685
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14637
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14701
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14717
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14627
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14565
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFill"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 12462
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestFillProcessQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12480
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#filter_by Powerpack#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12468
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12474
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_by Powerpack#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12486
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillProcessQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 12546
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 12539
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12597
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12613
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12642
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestFillProcessQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12601
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12617
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12630
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12646
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12591
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12607
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12623
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12636
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12550
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 13326
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestFillRumQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13332
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13344
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13350
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13356
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13338
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillRumQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 12650
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestFillRumQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12656
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12662
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12668
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 12721
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 12714
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12779
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12795
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12767
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12783
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12799
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12760
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12773
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12789
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12725
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 12953
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12959
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12965
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12971
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 13130
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 13122
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13137
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13123
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 13027
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 13017
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13110
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13081
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13097
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13113
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13107
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13085
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13101
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13117
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13075
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13091
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13031
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 12803
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12809
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12821
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12815
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 12874
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 12867
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12932
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12920
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12936
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12949
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12913
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12926
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12942
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 12878
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 13141
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13147
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13153
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13159
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 13315
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 13307
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13322
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13308
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 13215
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 13205
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13282
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13298
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13270
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13286
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13302
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13263
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13276
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13292
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13219
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 13423
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 13416
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13506
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13522
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13538
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13509
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13525
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13541
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13493
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestFillRumQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13503
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13519
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13535
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13513
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13529
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13481
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13545
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13497
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13474
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13487
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13427
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 14225
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestFillSecurityQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14231
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14243
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14249
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14255
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14237
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillSecurityQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 13549
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13555
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13561
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13567
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 13620
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 13613
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13678
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13694
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13666
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13682
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13698
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13659
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13672
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13688
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13624
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 13852
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13858
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13864
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13870
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 14029
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 14021
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14036
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14022
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 13926
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 13916
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14009
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13980
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13996
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14012
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14006
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13984
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14000
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14016
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13974
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13990
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13930
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 13702
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13708
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13720
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13714
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 13773
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 13766
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13831
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13819
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13835
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13848
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13812
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13825
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13841
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 13777
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 14040
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14046
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14052
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14058
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 14214
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 14206
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14221
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14207
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 14114
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 14104
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14181
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14197
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14169
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14185
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14201
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14162
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14175
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14191
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14118
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 14322
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 14315
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14405
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14421
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14437
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14408
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14424
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14440
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14392
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14402
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14418
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14434
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14412
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14428
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14380
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14444
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14396
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14373
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14386
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14326
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 18876
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 18869
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18912
          },
          "name": "putFill",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFill"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18928
          },
          "name": "putSize",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSize"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18915
          },
          "name": "resetFill"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18931
          },
          "name": "resetSize"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18909
          },
          "name": "fill",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFillList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18925
          },
          "name": "size",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18919
          },
          "name": "fillInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestFill"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18935
          },
          "name": "sizeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSize"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18880
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequest"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSize": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSize",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 18525
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestSize",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#apm_query Powerpack#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18537
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#log_query Powerpack#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18543
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#process_query Powerpack#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18549
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#q Powerpack#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18531
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#rum_query Powerpack#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18555
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#security_query Powerpack#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18561
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSize"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 15417
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeApmQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15423
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15435
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15441
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15447
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15429
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeApmQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 14741
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14747
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14753
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14759
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 14812
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 14805
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14870
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14886
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14858
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14874
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14890
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14851
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14864
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14880
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14816
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 15044
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15050
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15056
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15062
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 15221
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 15213
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15228
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15214
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 15118
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 15108
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15201
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15172
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15188
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15204
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15198
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15176
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15192
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15208
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15166
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15182
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15122
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 14894
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14900
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14912
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14906
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 14965
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 14958
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15023
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15011
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15027
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15040
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15004
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15017
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15033
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 14969
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 15232
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15238
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15244
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15250
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 15406
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 15398
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15413
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15399
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 15306
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 15296
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15373
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15389
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15361
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15377
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15393
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15354
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15367
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15383
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15310
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 15514
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 15507
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15597
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15613
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15629
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15600
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15616
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15632
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15584
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeApmQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15594
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15610
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15626
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15604
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15620
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15572
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15636
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15588
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15565
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15578
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15518
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 18807
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 18799
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18814
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18800
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSize"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 16316
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeLogQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16322
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16334
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16340
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16346
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16328
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeLogQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 15640
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15646
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15652
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15658
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 15711
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 15704
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15769
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15785
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15757
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15773
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15789
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15750
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15763
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15779
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15715
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 15943
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15949
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15955
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15961
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 16120
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 16112
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16127
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16113
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 16017
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 16007
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16100
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16071
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16087
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16103
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16097
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16075
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16091
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16107
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16065
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16081
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16021
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 15793
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15799
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15811
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15805
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 15864
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 15857
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15922
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15910
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15926
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15939
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15903
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15916
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15932
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 15868
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 16131
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16137
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16143
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16149
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 16305
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 16297
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16312
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16298
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 16205
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 16195
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16272
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16288
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16260
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16276
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16292
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16253
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16266
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16282
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16209
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 16413
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 16406
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16496
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16512
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16528
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16499
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16515
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16531
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16483
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeLogQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16493
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16509
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16525
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16503
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16519
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16471
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16535
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16487
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16464
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16477
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16417
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 18638
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 18628
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18723
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18739
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18755
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18771
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18787
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18726
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18742
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18758
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18710
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18774
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18790
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18720
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18736
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18752
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18768
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18784
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18730
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18746
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18762
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18714
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18778
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18794
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18704
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18642
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSize"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 16539
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeProcessQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16557
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#filter_by Powerpack#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16545
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16551
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_by Powerpack#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16563
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeProcessQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 16623
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 16616
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16674
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16690
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16719
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16678
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16694
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16707
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16723
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16668
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16684
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16700
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16713
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16627
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 17403
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeRumQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17409
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17421
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17427
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17433
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17415
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeRumQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 16727
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16733
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16739
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16745
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 16798
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 16791
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16856
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16872
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16844
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16860
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16876
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16837
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16850
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16866
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16802
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 17030
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17036
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17042
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17048
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 17207
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 17199
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17214
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17200
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 17104
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 17094
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17187
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17158
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17174
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17190
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17184
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17162
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17178
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17194
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17152
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17168
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17108
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 16880
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16886
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16898
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16892
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 16951
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 16944
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17009
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16997
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17013
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17026
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16990
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17003
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17019
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 16955
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 17218
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17224
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17230
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17236
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 17392
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 17384
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17399
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17385
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 17292
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 17282
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17359
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17375
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17347
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17363
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17379
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17340
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17353
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17369
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17296
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 17500
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 17493
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17583
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17599
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17615
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17586
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17602
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17618
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17570
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeRumQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17580
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17596
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17612
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17590
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17606
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17558
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17622
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17574
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17551
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17564
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17504
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 18302
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeSecurityQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18308
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18320
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18326
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18332
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18314
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeSecurityQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 17626
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17632
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17638
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17644
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 17697
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 17690
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17755
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17771
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17743
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17759
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17775
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17736
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17749
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17765
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17701
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 17929
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17935
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17941
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17947
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 18106
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 18098
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18113
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18099
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 18003
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 17993
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18086
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18057
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18073
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18089
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18083
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18061
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18077
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18093
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18051
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18067
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18007
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 17779
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17785
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17797
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17791
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 17850
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 17843
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17908
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17896
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17912
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17925
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17889
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17902
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17918
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 17854
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 18117
      },
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18123
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18129
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18135
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 18291
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 18283
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18298
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18284
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 18191
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 18181
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18258
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18274
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18246
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18262
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18278
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18239
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18252
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18268
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18195
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 18399
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 18392
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18482
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18498
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18514
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18485
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18501
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18517
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18469
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18479
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18495
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18511
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18489
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18505
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18457
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18521
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18473
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18450
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18463
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18403
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionRequestSizeSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 18939
      },
      "name": "PowerpackWidgetHostmapDefinitionStyle",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#fill_max Powerpack#fill_max}",
            "stability": "stable",
            "summary": "The max value to use to color the map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18945
          },
          "name": "fillMax",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#fill_min Powerpack#fill_min}",
            "stability": "stable",
            "summary": "The min value to use to color the map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18951
          },
          "name": "fillMin",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette Powerpack#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18957
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette_flip Powerpack#palette_flip}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to flip the palette tones."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 18963
          },
          "name": "paletteFlip",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionStyle"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 19023
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 19016
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19074
          },
          "name": "resetFillMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19090
          },
          "name": "resetFillMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19106
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19122
          },
          "name": "resetPaletteFlip"
        }
      ],
      "name": "PowerpackWidgetHostmapDefinitionStyleOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19078
          },
          "name": "fillMaxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19094
          },
          "name": "fillMinInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19126
          },
          "name": "paletteFlipInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19110
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19068
          },
          "name": "fillMax",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19084
          },
          "name": "fillMin",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19100
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19116
          },
          "name": "paletteFlip",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19027
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionStyle"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetHostmapDefinitionStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetIframeDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetIframeDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 19601
      },
      "name": "PowerpackWidgetIframeDefinition",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#url Powerpack#url}",
            "stability": "stable",
            "summary": "The URL to use as a data source for the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19607
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetIframeDefinition"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetIframeDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetIframeDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 19646
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 19639
      },
      "name": "PowerpackWidgetIframeDefinitionOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19680
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19673
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19650
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetIframeDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetIframeDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetImageDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetImageDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 19684
      },
      "name": "PowerpackWidgetImageDefinition",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#url Powerpack#url}",
            "stability": "stable",
            "summary": "The URL to use as a data source for the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19720
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#has_background Powerpack#has_background}",
            "stability": "stable",
            "summary": "Whether to display a background or not. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19690
          },
          "name": "hasBackground",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#has_border Powerpack#has_border}",
            "stability": "stable",
            "summary": "Whether to display a border or not. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19696
          },
          "name": "hasBorder",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#horizontal_align Powerpack#horizontal_align}",
            "stability": "stable",
            "summary": "The horizontal alignment for the widget. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19702
          },
          "name": "horizontalAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Note: `small` and `large` values are deprecated. Valid values are `sm`, `md`, `lg`, `small`, `large`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#margin Powerpack#margin}",
            "stability": "stable",
            "summary": "The margins to use around the image."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19708
          },
          "name": "margin",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "The values are based on the image `object-fit` CSS properties. Note: `zoom`, `fit` and `center` values are deprecated. Valid values are `fill`, `contain`, `cover`, `none`, `scale-down`, `zoom`, `fit`, `center`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sizing Powerpack#sizing}",
            "stability": "stable",
            "summary": "The preferred method to adapt the dimensions of the image."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19714
          },
          "name": "sizing",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#url_dark_theme Powerpack#url_dark_theme}",
            "stability": "stable",
            "summary": "The URL in dark mode to use as a data source for the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19726
          },
          "name": "urlDarkTheme",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#vertical_align Powerpack#vertical_align}",
            "stability": "stable",
            "summary": "The vertical alignment for the widget. Valid values are `center`, `top`, `bottom`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19732
          },
          "name": "verticalAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetImageDefinition"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetImageDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetImageDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 19820
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 19813
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19895
          },
          "name": "resetHasBackground"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19911
          },
          "name": "resetHasBorder"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19927
          },
          "name": "resetHorizontalAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19943
          },
          "name": "resetMargin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19959
          },
          "name": "resetSizing"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19988
          },
          "name": "resetUrlDarkTheme"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20004
          },
          "name": "resetVerticalAlign"
        }
      ],
      "name": "PowerpackWidgetImageDefinitionOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19899
          },
          "name": "hasBackgroundInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19915
          },
          "name": "hasBorderInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19931
          },
          "name": "horizontalAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19947
          },
          "name": "marginInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19963
          },
          "name": "sizingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19992
          },
          "name": "urlDarkThemeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19976
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20008
          },
          "name": "verticalAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19889
          },
          "name": "hasBackground",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19905
          },
          "name": "hasBorder",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19921
          },
          "name": "horizontalAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19937
          },
          "name": "margin",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19953
          },
          "name": "sizing",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19969
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19982
          },
          "name": "urlDarkTheme",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19998
          },
          "name": "verticalAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 19824
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetImageDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetImageDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 8025
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 8017
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 8032
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 8018
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidget"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 20972
      },
      "name": "PowerpackWidgetListStreamDefinition",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#request Powerpack#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20996
          },
          "name": "request",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title Powerpack#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20978
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_align Powerpack#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20984
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_size Powerpack#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title. Default is 16."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20990
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetListStreamDefinition"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 21056
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 21049
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21152
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21107
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21123
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21139
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackWidgetListStreamDefinitionOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21149
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21156
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21127
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21111
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21143
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21101
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21117
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21133
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21060
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetListStreamDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 20758
      },
      "name": "PowerpackWidgetListStreamDefinitionRequest",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#columns Powerpack#columns}",
            "stability": "stable",
            "summary": "columns block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20776
          },
          "name": "columns",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20782
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#response_format Powerpack#response_format}",
            "stability": "stable",
            "summary": "Widget response format. Valid values are `event_list`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20770
          },
          "name": "responseFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#description Powerpack#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20764
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetListStreamDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestColumns": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestColumns",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 20012
      },
      "name": "PowerpackWidgetListStreamDefinitionRequestColumns",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#field Powerpack#field}",
            "stability": "stable",
            "summary": "Widget column field."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20018
          },
          "name": "field",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#width Powerpack#width}",
            "stability": "stable",
            "summary": "Widget column width. Valid values are `auto`, `compact`, `full`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20024
          },
          "name": "width",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetListStreamDefinitionRequestColumns"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestColumnsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestColumnsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 20154
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 20146
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20161
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestColumnsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetListStreamDefinitionRequestColumnsList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20147
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetListStreamDefinitionRequestColumnsList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestColumnsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestColumnsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 20073
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 20063
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20121
          },
          "name": "resetField"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20137
          },
          "name": "resetWidth"
        }
      ],
      "name": "PowerpackWidgetListStreamDefinitionRequestColumnsOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20125
          },
          "name": "fieldInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20141
          },
          "name": "widthInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20115
          },
          "name": "field",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20131
          },
          "name": "width",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20077
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestColumns"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetListStreamDefinitionRequestColumnsOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 20961
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 20953
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20968
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetListStreamDefinitionRequestList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20954
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetListStreamDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 20845
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 20835
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20931
          },
          "name": "putColumns",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestColumns"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20944
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20905
          },
          "name": "resetDescription"
        }
      ],
      "name": "PowerpackWidgetListStreamDefinitionRequestOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20928
          },
          "name": "columns",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestColumnsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20941
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20935
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20909
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20948
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20922
          },
          "name": "responseFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20899
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20915
          },
          "name": "responseFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20849
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetListStreamDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 20430
      },
      "name": "PowerpackWidgetListStreamDefinitionRequestQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs_stream`, `audit_stream`, `ci_pipeline_stream`, `ci_test_stream`, `rum_issue_stream`, `apm_issue_stream`, `trace_stream`, `logs_issue_stream`, `logs_pattern_stream`, `logs_transaction_stream`, `event_stream`, `rum_stream`, `llm_observability_stream`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "Source from which to query items to display in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20442
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#clustering_pattern_field_path Powerpack#clustering_pattern_field_path}",
            "stability": "stable",
            "summary": "Specifies the field for logs pattern clustering. Can only be used with `logs_pattern_stream`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20436
          },
          "name": "clusteringPatternFieldPath",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#event_size Powerpack#event_size}",
            "stability": "stable",
            "summary": "Size of events displayed in widget. Required if `data_source` is `event_stream`. Valid values are `s`, `l`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20448
          },
          "name": "eventSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20472
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#indexes Powerpack#indexes}",
            "stability": "stable",
            "summary": "List of indexes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20454
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query_string Powerpack#query_string}",
            "stability": "stable",
            "summary": "Widget query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20460
          },
          "name": "queryString",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort Powerpack#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20478
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQuerySort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#storage Powerpack#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20466
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetListStreamDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 20165
      },
      "name": "PowerpackWidgetListStreamDefinitionRequestQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "Facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20171
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetListStreamDefinitionRequestQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 20269
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 20261
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20276
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetListStreamDefinitionRequestQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20262
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetListStreamDefinitionRequestQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 20213
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 20203
      },
      "name": "PowerpackWidgetListStreamDefinitionRequestQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20256
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20249
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20217
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetListStreamDefinitionRequestQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 20566
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 20559
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20731
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20747
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQuerySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20641
          },
          "name": "resetClusteringPatternFieldPath"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20670
          },
          "name": "resetEventSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20734
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20686
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20702
          },
          "name": "resetQueryString"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20750
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20718
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackWidgetListStreamDefinitionRequestQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20728
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20744
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQuerySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20645
          },
          "name": "clusteringPatternFieldPathInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20658
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20674
          },
          "name": "eventSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20738
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20690
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20706
          },
          "name": "queryStringInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20754
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQuerySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20722
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20635
          },
          "name": "clusteringPatternFieldPath",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20651
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20664
          },
          "name": "eventSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20680
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20696
          },
          "name": "queryString",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20712
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20570
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetListStreamDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQuerySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQuerySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 20280
      },
      "name": "PowerpackWidgetListStreamDefinitionRequestQuerySort",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#column Powerpack#column}",
            "stability": "stable",
            "summary": "The facet path for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20286
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20298
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#description Powerpack#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20292
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetListStreamDefinitionRequestQuerySort"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQuerySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQuerySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 20351
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 20344
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20409
          },
          "name": "resetDescription"
        }
      ],
      "name": "PowerpackWidgetListStreamDefinitionRequestQuerySortOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20397
          },
          "name": "columnInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20413
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20426
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20390
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20403
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20419
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 20355
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionRequestQuerySort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetListStreamDefinitionRequestQuerySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetLogStreamDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetLogStreamDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 21310
      },
      "name": "PowerpackWidgetLogStreamDefinition",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#columns Powerpack#columns}",
            "stability": "stable",
            "summary": "Stringified list of columns to use, for example: `[\"column1\",\"column2\",\"column3\"]`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21316
          },
          "name": "columns",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#hide_incomplete_cost_data Powerpack#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21322
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#indexes Powerpack#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21328
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#live_span Powerpack#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21334
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#message_display Powerpack#message_display}",
            "stability": "stable",
            "summary": "The number of log lines to display. Valid values are `inline`, `expanded-md`, `expanded-lg`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21340
          },
          "name": "messageDisplay",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "The query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21346
          },
          "name": "query",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#show_date_column Powerpack#show_date_column}",
            "stability": "stable",
            "summary": "If the date column should be displayed."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21352
          },
          "name": "showDateColumn",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#show_message_column Powerpack#show_message_column}",
            "stability": "stable",
            "summary": "If the message column should be displayed."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21358
          },
          "name": "showMessageColumn",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort Powerpack#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21382
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetLogStreamDefinitionSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title Powerpack#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21364
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_align Powerpack#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21370
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_size Powerpack#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21376
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetLogStreamDefinition"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetLogStreamDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetLogStreamDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 21498
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 21491
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21770
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetLogStreamDefinitionSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21597
          },
          "name": "resetColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21613
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21629
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21645
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21661
          },
          "name": "resetMessageDisplay"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21677
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21693
          },
          "name": "resetShowDateColumn"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21709
          },
          "name": "resetShowMessageColumn"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21773
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21725
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21741
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21757
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackWidgetLogStreamDefinitionOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21767
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetLogStreamDefinitionSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21601
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21617
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21633
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21649
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21665
          },
          "name": "messageDisplayInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21681
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21697
          },
          "name": "showDateColumnInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21713
          },
          "name": "showMessageColumnInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21777
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetLogStreamDefinitionSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21745
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21729
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21761
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21591
          },
          "name": "columns",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21607
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21623
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21639
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21655
          },
          "name": "messageDisplay",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21671
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21687
          },
          "name": "showDateColumn",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21703
          },
          "name": "showMessageColumn",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21719
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21735
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21751
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21502
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetLogStreamDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetLogStreamDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetLogStreamDefinitionSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetLogStreamDefinitionSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 21160
      },
      "name": "PowerpackWidgetLogStreamDefinitionSort",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#column Powerpack#column}",
            "stability": "stable",
            "summary": "The facet path for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21166
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21178
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#description Powerpack#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21172
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetLogStreamDefinitionSort"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetLogStreamDefinitionSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetLogStreamDefinitionSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 21231
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 21224
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21289
          },
          "name": "resetDescription"
        }
      ],
      "name": "PowerpackWidgetLogStreamDefinitionSortOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21277
          },
          "name": "columnInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21293
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21306
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21270
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21283
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21299
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21235
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetLogStreamDefinitionSort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetLogStreamDefinitionSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetManageStatusDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetManageStatusDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 21781
      },
      "name": "PowerpackWidgetManageStatusDefinition",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "The query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21805
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#color_preference Powerpack#color_preference}",
            "stability": "stable",
            "summary": "Whether to colorize text or background. Valid values are `background`, `text`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21787
          },
          "name": "colorPreference",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#display_format Powerpack#display_format}",
            "stability": "stable",
            "summary": "The display setting to use. Valid values are `counts`, `countsAndList`, `list`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21793
          },
          "name": "displayFormat",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#hide_zero_counts Powerpack#hide_zero_counts}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to hide empty categories."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21799
          },
          "name": "hideZeroCounts",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#show_last_triggered Powerpack#show_last_triggered}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to show when monitors/groups last triggered."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21811
          },
          "name": "showLastTriggered",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#show_priority Powerpack#show_priority}",
            "stability": "stable",
            "summary": "Whether to show the priorities column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21817
          },
          "name": "showPriority",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `name`, `group`, `status`, `tags`, `triggered`, `group,asc`, `group,desc`, `name,asc`, `name,desc`, `status,asc`, `status,desc`, `tags,asc`, `tags,desc`, `triggered,asc`, `triggered,desc`, `priority,asc`, `priority,desc`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort Powerpack#sort}",
            "stability": "stable",
            "summary": "The method to sort the monitors."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21823
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#summary_type Powerpack#summary_type}",
            "stability": "stable",
            "summary": "The summary type to use. Valid values are `monitors`, `groups`, `combined`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21829
          },
          "name": "summaryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title Powerpack#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21835
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_align Powerpack#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21841
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_size Powerpack#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21847
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetManageStatusDefinition"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetManageStatusDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetManageStatusDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 21956
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 21949
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22049
          },
          "name": "resetColorPreference"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22065
          },
          "name": "resetDisplayFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22081
          },
          "name": "resetHideZeroCounts"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22110
          },
          "name": "resetShowLastTriggered"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22126
          },
          "name": "resetShowPriority"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22142
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22158
          },
          "name": "resetSummaryType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22174
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22190
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22206
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackWidgetManageStatusDefinitionOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22053
          },
          "name": "colorPreferenceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22069
          },
          "name": "displayFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22085
          },
          "name": "hideZeroCountsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22098
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22114
          },
          "name": "showLastTriggeredInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22130
          },
          "name": "showPriorityInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22146
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22162
          },
          "name": "summaryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22194
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22178
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22210
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22043
          },
          "name": "colorPreference",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22059
          },
          "name": "displayFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22075
          },
          "name": "hideZeroCounts",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22091
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22104
          },
          "name": "showLastTriggered",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22120
          },
          "name": "showPriority",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22136
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22152
          },
          "name": "summaryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22168
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22184
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22200
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 21960
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetManageStatusDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetManageStatusDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetNoteDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetNoteDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 22214
      },
      "name": "PowerpackWidgetNoteDefinition",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#content Powerpack#content}",
            "stability": "stable",
            "summary": "The content of the note."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22226
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#background_color Powerpack#background_color}",
            "stability": "stable",
            "summary": "The background color of the note."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22220
          },
          "name": "backgroundColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#description Powerpack#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22232
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#font_size Powerpack#font_size}",
            "stability": "stable",
            "summary": "The size of the text."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22238
          },
          "name": "fontSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#has_padding Powerpack#has_padding}",
            "stability": "stable",
            "summary": "Whether to add padding or not. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22244
          },
          "name": "hasPadding",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#show_tick Powerpack#show_tick}",
            "stability": "stable",
            "summary": "Whether to show a tick or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22250
          },
          "name": "showTick",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#text_align Powerpack#text_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's text. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22256
          },
          "name": "textAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `bottom`, `left`, `right`, `top`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#tick_edge Powerpack#tick_edge}",
            "stability": "stable",
            "summary": "When `tick = true`, a string indicating on which side of the widget the tick should be displayed."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22262
          },
          "name": "tickEdge",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#tick_pos Powerpack#tick_pos}",
            "stability": "stable",
            "summary": "When `tick = true`, a string with a percent sign indicating the position of the tick, for example: `tick_pos = \"50%\"` is centered alignment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22268
          },
          "name": "tickPos",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#vertical_align Powerpack#vertical_align}",
            "stability": "stable",
            "summary": "The vertical alignment for the widget. Valid values are `center`, `top`, `bottom`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22274
          },
          "name": "verticalAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetNoteDefinition"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetNoteDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetNoteDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 22376
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 22369
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22463
          },
          "name": "resetBackgroundColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22492
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22508
          },
          "name": "resetFontSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22524
          },
          "name": "resetHasPadding"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22540
          },
          "name": "resetShowTick"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22556
          },
          "name": "resetTextAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22572
          },
          "name": "resetTickEdge"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22588
          },
          "name": "resetTickPos"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22604
          },
          "name": "resetVerticalAlign"
        }
      ],
      "name": "PowerpackWidgetNoteDefinitionOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22467
          },
          "name": "backgroundColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22480
          },
          "name": "contentInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22496
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22512
          },
          "name": "fontSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22528
          },
          "name": "hasPaddingInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22544
          },
          "name": "showTickInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22560
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22576
          },
          "name": "tickEdgeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22592
          },
          "name": "tickPosInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22608
          },
          "name": "verticalAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22457
          },
          "name": "backgroundColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22473
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22486
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22502
          },
          "name": "fontSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22518
          },
          "name": "hasPadding",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22534
          },
          "name": "showTick",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22550
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22566
          },
          "name": "tickEdge",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22582
          },
          "name": "tickPos",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22598
          },
          "name": "verticalAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22380
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetNoteDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetNoteDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 7301
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 7291
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7525
          },
          "name": "putAlertGraphDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetAlertGraphDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7541
          },
          "name": "putAlertValueDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetAlertValueDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7557
          },
          "name": "putChangeDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7573
          },
          "name": "putCheckStatusDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetCheckStatusDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7589
          },
          "name": "putDistributionDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7605
          },
          "name": "putEventStreamDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetEventStreamDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7621
          },
          "name": "putEventTimelineDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetEventTimelineDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7637
          },
          "name": "putFreeTextDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetFreeTextDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7653
          },
          "name": "putGeomapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7669
          },
          "name": "putHeatmapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7685
          },
          "name": "putHostmapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7701
          },
          "name": "putIframeDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetIframeDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7717
          },
          "name": "putImageDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetImageDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7733
          },
          "name": "putListStreamDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7749
          },
          "name": "putLogStreamDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetLogStreamDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7765
          },
          "name": "putManageStatusDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetManageStatusDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7781
          },
          "name": "putNoteDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetNoteDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7797
          },
          "name": "putQueryTableDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7813
          },
          "name": "putQueryValueDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7829
          },
          "name": "putRunWorkflowDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7845
          },
          "name": "putScatterplotDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7861
          },
          "name": "putServiceLevelObjectiveDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetServiceLevelObjectiveDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7877
          },
          "name": "putServicemapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetServicemapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7893
          },
          "name": "putSloListDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSloListDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7909
          },
          "name": "putSunburstDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7925
          },
          "name": "putTimeseriesDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7941
          },
          "name": "putToplistDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7957
          },
          "name": "putTopologyMapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7973
          },
          "name": "putTraceServiceDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTraceServiceDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7989
          },
          "name": "putTreemapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 8005
          },
          "name": "putWidgetLayout",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetWidgetLayout"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7528
          },
          "name": "resetAlertGraphDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7544
          },
          "name": "resetAlertValueDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7560
          },
          "name": "resetChangeDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7576
          },
          "name": "resetCheckStatusDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7592
          },
          "name": "resetDistributionDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7608
          },
          "name": "resetEventStreamDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7624
          },
          "name": "resetEventTimelineDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7640
          },
          "name": "resetFreeTextDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7656
          },
          "name": "resetGeomapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7672
          },
          "name": "resetHeatmapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7688
          },
          "name": "resetHostmapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7704
          },
          "name": "resetIframeDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7720
          },
          "name": "resetImageDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7736
          },
          "name": "resetListStreamDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7752
          },
          "name": "resetLogStreamDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7768
          },
          "name": "resetManageStatusDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7784
          },
          "name": "resetNoteDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7800
          },
          "name": "resetQueryTableDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7816
          },
          "name": "resetQueryValueDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7832
          },
          "name": "resetRunWorkflowDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7848
          },
          "name": "resetScatterplotDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7864
          },
          "name": "resetServiceLevelObjectiveDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7880
          },
          "name": "resetServicemapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7896
          },
          "name": "resetSloListDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7912
          },
          "name": "resetSunburstDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7928
          },
          "name": "resetTimeseriesDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7944
          },
          "name": "resetToplistDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7960
          },
          "name": "resetTopologyMapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7976
          },
          "name": "resetTraceServiceDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7992
          },
          "name": "resetTreemapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 8008
          },
          "name": "resetWidgetLayout"
        }
      ],
      "name": "PowerpackWidgetOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7522
          },
          "name": "alertGraphDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetAlertGraphDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7538
          },
          "name": "alertValueDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetAlertValueDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7554
          },
          "name": "changeDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7570
          },
          "name": "checkStatusDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetCheckStatusDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7586
          },
          "name": "distributionDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7602
          },
          "name": "eventStreamDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetEventStreamDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7618
          },
          "name": "eventTimelineDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetEventTimelineDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7634
          },
          "name": "freeTextDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetFreeTextDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7650
          },
          "name": "geomapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7666
          },
          "name": "heatmapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7682
          },
          "name": "hostmapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7516
          },
          "name": "id",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7698
          },
          "name": "iframeDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetIframeDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7714
          },
          "name": "imageDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetImageDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7730
          },
          "name": "listStreamDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7746
          },
          "name": "logStreamDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetLogStreamDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7762
          },
          "name": "manageStatusDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetManageStatusDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7778
          },
          "name": "noteDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetNoteDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7794
          },
          "name": "queryTableDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7810
          },
          "name": "queryValueDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7826
          },
          "name": "runWorkflowDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7842
          },
          "name": "scatterplotDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7858
          },
          "name": "serviceLevelObjectiveDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetServiceLevelObjectiveDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7874
          },
          "name": "servicemapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetServicemapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7890
          },
          "name": "sloListDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7906
          },
          "name": "sunburstDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7922
          },
          "name": "timeseriesDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7938
          },
          "name": "toplistDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7954
          },
          "name": "topologyMapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7970
          },
          "name": "traceServiceDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTraceServiceDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7986
          },
          "name": "treemapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 8002
          },
          "name": "widgetLayout",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetWidgetLayoutOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7532
          },
          "name": "alertGraphDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetAlertGraphDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7548
          },
          "name": "alertValueDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetAlertValueDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7564
          },
          "name": "changeDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetChangeDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7580
          },
          "name": "checkStatusDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetCheckStatusDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7596
          },
          "name": "distributionDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetDistributionDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7612
          },
          "name": "eventStreamDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetEventStreamDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7628
          },
          "name": "eventTimelineDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetEventTimelineDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7644
          },
          "name": "freeTextDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetFreeTextDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7660
          },
          "name": "geomapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetGeomapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7676
          },
          "name": "heatmapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHeatmapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7692
          },
          "name": "hostmapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetHostmapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7708
          },
          "name": "iframeDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetIframeDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7724
          },
          "name": "imageDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetImageDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7740
          },
          "name": "listStreamDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetListStreamDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7756
          },
          "name": "logStreamDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetLogStreamDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7772
          },
          "name": "manageStatusDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetManageStatusDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7788
          },
          "name": "noteDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetNoteDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7804
          },
          "name": "queryTableDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7820
          },
          "name": "queryValueDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7836
          },
          "name": "runWorkflowDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7852
          },
          "name": "scatterplotDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7868
          },
          "name": "serviceLevelObjectiveDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetServiceLevelObjectiveDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7884
          },
          "name": "servicemapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetServicemapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7900
          },
          "name": "sloListDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSloListDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7916
          },
          "name": "sunburstDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7932
          },
          "name": "timeseriesDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7948
          },
          "name": "toplistDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7964
          },
          "name": "topologyMapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7980
          },
          "name": "traceServiceDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTraceServiceDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7996
          },
          "name": "treemapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 8012
          },
          "name": "widgetLayoutInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetWidgetLayout"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 7305
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidget"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 9441
      },
      "name": "PowerpackWidgetQueryTableDefinition",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_link Powerpack#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9489
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#description Powerpack#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9447
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#has_search_bar Powerpack#has_search_bar}",
            "stability": "stable",
            "summary": "Controls the display of the search bar. Valid values are `always`, `never`, `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9453
          },
          "name": "hasSearchBar",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#hide_incomplete_cost_data Powerpack#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9459
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#live_span Powerpack#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9465
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#request Powerpack#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9495
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title Powerpack#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9471
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_align Powerpack#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9477
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_size Powerpack#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9483
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinition"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 22612
      },
      "name": "PowerpackWidgetQueryTableDefinitionCustomLink",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#is_hidden Powerpack#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22618
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#label Powerpack#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22624
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#link Powerpack#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22630
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#override_label Powerpack#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22636
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 22824
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 22816
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22831
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionCustomLinkList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22817
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 22699
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 22689
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22759
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22775
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22791
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22807
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionCustomLinkOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22763
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22779
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22795
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22811
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22753
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22769
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22785
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22801
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22703
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 9590
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 9583
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9780
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9796
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9783
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9671
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9687
          },
          "name": "resetHasSearchBar"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9703
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9719
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9799
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9735
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9751
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9767
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9777
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9793
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9787
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9675
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9691
          },
          "name": "hasSearchBarInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9707
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9723
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9803
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9755
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9739
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9771
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9665
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9681
          },
          "name": "hasSearchBar",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9697
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9713
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9729
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9745
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9761
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9594
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 8798
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequest",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregator Powerpack#aggregator}",
            "stability": "stable",
            "summary": "The aggregator to use for time aggregation. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8804
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#alias Powerpack#alias}",
            "stability": "stable",
            "summary": "The alias for the column name (defaults to metric name)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8810
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#apm_query Powerpack#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8840
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#apm_stats_query Powerpack#apm_stats_query}",
            "stability": "stable",
            "summary": "apm_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8846
          },
          "name": "apmStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cell_display_mode Powerpack#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8816
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#conditional_formats Powerpack#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8852
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#formula Powerpack#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8858
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The number of lines to show in the table."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8822
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#log_query Powerpack#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8864
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "The sort order for the rows. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8828
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#process_query Powerpack#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8870
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#q Powerpack#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8834
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8876
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#rum_query Powerpack#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8882
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#security_query Powerpack#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8888
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#text_formats Powerpack#text_formats}",
            "stability": "stable",
            "summary": "text_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8894
          },
          "name": "textFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 23511
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestApmQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23517
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23529
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23535
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23541
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23523
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 22835
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestApmQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22841
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22847
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22853
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 22906
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 22899
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22964
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22980
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22952
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22968
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22984
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22945
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22958
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22974
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22910
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 23138
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23144
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23150
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23156
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 23315
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 23307
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23322
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23308
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 23212
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 23202
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23295
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23266
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23282
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23298
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23292
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23270
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23286
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23302
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23260
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23276
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23216
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 22988
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 22994
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23006
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23000
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 23059
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 23052
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23117
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23105
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23121
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23134
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23098
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23111
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23127
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23063
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 23326
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23332
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23338
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23344
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 23500
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 23492
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23507
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23493
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 23400
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 23390
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23467
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23483
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23455
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23471
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23487
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23448
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23461
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23477
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23404
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 23608
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 23601
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23691
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23707
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23723
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23694
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23710
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23726
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23678
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestApmQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23688
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23704
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23720
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23698
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23714
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23666
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23730
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23682
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23659
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23672
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23612
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 23954
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestApmStatsQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#env Powerpack#env}",
            "stability": "stable",
            "summary": "The environment name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23960
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The operation name associated with the service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23966
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag Powerpack#primary_tag}",
            "stability": "stable",
            "summary": "The organization's host group name and value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23972
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#row_type Powerpack#row_type}",
            "stability": "stable",
            "summary": "The level of detail for the request. Valid values are `service`, `resource`, `span`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23984
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#service Powerpack#service}",
            "stability": "stable",
            "summary": "The service name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23990
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#columns Powerpack#columns}",
            "stability": "stable",
            "summary": "columns block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23996
          },
          "name": "columns",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#resource Powerpack#resource}",
            "stability": "stable",
            "summary": "The resource name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23978
          },
          "name": "resource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestApmStatsQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumns": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumns",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 23734
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumns",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The column name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23752
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#alias Powerpack#alias}",
            "stability": "stable",
            "summary": "A user-assigned alias for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23740
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cell_display_mode Powerpack#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23746
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23758
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 23943
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 23935
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23950
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23936
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 23821
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 23811
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23881
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23897
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23926
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23885
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23901
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23914
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23930
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23875
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23891
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23907
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23920
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 23825
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 24077
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 24070
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24224
          },
          "name": "putColumns",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24227
          },
          "name": "resetColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24185
          },
          "name": "resetResource"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24221
          },
          "name": "columns",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24231
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24147
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24160
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24173
          },
          "name": "primaryTagInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24189
          },
          "name": "resourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24202
          },
          "name": "rowTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24215
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24140
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24153
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24166
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24179
          },
          "name": "resource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24195
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24208
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24081
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 24235
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestConditionalFormats",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#comparator Powerpack#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24241
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette Powerpack#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24277
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#value Powerpack#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24289
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_bg_color Powerpack#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24247
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_fg_color Powerpack#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24253
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#hide_value Powerpack#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24259
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#image_url Powerpack#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24265
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24271
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#timeframe Powerpack#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24283
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 24613
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 24605
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24620
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestConditionalFormatsList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24606
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs400.ts",
          "line": 24387
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs400.ts",
        "line": 24377
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24490
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24506
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24522
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24538
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24554
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24583
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24478
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24494
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24510
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24526
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24542
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24558
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24571
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24587
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24600
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24471
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24484
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24500
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24516
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24532
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24548
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24564
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24577
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24593
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs400.ts",
            "line": 24391
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs400:PowerpackWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 1296
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestFormula",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#formula_expression Powerpack#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1314
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#alias Powerpack#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1302
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cell_display_mode Powerpack#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1308
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cell_display_mode_options Powerpack#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1320
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#conditional_formats Powerpack#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1326
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1332
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#number_format Powerpack#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1338
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#style Powerpack#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1344
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 23
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#trend_type Powerpack#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 29
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#y_scale Powerpack#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared`, `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 35
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 81
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 74
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 120
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 136
          },
          "name": "resetYScale"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 124
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 140
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 114
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 130
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 85
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 144
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormats",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#comparator Powerpack#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 150
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette Powerpack#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 186
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#value Powerpack#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 198
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_bg_color Powerpack#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 156
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_fg_color Powerpack#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 162
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#hide_value Powerpack#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 168
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#image_url Powerpack#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 174
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 180
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#timeframe Powerpack#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 192
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 522
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 514
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 529
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 515
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 296
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 286
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 399
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 415
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 431
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 447
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 463
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 492
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 387
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 403
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 419
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 435
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 451
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 467
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 480
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 496
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 509
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 380
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 393
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 409
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 425
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 441
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 457
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 473
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 486
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 502
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 300
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 533
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaLimit",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#count Powerpack#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 539
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 545
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 591
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 584
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 630
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 646
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaLimitOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 634
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 650
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 624
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 640
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 595
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 1645
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 1637
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1652
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1638
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 1057
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormat",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#unit Powerpack#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1063
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#unit_scale Powerpack#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1069
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 1115
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 1108
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1151
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1164
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1167
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1148
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1161
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1155
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1171
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1119
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 855
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#canonical Powerpack#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 861
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom Powerpack#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 867
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 654
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#unit_name Powerpack#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 666
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#per_unit_name Powerpack#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 660
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 712
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 705
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 751
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 755
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 768
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 745
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 761
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 716
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 772
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#label Powerpack#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 778
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 817
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 810
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 851
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 844
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 821
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 913
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 906
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 949
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 965
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 952
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 968
          },
          "name": "resetCustom"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 946
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 962
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 956
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 972
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 917
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 976
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#unit_name Powerpack#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 980
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 1019
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 1012
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1053
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1046
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1023
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 1435
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 1425
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1561
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1577
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1593
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1609
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1625
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1519
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1535
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1564
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1580
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1596
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1612
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1628
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1558
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1574
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1590
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1606
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1622
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1523
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1539
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1568
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1584
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1552
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1600
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1616
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1632
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1513
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1529
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1545
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1439
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 1175
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaStyle",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette Powerpack#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1181
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette_index Powerpack#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1187
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 1233
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 1226
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1272
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1288
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestFormulaStyleOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1292
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1276
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1266
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1282
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1237
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 9430
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 9422
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9437
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9423
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 2332
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestLogQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2338
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2350
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2356
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2362
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2344
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 1656
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestLogQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1662
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1668
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1674
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 1727
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 1720
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1785
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1801
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1773
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1789
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1805
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1766
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1779
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1795
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1731
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 1959
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1965
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1971
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1977
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 2136
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 2128
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2143
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2129
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 2033
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 2023
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2116
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2087
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2103
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2119
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2113
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2091
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2107
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2123
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2081
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2097
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2037
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 1809
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1815
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1827
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1821
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 1880
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 1873
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1938
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1926
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1942
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1955
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1919
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1932
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1948
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 1884
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 2147
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2153
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2159
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2165
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 2321
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 2313
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2328
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2314
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 2221
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 2211
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2288
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2304
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2276
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2292
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2308
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2269
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2282
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2298
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2225
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 2429
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 2422
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2512
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2528
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2544
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2515
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2531
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2547
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2499
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestLogQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2509
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2525
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2541
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2519
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2535
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2487
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2551
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2503
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2480
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2493
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2433
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 9041
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 9031
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9266
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9282
          },
          "name": "putApmStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9298
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9314
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9330
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9346
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9362
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9378
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9394
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9410
          },
          "name": "putTextFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9173
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9189
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9269
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9285
          },
          "name": "resetApmStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9205
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9301
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9317
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9221
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9333
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9237
          },
          "name": "resetOrder"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9349
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9253
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9365
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9381
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9397
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9413
          },
          "name": "resetTextFormats"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9263
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9279
          },
          "name": "apmStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9295
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9311
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9327
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9343
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9359
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9375
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9391
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9407
          },
          "name": "textFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9177
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9193
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9273
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9289
          },
          "name": "apmStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestApmStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9209
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9305
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9321
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9225
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9337
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9241
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9353
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9257
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9369
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9385
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9401
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9417
          },
          "name": "textFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9167
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9183
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9199
          },
          "name": "cellDisplayMode",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9215
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9231
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9247
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9045
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 2555
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestProcessQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2573
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#filter_by Powerpack#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2561
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2567
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_by Powerpack#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2579
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 2639
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 2632
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2690
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2706
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2735
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestProcessQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2694
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2710
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2723
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2739
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2684
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2700
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2716
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2729
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2643
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 6034
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#apm_dependency_stats_query Powerpack#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6040
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#apm_resource_stats_query Powerpack#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6046
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cloud_cost_query Powerpack#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6052
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#event_query Powerpack#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6058
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric_query Powerpack#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6064
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#process_query Powerpack#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6070
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#slo_query Powerpack#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6076
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 2743
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2755
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#env Powerpack#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2761
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2773
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#operation_name Powerpack#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2779
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#resource_name Powerpack#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2797
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#service Powerpack#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2803
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#stat Powerpack#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2809
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2749
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#is_upstream Powerpack#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2767
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2785
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2791
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 2918
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 2911
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3011
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3053
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3095
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3111
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3015
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3028
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3041
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3057
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3070
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3083
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3099
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3115
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3128
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3141
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3154
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3005
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3021
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3034
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3047
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3063
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3076
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3089
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3105
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3121
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3134
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3147
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 2922
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 3158
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3170
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#env Powerpack#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3176
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3188
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#service Powerpack#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3218
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#stat Powerpack#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3224
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3164
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3182
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#operation_name Powerpack#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3194
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3200
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3206
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#resource_name Powerpack#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3212
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 3333
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 3326
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3426
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3468
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3497
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3513
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3529
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3545
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3430
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3443
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3456
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3472
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3485
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3501
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3517
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3533
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3549
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3562
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3575
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3420
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3436
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3449
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3462
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3478
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3491
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3507
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3523
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3539
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3555
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3568
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3337
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 3579
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestQueryCloudCostQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3597
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3603
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3609
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregator Powerpack#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3585
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3591
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 3676
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 3669
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3733
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3749
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3737
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3753
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3766
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3779
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3792
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3727
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3743
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3759
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3772
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3785
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3680
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 4708
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestQueryEventQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute Powerpack#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4744
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4720
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4732
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4714
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4750
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by_fields Powerpack#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4756
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#indexes Powerpack#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4726
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search Powerpack#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4762
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#storage Powerpack#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4738
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 3796
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3802
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3808
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3814
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 3970
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 3962
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3977
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3963
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 3870
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 3860
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3937
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3953
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3925
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3941
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3957
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3918
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3931
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3947
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3874
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 4134
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4140
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4146
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort Powerpack#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4152
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 4472
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#fields Powerpack#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4478
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4484
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort Powerpack#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4490
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 4543
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 4536
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4614
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4601
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4617
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4611
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4589
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4605
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4621
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4582
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4595
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4547
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 4319
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4325
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4331
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4337
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 4390
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 4383
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4448
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4464
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4436
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4452
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4468
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4429
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4442
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4458
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4394
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 4308
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 4300
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4315
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4301
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 4208
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 4198
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4288
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4275
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4291
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4285
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4263
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4279
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4295
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4256
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4269
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4212
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 3981
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3987
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3993
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 3999
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 4052
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 4045
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4110
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4126
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4098
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4114
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4130
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4091
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4104
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4120
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4056
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 4857
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 4850
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5009
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5022
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5038
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5054
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4938
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5025
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5041
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4967
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5057
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4996
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5006
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5019
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5035
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5051
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5013
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4942
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4955
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5045
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5029
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4971
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4984
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5061
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5000
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4932
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4948
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4961
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4977
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4990
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4861
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 4625
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestQueryEventQuerySearch",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4631
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 4670
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 4663
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4704
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4697
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 4674
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 6351
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 6343
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6358
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestQueryList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6344
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 5065
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestQueryMetricQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5089
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5095
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregator Powerpack#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5071
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5077
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5083
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#semantic_mode Powerpack#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5101
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 5175
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 5168
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5238
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5254
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5270
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5312
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5242
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5258
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5274
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5287
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5300
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5316
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5232
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5248
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5264
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5280
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5293
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5306
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5179
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 6160
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 6150
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6235
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6251
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6267
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6283
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6299
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6315
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6331
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6238
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6254
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6270
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6286
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6302
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6318
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6334
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6232
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6248
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6264
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6280
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6296
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6312
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6328
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6242
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6258
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6274
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6290
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6306
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6322
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6338
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6164
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 5320
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestQueryProcessQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5338
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5356
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5362
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregator Powerpack#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5326
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5332
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#is_normalized_cpu Powerpack#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5344
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5350
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort Powerpack#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5368
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#tag_filters Powerpack#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5374
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#text_filter Powerpack#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5380
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 5482
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 5475
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5569
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5585
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5614
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5630
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5672
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5688
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5704
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5573
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5589
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5602
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5618
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5634
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5647
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5660
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5676
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5692
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5708
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5563
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5579
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5595
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5608
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5624
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5640
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5653
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5666
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5682
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5698
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5486
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 5712
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestQuerySloQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5730
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#measure Powerpack#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5742
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#slo_id Powerpack#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5754
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#additional_query_filters Powerpack#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5718
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5724
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_mode Powerpack#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5736
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5748
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#slo_query_type Powerpack#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5760
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 5848
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 5841
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5923
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5939
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5968
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5997
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6026
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5927
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5943
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5956
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5972
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5985
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6001
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6014
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6030
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5917
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5933
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5949
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5962
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5978
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5991
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6007
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6020
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 5852
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 7038
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestRumQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7044
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7056
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7062
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7068
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7050
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 6362
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestRumQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6368
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6374
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6380
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 6433
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 6426
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6491
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6507
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6479
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6495
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6511
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6472
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6485
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6501
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6437
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 6665
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6671
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6677
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6683
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 6842
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 6834
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6849
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6835
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 6739
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 6729
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6822
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6793
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6809
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6825
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6819
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6797
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6813
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6829
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6787
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6803
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6743
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 6515
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6521
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6533
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6527
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 6586
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 6579
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6644
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6632
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6648
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6661
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6625
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6638
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6654
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6590
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 6853
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6859
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6865
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6871
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 7027
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 7019
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7034
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7020
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 6927
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 6917
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6994
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7010
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6982
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6998
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7014
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6975
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6988
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7004
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 6931
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 7135
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 7128
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7218
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7234
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7250
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7221
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7237
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7253
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7205
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestRumQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7215
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7231
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7247
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7225
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7241
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7193
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7257
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7209
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7186
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7199
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7139
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 7937
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestSecurityQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7943
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7955
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7961
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7967
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7949
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 7261
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7267
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7273
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7279
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 7332
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 7325
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7390
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7406
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7378
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7394
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7410
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7371
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7384
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7400
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7336
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 7564
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7570
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7576
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7582
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 7741
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 7733
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7748
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7734
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 7638
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 7628
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7721
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7692
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7708
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7724
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7718
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7696
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7712
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7728
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7686
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7702
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7642
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 7414
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7420
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7432
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7426
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 7485
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 7478
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7543
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7531
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7547
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7560
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7524
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7537
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7553
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7489
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 7752
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7758
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7764
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7770
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 7926
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 7918
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7933
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7919
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 7826
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 7816
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7893
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7909
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7881
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7897
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7913
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7874
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7887
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7903
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 7830
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 8034
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 8027
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8117
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8133
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8149
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8120
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8136
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8152
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8104
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestSecurityQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8114
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8130
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8146
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8124
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8140
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8092
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8156
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8108
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8085
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8098
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8038
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 8680
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestTextFormats",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#text_format Powerpack#text_format}",
            "stability": "stable",
            "summary": "text_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8686
          },
          "name": "textFormat",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormat"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestTextFormats"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 8787
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 8779
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8794
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestTextFormatsList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8780
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestTextFormatsList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 8728
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 8718
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8767
          },
          "name": "putTextFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormat"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8770
          },
          "name": "resetTextFormat"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestTextFormatsOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8764
          },
          "name": "textFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8774
          },
          "name": "textFormatInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormat"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8732
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestTextFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 8425
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormat",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#match Powerpack#match}",
            "stability": "stable",
            "summary": "match block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8449
          },
          "name": "match",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_bg_color Powerpack#custom_bg_color}",
            "stability": "stable",
            "summary": "The custom color palette to apply to the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8431
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_fg_color Powerpack#custom_fg_color}",
            "stability": "stable",
            "summary": "The custom color palette to apply to the foreground text."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8437
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette Powerpack#palette}",
            "stability": "stable",
            "summary": "The color palette to apply. Valid values are `white_on_red`, `white_on_yellow`, `white_on_green`, `black_on_light_red`, `black_on_light_yellow`, `black_on_light_green`, `red_on_white`, `yellow_on_white`, `green_on_white`, `custom_bg`, `custom_text`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8443
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#replace Powerpack#replace}",
            "stability": "stable",
            "summary": "replace block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8455
          },
          "name": "replace",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormat"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 8669
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 8661
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8676
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8662
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormat"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 8160
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#type Powerpack#type}",
            "stability": "stable",
            "summary": "Match or compare option. Valid values are `is`, `is_not`, `contains`, `does_not_contain`, `starts_with`, `ends_with`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8166
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#value Powerpack#value}",
            "stability": "stable",
            "summary": "Table Widget Match String."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8172
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 8218
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 8211
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8258
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8271
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8251
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8264
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8222
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 8525
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 8515
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8636
          },
          "name": "putMatch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8649
          },
          "name": "putReplace",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8591
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8607
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8623
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8652
          },
          "name": "resetReplace"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8633
          },
          "name": "match",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8646
          },
          "name": "replace",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8595
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8611
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8640
          },
          "name": "matchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8627
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8656
          },
          "name": "replaceInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8585
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8601
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8617
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8529
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormat"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 8275
      },
      "name": "PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#type Powerpack#type}",
            "stability": "stable",
            "summary": "Table widget text format replace all type."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8287
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#with Powerpack#with}",
            "stability": "stable",
            "summary": "Table Widget Match String."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8293
          },
          "name": "with",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#substring Powerpack#substring}",
            "stability": "stable",
            "summary": "Text that will be replaced. Must be used with type `substring`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8281
          },
          "name": "substring",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 8346
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 8339
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8391
          },
          "name": "resetSubstring"
        }
      ],
      "name": "PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8395
          },
          "name": "substringInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8408
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8421
          },
          "name": "withInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8385
          },
          "name": "substring",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8401
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8414
          },
          "name": "with",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 8350
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 21010
      },
      "name": "PowerpackWidgetQueryValueDefinition",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#autoscale Powerpack#autoscale}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to automatically scale the tile."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21016
          },
          "name": "autoscale",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_link Powerpack#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21076
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_unit Powerpack#custom_unit}",
            "stability": "stable",
            "summary": "The unit for the value displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21022
          },
          "name": "customUnit",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#description Powerpack#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21028
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#hide_incomplete_cost_data Powerpack#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21034
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#live_span Powerpack#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21040
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#precision Powerpack#precision}",
            "stability": "stable",
            "summary": "The precision to use when displaying the tile."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21046
          },
          "name": "precision",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#request Powerpack#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21082
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#text_align Powerpack#text_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's text. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21052
          },
          "name": "textAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#timeseries_background Powerpack#timeseries_background}",
            "stability": "stable",
            "summary": "timeseries_background block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21088
          },
          "name": "timeseriesBackground",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionTimeseriesBackground"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title Powerpack#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21058
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_align Powerpack#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21064
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_size Powerpack#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21070
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinition"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 9807
      },
      "name": "PowerpackWidgetQueryValueDefinitionCustomLink",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#is_hidden Powerpack#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9813
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#label Powerpack#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9819
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#link Powerpack#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9825
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#override_label Powerpack#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9831
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 10019
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 10011
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10026
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionCustomLinkList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10012
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 9894
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 9884
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9954
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9970
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9986
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10002
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionCustomLinkOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9958
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9974
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9990
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10006
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9948
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9964
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9980
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9996
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 9898
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 21211
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 21204
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21473
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21489
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21505
          },
          "name": "putTimeseriesBackground",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionTimeseriesBackground"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21316
          },
          "name": "resetAutoscale"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21476
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21332
          },
          "name": "resetCustomUnit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21348
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21364
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21380
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21396
          },
          "name": "resetPrecision"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21492
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21412
          },
          "name": "resetTextAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21508
          },
          "name": "resetTimeseriesBackground"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21428
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21444
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21460
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21470
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21486
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21502
          },
          "name": "timeseriesBackground",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21320
          },
          "name": "autoscaleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21480
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21336
          },
          "name": "customUnitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21352
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21368
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21384
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21400
          },
          "name": "precisionInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21496
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21416
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21512
          },
          "name": "timeseriesBackgroundInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionTimeseriesBackground"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21448
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21432
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21464
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21310
          },
          "name": "autoscale",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21326
          },
          "name": "customUnit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21342
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21358
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21374
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21390
          },
          "name": "precision",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21406
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21422
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21438
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21454
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21215
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 20198
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequest",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregator Powerpack#aggregator}",
            "stability": "stable",
            "summary": "The aggregator to use for time aggregation. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20204
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#apm_query Powerpack#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20216
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#audit_query Powerpack#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20222
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#conditional_formats Powerpack#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20228
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#formula Powerpack#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20234
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#log_query Powerpack#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20240
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#process_query Powerpack#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20246
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#q Powerpack#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20210
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20252
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#rum_query Powerpack#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20258
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#security_query Powerpack#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20264
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 10706
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestApmQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10712
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10724
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10730
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10736
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10718
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 10030
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestApmQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10036
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10042
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10048
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 10101
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 10094
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10159
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10175
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10147
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10163
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10179
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10140
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10153
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10169
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10105
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 10333
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10339
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10345
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10351
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 10510
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 10502
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10517
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10503
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 10407
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 10397
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10490
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10461
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10477
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10493
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10487
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10465
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10481
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10497
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10455
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10471
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10411
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 10183
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10189
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10201
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10195
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 10254
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 10247
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10312
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10300
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10316
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10329
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10293
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10306
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10322
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10258
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 10521
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10527
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10533
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10539
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 10695
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 10687
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10702
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10688
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 10595
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 10585
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10662
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10678
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10650
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10666
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10682
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10643
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10656
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10672
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10599
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 10803
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 10796
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10886
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10902
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10918
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10889
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10905
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10921
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10873
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestApmQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10883
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10899
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10915
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10893
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10909
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10861
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10925
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10877
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10854
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10867
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10807
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 11605
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestAuditQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11611
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11623
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11629
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11635
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11617
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 10929
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestAuditQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10935
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10941
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 10947
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 11000
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 10993
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11058
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11074
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11046
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11062
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11078
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11039
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11052
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11068
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11004
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 11232
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11238
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11244
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11250
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 11409
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 11401
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11416
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11402
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 11306
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 11296
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11389
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11360
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11376
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11392
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11386
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11364
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11380
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11396
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11354
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11370
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11310
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 11082
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11088
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11100
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11094
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 11153
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 11146
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11211
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11199
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11215
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11228
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11192
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11205
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11221
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11157
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 11420
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11426
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11432
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11438
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 11594
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 11586
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11601
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11587
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 11494
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 11484
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11561
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11577
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11549
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11565
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11581
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11542
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11555
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11571
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11498
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 11702
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 11695
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11785
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11801
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11817
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11788
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11804
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11820
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11772
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestAuditQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11782
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11798
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11814
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11792
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11808
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11760
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11824
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11776
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11753
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11766
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11706
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 11828
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestConditionalFormats",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#comparator Powerpack#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11834
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette Powerpack#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11870
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#value Powerpack#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11882
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_bg_color Powerpack#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11840
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_fg_color Powerpack#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11846
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#hide_value Powerpack#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11852
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#image_url Powerpack#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11858
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11864
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#timeframe Powerpack#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11876
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 12206
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 12198
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12213
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestConditionalFormatsList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12199
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 11980
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 11970
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12083
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12099
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12115
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12131
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12147
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12176
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12071
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12087
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12103
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12119
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12135
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12151
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12164
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12180
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12193
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12064
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12077
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12093
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12109
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12125
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12141
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12157
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12170
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12186
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 11984
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 13369
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestFormula",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#formula_expression Powerpack#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13387
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#alias Powerpack#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13375
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cell_display_mode Powerpack#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13381
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#conditional_formats Powerpack#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13393
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13399
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#number_format Powerpack#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13405
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#style Powerpack#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13411
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 12217
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormats",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#comparator Powerpack#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12223
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette Powerpack#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12259
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#value Powerpack#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12271
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_bg_color Powerpack#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12229
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_fg_color Powerpack#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12235
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#hide_value Powerpack#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12241
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#image_url Powerpack#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12247
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12253
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#timeframe Powerpack#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12265
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 12595
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 12587
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12602
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12588
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 12369
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 12359
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12472
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12488
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12504
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12520
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12536
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12565
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12460
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12476
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12492
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12508
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12524
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12540
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12553
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12569
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12582
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12453
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12466
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12482
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12498
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12514
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12530
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12546
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12559
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12575
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12373
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 12606
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaLimit",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#count Powerpack#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12612
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12618
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 12664
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 12657
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12703
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12719
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaLimitOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12707
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12723
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12697
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12713
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12668
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 13683
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 13675
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13690
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13676
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 13130
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormat",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#unit Powerpack#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13136
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#unit_scale Powerpack#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13142
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 13188
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 13181
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13224
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13237
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13240
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13221
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13234
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13228
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13244
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13192
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 12928
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#canonical Powerpack#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12934
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom Powerpack#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12940
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 12727
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#unit_name Powerpack#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12739
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#per_unit_name Powerpack#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12733
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 12785
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 12778
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12824
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12828
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12841
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12818
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12834
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12789
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 12845
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#label Powerpack#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12851
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 12890
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 12883
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12924
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12917
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12894
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 12986
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 12979
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13022
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13038
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13025
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13041
          },
          "name": "resetCustom"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13019
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13035
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13029
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13045
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 12990
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 13049
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#unit_name Powerpack#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13053
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 13092
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 13085
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13126
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13119
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13096
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 13495
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 13485
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13615
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13631
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13647
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13663
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13573
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13589
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13618
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13634
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13650
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13666
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13612
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13628
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13644
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13660
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13577
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13593
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13622
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13606
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13638
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13654
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13670
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13567
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13583
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13599
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13499
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 13248
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaStyle",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette Powerpack#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13254
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette_index Powerpack#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13260
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 13306
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 13299
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13345
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13361
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestFormulaStyleOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13365
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13349
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13339
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13355
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13310
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 20655
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 20647
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20662
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20648
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 14370
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestLogQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14376
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14388
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14394
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14400
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14382
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 13694
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestLogQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13700
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13706
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13712
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 13765
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 13758
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13823
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13839
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13811
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13827
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13843
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13804
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13817
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13833
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13769
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 13997
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14003
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14009
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14015
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 14174
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 14166
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14181
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14167
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 14071
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 14061
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14154
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14125
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14141
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14157
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14151
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14129
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14145
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14161
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14119
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14135
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14075
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 13847
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13853
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13865
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13859
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 13918
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 13911
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13976
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13964
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13980
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13993
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13957
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13970
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13986
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 13922
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 14185
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14191
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14197
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14203
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 14359
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 14351
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14366
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14352
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 14259
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 14249
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14326
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14342
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14314
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14330
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14346
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14307
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14320
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14336
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14263
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 14467
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 14460
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14550
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14566
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14582
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14553
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14569
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14585
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14537
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestLogQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14547
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14563
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14579
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14557
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14573
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14525
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14589
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14541
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14518
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14531
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14471
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 20376
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 20366
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20507
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20523
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20539
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20555
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20571
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20587
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20603
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20619
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20635
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20478
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20510
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20526
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20542
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20558
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20574
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20590
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20494
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20606
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20622
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20638
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20504
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20520
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20536
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20552
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20568
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20584
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20600
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20616
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20632
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20482
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20514
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20530
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20546
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20562
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20578
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20594
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20498
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20610
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20626
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20642
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20472
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20488
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20380
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 14593
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestProcessQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14611
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#filter_by Powerpack#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14599
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14605
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_by Powerpack#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14617
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 14677
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 14670
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14728
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14744
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14773
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestProcessQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14732
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14748
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14761
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14777
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14722
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14738
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14754
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14767
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14681
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 18072
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#apm_dependency_stats_query Powerpack#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18078
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#apm_resource_stats_query Powerpack#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18084
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cloud_cost_query Powerpack#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18090
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#event_query Powerpack#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18096
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric_query Powerpack#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18102
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#process_query Powerpack#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18108
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#slo_query Powerpack#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18114
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 14781
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14793
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#env Powerpack#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14799
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14811
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#operation_name Powerpack#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14817
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#resource_name Powerpack#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14835
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#service Powerpack#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14841
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#stat Powerpack#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14847
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14787
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#is_upstream Powerpack#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14805
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14823
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14829
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 14956
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 14949
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15049
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15091
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15133
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15149
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15053
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15066
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15079
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15095
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15108
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15121
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15137
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15153
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15166
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15179
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15192
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15043
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15059
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15072
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15085
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15101
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15114
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15127
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15143
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15159
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15172
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15185
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 14960
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 15196
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15208
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#env Powerpack#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15214
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15226
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#service Powerpack#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15256
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#stat Powerpack#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15262
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15202
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15220
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#operation_name Powerpack#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15232
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15238
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15244
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#resource_name Powerpack#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15250
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 15371
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 15364
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15464
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15506
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15535
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15551
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15567
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15583
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15468
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15481
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15494
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15510
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15523
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15539
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15555
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15571
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15587
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15600
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15613
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15458
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15474
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15487
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15500
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15516
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15529
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15545
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15561
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15577
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15593
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15606
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15375
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 15617
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestQueryCloudCostQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15635
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15641
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15647
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregator Powerpack#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15623
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15629
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 15714
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 15707
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15771
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15787
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15775
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15791
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15804
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15817
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15830
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15765
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15781
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15797
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15810
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15823
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15718
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 16746
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestQueryEventQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute Powerpack#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16782
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16758
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16770
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16752
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16788
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by_fields Powerpack#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16794
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#indexes Powerpack#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16764
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search Powerpack#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16800
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#storage Powerpack#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16776
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 15834
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15840
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15846
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15852
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 16008
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 16000
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16015
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16001
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 15908
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 15898
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15975
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15991
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15963
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15979
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15995
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15956
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15969
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15985
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 15912
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 16172
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16178
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16184
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort Powerpack#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16190
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 16510
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#fields Powerpack#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16516
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16522
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort Powerpack#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16528
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 16581
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 16574
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16652
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16639
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16655
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16649
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16627
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16643
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16659
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16620
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16633
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16585
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 16357
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16363
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16369
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16375
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 16428
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 16421
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16486
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16502
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16474
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16490
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16506
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16467
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16480
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16496
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16432
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 16346
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 16338
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16353
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16339
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 16246
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 16236
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16326
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16313
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16329
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16323
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16301
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16317
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16333
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16294
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16307
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16250
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 16019
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16025
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16031
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16037
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 16090
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 16083
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16148
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16164
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16136
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16152
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16168
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16129
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16142
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16158
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16094
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 16895
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 16888
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17047
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17060
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17076
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17092
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16976
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17063
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17079
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17005
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17095
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17034
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17044
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17057
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17073
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17089
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17051
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16980
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16993
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17083
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17067
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17009
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17022
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17099
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17038
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16970
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16986
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16999
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17015
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17028
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16899
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 16663
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestQueryEventQuerySearch",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16669
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 16708
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 16701
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16742
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16735
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 16712
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 18389
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 18381
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18396
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestQueryList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18382
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 17103
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestQueryMetricQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17127
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17133
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregator Powerpack#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17109
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17115
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17121
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#semantic_mode Powerpack#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17139
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 17213
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 17206
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17276
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17292
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17308
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17350
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17280
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17296
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17312
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17325
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17338
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17354
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17270
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17286
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17302
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17318
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17331
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17344
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17217
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 18198
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 18188
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18273
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18289
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18305
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18321
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18337
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18353
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18369
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18276
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18292
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18308
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18324
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18340
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18356
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18372
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18270
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18286
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18302
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18318
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18334
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18350
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18366
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18280
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18296
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18312
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18328
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18344
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18360
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18376
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18202
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 17358
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestQueryProcessQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17376
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17394
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17400
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregator Powerpack#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17364
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17370
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#is_normalized_cpu Powerpack#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17382
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17388
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort Powerpack#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17406
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#tag_filters Powerpack#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17412
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#text_filter Powerpack#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17418
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 17520
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 17513
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17607
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17623
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17652
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17668
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17710
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17726
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17742
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17611
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17627
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17640
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17656
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17672
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17685
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17698
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17714
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17730
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17746
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17601
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17617
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17633
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17646
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17662
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17678
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17691
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17704
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17720
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17736
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17524
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 17750
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestQuerySloQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17768
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#measure Powerpack#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17780
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#slo_id Powerpack#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17792
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#additional_query_filters Powerpack#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17756
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17762
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_mode Powerpack#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17774
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17786
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#slo_query_type Powerpack#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17798
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 17886
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 17879
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17961
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17977
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18006
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18035
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18064
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17965
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17981
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17994
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18010
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18023
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18039
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18052
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18068
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17955
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17971
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17987
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18000
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18016
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18029
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18045
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18058
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 17890
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 19076
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestRumQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19082
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19094
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19100
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19106
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19088
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 18400
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestRumQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18406
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18412
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18418
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 18471
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 18464
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18529
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18545
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18517
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18533
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18549
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18510
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18523
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18539
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18475
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 18703
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18709
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18715
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18721
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 18880
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 18872
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18887
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18873
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 18777
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 18767
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18860
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18831
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18847
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18863
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18857
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18835
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18851
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18867
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18825
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18841
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18781
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 18553
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18559
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18571
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18565
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 18624
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 18617
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18682
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18670
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18686
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18699
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18663
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18676
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18692
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18628
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 18891
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18897
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18903
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18909
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 19065
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 19057
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19072
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19058
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 18965
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 18955
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19032
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19048
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19020
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19036
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19052
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19013
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19026
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19042
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 18969
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 19173
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 19166
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19256
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19272
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19288
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19259
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19275
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19291
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19243
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestRumQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19253
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19269
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19285
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19263
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19279
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19231
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19295
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19247
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19224
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19237
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19177
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 19975
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestSecurityQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19981
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19993
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19999
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20005
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19987
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 19299
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19305
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19311
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19317
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 19370
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 19363
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19428
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19444
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19416
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19432
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19448
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19409
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19422
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19438
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19374
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 19602
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19608
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19614
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19620
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 19779
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 19771
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19786
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19772
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 19676
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 19666
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19759
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19730
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19746
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19762
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19756
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19734
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19750
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19766
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19724
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19740
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19680
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 19452
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19458
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19470
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19464
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 19523
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 19516
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19581
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19569
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19585
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19598
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19562
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19575
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19591
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19527
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 19790
      },
      "name": "PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19796
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19802
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19808
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 19964
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 19956
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19971
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19957
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 19864
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 19854
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19931
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19947
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19919
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19935
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19951
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19912
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19925
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19941
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 19868
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 20072
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 20065
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20155
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20171
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20187
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20158
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20174
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20190
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20142
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionRequestSecurityQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20152
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20168
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20184
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20162
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20178
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20130
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20194
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20146
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20123
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20136
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20076
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionTimeseriesBackground": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionTimeseriesBackground",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 20892
      },
      "name": "PowerpackWidgetQueryValueDefinitionTimeseriesBackground",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#type Powerpack#type}",
            "stability": "stable",
            "summary": "Whether the Timeseries is made using an area or bars. Valid values are `bars`, `area`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20898
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#yaxis Powerpack#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20904
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionTimeseriesBackground"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 20950
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 20943
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20999
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21002
          },
          "name": "resetYaxis"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20996
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20990
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21006
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20983
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20954
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionTimeseriesBackground"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionTimeseriesBackgroundYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionTimeseriesBackgroundYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 20666
      },
      "name": "PowerpackWidgetQueryValueDefinitionTimeseriesBackgroundYaxis",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#include_zero Powerpack#include_zero}",
            "stability": "stable",
            "summary": "Always include zero or fit the axis to the data range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20672
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#label Powerpack#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20678
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#max Powerpack#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20684
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#min Powerpack#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20690
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#scale Powerpack#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20696
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 20763
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 20756
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20820
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20836
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20852
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20868
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20884
          },
          "name": "resetScale"
        }
      ],
      "name": "PowerpackWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20824
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20840
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20856
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20872
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20888
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20814
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20830
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20846
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20862
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20878
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 20767
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 21886
      },
      "name": "PowerpackWidgetRunWorkflowDefinition",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#workflow_id Powerpack#workflow_id}",
            "stability": "stable",
            "summary": "Workflow ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21928
          },
          "name": "workflowId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_link Powerpack#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21934
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#description Powerpack#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21892
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#hide_incomplete_cost_data Powerpack#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21898
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#input Powerpack#input}",
            "stability": "stable",
            "summary": "input block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21940
          },
          "name": "input",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionInput"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#live_span Powerpack#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21904
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title Powerpack#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21910
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_align Powerpack#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21916
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_size Powerpack#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21922
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetRunWorkflowDefinition"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 21516
      },
      "name": "PowerpackWidgetRunWorkflowDefinitionCustomLink",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#is_hidden Powerpack#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21522
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#label Powerpack#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21528
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#link Powerpack#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21534
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#override_label Powerpack#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21540
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetRunWorkflowDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 21728
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 21720
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21735
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetRunWorkflowDefinitionCustomLinkList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21721
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetRunWorkflowDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 21603
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 21593
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21663
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21679
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21695
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21711
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackWidgetRunWorkflowDefinitionCustomLinkOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21667
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21683
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21699
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21715
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21657
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21673
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21689
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21705
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21607
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetRunWorkflowDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionInput": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionInput",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 21739
      },
      "name": "PowerpackWidgetRunWorkflowDefinitionInput",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "Name of the workflow input."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21745
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#value Powerpack#value}",
            "stability": "stable",
            "summary": "Dashboard template variable. Can be suffixed with `.value` or `.key`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21751
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetRunWorkflowDefinitionInput"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionInputList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionInputList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 21875
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 21867
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21882
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionInputOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetRunWorkflowDefinitionInputList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21868
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionInput"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetRunWorkflowDefinitionInputList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionInputOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionInputOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 21800
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 21790
      },
      "name": "PowerpackWidgetRunWorkflowDefinitionInputOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21849
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21862
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21842
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21855
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 21804
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionInput"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetRunWorkflowDefinitionInputOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 22035
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 22028
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22222
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22238
          },
          "name": "putInput",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionInput"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22225
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22116
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22132
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22241
          },
          "name": "resetInput"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22148
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22164
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22180
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22196
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackWidgetRunWorkflowDefinitionOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22219
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22235
          },
          "name": "input",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionInputList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22229
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22120
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22136
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22245
          },
          "name": "inputInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinitionInput"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22152
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22184
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22168
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22200
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22213
          },
          "name": "workflowIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22110
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22126
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22142
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22158
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22174
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22190
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22206
          },
          "name": "workflowId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22039
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetRunWorkflowDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetRunWorkflowDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 9004
      },
      "name": "PowerpackWidgetScatterplotDefinition",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#color_by_groups Powerpack#color_by_groups}",
            "stability": "stable",
            "summary": "List of groups used for colors."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9010
          },
          "name": "colorByGroups",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_link Powerpack#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9052
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#description Powerpack#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9016
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#hide_incomplete_cost_data Powerpack#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9022
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#live_span Powerpack#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9028
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#request Powerpack#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9058
          },
          "name": "request",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequest"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title Powerpack#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9034
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_align Powerpack#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9040
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_size Powerpack#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9046
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#xaxis Powerpack#xaxis}",
            "stability": "stable",
            "summary": "xaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9064
          },
          "name": "xaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionXaxis"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#yaxis Powerpack#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9070
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinition"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 22249
      },
      "name": "PowerpackWidgetScatterplotDefinitionCustomLink",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#is_hidden Powerpack#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22255
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#label Powerpack#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22261
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#link Powerpack#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22267
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#override_label Powerpack#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22273
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 22461
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 22453
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22468
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionCustomLinkList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22454
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 22336
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 22326
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22396
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22412
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22428
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22444
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionCustomLinkOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22400
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22416
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22432
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22448
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22390
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22406
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22422
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22438
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22340
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 9179
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 9172
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9381
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9397
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequest"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9413
          },
          "name": "putXaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionXaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9429
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9272
          },
          "name": "resetColorByGroups"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9384
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9288
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9304
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9320
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9400
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9336
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9352
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9368
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9416
          },
          "name": "resetXaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9432
          },
          "name": "resetYaxis"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9378
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9394
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9410
          },
          "name": "xaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionXaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9426
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9276
          },
          "name": "colorByGroupsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9388
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9292
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9308
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9324
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9404
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequest"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9356
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9340
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9372
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9420
          },
          "name": "xaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionXaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9436
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9266
          },
          "name": "colorByGroups",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9282
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9298
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9314
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9330
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9346
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9362
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9183
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 8396
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequest",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#scatterplot_table Powerpack#scatterplot_table}",
            "stability": "stable",
            "summary": "scatterplot_table block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8402
          },
          "name": "scatterplotTable",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#x Powerpack#x}",
            "stability": "stable",
            "summary": "x block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8408
          },
          "name": "x",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestX"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#y Powerpack#y}",
            "stability": "stable",
            "summary": "y block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8414
          },
          "name": "y",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestY"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 8467
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 8460
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8509
          },
          "name": "putScatterplotTable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTable"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8525
          },
          "name": "putX",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestX"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8541
          },
          "name": "putY",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestY"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8512
          },
          "name": "resetScatterplotTable"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8528
          },
          "name": "resetX"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8544
          },
          "name": "resetY"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8506
          },
          "name": "scatterplotTable",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8522
          },
          "name": "x",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8538
          },
          "name": "y",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8516
          },
          "name": "scatterplotTableInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8532
          },
          "name": "xInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestX"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8548
          },
          "name": "yInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestY"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8471
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequest"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTable": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 19
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTable",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#formula Powerpack#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 25
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 31
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestScatterplotTable"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 22472
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormula",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#dimension Powerpack#dimension}",
            "stability": "stable",
            "summary": "Dimension of the Scatterplot. Valid values are `x`, `y`, `radius`, `color`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22484
          },
          "name": "dimension",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#formula_expression Powerpack#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22490
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#alias Powerpack#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22478
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormula"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 22643
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 22635
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22650
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormulaList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22636
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormulaList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 22546
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 22536
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22600
          },
          "name": "resetAlias"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22604
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22617
          },
          "name": "dimensionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22630
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22594
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22610
          },
          "name": "dimension",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22623
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22550
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 161
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 153
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 168
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 154
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 80
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 70
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 125
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 141
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 128
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 144
          },
          "name": "resetQuery"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 122
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 138
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 132
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 148
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 84
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 25945
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#apm_dependency_stats_query Powerpack#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25951
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#apm_resource_stats_query Powerpack#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25957
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cloud_cost_query Powerpack#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25963
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#event_query Powerpack#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25969
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric_query Powerpack#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25975
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#process_query Powerpack#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25981
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#slo_query Powerpack#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25987
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 22654
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22666
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#env Powerpack#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22672
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22684
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#operation_name Powerpack#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22690
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#resource_name Powerpack#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22708
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#service Powerpack#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22714
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#stat Powerpack#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22720
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22660
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#is_upstream Powerpack#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22678
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22696
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22702
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 22829
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 22822
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22922
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22964
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23006
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23022
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22926
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22939
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22952
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22968
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22981
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22994
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23010
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23026
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23039
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23052
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23065
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22916
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22932
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22945
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22958
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22974
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22987
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23000
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23016
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23032
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23045
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23058
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 22833
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 23069
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23081
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#env Powerpack#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23087
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23099
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#service Powerpack#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23129
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#stat Powerpack#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23135
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23075
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23093
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#operation_name Powerpack#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23105
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23111
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23117
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#resource_name Powerpack#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23123
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 23244
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 23237
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23337
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23379
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23408
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23424
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23440
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23456
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23341
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23354
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23367
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23383
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23396
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23412
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23428
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23444
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23460
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23473
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23486
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23331
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23347
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23360
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23373
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23389
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23402
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23418
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23434
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23450
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23466
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23479
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23248
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 23490
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23508
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23514
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23520
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregator Powerpack#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23496
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23502
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 23587
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 23580
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23644
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23660
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23648
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23664
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23677
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23690
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23703
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23638
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23654
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23670
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23683
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23696
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23591
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 24619
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute Powerpack#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24655
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24631
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24643
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24625
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24661
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by_fields Powerpack#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24667
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#indexes Powerpack#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24637
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search Powerpack#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24673
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#storage Powerpack#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24649
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 23707
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23713
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23719
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23725
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 23881
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 23873
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23888
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23874
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 23781
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 23771
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23848
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23864
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23836
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23852
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23868
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23829
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23842
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23858
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23785
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 24045
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24051
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24057
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort Powerpack#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24063
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 24383
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#fields Powerpack#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24389
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24395
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort Powerpack#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24401
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 24454
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 24447
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24525
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24512
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24528
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24522
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24500
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24516
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24532
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24493
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24506
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24458
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 24230
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24236
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24242
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24248
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 24301
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 24294
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24359
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24375
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24347
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24363
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24379
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24340
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24353
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24369
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24305
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 24219
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 24211
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24226
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24212
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 24119
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 24109
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24199
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24186
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24202
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24196
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24174
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24190
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24206
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24167
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24180
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24123
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 23892
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23898
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23904
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23910
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 23963
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 23956
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24021
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24037
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24009
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24025
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24041
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24002
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24015
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24031
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 23967
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 24768
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 24761
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24920
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24933
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24949
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24965
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24849
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24936
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24952
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24878
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24968
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24907
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24917
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24930
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24946
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24962
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24924
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24853
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24866
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24956
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24940
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24882
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24895
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24972
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24911
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24843
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24859
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24872
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24888
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24901
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24772
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 24536
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24542
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 24581
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 24574
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24615
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24608
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24585
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 26262
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 26254
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 26269
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 26255
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 24976
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25000
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25006
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregator Powerpack#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24982
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24988
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 24994
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#semantic_mode Powerpack#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25012
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 25086
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 25079
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25149
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25165
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25181
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25223
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25153
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25169
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25185
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25198
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25211
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25227
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25143
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25159
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25175
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25191
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25204
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25217
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25090
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 26071
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 26061
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 26146
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 26162
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 26178
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 26194
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 26210
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 26226
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 26242
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 26149
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 26165
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 26181
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 26197
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 26213
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 26229
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 26245
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 26143
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 26159
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 26175
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 26191
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 26207
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 26223
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 26239
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 26153
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 26169
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 26185
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 26201
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 26217
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 26233
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 26249
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 26075
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 25231
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25249
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25267
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25273
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregator Powerpack#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25237
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25243
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#is_normalized_cpu Powerpack#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25255
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25261
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort Powerpack#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25279
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#tag_filters Powerpack#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25285
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#text_filter Powerpack#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25291
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 25393
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 25386
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25480
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25496
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25525
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25541
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25583
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25599
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25615
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25484
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25500
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25513
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25529
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25545
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25558
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25571
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25587
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25603
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25619
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25474
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25490
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25506
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25519
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25535
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25551
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25564
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25577
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25593
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25609
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25397
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 25623
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25641
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#measure Powerpack#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25653
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#slo_id Powerpack#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25665
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#additional_query_filters Powerpack#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25629
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25635
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_mode Powerpack#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25647
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25659
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#slo_query_type Powerpack#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25671
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs800.ts",
          "line": 25759
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs800.ts",
        "line": 25752
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25834
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25850
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25879
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25908
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25937
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25838
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25854
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25867
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25883
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25896
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25912
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25925
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25941
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25828
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25844
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25860
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25873
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25889
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25902
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25918
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25931
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs800.ts",
            "line": 25763
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs800:PowerpackWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestX": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestX",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 3956
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestX",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregator Powerpack#aggregator}",
            "stability": "stable",
            "summary": "Aggregator used for the request. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3962
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#apm_query Powerpack#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3974
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#log_query Powerpack#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3980
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#process_query Powerpack#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3986
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#q Powerpack#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3968
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#rum_query Powerpack#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3992
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#security_query Powerpack#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3998
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestX"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 848
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestXApmQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 854
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 866
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 872
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 878
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 860
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXApmQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 172
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestXApmQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 178
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 184
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 190
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 243
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 236
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 301
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 317
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 289
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 305
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 321
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 282
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 295
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 311
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 247
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 475
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 481
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 487
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 493
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 652
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 644
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 659
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 645
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 549
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 539
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 632
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 603
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 619
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 635
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 629
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 607
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 623
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 639
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 597
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 613
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 553
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 325
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 331
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 343
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 337
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 396
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 389
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 454
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 442
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 458
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 471
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 435
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 448
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 464
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 400
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 663
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 669
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 675
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 681
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 837
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 829
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 844
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 830
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 737
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 727
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 804
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 820
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 792
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 808
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 824
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 785
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 798
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 814
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 741
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 945
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 938
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1028
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1044
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1060
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1031
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1047
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1063
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1015
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestXApmQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1025
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1041
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1057
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1035
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1051
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1003
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1067
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1019
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 996
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1009
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 949
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 4273
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 4265
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4280
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestXList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4266
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestX"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 1747
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestXLogQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1753
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1765
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1771
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1777
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1759
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXLogQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 1071
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestXLogQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1077
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1083
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1089
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 1142
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 1135
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1200
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1216
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1188
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1204
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1220
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1181
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1194
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1210
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1146
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 1374
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1380
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1386
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1392
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 1551
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 1543
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1558
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1544
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 1448
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 1438
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1531
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1502
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1518
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1534
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1528
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1506
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1522
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1538
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1496
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1512
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1452
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 1224
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1230
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1242
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1236
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 1295
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 1288
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1353
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1341
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1357
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1370
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1334
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1347
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1363
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1299
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 1562
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1568
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1574
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1580
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 1736
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 1728
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1743
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1729
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 1636
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 1626
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1703
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1719
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1691
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1707
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1723
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1684
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1697
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1713
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1640
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 1844
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 1837
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1927
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1943
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1959
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1930
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1946
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1962
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1914
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestXLogQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1924
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1940
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1956
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1934
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1950
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1902
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1966
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1918
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1895
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1908
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1848
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 4082
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 4072
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4189
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4205
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4221
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4237
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4253
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4160
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4192
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4208
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4224
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4176
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4240
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4256
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestXOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4186
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4202
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4218
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4234
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4250
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4164
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4196
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4212
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4228
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4180
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4244
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4260
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4154
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4170
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4086
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestX"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 1970
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestXProcessQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1988
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#filter_by Powerpack#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1976
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1982
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_by Powerpack#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 1994
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXProcessQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 2054
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 2047
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2105
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2121
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2150
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestXProcessQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2109
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2125
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2138
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2154
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2099
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2115
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2131
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2144
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2058
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 2834
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestXRumQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2840
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2852
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2858
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2864
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2846
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXRumQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 2158
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestXRumQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2164
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2170
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2176
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 2229
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 2222
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2287
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2303
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2275
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2291
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2307
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2268
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2281
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2297
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2233
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 2461
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2467
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2473
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2479
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 2638
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 2630
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2645
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2631
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 2535
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 2525
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2618
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2589
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2605
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2621
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2615
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2593
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2609
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2625
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2583
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2599
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2539
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 2311
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2317
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2329
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2323
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 2382
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 2375
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2440
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2428
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2444
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2457
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2421
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2434
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2450
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2386
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 2649
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2655
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2661
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2667
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 2823
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 2815
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2830
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2816
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 2723
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 2713
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2790
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2806
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2778
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2794
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2810
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2771
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2784
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2800
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2727
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 2931
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 2924
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3014
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3030
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3046
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3017
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3033
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3049
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3001
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestXRumQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3011
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3027
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3043
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3021
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3037
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2989
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3053
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3005
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2982
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2995
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 2935
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 3733
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestXSecurityQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3739
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3751
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3757
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3763
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3745
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXSecurityQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 3057
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3063
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3069
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3075
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 3128
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 3121
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3186
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3202
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3174
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3190
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3206
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3167
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3180
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3196
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3132
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 3360
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3366
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3372
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3378
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 3537
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 3529
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3544
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3530
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 3434
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 3424
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3517
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3488
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3504
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3520
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3514
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3492
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3508
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3524
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3482
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3498
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3438
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 3210
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3216
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3228
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3222
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 3281
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 3274
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3339
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3327
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3343
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3356
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3320
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3333
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3349
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3285
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 3548
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3554
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3560
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3566
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 3722
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 3714
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3729
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3715
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 3622
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 3612
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3689
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3705
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3677
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3693
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3709
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3670
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3683
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3699
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3626
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 3830
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 3823
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3913
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3929
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3945
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3916
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3932
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3948
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3900
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3910
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3926
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3942
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3920
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3936
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3888
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3952
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3904
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3881
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3894
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 3834
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestXSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestY": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestY",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 8068
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestY",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregator Powerpack#aggregator}",
            "stability": "stable",
            "summary": "Aggregator used for the request. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8074
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#apm_query Powerpack#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8086
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#log_query Powerpack#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8092
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#process_query Powerpack#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8098
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#q Powerpack#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8080
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#rum_query Powerpack#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8104
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#security_query Powerpack#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8110
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestY"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 4960
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestYApmQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4966
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4978
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4984
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4990
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4972
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYApmQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 4284
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestYApmQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4290
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4296
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4302
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 4355
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 4348
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4413
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4429
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4401
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4417
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4433
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4394
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4407
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4423
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4359
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 4587
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4593
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4599
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4605
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 4764
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 4756
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4771
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4757
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 4661
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 4651
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4744
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4715
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4731
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4747
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4741
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4719
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4735
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4751
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4709
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4725
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4665
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 4437
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4443
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4455
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4449
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 4508
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 4501
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4566
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4554
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4570
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4583
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4547
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4560
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4576
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4512
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 4775
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4781
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4787
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4793
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 4949
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 4941
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4956
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4942
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 4849
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 4839
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4916
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4932
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4904
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4920
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4936
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4897
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4910
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4926
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 4853
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 5057
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 5050
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5140
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5156
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5172
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5143
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5159
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5175
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5127
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestYApmQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5137
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5153
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5169
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5147
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5163
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5115
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5179
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5131
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5108
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5121
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5061
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 8385
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 8377
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8392
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestYList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8378
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestY"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 5859
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestYLogQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5865
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5877
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5883
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5889
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5871
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYLogQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 5183
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestYLogQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5189
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5195
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5201
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 5254
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 5247
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5312
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5328
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5300
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5316
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5332
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5293
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5306
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5322
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5258
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 5486
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5492
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5498
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5504
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 5663
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 5655
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5670
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5656
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 5560
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 5550
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5643
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5614
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5630
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5646
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5640
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5618
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5634
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5650
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5608
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5624
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5564
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 5336
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5342
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5354
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5348
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 5407
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 5400
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5465
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5453
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5469
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5482
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5446
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5459
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5475
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5411
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 5674
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5680
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5686
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5692
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 5848
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 5840
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5855
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5841
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 5748
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 5738
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5815
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5831
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5803
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5819
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5835
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5796
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5809
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5825
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5752
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 5956
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 5949
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6039
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6055
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6071
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6042
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6058
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6074
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6026
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestYLogQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6036
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6052
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6068
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6046
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6062
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6014
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6078
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6030
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6007
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6020
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 5960
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 8194
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 8184
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8301
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8317
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8333
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8349
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8365
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8272
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8304
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8320
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8336
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8288
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8352
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8368
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestYOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8298
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8314
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8330
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8346
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8362
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8276
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8308
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8324
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8340
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8292
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8356
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8372
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8266
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8282
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8198
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestY"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 6082
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestYProcessQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6100
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#filter_by Powerpack#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6088
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6094
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_by Powerpack#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6106
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYProcessQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 6166
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 6159
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6217
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6233
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6262
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestYProcessQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6221
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6237
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6250
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6266
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6211
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6227
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6243
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6256
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6170
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 6946
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestYRumQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6952
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6964
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6970
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6976
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6958
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYRumQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 6270
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestYRumQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6276
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6282
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6288
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 6341
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 6334
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6399
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6415
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6387
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6403
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6419
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6380
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6393
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6409
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6345
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 6573
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6579
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6585
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6591
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 6750
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 6742
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6757
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6743
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 6647
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 6637
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6730
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6701
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6717
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6733
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6727
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6705
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6721
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6737
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6695
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6711
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6651
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 6423
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6429
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6441
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6435
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 6494
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 6487
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6552
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6540
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6556
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6569
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6533
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6546
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6562
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6498
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 6761
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6767
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6773
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6779
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 6935
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 6927
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6942
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6928
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 6835
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 6825
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6902
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6918
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6890
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6906
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6922
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6883
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6896
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6912
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 6839
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 7043
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 7036
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7126
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7142
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7158
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7129
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7145
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7161
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7113
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestYRumQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7123
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7139
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7155
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7133
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7149
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7101
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7165
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7117
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7094
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7107
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7047
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 7845
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestYSecurityQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7851
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7863
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7869
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7875
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7857
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYSecurityQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 7169
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7175
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7181
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7187
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 7240
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 7233
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7298
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7314
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7286
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7302
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7318
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7279
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7292
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7308
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7244
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 7472
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7478
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7484
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7490
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 7649
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 7641
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7656
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7642
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 7546
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 7536
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7629
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7600
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7616
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7632
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7626
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7604
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7620
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7636
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7594
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7610
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7550
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 7322
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7328
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7340
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7334
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 7393
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 7386
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7451
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7439
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7455
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7468
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7432
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7445
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7461
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7397
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 7660
      },
      "name": "PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7666
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7672
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7678
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 7834
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 7826
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7841
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7827
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 7734
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 7724
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7801
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7817
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7789
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7805
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7821
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7782
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7795
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7811
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7738
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 7942
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 7935
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8025
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8041
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8057
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8028
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8044
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8060
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8012
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8022
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8038
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8054
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8032
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8048
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8000
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8064
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8016
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7993
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8006
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 7946
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionRequestYSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionXaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionXaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 8552
      },
      "name": "PowerpackWidgetScatterplotDefinitionXaxis",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#include_zero Powerpack#include_zero}",
            "stability": "stable",
            "summary": "Always include zero or fit the axis to the data range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8558
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#label Powerpack#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8564
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#max Powerpack#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8570
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#min Powerpack#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8576
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#scale Powerpack#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8582
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionXaxis"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionXaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionXaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 8649
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 8642
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8706
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8722
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8738
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8754
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8770
          },
          "name": "resetScale"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionXaxisOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8710
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8726
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8742
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8758
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8774
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8700
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8716
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8732
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8748
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8764
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8653
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionXaxis"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionXaxisOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 8778
      },
      "name": "PowerpackWidgetScatterplotDefinitionYaxis",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#include_zero Powerpack#include_zero}",
            "stability": "stable",
            "summary": "Always include zero or fit the axis to the data range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8784
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#label Powerpack#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8790
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#max Powerpack#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8796
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#min Powerpack#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8802
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#scale Powerpack#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8808
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionYaxis"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 8875
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 8868
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8932
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8948
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8964
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8980
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8996
          },
          "name": "resetScale"
        }
      ],
      "name": "PowerpackWidgetScatterplotDefinitionYaxisOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8936
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8952
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8968
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8984
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9000
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8926
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8942
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8958
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8974
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8990
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 8879
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetScatterplotDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetScatterplotDefinitionYaxisOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetServiceLevelObjectiveDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetServiceLevelObjectiveDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 9440
      },
      "name": "PowerpackWidgetServiceLevelObjectiveDefinition",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#slo_id Powerpack#slo_id}",
            "stability": "stable",
            "summary": "The ID of the service level objective used by the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9470
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `7d`, `30d`, `90d`, `week_to_date`, `previous_week`, `month_to_date`, `previous_month`, `global_time`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#time_windows Powerpack#time_windows}",
            "stability": "stable",
            "summary": "A list of time windows to display in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9476
          },
          "name": "timeWindows",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#view_mode Powerpack#view_mode}",
            "stability": "stable",
            "summary": "The view mode for the widget. Valid values are `overall`, `component`, `both`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9500
          },
          "name": "viewMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#view_type Powerpack#view_type}",
            "stability": "stable",
            "summary": "The type of view to use when displaying the widget. Only `detail` is supported."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9506
          },
          "name": "viewType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#additional_query_filters Powerpack#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9446
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#description Powerpack#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9452
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#global_time_target Powerpack#global_time_target}",
            "stability": "stable",
            "summary": "The global time target of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9458
          },
          "name": "globalTimeTarget",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#show_error_budget Powerpack#show_error_budget}",
            "stability": "stable",
            "summary": "Whether to show the error budget or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9464
          },
          "name": "showErrorBudget",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title Powerpack#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9482
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_align Powerpack#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9488
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_size Powerpack#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9494
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetServiceLevelObjectiveDefinition"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetServiceLevelObjectiveDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetServiceLevelObjectiveDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 9615
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 9608
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9708
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9724
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9740
          },
          "name": "resetGlobalTimeTarget"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9756
          },
          "name": "resetShowErrorBudget"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9798
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9814
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9830
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackWidgetServiceLevelObjectiveDefinitionOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9712
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9728
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9744
          },
          "name": "globalTimeTargetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9760
          },
          "name": "showErrorBudgetInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9773
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9786
          },
          "name": "timeWindowsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9818
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9802
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9834
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9847
          },
          "name": "viewModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9860
          },
          "name": "viewTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9702
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9718
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9734
          },
          "name": "globalTimeTarget",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9750
          },
          "name": "showErrorBudget",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9766
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9779
          },
          "name": "timeWindows",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9792
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9808
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9824
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9840
          },
          "name": "viewMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9853
          },
          "name": "viewType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9619
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetServiceLevelObjectiveDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetServiceLevelObjectiveDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetServicemapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetServicemapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 10087
      },
      "name": "PowerpackWidgetServicemapDefinition",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#filters Powerpack#filters}",
            "stability": "stable",
            "summary": "Your environment and primary tag (or `*` if enabled for your account)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10099
          },
          "name": "filters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#service Powerpack#service}",
            "stability": "stable",
            "summary": "The ID of the service to map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10105
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_link Powerpack#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10129
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetServicemapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#description Powerpack#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10093
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title Powerpack#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10111
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_align Powerpack#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10117
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_size Powerpack#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10123
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetServicemapDefinition"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetServicemapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetServicemapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 9864
      },
      "name": "PowerpackWidgetServicemapDefinitionCustomLink",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#is_hidden Powerpack#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9870
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#label Powerpack#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9876
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#link Powerpack#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9882
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#override_label Powerpack#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9888
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetServicemapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetServicemapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetServicemapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 10076
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 10068
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10083
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetServicemapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetServicemapDefinitionCustomLinkList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10069
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetServicemapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetServicemapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetServicemapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetServicemapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 9951
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 9941
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10011
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10027
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10043
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10059
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackWidgetServicemapDefinitionCustomLinkOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10015
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10031
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10047
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10063
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10005
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10021
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10037
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10053
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 9955
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetServicemapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetServicemapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetServicemapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetServicemapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 10210
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 10203
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10366
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetServicemapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10369
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10279
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10321
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10337
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10353
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackWidgetServicemapDefinitionOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10363
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetServicemapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10373
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetServicemapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10283
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10296
          },
          "name": "filtersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10309
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10341
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10325
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10357
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10273
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10289
          },
          "name": "filters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10302
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10315
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10331
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10347
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10214
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetServicemapDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetServicemapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSloListDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSloListDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 10830
      },
      "name": "PowerpackWidgetSloListDefinition",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#request Powerpack#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10854
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequest"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title Powerpack#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10836
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_align Powerpack#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10842
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_size Powerpack#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10848
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSloListDefinition"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 10914
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 10907
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11010
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequest"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10965
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10981
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10997
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackWidgetSloListDefinitionOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11007
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11014
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequest"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10985
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10969
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11001
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10959
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10975
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10991
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10918
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSloListDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSloListDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 10680
      },
      "name": "PowerpackWidgetSloListDefinitionRequest",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10698
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#request_type Powerpack#request_type}",
            "stability": "stable",
            "summary": "The request type for the SLO List request. Valid values are `slo_list`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10692
          },
          "name": "requestType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#description Powerpack#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10686
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSloListDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 10751
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 10744
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10822
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10796
          },
          "name": "resetDescription"
        }
      ],
      "name": "PowerpackWidgetSloListDefinitionRequestOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10819
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10800
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10826
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10813
          },
          "name": "requestTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10790
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10806
          },
          "name": "requestType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10755
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequest"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSloListDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 10527
      },
      "name": "PowerpackWidgetSloListDefinitionRequestQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query_string Powerpack#query_string}",
            "stability": "stable",
            "summary": "Widget query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10539
          },
          "name": "queryString",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "Maximum number of results to display in the table. Defaults to `100`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10533
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort Powerpack#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10545
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestQuerySort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSloListDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 10598
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 10591
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10669
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestQuerySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10643
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10672
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackWidgetSloListDefinitionRequestQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10666
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestQuerySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10647
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10660
          },
          "name": "queryStringInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10676
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestQuerySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10637
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10653
          },
          "name": "queryString",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10602
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSloListDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestQuerySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestQuerySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 10377
      },
      "name": "PowerpackWidgetSloListDefinitionRequestQuerySort",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#column Powerpack#column}",
            "stability": "stable",
            "summary": "The facet path for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10383
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10395
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#description Powerpack#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10389
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSloListDefinitionRequestQuerySort"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestQuerySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestQuerySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 10448
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 10441
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10506
          },
          "name": "resetDescription"
        }
      ],
      "name": "PowerpackWidgetSloListDefinitionRequestQuerySortOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10494
          },
          "name": "columnInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10510
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10523
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10487
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10500
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10516
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 10452
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSloListDefinitionRequestQuerySort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSloListDefinitionRequestQuerySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 22709
      },
      "name": "PowerpackWidgetSunburstDefinition",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_link Powerpack#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22757
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#description Powerpack#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22715
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#hide_incomplete_cost_data Powerpack#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22721
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#hide_total Powerpack#hide_total}",
            "stability": "stable",
            "summary": "Whether or not to show the total value in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22727
          },
          "name": "hideTotal",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#legend_inline Powerpack#legend_inline}",
            "stability": "stable",
            "summary": "legend_inline block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22763
          },
          "name": "legendInline",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionLegendInline"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#legend_table Powerpack#legend_table}",
            "stability": "stable",
            "summary": "legend_table block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22769
          },
          "name": "legendTable",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionLegendTable"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#live_span Powerpack#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22733
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#request Powerpack#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22775
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title Powerpack#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22739
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_align Powerpack#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. One of `left`, `center`, or `right`. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22745
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_size Powerpack#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title. Default is 16."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22751
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinition"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 11018
      },
      "name": "PowerpackWidgetSunburstDefinitionCustomLink",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#is_hidden Powerpack#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11024
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#label Powerpack#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11030
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#link Powerpack#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11036
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#override_label Powerpack#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11042
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 11230
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 11222
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11237
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionCustomLinkList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11223
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 11105
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 11095
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11165
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11181
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11197
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11213
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionCustomLinkOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11169
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11185
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11201
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11217
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11159
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11175
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11191
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11207
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11109
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionLegendInline": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionLegendInline",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 11241
      },
      "name": "PowerpackWidgetSunburstDefinitionLegendInline",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#type Powerpack#type}",
            "stability": "stable",
            "summary": "The type of legend (inline or automatic). Valid values are `inline`, `automatic`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11259
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#hide_percent Powerpack#hide_percent}",
            "stability": "stable",
            "summary": "Whether to hide the percentages of the groups."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11247
          },
          "name": "hidePercent",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#hide_value Powerpack#hide_value}",
            "stability": "stable",
            "summary": "Whether to hide the values of the groups."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11253
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionLegendInline"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionLegendInlineOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionLegendInlineOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 11312
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 11305
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11357
          },
          "name": "resetHidePercent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11373
          },
          "name": "resetHideValue"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionLegendInlineOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11361
          },
          "name": "hidePercentInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11377
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11390
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11351
          },
          "name": "hidePercent",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11367
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11383
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11316
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionLegendInline"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionLegendInlineOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionLegendTable": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionLegendTable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 11394
      },
      "name": "PowerpackWidgetSunburstDefinitionLegendTable",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#type Powerpack#type}",
            "stability": "stable",
            "summary": "The type of legend (table or none). Valid values are `table`, `none`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11400
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionLegendTable"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionLegendTableOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionLegendTableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 11439
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 11432
      },
      "name": "PowerpackWidgetSunburstDefinitionLegendTableOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11473
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11466
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11443
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionLegendTable"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionLegendTableOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 22884
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 22877
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23086
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23102
          },
          "name": "putLegendInline",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionLegendInline"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23118
          },
          "name": "putLegendTable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionLegendTable"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23134
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23089
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22977
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22993
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23009
          },
          "name": "resetHideTotal"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23105
          },
          "name": "resetLegendInline"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23121
          },
          "name": "resetLegendTable"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23025
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23137
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23041
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23057
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23073
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23083
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23099
          },
          "name": "legendInline",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionLegendInlineOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23115
          },
          "name": "legendTable",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionLegendTableOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23131
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23093
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22981
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22997
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23013
          },
          "name": "hideTotalInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23109
          },
          "name": "legendInlineInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionLegendInline"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23125
          },
          "name": "legendTableInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionLegendTable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23029
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23141
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23061
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23045
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23077
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22971
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22987
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23003
          },
          "name": "hideTotal",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23019
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23035
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23051
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23067
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22888
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 22241
      },
      "name": "PowerpackWidgetSunburstDefinitionRequest",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#apm_query Powerpack#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22253
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#audit_query Powerpack#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22259
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#formula Powerpack#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22265
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#log_query Powerpack#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22271
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#network_query Powerpack#network_query}",
            "stability": "stable",
            "summary": "network_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22277
          },
          "name": "networkQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#process_query Powerpack#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22283
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#q Powerpack#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22247
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22289
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#rum_query Powerpack#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22295
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#security_query Powerpack#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22301
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#style Powerpack#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22307
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 12153
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestApmQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12159
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12171
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12177
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12183
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12165
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 11477
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestApmQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11483
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11489
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11495
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 11548
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 11541
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11606
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11622
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11594
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11610
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11626
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11587
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11600
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11616
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11552
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 11780
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11786
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11792
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11798
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 11957
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 11949
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11964
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestApmQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11950
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 11854
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 11844
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11937
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11908
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11924
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11940
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11934
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11912
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11928
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11944
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11902
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11918
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11858
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 11630
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11636
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11648
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11642
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 11701
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 11694
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11759
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11747
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11763
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11776
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11740
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11753
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11769
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11705
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 11968
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestApmQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11974
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11980
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 11986
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 12142
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 12134
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12149
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestApmQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12135
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 12042
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 12032
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12109
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12125
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12097
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12113
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12129
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12090
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12103
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12119
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12046
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 12250
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 12243
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12333
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12349
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12365
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12336
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12352
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12368
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12320
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestApmQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12330
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12346
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12362
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12340
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12356
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12308
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12372
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12324
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12301
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12314
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12254
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 13052
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestAuditQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13058
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13070
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13076
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13082
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13064
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 12376
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestAuditQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12382
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12388
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12394
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 12447
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 12440
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12505
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12521
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12493
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12509
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12525
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12486
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12499
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12515
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12451
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 12679
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12685
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12691
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12697
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 12856
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 12848
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12863
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12849
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 12753
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 12743
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12836
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12807
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12823
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12839
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12833
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12811
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12827
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12843
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12801
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12817
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12757
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 12529
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12535
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12547
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12541
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 12600
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 12593
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12658
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12646
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12662
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12675
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12639
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12652
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12668
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12604
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 12867
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12873
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12879
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12885
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 13041
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 13033
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13048
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13034
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 12941
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 12931
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13008
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13024
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12996
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13012
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13028
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12989
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13002
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13018
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 12945
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 13149
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 13142
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13232
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13248
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13264
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13235
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13251
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13267
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13219
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestAuditQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13229
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13245
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13261
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13239
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13255
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13207
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13271
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13223
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13200
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13213
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13153
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 14427
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestFormula",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#formula_expression Powerpack#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14445
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#alias Powerpack#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14433
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cell_display_mode Powerpack#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14439
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#conditional_formats Powerpack#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14451
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14457
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#number_format Powerpack#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14463
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#style Powerpack#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14469
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 13275
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormats",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#comparator Powerpack#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13281
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette Powerpack#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13317
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#value Powerpack#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13329
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_bg_color Powerpack#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13287
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_fg_color Powerpack#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13293
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#hide_value Powerpack#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13299
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#image_url Powerpack#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13305
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13311
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#timeframe Powerpack#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13323
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 13653
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 13645
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13660
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13646
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 13427
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 13417
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13530
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13546
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13562
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13578
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13594
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13623
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13518
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13534
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13550
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13566
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13582
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13598
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13611
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13627
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13640
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13511
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13524
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13540
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13556
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13572
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13588
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13604
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13617
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13633
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13431
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 13664
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestFormulaLimit",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#count Powerpack#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13670
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13676
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 13722
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 13715
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13761
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13777
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestFormulaLimitOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13765
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13781
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13755
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13771
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13726
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 14741
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 14733
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14748
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestFormulaList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14734
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 14188
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormat",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#unit Powerpack#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14194
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#unit_scale Powerpack#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14200
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 14246
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 14239
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14282
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14295
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14298
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14279
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14292
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14286
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14302
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14250
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 13986
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#canonical Powerpack#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13992
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom Powerpack#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13998
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 13785
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#unit_name Powerpack#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13797
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#per_unit_name Powerpack#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13791
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 13843
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 13836
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13882
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13886
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13899
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13876
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13892
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13847
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 13903
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#label Powerpack#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13909
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 13948
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 13941
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13982
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13975
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 13952
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 14044
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 14037
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14080
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14096
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14083
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14099
          },
          "name": "resetCustom"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14077
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14093
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14087
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14103
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14048
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 14107
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#unit_name Powerpack#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14111
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 14150
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 14143
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14184
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14177
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14154
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 14553
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 14543
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14673
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14689
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14705
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14721
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14631
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14647
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14676
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14692
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14708
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14724
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestFormulaOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14670
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14686
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14702
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14718
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14635
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14651
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14680
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14664
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14696
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14712
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14728
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14625
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14641
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14657
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14557
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 14306
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestFormulaStyle",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette Powerpack#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14312
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette_index Powerpack#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14318
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 14364
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 14357
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14403
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14419
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestFormulaStyleOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14423
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14407
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14397
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14413
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14368
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 22698
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 22690
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22705
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22691
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 15428
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestLogQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15434
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15446
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15452
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15458
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15440
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 14752
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestLogQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14758
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14764
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14770
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 14823
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 14816
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14881
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14897
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14869
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14885
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14901
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14862
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14875
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14891
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14827
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 15055
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15061
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15067
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15073
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 15232
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 15224
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15239
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestLogQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15225
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 15129
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 15119
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15212
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15183
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15199
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15215
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15209
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15187
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15203
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15219
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15177
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15193
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15133
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 14905
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14911
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14923
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14917
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 14976
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 14969
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15034
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15022
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15038
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15051
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15015
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15028
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15044
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 14980
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 15243
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestLogQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15249
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15255
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15261
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 15417
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 15409
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15424
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestLogQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15410
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 15317
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 15307
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15384
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15400
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15372
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15388
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15404
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15365
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15378
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15394
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15321
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 15525
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 15518
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15608
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15624
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15640
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15611
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15627
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15643
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15595
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestLogQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15605
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15621
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15637
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15615
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15631
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15583
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15647
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15599
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15576
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15589
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15529
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 16327
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestNetworkQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16333
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16345
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16351
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16357
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16339
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestNetworkQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 15651
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestNetworkQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15657
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15663
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15669
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 15722
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 15715
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15780
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15796
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15768
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15784
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15800
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15761
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15774
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15790
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15726
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 15954
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15960
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15966
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15972
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 16131
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 16123
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16138
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16124
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 16028
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 16018
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16111
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16082
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16098
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16114
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16108
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16086
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16102
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16118
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16076
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16092
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16032
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 15804
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15810
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15822
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15816
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 15875
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 15868
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15933
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15921
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15937
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15950
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15914
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15927
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15943
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 15879
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 16142
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16148
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16154
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16160
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 16316
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 16308
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16323
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16309
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 16216
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 16206
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16283
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16299
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16271
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16287
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16303
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16264
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16277
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16293
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16220
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 16424
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 16417
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16507
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16523
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16539
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16510
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16526
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16542
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16494
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestNetworkQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16504
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16520
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16536
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16514
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16530
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16482
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16546
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16498
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16475
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16488
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16428
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestNetworkQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 22419
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 22409
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22534
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22550
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22566
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22582
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22598
          },
          "name": "putNetworkQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22614
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22630
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22646
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22662
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22678
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22537
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22553
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22569
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22585
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22601
          },
          "name": "resetNetworkQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22617
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22521
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22633
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22649
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22665
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22681
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22531
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22547
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22563
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22579
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22595
          },
          "name": "networkQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22611
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22627
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22643
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22659
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22675
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22541
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22557
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22573
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22589
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22605
          },
          "name": "networkQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestNetworkQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22621
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22525
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22637
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22653
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22669
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22685
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22515
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22423
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 16550
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestProcessQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16568
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#filter_by Powerpack#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16556
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16562
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_by Powerpack#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16574
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 16634
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 16627
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16685
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16701
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16730
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestProcessQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16689
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16705
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16718
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16734
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16679
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16695
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16711
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16724
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16638
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 20029
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#apm_dependency_stats_query Powerpack#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20035
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#apm_resource_stats_query Powerpack#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20041
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cloud_cost_query Powerpack#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20047
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#event_query Powerpack#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20053
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric_query Powerpack#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20059
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#process_query Powerpack#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20065
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#slo_query Powerpack#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20071
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 16738
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16750
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#env Powerpack#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16756
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16768
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#operation_name Powerpack#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16774
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#resource_name Powerpack#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16792
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#service Powerpack#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16798
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#stat Powerpack#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16804
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16744
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#is_upstream Powerpack#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16762
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16780
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16786
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 16913
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 16906
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17006
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17048
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17090
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17106
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17010
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17023
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17036
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17052
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17065
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17078
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17094
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17110
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17123
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17136
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17149
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17000
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17016
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17029
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17042
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17058
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17071
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17084
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17100
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17116
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17129
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17142
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 16917
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 17153
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17165
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#env Powerpack#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17171
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17183
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#service Powerpack#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17213
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#stat Powerpack#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17219
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17159
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17177
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#operation_name Powerpack#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17189
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17195
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17201
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#resource_name Powerpack#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17207
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 17328
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 17321
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17421
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17463
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17492
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17508
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17524
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17540
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17425
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17438
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17451
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17467
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17480
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17496
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17512
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17528
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17544
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17557
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17570
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17415
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17431
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17444
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17457
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17473
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17486
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17502
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17518
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17534
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17550
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17563
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17332
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 17574
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestQueryCloudCostQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17592
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17598
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17604
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregator Powerpack#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17580
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17586
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 17671
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 17664
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17728
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17744
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17732
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17748
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17761
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17774
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17787
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17722
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17738
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17754
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17767
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17780
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17675
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 18703
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestQueryEventQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute Powerpack#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18739
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18715
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18727
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18709
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18745
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by_fields Powerpack#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18751
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#indexes Powerpack#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18721
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search Powerpack#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18757
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#storage Powerpack#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18733
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 17791
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestQueryEventQueryCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17797
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17803
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17809
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 17965
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 17957
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17972
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestQueryEventQueryComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17958
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 17865
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 17855
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17932
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17948
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17920
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17936
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17952
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17913
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17926
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17942
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17869
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 18129
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18135
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18141
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort Powerpack#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18147
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 18467
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#fields Powerpack#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18473
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18479
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort Powerpack#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18485
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 18538
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 18531
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18609
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18596
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18612
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18606
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18584
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18600
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18616
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18577
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18590
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18542
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 18314
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18320
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18326
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18332
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 18385
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 18378
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18443
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18459
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18431
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18447
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18463
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18424
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18437
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18453
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18389
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 18303
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 18295
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18310
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18296
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 18203
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 18193
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18283
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18270
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18286
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18280
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18258
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18274
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18290
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18251
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18264
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18207
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 17976
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17982
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17988
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 17994
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 18047
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 18040
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18105
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18121
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18093
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18109
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18125
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18086
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18099
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18115
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18051
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 18852
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 18845
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19004
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19017
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19033
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19049
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18933
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19020
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19036
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18962
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19052
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18991
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19001
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19014
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19030
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19046
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19008
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18937
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18950
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19040
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19024
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18966
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18979
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19056
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18995
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18927
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18943
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18956
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18972
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18985
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18856
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 18620
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestQueryEventQuerySearch",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18626
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 18665
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 18658
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18699
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18692
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 18669
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 20346
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 20338
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20353
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestQueryList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20339
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 19060
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestQueryMetricQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19084
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19090
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregator Powerpack#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19066
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19072
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19078
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#semantic_mode Powerpack#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19096
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 19170
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 19163
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19233
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19249
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19265
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19307
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19237
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19253
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19269
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19282
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19295
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19311
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19227
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19243
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19259
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19275
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19288
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19301
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19174
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 20155
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 20145
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20230
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20246
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20262
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20278
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20294
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20310
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20326
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20233
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20249
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20265
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20281
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20297
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20313
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20329
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20227
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20243
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20259
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20275
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20291
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20307
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20323
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20237
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20253
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20269
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20285
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20301
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20317
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20333
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20159
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 19315
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestQueryProcessQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19333
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19351
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19357
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregator Powerpack#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19321
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19327
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#is_normalized_cpu Powerpack#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19339
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19345
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort Powerpack#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19363
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#tag_filters Powerpack#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19369
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#text_filter Powerpack#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19375
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 19477
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 19470
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19564
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19580
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19609
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19625
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19667
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19683
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19699
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19568
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19584
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19597
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19613
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19629
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19642
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19655
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19671
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19687
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19703
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19558
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19574
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19590
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19603
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19619
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19635
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19648
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19661
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19677
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19693
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19481
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 19707
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestQuerySloQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19725
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#measure Powerpack#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19737
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#slo_id Powerpack#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19749
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#additional_query_filters Powerpack#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19713
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19719
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_mode Powerpack#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19731
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19743
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#slo_query_type Powerpack#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19755
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 19843
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 19836
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19918
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19934
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19963
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19992
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20021
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19922
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19938
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19951
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19967
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19980
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19996
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20009
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20025
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19912
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19928
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19944
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19957
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19973
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19986
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20002
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20015
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 19847
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 21033
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestRumQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21039
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21051
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21057
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21063
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21045
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 20357
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestRumQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20363
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20369
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20375
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 20428
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 20421
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20486
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20502
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20474
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20490
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20506
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20467
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20480
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20496
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20432
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 20660
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20666
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20672
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20678
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 20837
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 20829
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20844
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestRumQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20830
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 20734
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 20724
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20817
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20788
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20804
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20820
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20814
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20792
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20808
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20824
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20782
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20798
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20738
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 20510
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20516
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20528
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20522
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 20581
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 20574
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20639
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20627
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20643
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20656
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20620
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20633
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20649
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20585
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 20848
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestRumQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20854
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20860
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20866
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 21022
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 21014
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21029
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestRumQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21015
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 20922
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 20912
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20989
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21005
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20977
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20993
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21009
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20970
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20983
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20999
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 20926
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 21130
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 21123
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21213
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21229
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21245
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21216
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21232
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21248
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21200
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestRumQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21210
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21226
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21242
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21220
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21236
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21188
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21252
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21204
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21181
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21194
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21134
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 21932
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestSecurityQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21938
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21950
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21956
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21962
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21944
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 21256
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21262
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21268
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21274
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 21327
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 21320
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21385
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21401
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21373
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21389
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21405
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21366
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21379
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21395
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21331
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 21559
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21565
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21571
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21577
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 21736
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 21728
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21743
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21729
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 21633
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 21623
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21716
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21687
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21703
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21719
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21713
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21691
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21707
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21723
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21681
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21697
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21637
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 21409
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21415
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21427
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21421
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 21480
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 21473
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21538
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21526
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21542
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21555
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21519
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21532
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21548
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21484
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 21747
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21753
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21759
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21765
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 21921
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 21913
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21928
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21914
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 21821
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 21811
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21888
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21904
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21876
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21892
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21908
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21869
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21882
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21898
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 21825
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 22029
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 22022
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22112
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22128
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22144
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22115
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22131
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22147
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22099
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestSecurityQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22109
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22125
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22141
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22119
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22135
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22087
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22151
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22103
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22080
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22093
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22033
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 22155
      },
      "name": "PowerpackWidgetSunburstDefinitionRequestStyle",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette Powerpack#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22161
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 22200
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 22193
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22233
          },
          "name": "resetPalette"
        }
      ],
      "name": "PowerpackWidgetSunburstDefinitionRequestStyleOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22237
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22227
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 22204
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetSunburstDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetSunburstDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 12098
      },
      "name": "PowerpackWidgetTimeseriesDefinition",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_link Powerpack#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12164
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#description Powerpack#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12104
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#event Powerpack#event}",
            "stability": "stable",
            "summary": "event block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12170
          },
          "name": "event",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#hide_incomplete_cost_data Powerpack#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12110
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#legend_columns Powerpack#legend_columns}",
            "stability": "stable",
            "summary": "A list of columns to display in the legend. Valid values are `value`, `avg`, `sum`, `min`, `max`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12116
          },
          "name": "legendColumns",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#legend_layout Powerpack#legend_layout}",
            "stability": "stable",
            "summary": "The layout of the legend displayed in the widget. Valid values are `auto`, `horizontal`, `vertical`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12122
          },
          "name": "legendLayout",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#legend_size Powerpack#legend_size}",
            "stability": "stable",
            "summary": "The size of the legend displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12128
          },
          "name": "legendSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#live_span Powerpack#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12134
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#marker Powerpack#marker}",
            "stability": "stable",
            "summary": "marker block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12176
          },
          "name": "marker",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#request Powerpack#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12182
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#right_yaxis Powerpack#right_yaxis}",
            "stability": "stable",
            "summary": "right_yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12188
          },
          "name": "rightYaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRightYaxis"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#show_legend Powerpack#show_legend}",
            "stability": "stable",
            "summary": "Whether or not to show the legend on this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12140
          },
          "name": "showLegend",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title Powerpack#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12146
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_align Powerpack#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12152
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_size Powerpack#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12158
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#yaxis Powerpack#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12194
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinition"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 23145
      },
      "name": "PowerpackWidgetTimeseriesDefinitionCustomLink",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#is_hidden Powerpack#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23151
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#label Powerpack#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23157
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#link Powerpack#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23163
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#override_label Powerpack#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23169
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 23357
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 23349
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23364
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionCustomLinkList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23350
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 23232
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 23222
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23292
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23308
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23324
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23340
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionCustomLinkOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23296
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23312
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23328
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23344
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23286
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23302
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23318
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23334
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23236
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionEvent": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionEvent",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 23368
      },
      "name": "PowerpackWidgetTimeseriesDefinitionEvent",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#q Powerpack#q}",
            "stability": "stable",
            "summary": "The event query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23374
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#tags_execution Powerpack#tags_execution}",
            "stability": "stable",
            "summary": "The execution method for multi-value filters."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23380
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionEvent"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionEventList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionEventList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 23507
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 23499
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23514
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionEventOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionEventList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23500
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionEventList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionEventOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionEventOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 23429
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 23419
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23490
          },
          "name": "resetTagsExecution"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionEventOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23478
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23494
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23471
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23484
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23433
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionEvent"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionEventOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionMarker": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionMarker",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 23518
      },
      "name": "PowerpackWidgetTimeseriesDefinitionMarker",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#value Powerpack#value}",
            "stability": "stable",
            "summary": "A mathematical expression describing the marker, for example: `y > 1`, `-5 < y < 0`, `y = 19`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23536
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Example: `error dashed`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#display_type Powerpack#display_type}",
            "stability": "stable",
            "summary": "How the marker lines are displayed, options are one of {`error`, `warning`, `info`, `ok`} combined with one of {`dashed`, `solid`, `bold`}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23524
          },
          "name": "displayType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#label Powerpack#label}",
            "stability": "stable",
            "summary": "A label for the line or range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23530
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionMarker"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionMarkerList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionMarkerList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 23692
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 23684
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23699
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionMarkerOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionMarkerList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23685
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionMarkerList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionMarkerOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionMarkerOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1200.ts",
          "line": 23592
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1200.ts",
        "line": 23582
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23646
          },
          "name": "resetDisplayType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23662
          },
          "name": "resetLabel"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionMarkerOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23650
          },
          "name": "displayTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23666
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23679
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23640
          },
          "name": "displayType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23656
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23672
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1200.ts",
            "line": 23596
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionMarker"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1200:PowerpackWidgetTimeseriesDefinitionMarkerOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 12338
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 12331
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12618
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12634
          },
          "name": "putEvent",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionEvent"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12650
          },
          "name": "putMarker",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionMarker"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12666
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12682
          },
          "name": "putRightYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRightYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12698
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12621
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12461
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12637
          },
          "name": "resetEvent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12477
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12493
          },
          "name": "resetLegendColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12509
          },
          "name": "resetLegendLayout"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12525
          },
          "name": "resetLegendSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12541
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12653
          },
          "name": "resetMarker"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12669
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12685
          },
          "name": "resetRightYaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12557
          },
          "name": "resetShowLegend"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12573
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12589
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12605
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12701
          },
          "name": "resetYaxis"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12615
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12631
          },
          "name": "event",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionEventList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12647
          },
          "name": "marker",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionMarkerList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12663
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12679
          },
          "name": "rightYaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRightYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12695
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12625
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12465
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12641
          },
          "name": "eventInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12481
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12497
          },
          "name": "legendColumnsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12513
          },
          "name": "legendLayoutInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12529
          },
          "name": "legendSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12545
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12657
          },
          "name": "markerInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12673
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12689
          },
          "name": "rightYaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRightYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12561
          },
          "name": "showLegendInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12593
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12577
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12609
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12705
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12455
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12471
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12487
          },
          "name": "legendColumns",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12503
          },
          "name": "legendLayout",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12519
          },
          "name": "legendSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12535
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12551
          },
          "name": "showLegend",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12567
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12583
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12599
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12342
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 11073
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequest",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#apm_query Powerpack#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11097
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#audit_query Powerpack#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11103
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#display_type Powerpack#display_type}",
            "stability": "stable",
            "summary": "How to display the marker lines. Valid values are `area`, `bars`, `line`, `overlay`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11079
          },
          "name": "displayType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#formula Powerpack#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11109
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#log_query Powerpack#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11115
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metadata Powerpack#metadata}",
            "stability": "stable",
            "summary": "metadata block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11121
          },
          "name": "metadata",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#network_query Powerpack#network_query}",
            "stability": "stable",
            "summary": "network_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11127
          },
          "name": "networkQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#on_right_yaxis Powerpack#on_right_yaxis}",
            "stability": "stable",
            "summary": "A Boolean indicating whether the request uses the right or left Y-Axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11085
          },
          "name": "onRightYaxis",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#process_query Powerpack#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11133
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#q Powerpack#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11091
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11139
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#rum_query Powerpack#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11145
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#security_query Powerpack#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11151
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#style Powerpack#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11157
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 695
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestApmQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 701
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 713
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 719
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 725
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 707
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 19
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestApmQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 25
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 31
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 37
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 90
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 83
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 148
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 164
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 136
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 152
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 168
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 129
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 142
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 158
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 94
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 322
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 328
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 334
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 340
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 499
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 491
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 506
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 492
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 396
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 386
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 479
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 450
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 466
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 482
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 476
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 454
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 470
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 486
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 444
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 460
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 400
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 172
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 178
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 190
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 184
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 243
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 236
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 301
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 289
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 305
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 318
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 282
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 295
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 311
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 247
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 510
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 516
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 522
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 528
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 684
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 676
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 691
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 677
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 584
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 574
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 651
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 667
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 639
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 655
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 671
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 632
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 645
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 661
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 588
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 792
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 785
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 875
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 891
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 907
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 878
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 894
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 910
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 862
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestApmQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 872
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 888
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 904
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 882
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 898
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 850
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 914
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 866
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 843
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 856
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 796
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 1594
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestAuditQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1600
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1612
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1618
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1624
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1606
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 918
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 924
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 930
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 936
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 989
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 982
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1047
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1063
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1035
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1051
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1067
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1028
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1041
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1057
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 993
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 1221
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1227
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1233
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1239
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 1398
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 1390
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1405
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1391
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 1295
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 1285
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1378
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1349
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1365
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1381
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1375
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1353
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1369
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1385
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1343
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1359
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1299
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 1071
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1077
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1089
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1083
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 1142
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 1135
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1200
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1188
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1204
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1217
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1181
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1194
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1210
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1146
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 1409
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1415
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1421
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1427
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 1583
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 1575
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1590
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1576
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 1483
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 1473
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1550
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1566
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1538
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1554
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1570
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1531
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1544
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1560
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1487
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 1691
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 1684
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1774
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1790
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1806
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1777
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1793
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1809
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1761
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestAuditQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1771
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1787
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1803
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1781
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1797
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1749
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1813
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1765
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1742
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1755
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1695
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 2969
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestFormula",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#formula_expression Powerpack#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2987
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#alias Powerpack#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2975
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cell_display_mode Powerpack#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2981
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#conditional_formats Powerpack#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2993
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2999
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#number_format Powerpack#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3005
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#style Powerpack#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3011
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 1817
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormats",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#comparator Powerpack#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1823
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette Powerpack#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1859
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#value Powerpack#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1871
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_bg_color Powerpack#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1829
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_fg_color Powerpack#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1835
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#hide_value Powerpack#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1841
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#image_url Powerpack#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1847
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1853
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#timeframe Powerpack#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1865
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 2195
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 2187
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2202
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2188
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 1969
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 1959
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2072
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2088
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2104
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2120
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2136
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2165
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2060
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2076
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2092
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2108
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2124
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2140
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2153
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2169
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2182
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2053
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2066
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2082
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2098
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2114
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2130
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2146
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2159
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2175
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 1973
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 2206
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaLimit",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#count Powerpack#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2212
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2218
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 2264
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 2257
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2303
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2319
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2307
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2323
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2297
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2313
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2268
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 3283
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 3275
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3290
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3276
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 2730
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormat",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#unit Powerpack#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2736
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#unit_scale Powerpack#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2742
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 2788
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 2781
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2824
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2837
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2840
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2821
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2834
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2828
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2844
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2792
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 2528
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#canonical Powerpack#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2534
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom Powerpack#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2540
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 2327
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#unit_name Powerpack#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2339
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#per_unit_name Powerpack#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2333
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 2385
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 2378
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2424
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2428
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2441
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2418
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2434
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2389
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 2445
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#label Powerpack#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2451
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 2490
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 2483
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2524
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2517
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2494
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 2586
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 2579
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2622
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2638
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2625
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2641
          },
          "name": "resetCustom"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2619
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2635
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2629
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2645
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2590
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 2649
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#unit_name Powerpack#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2653
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 2692
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 2685
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2726
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2719
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2696
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 3095
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 3085
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3215
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3231
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3247
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3263
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3173
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3189
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3218
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3234
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3250
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3266
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3212
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3228
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3244
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3260
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3177
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3193
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3222
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3206
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3238
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3254
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3270
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3167
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3183
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3199
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3099
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 2848
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaStyle",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette Powerpack#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2854
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette_index Powerpack#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2860
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 2906
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 2899
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2945
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2961
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2965
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2949
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2939
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2955
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 2910
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 11635
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 11627
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11642
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11628
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 3970
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestLogQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3976
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3988
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3994
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4000
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3982
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 3294
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestLogQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3300
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3306
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3312
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 3365
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 3358
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3423
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3439
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3411
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3427
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3443
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3404
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3417
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3433
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3369
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 3597
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3603
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3609
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3615
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 3774
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 3766
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3781
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3767
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 3671
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 3661
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3754
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3725
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3741
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3757
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3751
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3729
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3745
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3761
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3719
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3735
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3675
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 3447
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3453
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3465
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3459
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 3518
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 3511
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3576
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3564
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3580
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3593
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3557
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3570
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3586
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3522
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 3785
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3791
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3797
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3803
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 3959
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 3951
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3966
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3952
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 3859
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 3849
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3926
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3942
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3914
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3930
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3946
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3907
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3920
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3936
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 3863
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 4067
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 4060
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4150
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4166
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4182
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4153
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4169
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4185
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4137
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestLogQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4147
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4163
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4179
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4157
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4173
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4125
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4189
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4141
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4118
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4131
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4071
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestMetadata": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestMetadata",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 4193
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestMetadata",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#expression Powerpack#expression}",
            "stability": "stable",
            "summary": "The expression name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4205
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#alias_name Powerpack#alias_name}",
            "stability": "stable",
            "summary": "The expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4199
          },
          "name": "aliasName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestMetadata"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestMetadataList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestMetadataList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 4332
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 4324
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4339
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestMetadataOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestMetadataList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4325
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestMetadataList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestMetadataOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestMetadataOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 4254
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 4244
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4302
          },
          "name": "resetAliasName"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestMetadataOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4306
          },
          "name": "aliasNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4319
          },
          "name": "expressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4296
          },
          "name": "aliasName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4312
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4258
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestMetadata"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestMetadataOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 5019
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestNetworkQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5025
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5037
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5043
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5049
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5031
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestNetworkQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 4343
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4349
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4355
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4361
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 4414
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 4407
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4472
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4488
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4460
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4476
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4492
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4453
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4466
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4482
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4418
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 4646
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4652
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4658
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4664
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 4823
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 4815
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4830
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4816
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 4720
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 4710
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4803
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4774
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4790
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4806
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4800
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4778
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4794
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4810
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4768
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4784
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4724
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 4496
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4502
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4514
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4508
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 4567
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 4560
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4625
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4613
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4629
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4642
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4606
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4619
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4635
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4571
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 4834
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4840
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4846
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4852
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 5008
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 5000
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5015
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5001
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 4908
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 4898
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4975
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4991
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4963
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4979
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4995
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4956
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4969
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4985
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 4912
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 5116
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 5109
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5199
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5215
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5231
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5202
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5218
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5234
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5186
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5196
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5212
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5228
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5206
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5222
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5174
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5238
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5190
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5167
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5180
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5120
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 11290
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 11280
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11455
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11471
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11487
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11503
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11519
          },
          "name": "putMetadata",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestMetadata"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11535
          },
          "name": "putNetworkQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11551
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11567
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11583
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11599
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11615
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11458
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11474
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11410
          },
          "name": "resetDisplayType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11490
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11506
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11522
          },
          "name": "resetMetadata"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11538
          },
          "name": "resetNetworkQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11426
          },
          "name": "resetOnRightYaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11554
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11442
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11570
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11586
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11602
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11618
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11452
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11468
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11484
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11500
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11516
          },
          "name": "metadata",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestMetadataList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11532
          },
          "name": "networkQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11548
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11564
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11580
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11596
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11612
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11462
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11478
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11414
          },
          "name": "displayTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11494
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11510
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11526
          },
          "name": "metadataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11542
          },
          "name": "networkQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestNetworkQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11430
          },
          "name": "onRightYaxisInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11558
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11446
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11574
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11590
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11606
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11622
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11404
          },
          "name": "displayType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11420
          },
          "name": "onRightYaxis",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11436
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11294
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 5242
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestProcessQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5260
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#filter_by Powerpack#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5248
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5254
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_by Powerpack#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5266
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 5326
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 5319
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5377
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5393
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5422
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestProcessQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5381
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5397
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5410
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5426
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5371
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5387
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5403
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5416
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5330
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 8721
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#apm_dependency_stats_query Powerpack#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8727
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#apm_resource_stats_query Powerpack#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8733
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cloud_cost_query Powerpack#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8739
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#event_query Powerpack#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8745
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric_query Powerpack#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8751
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#process_query Powerpack#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8757
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#slo_query Powerpack#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8763
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 5430
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5442
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#env Powerpack#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5448
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5460
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#operation_name Powerpack#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5466
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#resource_name Powerpack#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5484
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#service Powerpack#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5490
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#stat Powerpack#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5496
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5436
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#is_upstream Powerpack#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5454
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5472
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5478
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 5605
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 5598
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5698
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5740
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5782
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5798
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5702
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5715
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5728
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5744
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5757
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5770
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5786
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5802
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5815
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5828
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5841
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5692
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5708
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5721
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5734
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5750
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5763
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5776
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5792
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5808
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5821
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5834
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5609
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 5845
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5857
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#env Powerpack#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5863
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5875
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#service Powerpack#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5905
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#stat Powerpack#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5911
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5851
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5869
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#operation_name Powerpack#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5881
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5887
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5893
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#resource_name Powerpack#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 5899
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 6020
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 6013
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6113
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6155
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6184
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6200
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6216
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6232
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6117
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6130
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6143
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6159
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6172
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6188
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6204
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6220
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6236
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6249
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6262
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6107
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6123
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6136
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6149
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6165
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6178
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6194
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6210
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6226
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6242
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6255
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6024
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 6266
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryCloudCostQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6284
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6290
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6296
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregator Powerpack#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6272
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6278
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 6363
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 6356
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6420
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6436
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6424
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6440
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6453
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6466
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6479
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6414
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6430
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6446
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6459
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6472
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6367
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 7395
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute Powerpack#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7431
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7407
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7419
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7401
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7437
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by_fields Powerpack#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7443
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#indexes Powerpack#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7413
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search Powerpack#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7449
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#storage Powerpack#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7425
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 6483
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6489
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6495
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6501
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 6657
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 6649
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6664
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6650
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 6557
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 6547
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6624
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6640
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6612
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6628
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6644
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6605
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6618
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6634
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6561
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 6821
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6827
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6833
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort Powerpack#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6839
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 7159
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#fields Powerpack#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7165
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7171
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort Powerpack#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7177
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 7230
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 7223
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7301
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7288
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7304
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7298
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7276
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7292
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7308
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7269
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7282
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7234
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 7006
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7012
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7018
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7024
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 7077
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 7070
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7135
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7151
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7123
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7139
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7155
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7116
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7129
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7145
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7081
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 6995
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 6987
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7002
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6988
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 6895
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 6885
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6975
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6962
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6978
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6972
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6950
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6966
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6982
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6943
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6956
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6899
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 6668
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6674
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6680
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6686
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 6739
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 6732
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6797
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6813
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6785
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6801
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6817
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6778
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6791
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6807
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 6743
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 7544
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 7537
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7696
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7709
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7725
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7741
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7625
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7712
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7728
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7654
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7744
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7683
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7693
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7706
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7722
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7738
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7700
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7629
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7642
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7732
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7716
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7658
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7671
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7748
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7687
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7619
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7635
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7648
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7664
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7677
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7548
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 7312
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuerySearch",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7318
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 7357
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 7350
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7391
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7384
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7361
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 9038
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 9030
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9045
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9031
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 7752
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryMetricQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7776
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7782
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregator Powerpack#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7758
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7764
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7770
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#semantic_mode Powerpack#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7788
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 7862
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 7855
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7925
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7941
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7957
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7999
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7929
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7945
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7961
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7974
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7987
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8003
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7919
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7935
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7951
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7967
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7980
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7993
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 7866
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 8847
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 8837
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8922
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8938
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8954
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8970
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8986
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9002
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9018
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8925
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8941
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8957
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8973
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8989
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9005
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9021
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8919
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8935
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8951
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8967
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8983
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8999
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9015
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8929
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8945
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8961
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8977
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8993
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9009
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9025
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8851
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 8007
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryProcessQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8025
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8043
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8049
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregator Powerpack#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8013
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8019
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#is_normalized_cpu Powerpack#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8031
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8037
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort Powerpack#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8055
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#tag_filters Powerpack#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8061
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#text_filter Powerpack#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8067
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 8169
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 8162
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8256
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8272
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8301
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8317
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8359
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8375
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8391
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8260
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8276
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8289
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8305
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8321
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8334
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8347
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8363
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8379
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8395
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8250
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8266
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8282
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8295
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8311
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8327
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8340
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8353
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8369
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8385
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8173
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 8399
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestQuerySloQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8417
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#measure Powerpack#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8429
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#slo_id Powerpack#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8441
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#additional_query_filters Powerpack#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8405
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8411
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_mode Powerpack#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8423
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8435
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#slo_query_type Powerpack#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8447
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 8535
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 8528
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8610
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8626
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8655
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8684
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8713
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8614
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8630
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8643
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8659
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8672
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8688
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8701
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8717
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8604
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8620
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8636
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8649
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8665
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8678
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8694
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8707
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 8539
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 9725
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestRumQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9731
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9743
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9749
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9755
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9737
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 9049
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestRumQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9055
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9061
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9067
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 9120
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 9113
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9178
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9194
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9166
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9182
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9198
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9159
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9172
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9188
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9124
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 9352
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9358
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9364
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9370
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 9529
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 9521
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9536
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9522
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 9426
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 9416
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9509
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9480
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9496
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9512
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9506
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9484
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9500
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9516
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9474
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9490
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9430
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 9202
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9208
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9220
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9214
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 9273
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 9266
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9331
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9319
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9335
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9348
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9312
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9325
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9341
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9277
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 9540
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9546
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9552
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9558
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 9714
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 9706
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9721
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9707
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 9614
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 9604
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9681
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9697
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9669
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9685
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9701
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9662
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9675
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9691
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9618
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 9822
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 9815
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9905
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9921
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9937
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9908
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9924
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9940
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9892
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestRumQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9902
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9918
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9934
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9912
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9928
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9880
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9944
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9896
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9873
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9886
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9826
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 10624
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestSecurityQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10630
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10642
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10648
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10654
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10636
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 9948
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9954
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9960
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 9966
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 10019
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 10012
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10077
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10093
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10065
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10081
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10097
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10058
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10071
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10087
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10023
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 10251
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10257
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10263
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10269
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 10428
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 10420
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10435
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10421
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 10325
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 10315
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10408
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10379
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10395
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10411
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10405
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10383
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10399
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10415
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10373
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10389
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10329
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 10101
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10107
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10119
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10113
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 10172
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 10165
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10230
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10218
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10234
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10247
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10211
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10224
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10240
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10176
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 10439
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10445
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10451
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10457
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 10613
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 10605
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10620
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10606
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 10513
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 10503
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10580
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10596
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10568
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10584
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10600
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10561
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10574
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10590
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10517
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 10721
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 10714
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10804
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10820
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10836
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10807
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10823
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10839
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10791
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10801
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10817
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10833
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10811
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10827
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10779
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10843
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10795
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10772
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10785
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10725
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 10847
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRequestStyle",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#has_value_labels Powerpack#has_value_labels}",
            "stability": "stable",
            "summary": "If true, the value is displayed as a label relative to the data point."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10853
          },
          "name": "hasValueLabels",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#line_type Powerpack#line_type}",
            "stability": "stable",
            "summary": "The type of lines displayed. Valid values are `dashed`, `dotted`, `solid`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10859
          },
          "name": "lineType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#line_width Powerpack#line_width}",
            "stability": "stable",
            "summary": "The width of line displayed. Valid values are `normal`, `thick`, `thin`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10865
          },
          "name": "lineWidth",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order_by Powerpack#order_by}",
            "stability": "stable",
            "summary": "How to order series in timeseries visualizations. Valid values are `tags`, `values`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10871
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette Powerpack#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10877
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 10944
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 10937
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11001
          },
          "name": "resetHasValueLabels"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11017
          },
          "name": "resetLineType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11033
          },
          "name": "resetLineWidth"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11049
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11065
          },
          "name": "resetPalette"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRequestStyleOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11005
          },
          "name": "hasValueLabelsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11021
          },
          "name": "lineTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11037
          },
          "name": "lineWidthInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11053
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11069
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10995
          },
          "name": "hasValueLabels",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11011
          },
          "name": "lineType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11027
          },
          "name": "lineWidth",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11043
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11059
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 10948
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRightYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRightYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 11646
      },
      "name": "PowerpackWidgetTimeseriesDefinitionRightYaxis",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#include_zero Powerpack#include_zero}",
            "stability": "stable",
            "summary": "Always include zero or fit the axis to the data range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11652
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#label Powerpack#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11658
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#max Powerpack#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11664
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#min Powerpack#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11670
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#scale Powerpack#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11676
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRightYaxis"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRightYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRightYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 11743
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 11736
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11800
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11816
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11832
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11848
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11864
          },
          "name": "resetScale"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionRightYaxisOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11804
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11820
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11836
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11852
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11868
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11794
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11810
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11826
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11842
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11858
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11747
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionRightYaxis"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionRightYaxisOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 11872
      },
      "name": "PowerpackWidgetTimeseriesDefinitionYaxis",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#include_zero Powerpack#include_zero}",
            "stability": "stable",
            "summary": "Always include zero or fit the axis to the data range."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11878
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#label Powerpack#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11884
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#max Powerpack#max}",
            "stability": "stable",
            "summary": "Specify the maximum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11890
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#min Powerpack#min}",
            "stability": "stable",
            "summary": "Specify the minimum value to show on the Y-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11896
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#scale Powerpack#scale}",
            "stability": "stable",
            "summary": "Specify the scale type, options: `linear`, `log`, `pow`, `sqrt`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11902
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionYaxis"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 11969
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 11962
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12026
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12042
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12058
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12074
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12090
          },
          "name": "resetScale"
        }
      ],
      "name": "PowerpackWidgetTimeseriesDefinitionYaxisOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12030
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12046
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12062
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12078
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12094
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12020
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12036
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12052
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12068
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12084
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 11973
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTimeseriesDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTimeseriesDefinitionYaxisOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 23957
      },
      "name": "PowerpackWidgetToplistDefinition",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_link Powerpack#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23999
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#description Powerpack#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23963
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#hide_incomplete_cost_data Powerpack#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23969
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#live_span Powerpack#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23975
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#request Powerpack#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24005
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#style Powerpack#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24011
          },
          "name": "style",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyle"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title Powerpack#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23981
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_align Powerpack#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23987
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_size Powerpack#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23993
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinition"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 12709
      },
      "name": "PowerpackWidgetToplistDefinitionCustomLink",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#is_hidden Powerpack#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12715
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#label Powerpack#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12721
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#link Powerpack#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12727
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#override_label Powerpack#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12733
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 12921
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 12913
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12928
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionCustomLinkList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12914
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 12796
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 12786
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12856
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12872
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12888
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12904
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionCustomLinkOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12860
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12876
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12892
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12908
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12850
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12866
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12882
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12898
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12800
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 24106
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 24099
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24280
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24296
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24312
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyle"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24283
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24187
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24203
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24219
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24299
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24315
          },
          "name": "resetStyle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24235
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24251
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24267
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24277
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24293
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24309
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24287
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24191
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24207
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24223
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24303
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24319
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyle"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24255
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24239
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24271
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24181
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24197
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24213
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24229
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24245
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24261
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24110
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 23186
      },
      "name": "PowerpackWidgetToplistDefinitionRequest",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#apm_query Powerpack#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23198
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#audit_query Powerpack#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23204
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#conditional_formats Powerpack#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23210
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#formula Powerpack#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23216
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#log_query Powerpack#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23222
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#process_query Powerpack#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23228
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#q Powerpack#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23192
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23234
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#rum_query Powerpack#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23240
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#security_query Powerpack#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23246
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#style Powerpack#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23252
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 13608
      },
      "name": "PowerpackWidgetToplistDefinitionRequestApmQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13614
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13626
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13632
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13638
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13620
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 12932
      },
      "name": "PowerpackWidgetToplistDefinitionRequestApmQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12938
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12944
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 12950
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 13003
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 12996
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13061
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13077
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13049
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13065
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13081
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13042
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13055
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13071
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13007
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 13235
      },
      "name": "PowerpackWidgetToplistDefinitionRequestApmQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13241
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13247
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13253
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 13412
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 13404
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13419
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestApmQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13405
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 13309
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 13299
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13392
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13363
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13379
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13395
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13389
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13367
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13383
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13399
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13357
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13373
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13313
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 13085
      },
      "name": "PowerpackWidgetToplistDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13091
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13103
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13097
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 13156
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 13149
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13214
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13202
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13218
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13231
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13195
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13208
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13224
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13160
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 13423
      },
      "name": "PowerpackWidgetToplistDefinitionRequestApmQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13429
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13435
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13441
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 13597
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 13589
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13604
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestApmQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13590
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 13497
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 13487
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13564
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13580
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13552
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13568
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13584
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13545
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13558
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13574
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13501
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 13705
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 13698
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13788
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13804
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13820
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13791
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13807
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13823
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13775
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestApmQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13785
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13801
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13817
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13795
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13811
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13763
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13827
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13779
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13756
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13769
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13709
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 14507
      },
      "name": "PowerpackWidgetToplistDefinitionRequestAuditQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14513
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14525
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14531
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14537
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14519
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 13831
      },
      "name": "PowerpackWidgetToplistDefinitionRequestAuditQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13837
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13843
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13849
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 13902
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 13895
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13960
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13976
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13948
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13964
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13980
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13941
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13954
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13970
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13906
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 14134
      },
      "name": "PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14140
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14146
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14152
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 14311
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 14303
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14318
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestAuditQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14304
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 14208
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 14198
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14291
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14262
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14278
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14294
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14288
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14266
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14282
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14298
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14256
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14272
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14212
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 13984
      },
      "name": "PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13990
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14002
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 13996
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 14055
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 14048
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14113
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14101
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14117
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14130
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14094
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14107
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14123
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14059
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 14322
      },
      "name": "PowerpackWidgetToplistDefinitionRequestAuditQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14328
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14334
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14340
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 14496
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 14488
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14503
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14489
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 14396
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 14386
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14463
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14479
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14451
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14467
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14483
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14444
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14457
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14473
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14400
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 14604
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 14597
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14687
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14703
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14719
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14690
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14706
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14722
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14674
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestAuditQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14684
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14700
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14716
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14694
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14710
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14662
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14726
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14678
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14655
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14668
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14608
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 14730
      },
      "name": "PowerpackWidgetToplistDefinitionRequestConditionalFormats",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#comparator Powerpack#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14736
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette Powerpack#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14772
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#value Powerpack#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14784
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_bg_color Powerpack#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14742
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_fg_color Powerpack#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14748
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#hide_value Powerpack#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14754
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#image_url Powerpack#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14760
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14766
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#timeframe Powerpack#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14778
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 15108
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 15100
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15115
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestConditionalFormatsList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15101
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 14882
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 14872
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14985
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15001
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15017
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15033
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15049
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15078
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestConditionalFormatsOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14973
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14989
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15005
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15021
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15037
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15053
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15066
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15082
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15095
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14966
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14979
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14995
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15011
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15027
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15043
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15059
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15072
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15088
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 14886
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 16271
      },
      "name": "PowerpackWidgetToplistDefinitionRequestFormula",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#formula_expression Powerpack#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16289
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#alias Powerpack#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16277
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cell_display_mode Powerpack#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16283
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#conditional_formats Powerpack#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16295
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16301
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#number_format Powerpack#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16307
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#style Powerpack#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16313
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 15119
      },
      "name": "PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormats",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#comparator Powerpack#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15125
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette Powerpack#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15161
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#value Powerpack#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15173
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_bg_color Powerpack#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15131
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_fg_color Powerpack#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15137
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#hide_value Powerpack#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15143
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#image_url Powerpack#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15149
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15155
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#timeframe Powerpack#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15167
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 15497
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 15489
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15504
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15490
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 15271
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 15261
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15374
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15390
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15406
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15422
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15438
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15467
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15362
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15378
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15394
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15410
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15426
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15442
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15455
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15471
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15484
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15355
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15368
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15384
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15400
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15416
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15432
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15448
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15461
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15477
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15275
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 15508
      },
      "name": "PowerpackWidgetToplistDefinitionRequestFormulaLimit",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#count Powerpack#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15514
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15520
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 15566
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 15559
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15605
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15621
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestFormulaLimitOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15609
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15625
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15599
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15615
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15570
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 16585
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 16577
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16592
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestFormulaList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16578
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 16032
      },
      "name": "PowerpackWidgetToplistDefinitionRequestFormulaNumberFormat",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#unit Powerpack#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16038
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#unit_scale Powerpack#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16044
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 16090
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 16083
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16126
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16139
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16142
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16123
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16136
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16130
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16146
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16094
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 15830
      },
      "name": "PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#canonical Powerpack#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15836
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom Powerpack#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15842
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 15629
      },
      "name": "PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#unit_name Powerpack#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15641
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#per_unit_name Powerpack#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15635
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 15687
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 15680
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15726
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15730
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15743
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15720
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15736
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15691
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 15747
      },
      "name": "PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#label Powerpack#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15753
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 15792
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 15785
      },
      "name": "PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15826
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15819
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15796
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 15888
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 15881
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15924
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15940
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15927
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15943
          },
          "name": "resetCustom"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15921
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15937
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15931
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15947
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15892
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 15951
      },
      "name": "PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#unit_name Powerpack#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15955
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 15994
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 15987
      },
      "name": "PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16028
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16021
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 15998
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 16397
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 16387
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16517
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16533
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16549
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16565
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16475
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16491
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16520
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16536
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16552
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16568
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestFormulaOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16514
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16530
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16546
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16562
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16479
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16495
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16524
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16508
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16540
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16556
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16572
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16469
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16485
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16501
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16401
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 16150
      },
      "name": "PowerpackWidgetToplistDefinitionRequestFormulaStyle",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette Powerpack#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16156
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette_index Powerpack#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16162
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 16208
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 16201
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16247
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16263
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestFormulaStyleOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16267
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16251
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16241
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16257
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16212
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 23643
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 23635
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23650
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23636
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 17272
      },
      "name": "PowerpackWidgetToplistDefinitionRequestLogQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17278
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17290
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17296
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17302
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17284
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 16596
      },
      "name": "PowerpackWidgetToplistDefinitionRequestLogQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16602
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16608
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16614
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 16667
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 16660
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16725
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16741
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16713
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16729
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16745
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16706
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16719
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16735
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16671
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 16899
      },
      "name": "PowerpackWidgetToplistDefinitionRequestLogQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16905
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16911
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16917
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 17076
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 17068
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17083
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestLogQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17069
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 16973
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 16963
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17056
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17027
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17043
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17059
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17053
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17031
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17047
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17063
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17021
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17037
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16977
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 16749
      },
      "name": "PowerpackWidgetToplistDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16755
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16767
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16761
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 16820
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 16813
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16878
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16866
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16882
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16895
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16859
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16872
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16888
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 16824
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 17087
      },
      "name": "PowerpackWidgetToplistDefinitionRequestLogQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17093
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17099
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17105
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 17261
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 17253
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17268
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestLogQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17254
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 17161
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 17151
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17228
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17244
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17216
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17232
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17248
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17209
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17222
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17238
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17165
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 17369
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 17362
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17452
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17468
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17484
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17455
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17471
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17487
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17439
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestLogQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17449
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17465
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17481
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17459
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17475
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17427
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17491
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17443
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17420
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17433
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17373
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 23364
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 23354
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23479
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23495
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23511
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23527
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23543
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23559
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23575
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23591
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23607
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23623
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23482
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23498
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23514
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23530
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23546
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23562
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23466
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23578
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23594
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23610
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23626
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23476
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23492
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23508
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23524
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23540
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23556
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23572
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23588
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23604
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23620
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23486
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23502
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23518
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23534
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23550
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23566
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23470
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23582
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23598
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23614
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23630
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23460
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23368
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 17495
      },
      "name": "PowerpackWidgetToplistDefinitionRequestProcessQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17513
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#filter_by Powerpack#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17501
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17507
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_by Powerpack#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17519
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 17579
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 17572
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17630
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17646
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17675
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestProcessQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17634
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17650
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17663
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17679
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17624
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17640
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17656
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17669
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17583
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 20974
      },
      "name": "PowerpackWidgetToplistDefinitionRequestQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#apm_dependency_stats_query Powerpack#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20980
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#apm_resource_stats_query Powerpack#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20986
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cloud_cost_query Powerpack#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20992
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#event_query Powerpack#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20998
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric_query Powerpack#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21004
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#process_query Powerpack#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21010
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#slo_query Powerpack#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21016
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 17683
      },
      "name": "PowerpackWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17695
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#env Powerpack#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17701
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17713
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#operation_name Powerpack#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17719
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#resource_name Powerpack#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17737
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#service Powerpack#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17743
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#stat Powerpack#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17749
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17689
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#is_upstream Powerpack#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17707
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17725
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17731
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 17858
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 17851
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17951
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17993
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18035
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18051
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17955
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17968
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17981
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17997
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18010
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18023
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18039
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18055
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18068
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18081
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18094
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17945
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17961
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17974
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17987
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18003
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18016
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18029
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18045
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18061
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18074
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18087
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 17862
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 18098
      },
      "name": "PowerpackWidgetToplistDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18110
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#env Powerpack#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18116
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18128
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#service Powerpack#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18158
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#stat Powerpack#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18164
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18104
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18122
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#operation_name Powerpack#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18134
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18140
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18146
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#resource_name Powerpack#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18152
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 18273
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 18266
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18366
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18408
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18437
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18453
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18469
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18485
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18370
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18383
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18396
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18412
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18425
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18441
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18457
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18473
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18489
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18502
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18515
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18360
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18376
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18389
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18402
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18418
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18431
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18447
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18463
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18479
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18495
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18508
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18277
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 18519
      },
      "name": "PowerpackWidgetToplistDefinitionRequestQueryCloudCostQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18537
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18543
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18549
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregator Powerpack#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18525
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18531
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 18616
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 18609
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18673
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18689
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18677
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18693
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18706
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18719
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18732
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18667
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18683
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18699
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18712
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18725
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18620
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 19648
      },
      "name": "PowerpackWidgetToplistDefinitionRequestQueryEventQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute Powerpack#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19684
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19660
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19672
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19654
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19690
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by_fields Powerpack#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19696
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#indexes Powerpack#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19666
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search Powerpack#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19702
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#storage Powerpack#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19678
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 18736
      },
      "name": "PowerpackWidgetToplistDefinitionRequestQueryEventQueryCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18742
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18748
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18754
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 18910
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 18902
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18917
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestQueryEventQueryComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18903
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 18810
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 18800
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18877
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18893
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18865
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18881
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18897
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18858
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18871
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18887
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18814
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 19074
      },
      "name": "PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19080
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19086
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort Powerpack#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19092
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 19412
      },
      "name": "PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#fields Powerpack#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19418
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19424
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort Powerpack#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19430
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 19483
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 19476
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19554
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19541
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19557
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19551
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19529
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19545
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19561
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19522
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19535
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19487
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 19259
      },
      "name": "PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19265
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19271
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19277
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 19330
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 19323
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19388
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19404
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19376
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19392
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19408
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19369
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19382
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19398
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19334
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 19248
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 19240
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19255
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19241
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 19148
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 19138
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19228
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19215
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19231
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19225
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19203
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19219
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19235
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19196
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19209
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19152
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 18921
      },
      "name": "PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18927
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18933
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18939
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 18992
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 18985
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19050
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19066
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19038
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19054
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19070
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19031
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19044
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19060
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 18996
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 19797
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 19790
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19949
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19962
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19978
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19994
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19878
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19965
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19981
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19907
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19997
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19936
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19946
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19959
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19975
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19991
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19953
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19882
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19895
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19985
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19969
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19911
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19924
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20001
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19940
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19872
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19888
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19901
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19917
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19930
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19801
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 19565
      },
      "name": "PowerpackWidgetToplistDefinitionRequestQueryEventQuerySearch",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19571
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 19610
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 19603
      },
      "name": "PowerpackWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19644
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19637
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 19614
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 21291
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 21283
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21298
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestQueryList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21284
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 20005
      },
      "name": "PowerpackWidgetToplistDefinitionRequestQueryMetricQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20029
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20035
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregator Powerpack#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20011
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20017
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20023
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#semantic_mode Powerpack#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20041
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 20115
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 20108
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20178
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20194
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20210
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20252
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20182
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20198
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20214
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20227
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20240
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20256
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20172
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20188
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20204
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20220
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20233
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20246
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20119
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 21100
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 21090
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21175
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21191
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21207
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21223
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21239
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21255
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21271
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21178
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21194
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21210
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21226
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21242
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21258
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21274
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21172
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21188
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21204
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21220
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21236
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21252
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21268
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21182
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21198
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21214
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21230
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21246
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21262
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21278
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21104
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 20260
      },
      "name": "PowerpackWidgetToplistDefinitionRequestQueryProcessQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20278
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20296
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20302
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregator Powerpack#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20266
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20272
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#is_normalized_cpu Powerpack#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20284
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20290
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort Powerpack#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20308
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#tag_filters Powerpack#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20314
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#text_filter Powerpack#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20320
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 20422
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 20415
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20509
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20525
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20554
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20570
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20612
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20628
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20644
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20513
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20529
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20542
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20558
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20574
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20587
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20600
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20616
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20632
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20648
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20503
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20519
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20535
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20548
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20564
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20580
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20593
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20606
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20622
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20638
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20426
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 20652
      },
      "name": "PowerpackWidgetToplistDefinitionRequestQuerySloQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20670
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#measure Powerpack#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20682
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#slo_id Powerpack#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20694
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#additional_query_filters Powerpack#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20658
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20664
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_mode Powerpack#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20676
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20688
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#slo_query_type Powerpack#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20700
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 20788
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 20781
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20863
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20879
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20908
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20937
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20966
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20867
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20883
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20896
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20912
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20925
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20941
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20954
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20970
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20857
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20873
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20889
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20902
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20918
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20931
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20947
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20960
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 20792
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 21978
      },
      "name": "PowerpackWidgetToplistDefinitionRequestRumQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21984
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21996
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22002
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22008
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21990
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 21302
      },
      "name": "PowerpackWidgetToplistDefinitionRequestRumQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21308
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21314
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21320
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 21373
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 21366
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21431
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21447
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21419
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21435
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21451
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21412
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21425
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21441
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21377
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 21605
      },
      "name": "PowerpackWidgetToplistDefinitionRequestRumQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21611
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21617
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21623
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 21782
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 21774
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21789
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestRumQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21775
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 21679
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 21669
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21762
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21733
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21749
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21765
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21759
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21737
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21753
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21769
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21727
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21743
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21683
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 21455
      },
      "name": "PowerpackWidgetToplistDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21461
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21473
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21467
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 21526
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 21519
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21584
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21572
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21588
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21601
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21565
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21578
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21594
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21530
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 21793
      },
      "name": "PowerpackWidgetToplistDefinitionRequestRumQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21799
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21805
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21811
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 21967
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 21959
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21974
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestRumQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21960
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 21867
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 21857
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21934
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21950
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21922
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21938
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21954
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21915
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21928
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21944
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 21871
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 22075
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 22068
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22158
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22174
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22190
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22161
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22177
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22193
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22145
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestRumQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22155
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22171
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22187
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22165
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22181
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22133
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22197
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22149
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22126
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22139
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22079
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 22877
      },
      "name": "PowerpackWidgetToplistDefinitionRequestSecurityQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#index Powerpack#index}",
            "stability": "stable",
            "summary": "The name of the index to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22883
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute_query Powerpack#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22895
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22901
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#multi_compute Powerpack#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22907
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search_query Powerpack#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22889
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 22201
      },
      "name": "PowerpackWidgetToplistDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22207
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22213
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22219
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 22272
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 22265
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22330
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22346
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22318
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22334
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22350
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22311
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22324
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22340
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22276
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 22504
      },
      "name": "PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22510
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22516
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort_query Powerpack#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22522
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 22681
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 22673
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22688
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22674
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 22578
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 22568
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22661
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22632
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22648
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22664
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22658
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22636
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22652
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22668
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22626
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22642
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22582
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 22354
      },
      "name": "PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22360
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22372
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22366
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 22425
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 22418
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22483
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22471
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22487
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22500
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22464
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22477
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22493
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22429
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 22692
      },
      "name": "PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22698
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22704
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22710
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 22866
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 22858
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22873
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22859
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 22766
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 22756
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22833
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22849
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22821
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22837
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22853
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22814
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22827
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22843
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22770
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 22974
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 22967
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23057
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23073
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23089
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23060
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23076
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23092
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23044
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestSecurityQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23054
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23070
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23086
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23064
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23080
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23032
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23096
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23048
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23025
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23038
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 22978
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 23100
      },
      "name": "PowerpackWidgetToplistDefinitionRequestStyle",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette Powerpack#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23106
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 23145
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 23138
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23178
          },
          "name": "resetPalette"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionRequestStyleOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23182
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23172
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23149
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 23769
      },
      "name": "PowerpackWidgetToplistDefinitionStyle",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#display Powerpack#display}",
            "stability": "stable",
            "summary": "display block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23787
          },
          "name": "display",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleDisplay"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette Powerpack#palette}",
            "stability": "stable",
            "summary": "The color palette for the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23775
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#scaling Powerpack#scaling}",
            "stability": "stable",
            "summary": "The scaling mode for the widget. Valid values are `absolute`, `relative`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23781
          },
          "name": "scaling",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionStyle"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleDisplay": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleDisplay",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 23654
      },
      "name": "PowerpackWidgetToplistDefinitionStyleDisplay",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#type Powerpack#type}",
            "stability": "stable",
            "summary": "The display type for the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23660
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionStyleDisplay"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleDisplayList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleDisplayList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 23758
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 23750
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23765
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleDisplayOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionStyleDisplayList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23751
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleDisplay"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionStyleDisplayList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleDisplayOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleDisplayOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 23702
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 23692
      },
      "name": "PowerpackWidgetToplistDefinitionStyleDisplayOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23745
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23738
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23706
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleDisplay"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionStyleDisplayOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 23946
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 23938
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23953
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionStyleList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23939
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyle"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionStyleList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 23843
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 23833
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23926
          },
          "name": "putDisplay",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleDisplay"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23929
          },
          "name": "resetDisplay"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23897
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23913
          },
          "name": "resetScaling"
        }
      ],
      "name": "PowerpackWidgetToplistDefinitionStyleOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23923
          },
          "name": "display",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleDisplayList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23933
          },
          "name": "displayInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyleDisplay"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23901
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23917
          },
          "name": "scalingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23891
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23907
          },
          "name": "scaling",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 23847
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetToplistDefinitionStyle"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetToplistDefinitionStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 123
      },
      "name": "PowerpackWidgetTopologyMapDefinition",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_link Powerpack#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 153
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#description Powerpack#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 129
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#request Powerpack#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 159
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title Powerpack#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 135
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_align Powerpack#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 141
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_size Powerpack#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 147
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTopologyMapDefinition"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 24323
      },
      "name": "PowerpackWidgetTopologyMapDefinitionCustomLink",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#is_hidden Powerpack#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24329
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#label Powerpack#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24335
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#link Powerpack#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24341
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#override_label Powerpack#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24347
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTopologyMapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 24535
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 24527
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24542
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetTopologyMapDefinitionCustomLinkList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24528
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTopologyMapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 24410
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 24400
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24470
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24486
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24502
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24518
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackWidgetTopologyMapDefinitionCustomLinkOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24474
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24490
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24506
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24522
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24464
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24480
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24496
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24512
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24414
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTopologyMapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 233
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 226
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 357
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 373
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 360
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 296
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 376
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 312
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 328
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 344
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackWidgetTopologyMapDefinitionOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 354
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 370
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 364
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 300
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 380
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 332
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 316
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 348
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 290
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 306
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 322
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 338
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 237
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTopologyMapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 24725
      },
      "name": "PowerpackWidgetTopologyMapDefinitionRequest",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24737
          },
          "name": "query",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#request_type Powerpack#request_type}",
            "stability": "stable",
            "summary": "The request type for the Topology request ('topology'). Valid values are `topology`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24731
          },
          "name": "requestType",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTopologyMapDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 24861
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 24853
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24868
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetTopologyMapDefinitionRequestList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24854
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTopologyMapDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 24786
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 24776
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24844
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        }
      ],
      "name": "PowerpackWidgetTopologyMapDefinitionRequestOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24841
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24848
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24835
          },
          "name": "requestTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24828
          },
          "name": "requestType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24790
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTopologyMapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 24546
      },
      "name": "PowerpackWidgetTopologyMapDefinitionRequestQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for the Topology request ('service_map' or 'data_streams'). Valid values are `data_streams`, `service_map`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24552
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#filters Powerpack#filters}",
            "stability": "stable",
            "summary": "Your environment and primary tag (or `*` if enabled for your account)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24558
          },
          "name": "filters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#service Powerpack#service}",
            "stability": "stable",
            "summary": "The ID of the service to map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24564
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTopologyMapDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 24714
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 24706
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24721
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetTopologyMapDefinitionRequestQueryList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24707
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTopologyMapDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs1600.ts",
          "line": 24620
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs1600.ts",
        "line": 24610
      },
      "name": "PowerpackWidgetTopologyMapDefinitionRequestQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24675
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24688
          },
          "name": "filtersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24701
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24668
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24681
          },
          "name": "filters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24694
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs1600.ts",
            "line": 24624
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTopologyMapDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs1600:PowerpackWidgetTopologyMapDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTraceServiceDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTraceServiceDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 384
      },
      "name": "PowerpackWidgetTraceServiceDefinition",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#env Powerpack#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 396
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#service Powerpack#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 414
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#span_name Powerpack#span_name}",
            "stability": "stable",
            "summary": "APM span name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 462
          },
          "name": "spanName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#display_format Powerpack#display_format}",
            "stability": "stable",
            "summary": "The number of columns to display. Valid values are `one_column`, `two_column`, `three_column`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 390
          },
          "name": "displayFormat",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#hide_incomplete_cost_data Powerpack#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 402
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#live_span Powerpack#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 408
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#show_breakdown Powerpack#show_breakdown}",
            "stability": "stable",
            "summary": "Whether to show the latency breakdown or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 420
          },
          "name": "showBreakdown",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#show_distribution Powerpack#show_distribution}",
            "stability": "stable",
            "summary": "Whether to show the latency distribution or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 426
          },
          "name": "showDistribution",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#show_errors Powerpack#show_errors}",
            "stability": "stable",
            "summary": "Whether to show the error metrics or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 432
          },
          "name": "showErrors",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#show_hits Powerpack#show_hits}",
            "stability": "stable",
            "summary": "Whether to show the hits metrics or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 438
          },
          "name": "showHits",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#show_latency Powerpack#show_latency}",
            "stability": "stable",
            "summary": "Whether to show the latency metrics or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 444
          },
          "name": "showLatency",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#show_resource_list Powerpack#show_resource_list}",
            "stability": "stable",
            "summary": "Whether to show the resource list or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 450
          },
          "name": "showResourceList",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#size_format Powerpack#size_format}",
            "stability": "stable",
            "summary": "The size of the widget. Valid values are `small`, `medium`, `large`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 456
          },
          "name": "sizeFormat",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title Powerpack#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 468
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_align Powerpack#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 474
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title_size Powerpack#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 480
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTraceServiceDefinition"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTraceServiceDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTraceServiceDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 624
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 617
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 747
          },
          "name": "resetDisplayFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 776
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 792
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 821
          },
          "name": "resetShowBreakdown"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 837
          },
          "name": "resetShowDistribution"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 853
          },
          "name": "resetShowErrors"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 869
          },
          "name": "resetShowHits"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 885
          },
          "name": "resetShowLatency"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 901
          },
          "name": "resetShowResourceList"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 917
          },
          "name": "resetSizeFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 946
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 962
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 978
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackWidgetTraceServiceDefinitionOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 751
          },
          "name": "displayFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 764
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 780
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 796
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 809
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 825
          },
          "name": "showBreakdownInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 841
          },
          "name": "showDistributionInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 857
          },
          "name": "showErrorsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 873
          },
          "name": "showHitsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 889
          },
          "name": "showLatencyInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 905
          },
          "name": "showResourceListInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 921
          },
          "name": "sizeFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 934
          },
          "name": "spanNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 966
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 950
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 982
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 741
          },
          "name": "displayFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 757
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 770
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 786
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 802
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 815
          },
          "name": "showBreakdown",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 831
          },
          "name": "showDistribution",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 847
          },
          "name": "showErrors",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 863
          },
          "name": "showHits",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 879
          },
          "name": "showLatency",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 895
          },
          "name": "showResourceList",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 911
          },
          "name": "sizeFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 927
          },
          "name": "spanName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 940
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 956
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 972
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 628
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTraceServiceDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTraceServiceDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 6458
      },
      "name": "PowerpackWidgetTreemapDefinition",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_links Powerpack#custom_links}",
            "stability": "stable",
            "summary": "custom_links block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6476
          },
          "name": "customLinks",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionCustomLinks"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#description Powerpack#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6464
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#request Powerpack#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6482
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#title Powerpack#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6470
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinition"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionCustomLinks": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionCustomLinks",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 986
      },
      "name": "PowerpackWidgetTreemapDefinitionCustomLinks",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#is_hidden Powerpack#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 992
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#label Powerpack#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 998
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#link Powerpack#link}",
            "stability": "stable",
            "summary": "The URL of the custom link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1004
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When `override_label` is provided, the client request omits the label field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#override_label Powerpack#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link item."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1010
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionCustomLinks"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionCustomLinksList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionCustomLinksList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 1198
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 1190
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1205
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionCustomLinksOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetTreemapDefinitionCustomLinksList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1191
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionCustomLinks"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionCustomLinksList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionCustomLinksOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionCustomLinksOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 1073
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 1063
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1133
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1149
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1165
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1181
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackWidgetTreemapDefinitionCustomLinksOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1137
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1153
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1169
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1185
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1127
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1143
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1159
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1175
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1077
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionCustomLinks"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionCustomLinksOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 6542
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 6535
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6622
          },
          "name": "putCustomLinks",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionCustomLinks"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6638
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6625
          },
          "name": "resetCustomLinks"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6593
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6641
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6609
          },
          "name": "resetTitle"
        }
      ],
      "name": "PowerpackWidgetTreemapDefinitionOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6619
          },
          "name": "customLinks",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionCustomLinksList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6635
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6629
          },
          "name": "customLinksInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionCustomLinks"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6597
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6645
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6613
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6587
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6603
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6546
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 6305
      },
      "name": "PowerpackWidgetTreemapDefinitionRequest",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#formula Powerpack#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6311
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6317
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 2361
      },
      "name": "PowerpackWidgetTreemapDefinitionRequestFormula",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#formula_expression Powerpack#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2379
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#alias Powerpack#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2367
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cell_display_mode Powerpack#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2373
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#conditional_formats Powerpack#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2385
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2391
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#number_format Powerpack#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2397
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#style Powerpack#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2403
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 1209
      },
      "name": "PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormats",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#comparator Powerpack#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1215
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette Powerpack#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1251
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#value Powerpack#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1263
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_bg_color Powerpack#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1221
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom_fg_color Powerpack#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1227
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#hide_value Powerpack#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1233
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#image_url Powerpack#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1239
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1245
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#timeframe Powerpack#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1257
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 1587
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 1579
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1594
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1580
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 1361
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 1351
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1464
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1480
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1496
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1512
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1528
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1557
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1452
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1468
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1484
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1500
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1516
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1532
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1545
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1561
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1574
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1445
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1458
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1474
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1490
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1506
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1522
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1538
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1551
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1567
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1365
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 1598
      },
      "name": "PowerpackWidgetTreemapDefinitionRequestFormulaLimit",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#count Powerpack#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1604
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1610
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 1656
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 1649
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1695
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1711
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackWidgetTreemapDefinitionRequestFormulaLimitOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1699
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1715
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1689
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1705
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1660
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 2675
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 2667
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2682
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetTreemapDefinitionRequestFormulaList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2668
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 2122
      },
      "name": "PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormat",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#unit Powerpack#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2128
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#unit_scale Powerpack#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2134
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 2180
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 2173
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2216
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2229
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2232
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2213
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2226
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2220
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2236
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2184
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 1920
      },
      "name": "PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#canonical Powerpack#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1926
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#custom Powerpack#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1932
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 1719
      },
      "name": "PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#unit_name Powerpack#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1731
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#per_unit_name Powerpack#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1725
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 1777
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 1770
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1816
          },
          "name": "resetPerUnitName"
        }
      ],
      "name": "PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1820
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1833
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1810
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1826
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1781
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 1837
      },
      "name": "PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#label Powerpack#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1843
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 1882
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 1875
      },
      "name": "PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1916
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1909
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1886
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 1978
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 1971
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2014
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2030
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2017
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2033
          },
          "name": "resetCustom"
        }
      ],
      "name": "PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2011
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2027
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2021
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2037
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 1982
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 2041
      },
      "name": "PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#unit_name Powerpack#unit_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2045
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 2084
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 2077
      },
      "name": "PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2118
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2111
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2088
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 2487
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 2477
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2607
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2623
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2639
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2655
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2565
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2581
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2610
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2626
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2642
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2658
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackWidgetTreemapDefinitionRequestFormulaOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2604
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2620
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2636
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2652
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2569
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2585
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2614
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2598
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2630
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2646
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2662
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2559
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2575
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2591
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2491
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 2240
      },
      "name": "PowerpackWidgetTreemapDefinitionRequestFormulaStyle",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette Powerpack#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2246
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#palette_index Powerpack#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2252
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 2298
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 2291
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2337
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2353
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "PowerpackWidgetTreemapDefinitionRequestFormulaStyleOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2357
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2341
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2331
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2347
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2302
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 6447
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 6439
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6454
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetTreemapDefinitionRequestList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6440
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 6366
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 6356
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6411
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6427
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6414
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6430
          },
          "name": "resetQuery"
        }
      ],
      "name": "PowerpackWidgetTreemapDefinitionRequestOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6408
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6424
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6418
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6434
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6370
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 5977
      },
      "name": "PowerpackWidgetTreemapDefinitionRequestQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#apm_dependency_stats_query Powerpack#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5983
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#apm_resource_stats_query Powerpack#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5989
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cloud_cost_query Powerpack#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5995
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#event_query Powerpack#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6001
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric_query Powerpack#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6007
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#process_query Powerpack#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6013
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#slo_query Powerpack#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6019
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 2686
      },
      "name": "PowerpackWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2698
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#env Powerpack#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2704
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2716
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#operation_name Powerpack#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2722
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#resource_name Powerpack#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2740
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#service Powerpack#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2746
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#stat Powerpack#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2752
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2692
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#is_upstream Powerpack#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2710
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2728
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2734
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 2861
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 2854
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2954
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2996
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3038
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3054
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2958
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2971
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2984
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3000
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3013
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3026
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3042
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3058
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3071
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3084
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3097
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2948
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2964
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2977
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2990
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3006
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3019
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3032
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3048
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3064
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3077
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3090
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 2865
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 3101
      },
      "name": "PowerpackWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3113
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#env Powerpack#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3119
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3131
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#service Powerpack#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3161
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#stat Powerpack#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3167
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3107
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3125
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#operation_name Powerpack#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3137
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_name Powerpack#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3143
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#primary_tag_value Powerpack#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3149
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#resource_name Powerpack#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3155
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 3276
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 3269
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3369
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3411
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3440
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3456
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3472
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3488
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3373
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3386
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3399
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3415
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3428
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3444
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3460
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3476
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3492
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3505
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3518
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3363
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3379
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3392
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3405
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3421
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3434
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3450
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3466
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3482
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3498
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3511
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3280
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 3522
      },
      "name": "PowerpackWidgetTreemapDefinitionRequestQueryCloudCostQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3540
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3546
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "The cloud cost query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3552
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregator Powerpack#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `last`, `max`, `min`, `sum`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3528
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3534
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 3619
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 3612
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3676
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3692
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3680
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3696
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3709
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3722
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3735
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3670
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3686
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3702
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3715
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3728
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3623
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 4651
      },
      "name": "PowerpackWidgetTreemapDefinitionRequestQueryEventQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#compute Powerpack#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4687
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4663
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4675
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4657
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by Powerpack#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4693
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_by_fields Powerpack#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4699
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#indexes Powerpack#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4669
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#search Powerpack#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4705
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#storage Powerpack#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4681
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 3739
      },
      "name": "PowerpackWidgetTreemapDefinitionRequestQueryEventQueryCompute",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3745
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#interval Powerpack#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3751
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3757
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 3913
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 3905
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3920
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetTreemapDefinitionRequestQueryEventQueryComputeList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3906
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 3813
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 3803
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3880
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3896
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3868
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3884
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3900
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3861
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3874
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3890
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3817
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 4077
      },
      "name": "PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#facet Powerpack#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4083
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4089
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort Powerpack#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4095
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 4415
      },
      "name": "PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#fields Powerpack#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4421
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4427
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort Powerpack#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4433
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 4486
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 4479
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4557
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4544
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4560
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4554
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4532
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4548
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4564
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4525
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4538
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4490
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 4262
      },
      "name": "PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4268
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4274
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4280
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 4333
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 4326
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4391
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4407
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4379
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4395
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4411
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4372
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4385
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4401
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4337
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 4251
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 4243
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4258
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4244
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 4151
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 4141
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4231
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4218
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4234
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4228
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4206
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4222
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4238
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4199
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4212
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4155
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 3924
      },
      "name": "PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregation Powerpack#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3930
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3936
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#order Powerpack#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3942
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 3995
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 3988
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4053
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4069
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4041
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4057
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4073
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4034
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4047
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4063
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 3999
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 4800
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 4793
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4952
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4965
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4981
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4997
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4881
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4968
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4984
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4910
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5000
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4939
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackWidgetTreemapDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4949
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4962
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4978
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4994
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4956
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4885
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4898
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4988
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4972
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4914
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4927
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5004
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4943
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4875
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4891
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4904
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4920
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4933
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4804
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 4568
      },
      "name": "PowerpackWidgetTreemapDefinitionRequestQueryEventQuerySearch",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4574
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 4613
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 4606
      },
      "name": "PowerpackWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4647
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4640
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 4617
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 6294
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 6286
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6301
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackWidgetTreemapDefinitionRequestQueryList",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6287
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 5008
      },
      "name": "PowerpackWidgetTreemapDefinitionRequestQueryMetricQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5032
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#query Powerpack#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5038
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregator Powerpack#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5014
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5020
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5026
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#semantic_mode Powerpack#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5044
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 5118
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 5111
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5181
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5197
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5213
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5255
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5185
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5201
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5217
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5230
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5243
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5259
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5175
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5191
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5207
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5223
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5236
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5249
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5122
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 6103
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 6093
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6178
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6194
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6210
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6226
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6242
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6258
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6274
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6181
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6197
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6213
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6229
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6245
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6261
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6277
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackWidgetTreemapDefinitionRequestQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6175
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6191
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6207
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6223
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6239
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6255
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6271
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6185
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6201
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6217
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6233
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6249
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6265
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6281
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6107
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 5263
      },
      "name": "PowerpackWidgetTreemapDefinitionRequestQueryProcessQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5281
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#metric Powerpack#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5299
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5305
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#aggregator Powerpack#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5269
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5275
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#is_normalized_cpu Powerpack#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5287
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#limit Powerpack#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5293
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#sort Powerpack#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5311
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#tag_filters Powerpack#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5317
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#text_filter Powerpack#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5323
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 5425
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 5418
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5512
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5528
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5557
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5573
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5615
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5631
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5647
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5516
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5532
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5545
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5561
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5577
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5590
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5603
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5619
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5635
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5651
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5506
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5522
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5538
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5551
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5567
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5583
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5596
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5609
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5625
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5641
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5429
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 5655
      },
      "name": "PowerpackWidgetTreemapDefinitionRequestQuerySloQuery",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#data_source Powerpack#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5673
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#measure Powerpack#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5685
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#slo_id Powerpack#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5697
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#additional_query_filters Powerpack#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5661
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#cross_org_uuids Powerpack#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5667
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#group_mode Powerpack#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5679
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#name Powerpack#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5691
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#slo_query_type Powerpack#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5703
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 5791
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 5784
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5866
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5882
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5911
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5940
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5969
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackWidgetTreemapDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5870
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5886
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5899
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5915
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5928
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5944
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5957
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5973
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5860
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5876
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5892
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5905
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5921
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5934
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5950
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5963
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 5795
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetTreemapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetTreemapDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetWidgetLayout": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetWidgetLayout",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 6649
      },
      "name": "PowerpackWidgetWidgetLayout",
      "namespace": "powerpack",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#height Powerpack#height}",
            "stability": "stable",
            "summary": "The height of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6655
          },
          "name": "height",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#width Powerpack#width}",
            "stability": "stable",
            "summary": "The width of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6667
          },
          "name": "width",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#x Powerpack#x}",
            "stability": "stable",
            "summary": "The position of the widget on the x (horizontal) axis. Must be greater than or equal to 0."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6673
          },
          "name": "x",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#y Powerpack#y}",
            "stability": "stable",
            "summary": "The position of the widget on the y (vertical) axis. Must be greater than or equal to 0."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6679
          },
          "name": "y",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Only one widget in the dashboard should have this property set to `true`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack#is_column_break Powerpack#is_column_break}",
            "stability": "stable",
            "summary": "Whether the widget should be the first one on the second column in high density or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6661
          },
          "name": "isColumnBreak",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetWidgetLayout"
    },
    "@cdktn/provider-datadog.powerpack.PowerpackWidgetWidgetLayoutOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetWidgetLayoutOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack/index-structs/structs2000.ts",
          "line": 6746
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack/index-structs/structs2000.ts",
        "line": 6739
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6816
          },
          "name": "resetIsColumnBreak"
        }
      ],
      "name": "PowerpackWidgetWidgetLayoutOutputReference",
      "namespace": "powerpack",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6804
          },
          "name": "heightInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6820
          },
          "name": "isColumnBreakInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6833
          },
          "name": "widthInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6846
          },
          "name": "xInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6859
          },
          "name": "yInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6797
          },
          "name": "height",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6810
          },
          "name": "isColumnBreak",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6826
          },
          "name": "width",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6839
          },
          "name": "x",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6852
          },
          "name": "y",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack/index-structs/structs2000.ts",
            "line": 6750
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpack.PowerpackWidgetWidgetLayout"
          }
        }
      ],
      "symbolId": "src/powerpack/index-structs/structs2000:PowerpackWidgetWidgetLayoutOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2 datadog_powerpack_v2}."
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2 datadog_powerpack_v2} Resource."
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index.ts",
          "line": 116
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2Config"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index.ts",
        "line": 84
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a PowerpackV2 resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 101
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the PowerpackV2 to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing PowerpackV2 that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the PowerpackV2 to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 248
          },
          "name": "putLayout",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2Layout"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 264
          },
          "name": "putTemplateVariables",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2TemplateVariables"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 280
          },
          "name": "putWidget",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2Widget"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 155
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 171
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 251
          },
          "name": "resetLayout"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 187
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 203
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 219
          },
          "name": "resetShowTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 235
          },
          "name": "resetTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 267
          },
          "name": "resetTemplateVariables"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 283
          },
          "name": "resetWidget"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 295
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 309
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "PowerpackV2",
      "namespace": "powerpackV2",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 89
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 245
          },
          "name": "layout",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2LayoutOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 261
          },
          "name": "templateVariables",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2TemplateVariablesList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 277
          },
          "name": "widget",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 159
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 175
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 255
          },
          "name": "layoutInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2Layout"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 191
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 207
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 223
          },
          "name": "showTitleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 239
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 271
          },
          "name": "templateVariablesInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2TemplateVariables"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 287
          },
          "name": "widgetInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2Widget"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 149
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 165
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 181
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 197
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 213
          },
          "name": "showTitle",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 229
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index:PowerpackV2"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2Config": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2Config",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index.ts",
        "line": 23
      },
      "name": "PowerpackV2Config",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the powerpack."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 29
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#id PowerpackV2#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 36
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#layout PowerpackV2#layout}",
            "stability": "stable",
            "summary": "layout block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 66
          },
          "name": "layout",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2Layout"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the powerpack."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 42
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name for the powerpack."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 48
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#show_title PowerpackV2#show_title}",
            "stability": "stable",
            "summary": "Whether or not title should be displayed in the powerpack."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 54
          },
          "name": "showTitle",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tags PowerpackV2#tags}",
            "stability": "stable",
            "summary": "List of tags to identify this powerpack."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 60
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#template_variables PowerpackV2#template_variables}",
            "stability": "stable",
            "summary": "template_variables block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 72
          },
          "name": "templateVariables",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2TemplateVariables"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#widget PowerpackV2#widget}",
            "stability": "stable",
            "summary": "widget block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index.ts",
            "line": 78
          },
          "name": "widget",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2Widget"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index:PowerpackV2Config"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2Layout": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2Layout",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 7
      },
      "name": "PowerpackV2Layout",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#height PowerpackV2#height}",
            "stability": "stable",
            "summary": "The height of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13
          },
          "name": "height",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#width PowerpackV2#width}",
            "stability": "stable",
            "summary": "The width of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19
          },
          "name": "width",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#x PowerpackV2#x}",
            "stability": "stable",
            "summary": "The position of the widget on the x (horizontal) axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 25
          },
          "name": "x",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#y PowerpackV2#y}",
            "stability": "stable",
            "summary": "The position of the widget on the y (vertical) axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 31
          },
          "name": "y",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2Layout"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2LayoutOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2LayoutOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 91
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 84
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 142
          },
          "name": "resetHeight"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 158
          },
          "name": "resetWidth"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 174
          },
          "name": "resetX"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 190
          },
          "name": "resetY"
        }
      ],
      "name": "PowerpackV2LayoutOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 146
          },
          "name": "heightInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 162
          },
          "name": "widthInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 178
          },
          "name": "xInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 194
          },
          "name": "yInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 136
          },
          "name": "height",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 152
          },
          "name": "width",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 168
          },
          "name": "x",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 184
          },
          "name": "y",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 95
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2Layout"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2LayoutOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2TemplateVariables": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2TemplateVariables",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 198
      },
      "name": "PowerpackV2TemplateVariables",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the powerpack template variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 210
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#defaults PowerpackV2#defaults}",
            "stability": "stable",
            "summary": "One or many default values for powerpack template variables on load."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 204
          },
          "name": "defaults",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2TemplateVariables"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2TemplateVariablesList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2TemplateVariablesList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 337
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 329
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 344
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2TemplateVariablesOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2TemplateVariablesList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 330
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2TemplateVariables"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2TemplateVariablesList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2TemplateVariablesOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2TemplateVariablesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 259
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 249
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 307
          },
          "name": "resetDefaults"
        }
      ],
      "name": "PowerpackV2TemplateVariablesOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 311
          },
          "name": "defaultsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 324
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 301
          },
          "name": "defaults",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 317
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 263
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2TemplateVariables"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2TemplateVariablesOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2Widget": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2Widget",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 11859
      },
      "name": "PowerpackV2Widget",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alert_graph_definition PowerpackV2#alert_graph_definition}",
            "stability": "stable",
            "summary": "alert_graph_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11874
          },
          "name": "alertGraphDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertGraphDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alert_value_definition PowerpackV2#alert_value_definition}",
            "stability": "stable",
            "summary": "alert_value_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11880
          },
          "name": "alertValueDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertValueDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#change_definition PowerpackV2#change_definition}",
            "stability": "stable",
            "summary": "change_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11886
          },
          "name": "changeDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#check_status_definition PowerpackV2#check_status_definition}",
            "stability": "stable",
            "summary": "check_status_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11892
          },
          "name": "checkStatusDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetCheckStatusDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#distribution_definition PowerpackV2#distribution_definition}",
            "stability": "stable",
            "summary": "distribution_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11898
          },
          "name": "distributionDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_stream_definition PowerpackV2#event_stream_definition}",
            "stability": "stable",
            "summary": "event_stream_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11904
          },
          "name": "eventStreamDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventStreamDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_timeline_definition PowerpackV2#event_timeline_definition}",
            "stability": "stable",
            "summary": "event_timeline_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11910
          },
          "name": "eventTimelineDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventTimelineDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#free_text_definition PowerpackV2#free_text_definition}",
            "stability": "stable",
            "summary": "free_text_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11916
          },
          "name": "freeTextDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFreeTextDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#funnel_definition PowerpackV2#funnel_definition}",
            "stability": "stable",
            "summary": "funnel_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11922
          },
          "name": "funnelDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#geomap_definition PowerpackV2#geomap_definition}",
            "stability": "stable",
            "summary": "geomap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11928
          },
          "name": "geomapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_definition PowerpackV2#group_definition}",
            "stability": "stable",
            "summary": "group_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11934
          },
          "name": "groupDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#heatmap_definition PowerpackV2#heatmap_definition}",
            "stability": "stable",
            "summary": "heatmap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11940
          },
          "name": "heatmapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hostmap_definition PowerpackV2#hostmap_definition}",
            "stability": "stable",
            "summary": "hostmap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11946
          },
          "name": "hostmapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#id PowerpackV2#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "The ID of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11868
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#iframe_definition PowerpackV2#iframe_definition}",
            "stability": "stable",
            "summary": "iframe_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11952
          },
          "name": "iframeDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetIframeDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#image_definition PowerpackV2#image_definition}",
            "stability": "stable",
            "summary": "image_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11958
          },
          "name": "imageDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetImageDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#list_stream_definition PowerpackV2#list_stream_definition}",
            "stability": "stable",
            "summary": "list_stream_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11964
          },
          "name": "listStreamDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#log_stream_definition PowerpackV2#log_stream_definition}",
            "stability": "stable",
            "summary": "log_stream_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11970
          },
          "name": "logStreamDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#manage_status_definition PowerpackV2#manage_status_definition}",
            "stability": "stable",
            "summary": "manage_status_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11976
          },
          "name": "manageStatusDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetManageStatusDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#note_definition PowerpackV2#note_definition}",
            "stability": "stable",
            "summary": "note_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11982
          },
          "name": "noteDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetNoteDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query_table_definition PowerpackV2#query_table_definition}",
            "stability": "stable",
            "summary": "query_table_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11988
          },
          "name": "queryTableDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query_value_definition PowerpackV2#query_value_definition}",
            "stability": "stable",
            "summary": "query_value_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11994
          },
          "name": "queryValueDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#run_workflow_definition PowerpackV2#run_workflow_definition}",
            "stability": "stable",
            "summary": "run_workflow_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12000
          },
          "name": "runWorkflowDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#scatterplot_definition PowerpackV2#scatterplot_definition}",
            "stability": "stable",
            "summary": "scatterplot_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12006
          },
          "name": "scatterplotDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service_level_objective_definition PowerpackV2#service_level_objective_definition}",
            "stability": "stable",
            "summary": "service_level_objective_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12012
          },
          "name": "serviceLevelObjectiveDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServiceLevelObjectiveDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#servicemap_definition PowerpackV2#servicemap_definition}",
            "stability": "stable",
            "summary": "servicemap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12018
          },
          "name": "servicemapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_list_definition PowerpackV2#slo_list_definition}",
            "stability": "stable",
            "summary": "slo_list_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12024
          },
          "name": "sloListDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sunburst_definition PowerpackV2#sunburst_definition}",
            "stability": "stable",
            "summary": "sunburst_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12030
          },
          "name": "sunburstDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeseries_definition PowerpackV2#timeseries_definition}",
            "stability": "stable",
            "summary": "timeseries_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12036
          },
          "name": "timeseriesDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#toplist_definition PowerpackV2#toplist_definition}",
            "stability": "stable",
            "summary": "toplist_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12042
          },
          "name": "toplistDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#topology_map_definition PowerpackV2#topology_map_definition}",
            "stability": "stable",
            "summary": "topology_map_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12048
          },
          "name": "topologyMapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#trace_service_definition PowerpackV2#trace_service_definition}",
            "stability": "stable",
            "summary": "trace_service_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12054
          },
          "name": "traceServiceDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTraceServiceDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#treemap_definition PowerpackV2#treemap_definition}",
            "stability": "stable",
            "summary": "treemap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12060
          },
          "name": "treemapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#widget_layout PowerpackV2#widget_layout}",
            "stability": "stable",
            "summary": "widget_layout block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12066
          },
          "name": "widgetLayout",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetWidgetLayout"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2Widget"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertGraphDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertGraphDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 699
      },
      "name": "PowerpackV2WidgetAlertGraphDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alert_id PowerpackV2#alert_id}",
            "stability": "stable",
            "summary": "The ID of the monitor used by the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 705
          },
          "name": "alertId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#viz_type PowerpackV2#viz_type}",
            "stability": "stable",
            "summary": "Whether to display the Alert Graph as a timeseries or a top list. Valid values are `timeseries`, `toplist`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 747
          },
          "name": "vizType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 711
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 717
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 723
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 753
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertGraphDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 729
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 735
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 741
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetAlertGraphDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertGraphDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertGraphDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 848
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 841
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1048
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertGraphDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 942
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 958
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 974
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1051
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 990
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1006
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1022
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetAlertGraphDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1045
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertGraphDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 930
          },
          "name": "alertIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 946
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 962
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 978
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1055
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertGraphDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1010
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 994
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1026
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1039
          },
          "name": "vizTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 923
          },
          "name": "alertId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 936
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 952
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 968
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 984
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1000
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1016
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1032
          },
          "name": "vizType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 852
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertGraphDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetAlertGraphDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertGraphDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertGraphDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 578
      },
      "name": "PowerpackV2WidgetAlertGraphDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 584
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertGraphDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 590
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertGraphDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetAlertGraphDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertGraphDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertGraphDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 348
      },
      "name": "PowerpackV2WidgetAlertGraphDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 354
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 360
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetAlertGraphDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertGraphDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertGraphDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 406
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 399
      },
      "name": "PowerpackV2WidgetAlertGraphDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 446
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 459
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 439
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 452
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 410
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertGraphDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetAlertGraphDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertGraphDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertGraphDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 463
      },
      "name": "PowerpackV2WidgetAlertGraphDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 469
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 475
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetAlertGraphDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertGraphDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertGraphDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 521
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 514
      },
      "name": "PowerpackV2WidgetAlertGraphDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 561
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 574
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 554
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 567
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 525
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertGraphDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetAlertGraphDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertGraphDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertGraphDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 636
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 629
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 672
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertGraphDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 688
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertGraphDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 675
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 691
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetAlertGraphDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 669
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertGraphDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 685
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertGraphDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 679
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertGraphDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 695
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertGraphDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 640
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertGraphDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetAlertGraphDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertValueDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertValueDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 1410
      },
      "name": "PowerpackV2WidgetAlertValueDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alert_id PowerpackV2#alert_id}",
            "stability": "stable",
            "summary": "The ID of the monitor used by the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1416
          },
          "name": "alertId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1422
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1428
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1434
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#precision PowerpackV2#precision}",
            "stability": "stable",
            "summary": "The precision to use when displaying the value. Use `*` for maximum precision."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1440
          },
          "name": "precision",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_align PowerpackV2#text_align}",
            "stability": "stable",
            "summary": "The alignment of the text in the widget. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1446
          },
          "name": "textAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1476
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertValueDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1452
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1458
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1464
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "The unit for the value displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1470
          },
          "name": "unit",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetAlertValueDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertValueDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertValueDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 1585
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 1578
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1832
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertValueDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1691
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1707
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1723
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1739
          },
          "name": "resetPrecision"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1755
          },
          "name": "resetTextAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1835
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1771
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1787
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1803
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1819
          },
          "name": "resetUnit"
        }
      ],
      "name": "PowerpackV2WidgetAlertValueDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1829
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertValueDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1679
          },
          "name": "alertIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1695
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1711
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1727
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1743
          },
          "name": "precisionInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1759
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1839
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertValueDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1791
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1775
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1807
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1823
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1672
          },
          "name": "alertId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1685
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1701
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1717
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1733
          },
          "name": "precision",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1749
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1765
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1781
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1797
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1813
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1589
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertValueDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetAlertValueDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertValueDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertValueDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 1289
      },
      "name": "PowerpackV2WidgetAlertValueDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1295
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertValueDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1301
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertValueDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetAlertValueDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertValueDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertValueDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 1059
      },
      "name": "PowerpackV2WidgetAlertValueDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1065
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1071
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetAlertValueDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertValueDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertValueDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 1117
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 1110
      },
      "name": "PowerpackV2WidgetAlertValueDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1157
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1170
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1150
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1163
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1121
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertValueDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetAlertValueDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertValueDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertValueDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 1174
      },
      "name": "PowerpackV2WidgetAlertValueDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1180
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1186
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetAlertValueDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertValueDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertValueDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 1232
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 1225
      },
      "name": "PowerpackV2WidgetAlertValueDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1272
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1285
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1265
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1278
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1236
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertValueDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetAlertValueDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertValueDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertValueDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 1347
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 1340
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1383
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertValueDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1399
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertValueDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1386
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1402
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetAlertValueDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1380
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertValueDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1396
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertValueDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1390
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertValueDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1406
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertValueDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1351
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertValueDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetAlertValueDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 12031
      },
      "name": "PowerpackV2WidgetChangeDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_link PowerpackV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12073
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12037
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12043
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12049
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#request PowerpackV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12079
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12085
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12055
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12061
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12067
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 1843
      },
      "name": "PowerpackV2WidgetChangeDefinitionCustomLink",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_hidden PowerpackV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1849
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1855
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#link PowerpackV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1861
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#override_label PowerpackV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1867
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 2055
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 2047
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2062
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionCustomLinkList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2048
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 1930
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 1920
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1990
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2006
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2022
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2038
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionCustomLinkOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1994
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2010
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2026
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2042
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1984
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2000
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2016
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2032
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 1934
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 12180
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 12173
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12354
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12370
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12386
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12357
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12261
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12277
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12293
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12373
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12389
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12309
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12325
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12341
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12351
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12367
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12383
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12361
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12265
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12281
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12297
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12377
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12393
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12329
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12313
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12345
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12255
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12271
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12287
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12303
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12319
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12335
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12184
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 11107
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequest",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_query PowerpackV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11155
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#change_type PowerpackV2#change_type}",
            "stability": "stable",
            "summary": "Whether to show absolute or relative change. Valid values are `absolute`, `relative`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11113
          },
          "name": "changeType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compare_to PowerpackV2#compare_to}",
            "stability": "stable",
            "summary": "Choose from when to compare current data to. Valid values are `hour_before`, `day_before`, `week_before`, `month_before`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11119
          },
          "name": "compareTo",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula PowerpackV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11161
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#increase_good PowerpackV2#increase_good}",
            "stability": "stable",
            "summary": "A Boolean indicating whether an increase in the value is good (displayed in green) or not (displayed in red)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11125
          },
          "name": "increaseGood",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#log_query PowerpackV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11167
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order_by PowerpackV2#order_by}",
            "stability": "stable",
            "summary": "What to order by. Valid values are `change`, `name`, `present`, `past`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11131
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order_dir PowerpackV2#order_dir}",
            "stability": "stable",
            "summary": "Widget sorting method. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11137
          },
          "name": "orderDir",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11173
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#q PowerpackV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11143
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11179
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#rum_query PowerpackV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11185
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#security_query PowerpackV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11191
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#show_present PowerpackV2#show_present}",
            "stability": "stable",
            "summary": "If set to `true`, displays the current value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11149
          },
          "name": "showPresent",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 2742
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestApmQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2748
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2760
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2766
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2772
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2754
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 2066
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestApmQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2072
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2078
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2084
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 2137
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 2130
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2195
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2211
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2183
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2199
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2215
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2176
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2189
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2205
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2141
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 2369
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestApmQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2375
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2381
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2387
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 2546
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 2538
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2553
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestApmQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2539
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 2443
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 2433
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2526
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2497
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2513
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2529
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2523
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2501
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2517
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2533
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2491
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2507
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2447
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 2219
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2225
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2237
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2231
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 2290
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 2283
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2348
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2336
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2352
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2365
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2329
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2342
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2358
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2294
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 2557
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestApmQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2563
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2569
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2575
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 2731
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 2723
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2738
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestApmQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2724
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 2631
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 2621
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2698
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2714
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2686
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2702
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2718
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2679
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2692
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2708
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2635
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 2839
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 2832
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2922
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2938
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2954
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2925
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2941
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2957
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2909
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestApmQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2919
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2935
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2951
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2929
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2945
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2897
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2961
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2913
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2890
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2903
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2843
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 4243
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestFormula",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula_expression PowerpackV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4261
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias PowerpackV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4249
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode PowerpackV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4255
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode_options PowerpackV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4267
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#conditional_formats PowerpackV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4273
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4279
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#number_format PowerpackV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4285
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4291
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 2965
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#trend_type PowerpackV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2971
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#y_scale PowerpackV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 2977
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 3023
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 3016
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3062
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3078
          },
          "name": "resetYScale"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3066
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3082
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3056
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3072
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3027
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 3086
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestFormulaConditionalFormats",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#comparator PowerpackV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3092
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3128
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3140
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_bg_color PowerpackV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3098
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_fg_color PowerpackV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3104
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_value PowerpackV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3110
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#image_url PowerpackV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3116
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3122
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeframe PowerpackV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3134
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 3464
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 3456
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3471
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3457
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 3238
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 3228
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3341
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3357
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3373
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3389
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3405
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3434
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3329
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3345
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3361
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3377
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3393
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3409
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3422
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3438
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3451
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3322
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3335
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3351
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3367
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3383
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3399
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3415
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3428
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3444
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3242
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 3475
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestFormulaLimit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#count PowerpackV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3481
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3487
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 3533
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 3526
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3572
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3588
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestFormulaLimitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3576
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3592
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3566
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3582
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3537
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 4592
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 4584
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4599
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestFormulaList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4585
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 4004
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormat",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4010
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_scale PowerpackV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4016
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 4062
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 4055
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4098
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4111
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4114
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4095
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4108
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4102
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4118
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4066
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 3800
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#canonical PowerpackV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3806
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom PowerpackV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3812
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 3596
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#per_unit_name PowerpackV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3602
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3608
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 3654
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 3647
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3693
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3709
          },
          "name": "resetUnitName"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3697
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3713
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3687
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3703
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3658
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 3717
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3723
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 3762
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 3755
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3796
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3789
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3766
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 3858
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 3851
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3894
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3910
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3897
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3913
          },
          "name": "resetCustom"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3891
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3907
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3901
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3917
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3862
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 3921
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3927
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 3966
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 3959
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4000
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3993
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 3970
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 4382
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 4372
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4508
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4524
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4540
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4556
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4572
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4466
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4482
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4511
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4527
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4543
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4559
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4575
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestFormulaOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4505
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4521
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4537
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4553
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4569
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4470
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4486
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4515
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4531
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4499
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4547
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4563
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4579
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4460
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4476
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4492
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4386
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 4122
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestFormulaStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4128
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette_index PowerpackV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4134
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 4180
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 4173
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4219
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4235
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestFormulaStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4239
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4223
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4213
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4229
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4184
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 11669
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 11661
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11676
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11662
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 5279
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestLogQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5285
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5297
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5303
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5309
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5291
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 4603
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestLogQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4609
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4615
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4621
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 4674
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 4667
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4732
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4748
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4720
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4736
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4752
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4713
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4726
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4742
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4678
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 4906
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestLogQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4912
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4918
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4924
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 5083
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 5075
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5090
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestLogQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5076
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 4980
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 4970
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5063
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5034
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5050
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5066
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5060
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5038
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5054
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5070
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5028
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5044
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4984
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 4756
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4762
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4774
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4768
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 4827
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 4820
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4885
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4873
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4889
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4902
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4866
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4879
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4895
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 4831
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 5094
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestLogQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5100
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5106
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5112
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 5268
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 5260
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5275
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestLogQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5261
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 5168
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 5158
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5235
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5251
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5223
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5239
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5255
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5216
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5229
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5245
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5172
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 5376
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 5369
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5459
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5475
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5491
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5462
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5478
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5494
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5446
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestLogQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5456
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5472
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5488
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5466
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5482
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5434
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5498
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5450
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5427
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5440
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5380
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 11324
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 11314
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11553
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11569
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11585
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11601
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11617
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11633
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11649
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11556
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11444
          },
          "name": "resetChangeType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11460
          },
          "name": "resetCompareTo"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11572
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11476
          },
          "name": "resetIncreaseGood"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11588
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11492
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11508
          },
          "name": "resetOrderDir"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11604
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11524
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11620
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11636
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11652
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11540
          },
          "name": "resetShowPresent"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11550
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11566
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11582
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11598
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11614
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11630
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11646
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11560
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11448
          },
          "name": "changeTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11464
          },
          "name": "compareToInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11576
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11480
          },
          "name": "increaseGoodInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11592
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11496
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11512
          },
          "name": "orderDirInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11608
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11528
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11624
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11640
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11656
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11544
          },
          "name": "showPresentInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11438
          },
          "name": "changeType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11454
          },
          "name": "compareTo",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11470
          },
          "name": "increaseGood",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11486
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11502
          },
          "name": "orderDir",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11518
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11534
          },
          "name": "showPresent",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11328
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 5502
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5520
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#filter_by PowerpackV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5508
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5514
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_by PowerpackV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5526
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 5586
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 5579
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5637
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5653
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5682
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5641
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5657
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5670
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5686
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5631
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5647
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5663
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5676
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5590
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 8981
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_dependency_stats_query PowerpackV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8987
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_resource_stats_query PowerpackV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8993
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cloud_cost_query PowerpackV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8999
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_query PowerpackV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9005
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric_query PowerpackV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9011
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9017
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query PowerpackV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9023
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 5690
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5702
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5708
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5720
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5726
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5744
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5750
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5756
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5696
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_upstream PowerpackV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5714
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5732
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5738
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 5865
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 5858
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5958
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6000
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6042
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6058
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5962
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5975
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5988
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6004
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6017
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6030
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6046
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6062
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6075
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6088
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6101
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5952
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5968
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5981
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5994
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6010
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6023
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6036
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6052
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6068
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6081
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6094
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 5869
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 6105
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6117
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6123
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6135
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6165
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6171
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6111
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6129
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6141
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6147
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6153
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6159
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 6280
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 6273
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6373
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6415
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6444
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6460
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6476
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6492
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6377
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6390
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6403
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6419
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6432
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6448
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6464
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6480
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6496
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6509
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6522
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6367
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6383
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6396
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6409
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6425
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6438
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6454
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6470
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6486
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6502
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6515
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6284
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 6526
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestQueryCloudCostQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6544
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6550
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6556
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6532
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6538
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 6623
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 6616
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6680
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6696
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6684
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6700
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6713
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6726
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6739
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6674
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6690
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6706
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6719
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6732
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6627
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 7655
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestQueryEventQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute PowerpackV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7691
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7667
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7679
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7661
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7697
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by_fields PowerpackV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7703
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#indexes PowerpackV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7673
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search PowerpackV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7709
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#storage PowerpackV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7685
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 6743
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6749
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6755
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6761
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 6917
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 6909
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6924
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6910
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 6817
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 6807
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6884
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6900
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6872
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6888
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6904
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6865
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6878
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6894
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6821
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 7081
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7087
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7093
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7099
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 7419
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fields PowerpackV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7425
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7431
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7437
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 7490
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 7483
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7561
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7548
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7564
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7558
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7536
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7552
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7568
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7529
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7542
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7494
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 7266
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7272
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7278
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7284
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 7337
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 7330
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7395
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7411
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7383
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7399
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7415
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7376
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7389
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7405
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7341
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 7255
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 7247
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7262
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7248
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 7155
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 7145
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7235
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7222
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7238
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7232
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7210
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7226
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7242
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7203
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7216
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7159
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 6928
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6934
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6940
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 6946
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 6999
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 6992
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7057
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7073
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7045
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7061
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7077
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7038
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7051
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7067
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7003
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 7804
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 7797
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7956
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7969
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7985
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8001
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7885
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7972
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7988
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7914
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8004
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7943
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7953
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7966
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7982
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7998
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7960
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7889
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7902
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7992
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7976
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7918
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7931
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8008
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7947
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7879
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7895
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7908
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7924
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7937
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7808
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 7572
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestQueryEventQuerySearch",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7578
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 7617
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 7610
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7651
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7644
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 7621
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 9298
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 9290
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9305
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestQueryList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9291
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 8012
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestQueryMetricQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8036
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8042
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8018
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8024
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8030
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#semantic_mode PowerpackV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8048
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 8122
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 8115
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8185
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8201
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8217
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8259
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8189
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8205
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8221
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8234
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8247
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8263
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8179
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8195
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8211
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8227
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8240
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8253
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8126
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 9107
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 9097
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9182
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9198
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9214
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9230
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9246
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9262
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9278
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9185
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9201
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9217
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9233
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9249
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9265
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9281
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9179
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9195
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9211
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9227
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9243
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9259
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9275
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9189
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9205
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9221
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9237
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9253
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9269
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9285
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9111
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 8267
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestQueryProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8285
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8303
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8309
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8273
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8279
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_normalized_cpu PowerpackV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8291
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8297
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8315
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tag_filters PowerpackV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8321
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_filter PowerpackV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8327
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 8429
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 8422
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8516
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8532
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8561
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8577
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8619
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8635
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8651
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8520
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8536
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8549
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8565
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8581
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8594
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8607
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8623
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8639
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8655
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8510
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8526
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8542
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8555
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8571
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8587
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8600
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8613
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8629
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8645
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8433
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 8659
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestQuerySloQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8677
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#measure PowerpackV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8689
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_id PowerpackV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8701
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#additional_query_filters PowerpackV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8665
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8671
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_mode PowerpackV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8683
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8695
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query_type PowerpackV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8707
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 8795
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 8788
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8870
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8886
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8915
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8944
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8973
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8874
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8890
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8903
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8919
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8932
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8948
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8961
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8977
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8864
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8880
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8896
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8909
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8925
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8938
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8954
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8967
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 8799
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 9985
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestRumQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9991
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10003
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10009
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10015
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9997
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 9309
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestRumQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9315
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9321
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9327
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 9380
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 9373
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9438
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9454
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9426
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9442
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9458
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9419
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9432
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9448
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9384
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 9612
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestRumQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9618
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9624
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9630
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 9789
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 9781
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9796
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestRumQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9782
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 9686
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 9676
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9769
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9740
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9756
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9772
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9766
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9744
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9760
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9776
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9734
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9750
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9690
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 9462
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9468
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9480
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9474
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 9533
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 9526
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9591
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9579
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9595
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9608
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9572
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9585
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9601
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9537
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 9800
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestRumQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9806
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9812
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9818
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 9974
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 9966
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9981
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestRumQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9967
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 9874
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 9864
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9941
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9957
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9929
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9945
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9961
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9922
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9935
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9951
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 9878
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 10082
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 10075
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10165
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10181
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10197
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10168
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10184
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10200
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10152
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestRumQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10162
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10178
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10194
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10172
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10188
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10140
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10204
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10156
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10133
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10146
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10086
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 10884
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestSecurityQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10890
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10902
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10908
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10914
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10896
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 10208
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10214
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10220
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10226
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 10279
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 10272
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10337
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10353
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10325
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10341
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10357
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10318
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10331
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10347
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10283
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 10511
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestSecurityQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10517
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10523
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10529
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 10688
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 10680
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10695
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestSecurityQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10681
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 10585
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 10575
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10668
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10639
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10655
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10671
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10665
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10643
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10659
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10675
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10633
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10649
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10589
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 10361
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10367
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10379
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10373
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 10432
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 10425
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10490
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10478
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10494
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10507
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10471
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10484
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10500
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10436
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 10699
      },
      "name": "PowerpackV2WidgetChangeDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10705
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10711
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10717
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 10873
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 10865
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10880
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10866
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 10773
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 10763
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10840
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10856
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10828
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10844
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10860
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10821
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10834
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10850
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10777
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 10981
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 10974
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11064
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11080
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11096
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11067
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11083
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11099
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11051
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionRequestSecurityQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11061
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11077
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11093
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11071
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11087
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11039
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11103
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11055
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11032
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11045
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 10985
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 11910
      },
      "name": "PowerpackV2WidgetChangeDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11916
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11922
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 11680
      },
      "name": "PowerpackV2WidgetChangeDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11686
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11692
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 11738
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 11731
      },
      "name": "PowerpackV2WidgetChangeDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11778
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11791
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11771
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11784
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11742
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 11795
      },
      "name": "PowerpackV2WidgetChangeDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11801
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11807
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 11853
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 11846
      },
      "name": "PowerpackV2WidgetChangeDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11893
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11906
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11886
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11899
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11857
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 11968
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 11961
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12004
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12020
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12007
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12023
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetChangeDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12001
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12017
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12011
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12027
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 11972
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetChangeDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetCheckStatusDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetCheckStatusDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 12748
      },
      "name": "PowerpackV2WidgetCheckStatusDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#check PowerpackV2#check}",
            "stability": "stable",
            "summary": "Name of the check to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12754
          },
          "name": "check",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#grouping PowerpackV2#grouping}",
            "stability": "stable",
            "summary": "The kind of grouping to use. Valid values are `check`, `cluster`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12778
          },
          "name": "grouping",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12760
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group PowerpackV2#group}",
            "stability": "stable",
            "summary": "Group reporting a single check."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12766
          },
          "name": "group",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "When `grouping = \"cluster\"`, indicates a list of tags to use for grouping."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12772
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12784
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12790
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tags PowerpackV2#tags}",
            "stability": "stable",
            "summary": "A list of tags used to filter the groups reporting a cluster check."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12796
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12820
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetCheckStatusDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12802
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12808
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12814
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetCheckStatusDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetCheckStatusDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetCheckStatusDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 12936
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 12929
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13202
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetCheckStatusDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13048
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13064
          },
          "name": "resetGroup"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13080
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13109
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13125
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13141
          },
          "name": "resetTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13205
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13157
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13173
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13189
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetCheckStatusDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13199
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetCheckStatusDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13036
          },
          "name": "checkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13052
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13084
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13097
          },
          "name": "groupingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13068
          },
          "name": "groupInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13113
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13129
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13145
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13209
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetCheckStatusDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13177
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13161
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13193
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13029
          },
          "name": "check",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13042
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13058
          },
          "name": "group",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13074
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13090
          },
          "name": "grouping",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13103
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13119
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13135
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13151
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13167
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13183
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12940
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetCheckStatusDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetCheckStatusDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetCheckStatusDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetCheckStatusDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 12627
      },
      "name": "PowerpackV2WidgetCheckStatusDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12633
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetCheckStatusDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12639
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetCheckStatusDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetCheckStatusDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetCheckStatusDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetCheckStatusDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 12397
      },
      "name": "PowerpackV2WidgetCheckStatusDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12403
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12409
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetCheckStatusDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetCheckStatusDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetCheckStatusDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 12455
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 12448
      },
      "name": "PowerpackV2WidgetCheckStatusDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12495
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12508
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12488
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12501
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12459
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetCheckStatusDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetCheckStatusDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetCheckStatusDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetCheckStatusDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 12512
      },
      "name": "PowerpackV2WidgetCheckStatusDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12518
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12524
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetCheckStatusDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetCheckStatusDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetCheckStatusDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 12570
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 12563
      },
      "name": "PowerpackV2WidgetCheckStatusDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12610
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12623
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12603
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12616
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12574
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetCheckStatusDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetCheckStatusDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetCheckStatusDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetCheckStatusDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 12685
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 12678
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12721
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetCheckStatusDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12737
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetCheckStatusDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12724
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12740
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetCheckStatusDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12718
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetCheckStatusDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12734
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetCheckStatusDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12728
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetCheckStatusDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12744
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetCheckStatusDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 12689
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetCheckStatusDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetCheckStatusDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 24332
      },
      "name": "PowerpackV2WidgetDistributionDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24338
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24344
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#legend_size PowerpackV2#legend_size}",
            "stability": "stable",
            "summary": "The size of the legend displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24350
          },
          "name": "legendSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24356
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#marker PowerpackV2#marker}",
            "stability": "stable",
            "summary": "marker block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24386
          },
          "name": "marker",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#request PowerpackV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24392
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#show_legend PowerpackV2#show_legend}",
            "stability": "stable",
            "summary": "Whether or not to show the legend on this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24362
          },
          "name": "showLegend",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24398
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24368
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24374
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24380
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#xaxis PowerpackV2#xaxis}",
            "stability": "stable",
            "summary": "xaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24404
          },
          "name": "xaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionXaxis"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#yaxis PowerpackV2#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24410
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionMarker": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionMarker",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 13213
      },
      "name": "PowerpackV2WidgetDistributionDefinitionMarker",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be a single value `y = 15` or a range of values `0 < y < 10`. For Distribution widgets with `display_type` set to `percentile`, this should be a numeric percentile value (for example, `90` for P90).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13237
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "For Distribution widgets, this can be set to `percentile`. Example: `error dashed`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#display_type PowerpackV2#display_type}",
            "stability": "stable",
            "summary": "Combination of a severity (`error`, `warning`, `ok`, or `info`) and a line type (`dashed`, `solid`, or `bold`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13219
          },
          "name": "displayType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "Label to display over the marker."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13225
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "Timestamp for the marker position."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13231
          },
          "name": "time",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionMarker"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionMarkerList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionMarkerList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 13422
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 13414
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13429
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionMarkerOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionMarkerList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13415
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionMarkerList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionMarkerOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionMarkerOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 13300
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 13290
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13360
          },
          "name": "resetDisplayType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13376
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13392
          },
          "name": "resetTime"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionMarkerOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13364
          },
          "name": "displayTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13380
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13396
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13409
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13354
          },
          "name": "displayType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13370
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13386
          },
          "name": "time",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13402
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13304
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionMarker"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionMarkerOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 24533
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 24526
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24763
          },
          "name": "putMarker",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionMarker"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24779
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24795
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24811
          },
          "name": "putXaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionXaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24827
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24638
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24654
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24670
          },
          "name": "resetLegendSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24686
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24766
          },
          "name": "resetMarker"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24782
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24702
          },
          "name": "resetShowLegend"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24798
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24718
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24734
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24750
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24814
          },
          "name": "resetXaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24830
          },
          "name": "resetYaxis"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24760
          },
          "name": "marker",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionMarkerList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24776
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24792
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24808
          },
          "name": "xaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionXaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24824
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24642
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24658
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24674
          },
          "name": "legendSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24690
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24770
          },
          "name": "markerInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24786
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24706
          },
          "name": "showLegendInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24802
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24738
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24722
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24754
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24818
          },
          "name": "xaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionXaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24834
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24632
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24648
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24664
          },
          "name": "legendSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24680
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24696
          },
          "name": "showLegend",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24712
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24728
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24744
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24537
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 23096
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequest",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_query PowerpackV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23108
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_stats_query PowerpackV2#apm_stats_query}",
            "stability": "stable",
            "summary": "apm_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23114
          },
          "name": "apmStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula PowerpackV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23120
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#log_query PowerpackV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23126
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23132
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#q PowerpackV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23102
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23138
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#rum_query PowerpackV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23144
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#security_query PowerpackV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23150
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23156
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 14109
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestApmQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14115
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14127
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14133
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14139
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14121
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 13433
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestApmQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13439
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13445
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13451
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 13504
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 13497
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13562
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13578
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13550
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13566
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13582
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13543
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13556
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13572
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13508
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 13736
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestApmQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13742
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13748
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13754
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 13913
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 13905
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13920
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestApmQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13906
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 13810
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 13800
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13893
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13864
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13880
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13896
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13890
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13868
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13884
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13900
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13858
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13874
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13814
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 13586
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13592
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13604
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13598
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 13657
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 13650
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13715
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13703
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13719
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13732
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13696
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13709
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13725
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13661
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 13924
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestApmQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13930
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13936
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 13942
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 14098
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 14090
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14105
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestApmQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14091
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 13998
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 13988
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14065
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14081
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14053
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14069
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14085
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14046
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14059
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14075
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14002
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 14206
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 14199
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14289
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14305
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14321
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14292
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14308
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14324
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14276
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestApmQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14286
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14302
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14318
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14296
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14312
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14264
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14328
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14280
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14257
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14270
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14210
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 14552
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestApmStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "The environment name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14558
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The operation name associated with the service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14564
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag PowerpackV2#primary_tag}",
            "stability": "stable",
            "summary": "The organization's host group name and value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14570
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#row_type PowerpackV2#row_type}",
            "stability": "stable",
            "summary": "The level of detail for the request. Valid values are `service`, `resource`, `span`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14582
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "The service name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14588
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#columns PowerpackV2#columns}",
            "stability": "stable",
            "summary": "columns block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14594
          },
          "name": "columns",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource PowerpackV2#resource}",
            "stability": "stable",
            "summary": "The resource name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14576
          },
          "name": "resource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestApmStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmStatsQueryColumns": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmStatsQueryColumns",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 14332
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestApmStatsQueryColumns",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The column name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14350
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias PowerpackV2#alias}",
            "stability": "stable",
            "summary": "A user-assigned alias for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14338
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode PowerpackV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14344
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14356
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestApmStatsQueryColumns"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmStatsQueryColumnsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmStatsQueryColumnsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 14541
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 14533
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14548
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestApmStatsQueryColumnsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14534
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestApmStatsQueryColumnsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 14419
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 14409
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14479
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14495
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14524
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14483
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14499
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14512
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14528
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14473
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14489
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14505
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14518
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14423
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmStatsQueryColumns"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 14675
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 14668
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14822
          },
          "name": "putColumns",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmStatsQueryColumns"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14825
          },
          "name": "resetColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14783
          },
          "name": "resetResource"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestApmStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14819
          },
          "name": "columns",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmStatsQueryColumnsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14829
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14745
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14758
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14771
          },
          "name": "primaryTagInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14787
          },
          "name": "resourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14800
          },
          "name": "rowTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14813
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14738
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14751
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14764
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14777
          },
          "name": "resource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14793
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14806
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14679
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestApmStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 16111
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestFormula",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula_expression PowerpackV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16129
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias PowerpackV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16117
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode PowerpackV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16123
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode_options PowerpackV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16135
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#conditional_formats PowerpackV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16141
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16147
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#number_format PowerpackV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16153
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16159
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 14833
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#trend_type PowerpackV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14839
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#y_scale PowerpackV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14845
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 14891
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 14884
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14930
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14946
          },
          "name": "resetYScale"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14934
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14950
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14924
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14940
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14895
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 14954
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestFormulaConditionalFormats",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#comparator PowerpackV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14960
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14996
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15008
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_bg_color PowerpackV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14966
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_fg_color PowerpackV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14972
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_value PowerpackV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14978
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#image_url PowerpackV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14984
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 14990
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeframe PowerpackV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15002
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 15332
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 15324
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15339
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15325
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 15106
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 15096
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15209
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15225
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15241
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15257
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15273
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15302
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15197
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15213
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15229
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15245
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15261
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15277
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15290
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15306
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15319
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15190
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15203
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15219
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15235
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15251
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15267
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15283
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15296
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15312
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15110
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 15343
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestFormulaLimit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#count PowerpackV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15349
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15355
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 15401
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 15394
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15440
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15456
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestFormulaLimitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15444
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15460
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15434
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15450
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15405
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 16460
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 16452
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16467
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestFormulaList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16453
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 15872
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormat",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15878
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_scale PowerpackV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15884
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 15930
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 15923
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15966
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15979
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15982
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15963
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15976
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15970
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15986
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15934
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 15668
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#canonical PowerpackV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15674
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom PowerpackV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15680
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 15464
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#per_unit_name PowerpackV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15470
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15476
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 15522
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 15515
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15561
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15577
          },
          "name": "resetUnitName"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15565
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15581
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15555
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15571
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15526
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 15585
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15591
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 15630
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 15623
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15664
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15657
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15634
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 15726
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 15719
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15762
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15778
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15765
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15781
          },
          "name": "resetCustom"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15759
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15775
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15769
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15785
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15730
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 15789
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15795
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 15834
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 15827
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15868
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15861
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15838
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 16250
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 16240
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16376
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16392
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16408
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16424
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16440
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16334
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16350
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16379
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16395
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16411
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16427
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16443
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestFormulaOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16373
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16389
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16405
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16421
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16437
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16338
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16354
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16383
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16399
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16367
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16415
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16431
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16447
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16328
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16344
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16360
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16254
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 15990
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestFormulaStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 15996
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette_index PowerpackV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16002
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 16048
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 16041
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16087
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16103
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestFormulaStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16107
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16091
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16081
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16097
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16052
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 23518
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 23510
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23525
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23511
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 17147
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestLogQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17153
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17165
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17171
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17177
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17159
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 16471
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestLogQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16477
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16483
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16489
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 16542
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 16535
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16600
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16616
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16588
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16604
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16620
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16581
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16594
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16610
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16546
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 16774
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestLogQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16780
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16786
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16792
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 16951
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 16943
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16958
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestLogQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16944
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 16848
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 16838
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16931
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16902
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16918
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16934
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16928
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16906
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16922
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16938
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16896
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16912
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16852
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 16624
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16630
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16642
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16636
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 16695
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 16688
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16753
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16741
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16757
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16770
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16734
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16747
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16763
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16699
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 16962
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestLogQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16968
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16974
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 16980
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 17136
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 17128
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17143
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestLogQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17129
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 17036
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 17026
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17103
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17119
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17091
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17107
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17123
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17084
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17097
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17113
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17040
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 17244
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 17237
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17327
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17343
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17359
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17330
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17346
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17362
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17314
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestLogQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17324
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17340
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17356
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17334
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17350
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17302
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17366
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17318
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17295
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17308
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17248
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 23261
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 23251
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23370
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23386
          },
          "name": "putApmStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23402
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23418
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23434
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23450
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23466
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23482
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23498
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23373
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23389
          },
          "name": "resetApmStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23405
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23421
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23437
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23357
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23453
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23469
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23485
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23501
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23367
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23383
          },
          "name": "apmStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23399
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23415
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23431
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23447
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23463
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23479
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23495
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23377
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23393
          },
          "name": "apmStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestApmStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23409
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23425
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23441
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23361
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23457
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23473
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23489
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23505
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23351
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23265
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 17370
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17388
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#filter_by PowerpackV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17376
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17382
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_by PowerpackV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17394
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 17454
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 17447
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17505
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17521
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17550
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17509
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17525
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17538
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17554
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17499
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17515
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17531
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17544
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17458
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 20849
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_dependency_stats_query PowerpackV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20855
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_resource_stats_query PowerpackV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20861
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cloud_cost_query PowerpackV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20867
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_query PowerpackV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20873
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric_query PowerpackV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20879
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20885
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query PowerpackV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20891
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 17558
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17570
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17576
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17588
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17594
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17612
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17618
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17624
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17564
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_upstream PowerpackV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17582
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17600
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17606
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 17733
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 17726
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17826
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17868
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17910
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17926
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17830
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17843
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17856
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17872
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17885
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17898
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17914
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17930
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17943
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17956
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17969
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17820
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17836
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17849
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17862
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17878
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17891
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17904
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17920
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17936
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17949
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17962
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17737
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 17973
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17985
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17991
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18003
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18033
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18039
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17979
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 17997
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18009
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18015
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18021
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18027
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 18148
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 18141
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18241
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18283
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18312
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18328
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18344
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18360
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18245
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18258
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18271
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18287
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18300
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18316
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18332
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18348
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18364
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18377
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18390
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18235
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18251
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18264
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18277
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18293
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18306
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18322
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18338
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18354
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18370
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18383
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18152
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 18394
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestQueryCloudCostQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18412
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18418
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18424
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18400
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18406
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 18491
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 18484
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18548
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18564
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18552
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18568
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18581
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18594
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18607
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18542
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18558
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18574
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18587
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18600
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18495
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 19523
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestQueryEventQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute PowerpackV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19559
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19535
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19547
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19529
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19565
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by_fields PowerpackV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19571
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#indexes PowerpackV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19541
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search PowerpackV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19577
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#storage PowerpackV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19553
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 18611
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18617
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18623
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18629
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 18785
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 18777
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18792
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18778
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 18685
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 18675
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18752
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18768
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18740
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18756
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18772
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18733
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18746
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18762
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18689
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 18949
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18955
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18961
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18967
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 19287
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fields PowerpackV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19293
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19299
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19305
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 19358
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 19351
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19429
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19416
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19432
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19426
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19404
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19420
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19436
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19397
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19410
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19362
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 19134
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19140
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19146
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19152
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 19205
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 19198
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19263
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19279
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19251
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19267
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19283
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19244
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19257
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19273
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19209
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 19123
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 19115
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19130
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19116
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 19023
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 19013
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19103
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19090
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19106
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19100
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19078
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19094
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19110
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19071
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19084
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19027
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 18796
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18802
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18808
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18814
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 18867
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 18860
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18925
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18941
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18913
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18929
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18945
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18906
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18919
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18935
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 18871
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 19672
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 19665
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19824
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19837
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19853
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19869
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19753
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19840
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19856
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19782
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19872
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19811
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19821
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19834
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19850
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19866
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19828
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19757
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19770
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19860
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19844
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19786
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19799
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19876
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19815
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19747
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19763
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19776
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19792
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19805
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19676
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 19440
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestQueryEventQuerySearch",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19446
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 19485
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 19478
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19519
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19512
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19489
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 21166
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 21158
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21173
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestQueryList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21159
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 19880
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestQueryMetricQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19904
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19910
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19886
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19892
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19898
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#semantic_mode PowerpackV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19916
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 19990
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 19983
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20053
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20069
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20085
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20127
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20057
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20073
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20089
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20102
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20115
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20131
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20047
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20063
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20079
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20095
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20108
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20121
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 19994
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 20975
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 20965
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21050
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21066
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21082
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21098
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21114
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21130
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21146
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21053
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21069
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21085
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21101
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21117
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21133
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21149
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21047
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21063
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21079
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21095
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21111
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21127
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21143
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21057
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21073
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21089
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21105
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21121
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21137
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21153
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20979
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 20135
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestQueryProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20153
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20171
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20177
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20141
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20147
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_normalized_cpu PowerpackV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20159
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20165
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20183
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tag_filters PowerpackV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20189
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_filter PowerpackV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20195
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 20297
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 20290
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20384
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20400
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20429
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20445
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20487
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20503
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20519
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20388
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20404
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20417
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20433
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20449
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20462
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20475
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20491
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20507
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20523
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20378
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20394
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20410
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20423
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20439
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20455
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20468
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20481
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20497
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20513
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20301
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 20527
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestQuerySloQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20545
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#measure PowerpackV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20557
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_id PowerpackV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20569
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#additional_query_filters PowerpackV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20533
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20539
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_mode PowerpackV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20551
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20563
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query_type PowerpackV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20575
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 20663
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 20656
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20738
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20754
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20783
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20812
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20841
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20742
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20758
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20771
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20787
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20800
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20816
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20829
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20845
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20732
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20748
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20764
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20777
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20793
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20806
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20822
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20835
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 20667
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 21853
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestRumQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21859
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21871
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21877
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21883
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21865
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 21177
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestRumQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21183
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21189
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21195
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 21248
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 21241
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21306
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21322
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21294
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21310
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21326
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21287
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21300
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21316
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21252
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 21480
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestRumQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21486
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21492
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21498
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 21657
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 21649
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21664
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestRumQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21650
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 21554
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 21544
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21637
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21608
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21624
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21640
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21634
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21612
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21628
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21644
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21602
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21618
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21558
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 21330
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21336
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21348
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21342
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 21401
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 21394
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21459
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21447
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21463
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21476
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21440
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21453
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21469
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21405
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 21668
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestRumQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21674
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21680
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21686
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 21842
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 21834
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21849
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestRumQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21835
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 21742
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 21732
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21809
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21825
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21797
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21813
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21829
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21790
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21803
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21819
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21746
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 21950
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 21943
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22033
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22049
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22065
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22036
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22052
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22068
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22020
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestRumQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22030
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22046
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22062
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22040
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22056
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22008
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22072
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22024
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22001
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22014
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 21954
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 22752
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestSecurityQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22758
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22770
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22776
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22782
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22764
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 22076
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22082
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22088
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22094
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 22147
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 22140
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22205
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22221
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22193
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22209
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22225
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22186
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22199
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22215
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22151
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 22379
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22385
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22391
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22397
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 22556
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 22548
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22563
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22549
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 22453
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 22443
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22536
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22507
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22523
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22539
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22533
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22511
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22527
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22543
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22501
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22517
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22457
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 22229
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22235
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22247
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22241
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 22300
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 22293
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22358
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22346
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22362
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22375
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22339
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22352
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22368
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22304
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 22567
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22573
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22579
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22585
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 22741
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 22733
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22748
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22734
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 22641
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 22631
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22708
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22724
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22696
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22712
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22728
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22689
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22702
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22718
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22645
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 22849
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 22842
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22932
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22948
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22964
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22935
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22951
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22967
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22919
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22929
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22945
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22961
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22939
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22955
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22907
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22971
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22923
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22900
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22913
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22853
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 22975
      },
      "name": "PowerpackV2WidgetDistributionDefinitionRequestStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order_by PowerpackV2#order_by}",
            "stability": "stable",
            "summary": "How to order series. Valid values are `tags`, `values`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22981
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 22987
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 23033
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 23026
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23072
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23088
          },
          "name": "resetPalette"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionRequestStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23076
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23092
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23066
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23082
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23037
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 23759
      },
      "name": "PowerpackV2WidgetDistributionDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23765
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23771
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 23529
      },
      "name": "PowerpackV2WidgetDistributionDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23535
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23541
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 23587
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 23580
      },
      "name": "PowerpackV2WidgetDistributionDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23627
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23640
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23620
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23633
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23591
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 23644
      },
      "name": "PowerpackV2WidgetDistributionDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23650
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23656
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 23702
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 23695
      },
      "name": "PowerpackV2WidgetDistributionDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23742
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23755
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23735
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23748
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23706
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 23817
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 23810
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23853
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23869
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23856
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23872
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23850
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23866
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23860
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23876
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23821
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionXaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionXaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 23880
      },
      "name": "PowerpackV2WidgetDistributionDefinitionXaxis",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#include_zero PowerpackV2#include_zero}",
            "stability": "stable",
            "summary": "True includes zero."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23886
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "It takes a number, percentile (p90 === 90th percentile), or auto for default behavior.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#max PowerpackV2#max}",
            "stability": "stable",
            "summary": "Specifies maximum value to show on the x-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23892
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "It takes a number, percentile (p90 === 90th percentile), or auto for default behavior.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#min PowerpackV2#min}",
            "stability": "stable",
            "summary": "Specifies minimum value to show on the x-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23898
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#num_buckets PowerpackV2#num_buckets}",
            "stability": "stable",
            "summary": "Number of value buckets to target, also known as the resolution of the value bins."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23904
          },
          "name": "numBuckets",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#scale PowerpackV2#scale}",
            "stability": "stable",
            "summary": "Specifies the scale type. Possible values are `linear`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23910
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionXaxis"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionXaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionXaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 23977
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 23970
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24034
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24050
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24066
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24082
          },
          "name": "resetNumBuckets"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24098
          },
          "name": "resetScale"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionXaxisOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24038
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24054
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24070
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24086
          },
          "name": "numBucketsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24102
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24028
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24044
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24060
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24076
          },
          "name": "numBuckets",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24092
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 23981
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionXaxis"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionXaxisOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 24106
      },
      "name": "PowerpackV2WidgetDistributionDefinitionYaxis",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#include_zero PowerpackV2#include_zero}",
            "stability": "stable",
            "summary": "True includes zero."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24112
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24118
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#max PowerpackV2#max}",
            "stability": "stable",
            "summary": "Specifies the maximum value to show on the y-axis. It takes a number, or auto for default behavior."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24124
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#min PowerpackV2#min}",
            "stability": "stable",
            "summary": "Specifies minimum value to show on the y-axis. It takes a number, or auto for default behavior."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24130
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#scale PowerpackV2#scale}",
            "stability": "stable",
            "summary": "Specifies the scale type. Possible values are `linear` or `log`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24136
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionYaxis"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 24203
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 24196
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24260
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24276
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24292
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24308
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24324
          },
          "name": "resetScale"
        }
      ],
      "name": "PowerpackV2WidgetDistributionDefinitionYaxisOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24264
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24280
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24296
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24312
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24328
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24254
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24270
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24286
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24302
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24318
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24207
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetDistributionDefinitionYaxisOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventStreamDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventStreamDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 247
      },
      "name": "PowerpackV2WidgetEventStreamDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query to filter the event stream with."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 277
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 253
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_size PowerpackV2#event_size}",
            "stability": "stable",
            "summary": "Size to use to display an event. Valid values are `s`, `l`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 259
          },
          "name": "eventSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 265
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 271
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tags_execution PowerpackV2#tags_execution}",
            "stability": "stable",
            "summary": "The execution method for multi-value filters, options: `and` or `or`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 283
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 307
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventStreamDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 289
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 295
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 301
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetEventStreamDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventStreamDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventStreamDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 409
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 402
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 634
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventStreamDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 496
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 512
          },
          "name": "resetEventSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 528
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 544
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 573
          },
          "name": "resetTagsExecution"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 637
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 589
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 605
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 621
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetEventStreamDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 631
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventStreamDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 500
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 516
          },
          "name": "eventSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 532
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 548
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 561
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 577
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 641
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventStreamDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 609
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 593
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 625
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 490
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 506
          },
          "name": "eventSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 522
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 538
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 554
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 567
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 583
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 599
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 615
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 413
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventStreamDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetEventStreamDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventStreamDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventStreamDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 126
      },
      "name": "PowerpackV2WidgetEventStreamDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 132
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventStreamDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 138
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventStreamDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetEventStreamDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventStreamDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventStreamDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 24838
      },
      "name": "PowerpackV2WidgetEventStreamDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24844
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24850
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetEventStreamDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventStreamDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventStreamDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs0.ts",
          "line": 24896
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs0.ts",
        "line": 24889
      },
      "name": "PowerpackV2WidgetEventStreamDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24936
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24949
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24929
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24942
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs0.ts",
            "line": 24900
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventStreamDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs0:PowerpackV2WidgetEventStreamDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventStreamDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventStreamDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 11
      },
      "name": "PowerpackV2WidgetEventStreamDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetEventStreamDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventStreamDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventStreamDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 69
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 62
      },
      "name": "PowerpackV2WidgetEventStreamDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 109
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 122
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 102
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 115
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 73
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventStreamDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetEventStreamDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventStreamDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventStreamDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 184
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 177
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 220
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventStreamDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 236
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventStreamDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 223
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 239
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetEventStreamDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 217
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventStreamDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 233
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventStreamDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 227
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventStreamDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 243
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventStreamDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 188
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventStreamDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetEventStreamDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventTimelineDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventTimelineDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 996
      },
      "name": "PowerpackV2WidgetEventTimelineDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query to filter the event timeline with."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1020
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1002
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1008
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1014
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tags_execution PowerpackV2#tags_execution}",
            "stability": "stable",
            "summary": "The execution method for multi-value filters, options: `and` or `or`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1026
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1050
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventTimelineDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1032
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1038
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1044
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetEventTimelineDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventTimelineDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventTimelineDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 1145
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 1138
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1348
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventTimelineDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1226
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1242
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1258
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1287
          },
          "name": "resetTagsExecution"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1351
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1303
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1319
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1335
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetEventTimelineDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1345
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventTimelineDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1230
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1246
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1262
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1275
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1291
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1355
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventTimelineDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1323
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1307
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1339
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1220
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1236
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1252
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1268
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1281
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1297
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1313
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1329
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1149
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventTimelineDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetEventTimelineDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventTimelineDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventTimelineDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 875
      },
      "name": "PowerpackV2WidgetEventTimelineDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 881
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventTimelineDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 887
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventTimelineDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetEventTimelineDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventTimelineDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventTimelineDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 645
      },
      "name": "PowerpackV2WidgetEventTimelineDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 651
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 657
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetEventTimelineDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventTimelineDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventTimelineDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 703
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 696
      },
      "name": "PowerpackV2WidgetEventTimelineDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 743
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 756
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 736
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 749
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 707
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventTimelineDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetEventTimelineDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventTimelineDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventTimelineDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 760
      },
      "name": "PowerpackV2WidgetEventTimelineDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 766
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 772
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetEventTimelineDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventTimelineDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventTimelineDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 818
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 811
      },
      "name": "PowerpackV2WidgetEventTimelineDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 858
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 871
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 851
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 864
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 822
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventTimelineDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetEventTimelineDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventTimelineDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventTimelineDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 933
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 926
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 969
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventTimelineDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 985
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventTimelineDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 972
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 988
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetEventTimelineDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 966
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventTimelineDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 982
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventTimelineDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 976
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventTimelineDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 992
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventTimelineDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 937
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventTimelineDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetEventTimelineDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFreeTextDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFreeTextDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 1710
      },
      "name": "PowerpackV2WidgetFreeTextDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text PowerpackV2#text}",
            "stability": "stable",
            "summary": "The text to display in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1752
          },
          "name": "text",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#background_color PowerpackV2#background_color}",
            "stability": "stable",
            "summary": "The background color of the text widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1716
          },
          "name": "backgroundColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#color PowerpackV2#color}",
            "stability": "stable",
            "summary": "The color of the text in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1722
          },
          "name": "color",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1728
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#font_size PowerpackV2#font_size}",
            "stability": "stable",
            "summary": "The size of the text in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1734
          },
          "name": "fontSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1740
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1746
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_align PowerpackV2#text_align}",
            "stability": "stable",
            "summary": "The alignment of the text in the widget. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1758
          },
          "name": "textAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1782
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFreeTextDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1764
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1770
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1776
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetFreeTextDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFreeTextDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFreeTextDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 1898
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 1891
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2167
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFreeTextDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1997
          },
          "name": "resetBackgroundColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2013
          },
          "name": "resetColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2029
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2045
          },
          "name": "resetFontSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2061
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2077
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2106
          },
          "name": "resetTextAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2170
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2122
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2138
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2154
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetFreeTextDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2164
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFreeTextDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2001
          },
          "name": "backgroundColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2017
          },
          "name": "colorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2033
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2049
          },
          "name": "fontSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2065
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2081
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2110
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2094
          },
          "name": "textInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2174
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFreeTextDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2142
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2126
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2158
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1991
          },
          "name": "backgroundColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2007
          },
          "name": "color",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2023
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2039
          },
          "name": "fontSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2055
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2071
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2087
          },
          "name": "text",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2100
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2116
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2132
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2148
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1902
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFreeTextDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetFreeTextDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFreeTextDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFreeTextDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 1589
      },
      "name": "PowerpackV2WidgetFreeTextDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1595
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFreeTextDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1601
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFreeTextDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetFreeTextDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFreeTextDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFreeTextDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 1359
      },
      "name": "PowerpackV2WidgetFreeTextDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1365
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1371
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetFreeTextDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFreeTextDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFreeTextDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 1417
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 1410
      },
      "name": "PowerpackV2WidgetFreeTextDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1457
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1470
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1450
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1463
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1421
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFreeTextDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetFreeTextDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFreeTextDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFreeTextDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 1474
      },
      "name": "PowerpackV2WidgetFreeTextDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1480
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1486
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetFreeTextDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFreeTextDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFreeTextDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 1532
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 1525
      },
      "name": "PowerpackV2WidgetFreeTextDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1572
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1585
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1565
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1578
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1536
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFreeTextDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetFreeTextDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFreeTextDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFreeTextDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 1647
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 1640
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1683
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFreeTextDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1699
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFreeTextDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1686
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1702
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetFreeTextDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1680
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFreeTextDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1696
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFreeTextDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1690
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFreeTextDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1706
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFreeTextDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 1651
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFreeTextDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetFreeTextDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 2909
      },
      "name": "PowerpackV2WidgetFunnelDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2915
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2921
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2927
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#request PowerpackV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2951
          },
          "name": "request",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionRequest"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2957
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2933
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2939
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2945
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetFunnelDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 3045
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 3038
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3213
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionRequest"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3229
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3120
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3136
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3152
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3216
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3232
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3168
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3184
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3200
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetFunnelDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3210
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionRequestOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3226
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3124
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3140
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3156
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3220
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionRequest"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3236
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3188
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3172
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3204
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3114
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3130
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3146
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3162
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3178
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3194
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3049
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetFunnelDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 2475
      },
      "name": "PowerpackV2WidgetFunnelDefinitionRequest",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2481
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionRequestQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetFunnelDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 2520
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 2513
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2550
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionRequestQuery"
              }
            }
          ]
        }
      ],
      "name": "PowerpackV2WidgetFunnelDefinitionRequestOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2547
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionRequestQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2554
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionRequestQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2524
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionRequest"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetFunnelDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 2325
      },
      "name": "PowerpackV2WidgetFunnelDefinitionRequestQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for funnel queries. Valid values are `rum`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2331
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query_string PowerpackV2#query_string}",
            "stability": "stable",
            "summary": "The widget query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2337
          },
          "name": "queryString",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#step PowerpackV2#step}",
            "stability": "stable",
            "summary": "step block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2343
          },
          "name": "step",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionRequestQueryStep"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetFunnelDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 2396
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 2389
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2464
          },
          "name": "putStep",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionRequestQueryStep"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2467
          },
          "name": "resetStep"
        }
      ],
      "name": "PowerpackV2WidgetFunnelDefinitionRequestQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2461
          },
          "name": "step",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionRequestQueryStepList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2442
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2455
          },
          "name": "queryStringInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2471
          },
          "name": "stepInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionRequestQueryStep"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2435
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2448
          },
          "name": "queryString",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2400
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionRequestQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetFunnelDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionRequestQueryStep": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionRequestQueryStep",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 2178
      },
      "name": "PowerpackV2WidgetFunnelDefinitionRequestQueryStep",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet of the step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2184
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "The value of the step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2190
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetFunnelDefinitionRequestQueryStep"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionRequestQueryStepList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionRequestQueryStepList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 2314
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 2306
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2321
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionRequestQueryStepOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetFunnelDefinitionRequestQueryStepList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2307
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionRequestQueryStep"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetFunnelDefinitionRequestQueryStepList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionRequestQueryStepOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionRequestQueryStepOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 2239
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 2229
      },
      "name": "PowerpackV2WidgetFunnelDefinitionRequestQueryStepOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2288
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2301
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2281
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2294
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2243
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionRequestQueryStep"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetFunnelDefinitionRequestQueryStepOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 2788
      },
      "name": "PowerpackV2WidgetFunnelDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2794
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2800
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetFunnelDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 2558
      },
      "name": "PowerpackV2WidgetFunnelDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2564
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2570
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetFunnelDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 2616
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 2609
      },
      "name": "PowerpackV2WidgetFunnelDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2656
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2669
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2649
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2662
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2620
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetFunnelDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 2673
      },
      "name": "PowerpackV2WidgetFunnelDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2679
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2685
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetFunnelDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 2731
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 2724
      },
      "name": "PowerpackV2WidgetFunnelDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2771
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2784
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2764
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2777
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2735
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetFunnelDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 2846
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 2839
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2882
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2898
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2885
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2901
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetFunnelDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2879
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2895
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2889
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2905
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 2850
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetFunnelDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 11325
      },
      "name": "PowerpackV2WidgetGeomapDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_link PowerpackV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11367
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11331
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11337
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11343
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#request PowerpackV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11373
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11379
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionStyle"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11385
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11349
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11355
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11361
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#view PowerpackV2#view}",
            "stability": "stable",
            "summary": "view block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11391
          },
          "name": "view",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionView"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 3240
      },
      "name": "PowerpackV2WidgetGeomapDefinitionCustomLink",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_hidden PowerpackV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3246
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3252
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#link PowerpackV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3258
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#override_label PowerpackV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3264
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 3452
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 3444
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3459
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionCustomLinkList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3445
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 3327
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 3317
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3387
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3403
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3419
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3435
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionCustomLinkOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3391
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3407
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3423
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3439
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3381
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3397
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3413
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3429
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3331
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 11500
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 11493
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11686
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11702
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11718
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11734
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11750
          },
          "name": "putView",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionView"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11689
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11593
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11609
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11625
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11705
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11721
          },
          "name": "resetStyle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11737
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11641
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11657
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11673
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11753
          },
          "name": "resetView"
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11683
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11699
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11715
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11731
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11747
          },
          "name": "view",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionViewOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11693
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11597
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11613
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11629
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11709
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11725
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11741
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11661
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11645
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11677
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11757
          },
          "name": "viewInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionView"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11587
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11603
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11619
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11635
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11651
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11667
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11504
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 10518
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequest",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula PowerpackV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10530
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#log_query PowerpackV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10536
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#q PowerpackV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10524
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10542
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#rum_query PowerpackV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10548
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 4741
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequestFormula",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula_expression PowerpackV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4759
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias PowerpackV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4747
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode PowerpackV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4753
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode_options PowerpackV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4765
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#conditional_formats PowerpackV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4771
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4777
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#number_format PowerpackV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4783
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4789
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 3463
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#trend_type PowerpackV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3469
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#y_scale PowerpackV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3475
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 3521
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 3514
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3560
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3576
          },
          "name": "resetYScale"
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3564
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3580
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3554
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3570
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3525
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 3584
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequestFormulaConditionalFormats",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#comparator PowerpackV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3590
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3626
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3638
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_bg_color PowerpackV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3596
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_fg_color PowerpackV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3602
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_value PowerpackV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3608
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#image_url PowerpackV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3614
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3620
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeframe PowerpackV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3632
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 3962
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 3954
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3969
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3955
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 3736
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 3726
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3839
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3855
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3871
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3887
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3903
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3932
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3827
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3843
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3859
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3875
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3891
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3907
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3920
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3936
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3949
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3820
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3833
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3849
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3865
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3881
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3897
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3913
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3926
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3942
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3740
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 3973
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequestFormulaLimit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#count PowerpackV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3979
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 3985
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 4031
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 4024
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4070
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4086
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestFormulaLimitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4074
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4090
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4064
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4080
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4035
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 5090
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 5082
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5097
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestFormulaList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5083
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 4502
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormat",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4508
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_scale PowerpackV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4514
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 4560
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 4553
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4596
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4609
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4612
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4593
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4606
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4600
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4616
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4564
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 4298
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#canonical PowerpackV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4304
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom PowerpackV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4310
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 4094
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#per_unit_name PowerpackV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4100
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4106
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 4152
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 4145
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4191
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4207
          },
          "name": "resetUnitName"
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4195
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4211
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4185
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4201
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4156
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 4215
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4221
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 4260
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 4253
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4294
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4287
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4264
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 4356
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 4349
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4392
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4408
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4395
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4411
          },
          "name": "resetCustom"
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4389
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4405
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4399
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4415
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4360
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 4419
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4425
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 4464
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 4457
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4498
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4491
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4468
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 4880
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 4870
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5006
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5022
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5038
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5054
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5070
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4964
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4980
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5009
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5025
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5041
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5057
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5073
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestFormulaOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5003
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5019
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5035
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5051
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5067
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4968
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4984
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5013
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5029
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4997
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5045
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5061
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5077
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4958
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4974
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4990
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4884
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 4620
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequestFormulaStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4626
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette_index PowerpackV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4632
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 4678
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 4671
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4717
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4733
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestFormulaStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4737
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4721
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4711
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4727
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 4682
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 10765
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 10757
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10772
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10758
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 5777
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequestLogQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5783
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5795
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5801
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5807
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5789
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 5101
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequestLogQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5107
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5113
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5119
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 5172
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 5165
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5230
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5246
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5218
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5234
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5250
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5211
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5224
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5240
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5176
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 5404
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequestLogQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5410
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5416
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5422
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 5581
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 5573
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5588
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestLogQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5574
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 5478
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 5468
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5561
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5532
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5548
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5564
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5558
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5536
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5552
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5568
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5526
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5542
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5482
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 5254
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5260
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5272
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5266
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 5325
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 5318
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5383
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5371
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5387
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5400
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5364
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5377
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5393
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5329
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 5592
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequestLogQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5598
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5604
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5610
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 5766
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 5758
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5773
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestLogQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5759
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 5666
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 5656
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5733
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5749
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5721
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5737
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5753
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5714
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5727
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5743
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5670
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 5874
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 5867
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5957
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5973
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5989
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5960
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5976
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5992
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5944
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestLogQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5954
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5970
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5986
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5964
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5980
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5932
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5996
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5948
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5925
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5938
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 5878
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 10618
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 10608
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10697
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10713
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10729
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10745
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10700
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10716
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10684
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10732
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10748
          },
          "name": "resetRumQuery"
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10694
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10710
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10726
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10742
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10704
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10720
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10688
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10736
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10752
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10678
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10622
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 9291
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequestQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_dependency_stats_query PowerpackV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9297
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_resource_stats_query PowerpackV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9303
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cloud_cost_query PowerpackV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9309
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_query PowerpackV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9315
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric_query PowerpackV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9321
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9327
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query PowerpackV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9333
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 6000
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6012
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6018
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6030
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6036
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6054
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6060
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6066
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6006
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_upstream PowerpackV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6024
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6042
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6048
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 6175
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 6168
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6268
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6310
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6352
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6368
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6272
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6285
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6298
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6314
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6327
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6340
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6356
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6372
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6385
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6398
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6411
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6262
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6278
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6291
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6304
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6320
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6333
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6346
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6362
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6378
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6391
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6404
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6179
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 6415
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6427
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6433
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6445
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6475
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6481
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6421
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6439
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6451
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6457
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6463
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6469
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 6590
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 6583
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6683
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6725
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6754
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6770
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6786
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6802
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6687
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6700
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6713
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6729
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6742
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6758
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6774
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6790
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6806
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6819
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6832
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6677
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6693
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6706
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6719
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6735
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6748
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6764
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6780
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6796
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6812
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6825
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6594
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 6836
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequestQueryCloudCostQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6854
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6860
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6866
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6842
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6848
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 6933
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 6926
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6990
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7006
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6994
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7010
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7023
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7036
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7049
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6984
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7000
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7016
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7029
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7042
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 6937
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 7965
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequestQueryEventQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute PowerpackV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8001
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7977
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7989
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7971
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8007
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by_fields PowerpackV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8013
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#indexes PowerpackV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7983
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search PowerpackV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8019
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#storage PowerpackV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7995
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 7053
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7059
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7065
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7071
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 7227
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 7219
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7234
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7220
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 7127
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 7117
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7194
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7210
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7182
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7198
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7214
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7175
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7188
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7204
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7131
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 7391
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7397
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7403
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7409
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 7729
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fields PowerpackV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7735
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7741
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7747
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 7800
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 7793
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7871
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7858
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7874
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7868
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7846
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7862
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7878
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7839
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7852
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7804
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 7576
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7582
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7588
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7594
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 7647
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 7640
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7705
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7721
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7693
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7709
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7725
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7686
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7699
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7715
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7651
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 7565
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 7557
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7572
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7558
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 7465
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 7455
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7545
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7532
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7548
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7542
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7520
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7536
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7552
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7513
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7526
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7469
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 7238
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7244
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7250
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7256
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 7309
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 7302
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7367
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7383
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7355
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7371
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7387
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7348
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7361
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7377
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7313
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 8114
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 8107
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8266
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8279
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8295
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8311
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8195
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8282
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8298
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8224
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8314
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8253
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8263
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8276
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8292
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8308
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8270
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8199
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8212
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8302
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8286
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8228
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8241
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8318
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8257
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8189
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8205
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8218
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8234
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8247
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8118
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 7882
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequestQueryEventQuerySearch",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7888
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 7927
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 7920
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7961
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7954
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 7931
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 9608
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 9600
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9615
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestQueryList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9601
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 8322
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequestQueryMetricQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8346
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8352
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8328
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8334
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8340
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#semantic_mode PowerpackV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8358
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 8432
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 8425
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8495
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8511
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8527
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8569
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8499
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8515
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8531
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8544
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8557
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8573
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8489
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8505
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8521
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8537
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8550
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8563
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8436
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 9417
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 9407
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9492
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9508
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9524
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9540
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9556
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9572
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9588
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9495
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9511
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9527
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9543
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9559
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9575
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9591
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9489
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9505
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9521
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9537
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9553
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9569
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9585
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9499
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9515
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9531
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9547
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9563
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9579
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9595
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9421
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 8577
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequestQueryProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8595
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8613
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8619
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8583
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8589
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_normalized_cpu PowerpackV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8601
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8607
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8625
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tag_filters PowerpackV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8631
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_filter PowerpackV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8637
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 8739
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 8732
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8826
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8842
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8871
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8887
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8929
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8945
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8961
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8830
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8846
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8859
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8875
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8891
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8904
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8917
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8933
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8949
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8965
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8820
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8836
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8852
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8865
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8881
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8897
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8910
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8923
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8939
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8955
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8743
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 8969
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequestQuerySloQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8987
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#measure PowerpackV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8999
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_id PowerpackV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9011
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#additional_query_filters PowerpackV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8975
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8981
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_mode PowerpackV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 8993
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9005
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query_type PowerpackV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9017
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 9105
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 9098
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9180
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9196
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9225
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9254
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9283
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9184
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9200
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9213
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9229
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9242
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9258
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9271
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9287
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9174
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9190
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9206
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9219
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9235
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9248
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9264
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9277
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9109
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 10295
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequestRumQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10301
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10313
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10319
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10325
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10307
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 9619
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequestRumQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9625
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9631
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9637
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 9690
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 9683
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9748
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9764
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9736
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9752
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9768
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9729
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9742
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9758
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9694
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 9922
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequestRumQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9928
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9934
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9940
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 10099
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 10091
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10106
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestRumQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10092
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 9996
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 9986
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10079
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10050
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10066
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10082
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10076
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10054
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10070
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10086
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10044
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10060
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10000
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 9772
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9778
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9790
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9784
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 9843
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 9836
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9901
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9889
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9905
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9918
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9882
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9895
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9911
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 9847
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 10110
      },
      "name": "PowerpackV2WidgetGeomapDefinitionRequestRumQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10116
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10122
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10128
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 10284
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 10276
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10291
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestRumQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10277
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 10184
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 10174
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10251
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10267
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10239
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10255
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10271
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10232
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10245
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10261
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10188
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 10392
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 10385
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10475
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10491
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10507
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10478
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10494
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10510
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10462
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionRequestRumQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10472
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10488
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10504
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10482
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10498
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10450
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10514
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10466
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10443
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10456
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10396
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 10776
      },
      "name": "PowerpackV2WidgetGeomapDefinitionStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply to the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10782
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette_flip PowerpackV2#palette_flip}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to flip the palette tones."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10788
          },
          "name": "paletteFlip",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 10834
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 10827
      },
      "name": "PowerpackV2WidgetGeomapDefinitionStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10887
          },
          "name": "paletteFlipInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10874
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10867
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10880
          },
          "name": "paletteFlip",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10838
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 11121
      },
      "name": "PowerpackV2WidgetGeomapDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11127
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11133
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 10891
      },
      "name": "PowerpackV2WidgetGeomapDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10897
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10903
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 10949
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 10942
      },
      "name": "PowerpackV2WidgetGeomapDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10989
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11002
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10982
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10995
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 10953
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 11006
      },
      "name": "PowerpackV2WidgetGeomapDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11012
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11018
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 11064
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 11057
      },
      "name": "PowerpackV2WidgetGeomapDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11104
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11117
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11097
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11110
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11068
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 11179
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 11172
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11215
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11231
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11218
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11234
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetGeomapDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11212
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11228
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11222
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11238
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11183
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionView": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionView",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 11242
      },
      "name": "PowerpackV2WidgetGeomapDefinitionView",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#focus PowerpackV2#focus}",
            "stability": "stable",
            "summary": "The 2-letter ISO code of a country to focus the map on, or `WORLD` for global view, or a region (`EMEA`, `APAC`, `LATAM`), or a continent (`NORTH_AMERICA`, `SOUTH_AMERICA`, `EUROPE`, `AFRICA`, `ASIA`, `OCEANIA`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11248
          },
          "name": "focus",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionView"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionViewOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionViewOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 11287
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 11280
      },
      "name": "PowerpackV2WidgetGeomapDefinitionViewOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11321
          },
          "name": "focusInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11314
          },
          "name": "focus",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11291
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionView"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGeomapDefinitionViewOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 19212
      },
      "name": "PowerpackV2WidgetGroupDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#layout_type PowerpackV2#layout_type}",
            "stability": "stable",
            "summary": "The layout type of the group. Valid values are `ordered`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19242
          },
          "name": "layoutType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#background_color PowerpackV2#background_color}",
            "stability": "stable",
            "summary": "The background color of the group title, options: `vivid_blue`, `vivid_purple`, `vivid_pink`, `vivid_orange`, `vivid_yellow`, `vivid_green`, `blue`, `purple`, `pink`, `orange`, `yellow`, `green`, `gray` or `white`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19218
          },
          "name": "backgroundColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#banner_img PowerpackV2#banner_img}",
            "stability": "stable",
            "summary": "The image URL to display as a banner for the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19224
          },
          "name": "bannerImg",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19230
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19236
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19248
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#show_title PowerpackV2#show_title}",
            "stability": "stable",
            "summary": "Whether to show the title or not. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19254
          },
          "name": "showTitle",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19278
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19260
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19266
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19272
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#widget PowerpackV2#widget}",
            "stability": "stable",
            "summary": "widget block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19284
          },
          "name": "widget",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidget"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 19400
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 19393
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19653
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19669
          },
          "name": "putWidget",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidget"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19499
          },
          "name": "resetBackgroundColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19515
          },
          "name": "resetBannerImg"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19531
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19547
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19576
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19592
          },
          "name": "resetShowTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19656
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19608
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19624
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19640
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19672
          },
          "name": "resetWidget"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19650
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19666
          },
          "name": "widget",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19503
          },
          "name": "backgroundColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19519
          },
          "name": "bannerImgInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19535
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19551
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19564
          },
          "name": "layoutTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19580
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19596
          },
          "name": "showTitleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19660
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19628
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19612
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19644
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19676
          },
          "name": "widgetInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidget"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19493
          },
          "name": "backgroundColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19509
          },
          "name": "bannerImg",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19525
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19541
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19557
          },
          "name": "layoutType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19570
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19586
          },
          "name": "showTitle",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19602
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19618
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19634
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19404
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 11991
      },
      "name": "PowerpackV2WidgetGroupDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11997
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12003
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 11761
      },
      "name": "PowerpackV2WidgetGroupDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11767
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11773
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 11819
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 11812
      },
      "name": "PowerpackV2WidgetGroupDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11859
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11872
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11852
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11865
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11823
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 11876
      },
      "name": "PowerpackV2WidgetGroupDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11882
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11888
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 11934
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 11927
      },
      "name": "PowerpackV2WidgetGroupDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11974
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11987
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11967
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11980
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 11938
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 12049
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 12042
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12085
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12101
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12088
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12104
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12082
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12098
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12092
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12108
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12053
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidget": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidget",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 17971
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidget",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alert_graph_definition PowerpackV2#alert_graph_definition}",
            "stability": "stable",
            "summary": "alert_graph_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17986
          },
          "name": "alertGraphDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alert_value_definition PowerpackV2#alert_value_definition}",
            "stability": "stable",
            "summary": "alert_value_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17992
          },
          "name": "alertValueDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#change_definition PowerpackV2#change_definition}",
            "stability": "stable",
            "summary": "change_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17998
          },
          "name": "changeDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#check_status_definition PowerpackV2#check_status_definition}",
            "stability": "stable",
            "summary": "check_status_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18004
          },
          "name": "checkStatusDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#distribution_definition PowerpackV2#distribution_definition}",
            "stability": "stable",
            "summary": "distribution_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18010
          },
          "name": "distributionDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_stream_definition PowerpackV2#event_stream_definition}",
            "stability": "stable",
            "summary": "event_stream_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18016
          },
          "name": "eventStreamDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_timeline_definition PowerpackV2#event_timeline_definition}",
            "stability": "stable",
            "summary": "event_timeline_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18022
          },
          "name": "eventTimelineDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#free_text_definition PowerpackV2#free_text_definition}",
            "stability": "stable",
            "summary": "free_text_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18028
          },
          "name": "freeTextDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#funnel_definition PowerpackV2#funnel_definition}",
            "stability": "stable",
            "summary": "funnel_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18034
          },
          "name": "funnelDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#geomap_definition PowerpackV2#geomap_definition}",
            "stability": "stable",
            "summary": "geomap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18040
          },
          "name": "geomapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#heatmap_definition PowerpackV2#heatmap_definition}",
            "stability": "stable",
            "summary": "heatmap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18046
          },
          "name": "heatmapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hostmap_definition PowerpackV2#hostmap_definition}",
            "stability": "stable",
            "summary": "hostmap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18052
          },
          "name": "hostmapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#id PowerpackV2#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "The ID of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17980
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#iframe_definition PowerpackV2#iframe_definition}",
            "stability": "stable",
            "summary": "iframe_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18058
          },
          "name": "iframeDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetIframeDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#image_definition PowerpackV2#image_definition}",
            "stability": "stable",
            "summary": "image_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18064
          },
          "name": "imageDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetImageDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#list_stream_definition PowerpackV2#list_stream_definition}",
            "stability": "stable",
            "summary": "list_stream_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18070
          },
          "name": "listStreamDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#log_stream_definition PowerpackV2#log_stream_definition}",
            "stability": "stable",
            "summary": "log_stream_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18076
          },
          "name": "logStreamDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#manage_status_definition PowerpackV2#manage_status_definition}",
            "stability": "stable",
            "summary": "manage_status_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18082
          },
          "name": "manageStatusDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#note_definition PowerpackV2#note_definition}",
            "stability": "stable",
            "summary": "note_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18088
          },
          "name": "noteDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetNoteDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query_table_definition PowerpackV2#query_table_definition}",
            "stability": "stable",
            "summary": "query_table_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18094
          },
          "name": "queryTableDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query_value_definition PowerpackV2#query_value_definition}",
            "stability": "stable",
            "summary": "query_value_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18100
          },
          "name": "queryValueDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#run_workflow_definition PowerpackV2#run_workflow_definition}",
            "stability": "stable",
            "summary": "run_workflow_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18106
          },
          "name": "runWorkflowDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#scatterplot_definition PowerpackV2#scatterplot_definition}",
            "stability": "stable",
            "summary": "scatterplot_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18112
          },
          "name": "scatterplotDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service_level_objective_definition PowerpackV2#service_level_objective_definition}",
            "stability": "stable",
            "summary": "service_level_objective_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18118
          },
          "name": "serviceLevelObjectiveDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#servicemap_definition PowerpackV2#servicemap_definition}",
            "stability": "stable",
            "summary": "servicemap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18124
          },
          "name": "servicemapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_list_definition PowerpackV2#slo_list_definition}",
            "stability": "stable",
            "summary": "slo_list_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18130
          },
          "name": "sloListDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sunburst_definition PowerpackV2#sunburst_definition}",
            "stability": "stable",
            "summary": "sunburst_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18136
          },
          "name": "sunburstDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeseries_definition PowerpackV2#timeseries_definition}",
            "stability": "stable",
            "summary": "timeseries_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18142
          },
          "name": "timeseriesDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#toplist_definition PowerpackV2#toplist_definition}",
            "stability": "stable",
            "summary": "toplist_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18148
          },
          "name": "toplistDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#topology_map_definition PowerpackV2#topology_map_definition}",
            "stability": "stable",
            "summary": "topology_map_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18154
          },
          "name": "topologyMapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#trace_service_definition PowerpackV2#trace_service_definition}",
            "stability": "stable",
            "summary": "trace_service_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18160
          },
          "name": "traceServiceDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#treemap_definition PowerpackV2#treemap_definition}",
            "stability": "stable",
            "summary": "treemap_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18166
          },
          "name": "treemapDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#widget_layout PowerpackV2#widget_layout}",
            "stability": "stable",
            "summary": "widget_layout block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18172
          },
          "name": "widgetLayout",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetWidgetLayout"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidget"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 12463
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alert_id PowerpackV2#alert_id}",
            "stability": "stable",
            "summary": "The ID of the monitor used by the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12469
          },
          "name": "alertId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#viz_type PowerpackV2#viz_type}",
            "stability": "stable",
            "summary": "Whether to display the Alert Graph as a timeseries or a top list. Valid values are `timeseries`, `toplist`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12511
          },
          "name": "vizType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12475
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12481
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12487
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12517
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12493
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12499
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12505
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 12612
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 12605
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12812
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12706
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12722
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12738
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12815
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12754
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12770
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12786
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12809
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12694
          },
          "name": "alertIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12710
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12726
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12742
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12819
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12774
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12758
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12790
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12803
          },
          "name": "vizTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12687
          },
          "name": "alertId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12700
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12716
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12732
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12748
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12764
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12780
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12796
          },
          "name": "vizType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12616
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 12342
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12348
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12354
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 12112
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12118
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12124
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 12170
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 12163
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12210
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12223
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12203
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12216
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12174
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 12227
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12233
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12239
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 12285
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 12278
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12325
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12338
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12318
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12331
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12289
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 12400
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 12393
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12436
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12452
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12439
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12455
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12433
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12449
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12443
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12459
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12404
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 13174
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alert_id PowerpackV2#alert_id}",
            "stability": "stable",
            "summary": "The ID of the monitor used by the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13180
          },
          "name": "alertId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13186
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13192
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13198
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#precision PowerpackV2#precision}",
            "stability": "stable",
            "summary": "The precision to use when displaying the value. Use `*` for maximum precision."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13204
          },
          "name": "precision",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_align PowerpackV2#text_align}",
            "stability": "stable",
            "summary": "The alignment of the text in the widget. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13210
          },
          "name": "textAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13240
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13216
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13222
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13228
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "The unit for the value displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13234
          },
          "name": "unit",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 13349
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 13342
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13596
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13455
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13471
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13487
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13503
          },
          "name": "resetPrecision"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13519
          },
          "name": "resetTextAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13599
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13535
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13551
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13567
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13583
          },
          "name": "resetUnit"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13593
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13443
          },
          "name": "alertIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13459
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13475
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13491
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13507
          },
          "name": "precisionInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13523
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13603
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13555
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13539
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13571
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13587
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13436
          },
          "name": "alertId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13449
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13465
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13481
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13497
          },
          "name": "precision",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13513
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13529
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13545
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13561
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13577
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13353
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 13053
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13059
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13065
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 12823
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12829
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12835
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 12881
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 12874
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12921
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12934
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12914
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12927
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12885
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 12938
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12944
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 12950
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 12996
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 12989
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13036
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13049
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13029
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13042
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13000
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 13111
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 13104
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13147
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13163
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13150
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13166
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13144
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13160
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13154
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13170
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13115
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 23795
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_link PowerpackV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23837
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23801
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23807
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23813
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#request PowerpackV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23843
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23849
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23819
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23825
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23831
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 13607
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLink",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_hidden PowerpackV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13613
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13619
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#link PowerpackV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13625
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#override_label PowerpackV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13631
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 13819
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 13811
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13826
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLinkList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13812
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 13694
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 13684
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13754
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13770
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13786
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13802
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLinkOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13758
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13774
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13790
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13806
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13748
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13764
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13780
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13796
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13698
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 23944
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 23937
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24118
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24134
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24150
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24121
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24025
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24041
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24057
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24137
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24153
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24073
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24089
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24105
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24115
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24131
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24147
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24125
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24029
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24045
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24061
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24141
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24157
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24093
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24077
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24109
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24019
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24035
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24051
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24067
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24083
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24099
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23948
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 22871
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequest",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_query PowerpackV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22919
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#change_type PowerpackV2#change_type}",
            "stability": "stable",
            "summary": "Whether to show absolute or relative change. Valid values are `absolute`, `relative`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22877
          },
          "name": "changeType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compare_to PowerpackV2#compare_to}",
            "stability": "stable",
            "summary": "Choose from when to compare current data to. Valid values are `hour_before`, `day_before`, `week_before`, `month_before`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22883
          },
          "name": "compareTo",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula PowerpackV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22925
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#increase_good PowerpackV2#increase_good}",
            "stability": "stable",
            "summary": "A Boolean indicating whether an increase in the value is good (displayed in green) or not (displayed in red)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22889
          },
          "name": "increaseGood",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#log_query PowerpackV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22931
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order_by PowerpackV2#order_by}",
            "stability": "stable",
            "summary": "What to order by. Valid values are `change`, `name`, `present`, `past`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22895
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order_dir PowerpackV2#order_dir}",
            "stability": "stable",
            "summary": "Widget sorting method. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22901
          },
          "name": "orderDir",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22937
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#q PowerpackV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22907
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22943
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#rum_query PowerpackV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22949
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#security_query PowerpackV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22955
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#show_present PowerpackV2#show_present}",
            "stability": "stable",
            "summary": "If set to `true`, displays the current value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22913
          },
          "name": "showPresent",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 14506
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14512
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14524
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14530
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14536
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14518
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 13830
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13836
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13842
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13848
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 13901
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 13894
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13959
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13975
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13947
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13963
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13979
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13940
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13953
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13969
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13905
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 14133
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14139
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14145
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14151
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 14310
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 14302
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14317
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14303
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 14207
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 14197
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14290
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14261
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14277
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14293
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14287
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14265
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14281
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14297
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14255
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14271
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14211
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 13983
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13989
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14001
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 13995
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 14054
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 14047
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14112
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14100
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14116
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14129
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14093
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14106
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14122
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14058
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 14321
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14327
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14333
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14339
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 14495
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 14487
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14502
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14488
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 14395
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 14385
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14462
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14478
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14450
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14466
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14482
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14443
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14456
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14472
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14399
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 14603
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 14596
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14686
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14702
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14718
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14689
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14705
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14721
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14673
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14683
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14699
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14715
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14693
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14709
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14661
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14725
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14677
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14654
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14667
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14607
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 16007
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormula",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula_expression PowerpackV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16025
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias PowerpackV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16013
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode PowerpackV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16019
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode_options PowerpackV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16031
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#conditional_formats PowerpackV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16037
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16043
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#number_format PowerpackV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16049
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16055
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 14729
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#trend_type PowerpackV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14735
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#y_scale PowerpackV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14741
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 14787
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 14780
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14826
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14842
          },
          "name": "resetYScale"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14830
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14846
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14820
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14836
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14791
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 14850
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#comparator PowerpackV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14856
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14892
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14904
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_bg_color PowerpackV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14862
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_fg_color PowerpackV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14868
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_value PowerpackV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14874
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#image_url PowerpackV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14880
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14886
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeframe PowerpackV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 14898
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 15228
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 15220
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15235
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15221
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 15002
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 14992
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15105
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15121
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15137
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15153
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15169
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15198
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15093
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15109
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15125
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15141
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15157
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15173
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15186
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15202
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15215
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15086
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15099
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15115
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15131
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15147
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15163
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15179
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15192
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15208
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15006
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 15239
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#count PowerpackV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15245
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15251
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 15297
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 15290
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15336
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15352
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15340
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15356
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15330
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15346
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15301
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 16356
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 16348
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16363
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16349
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 15768
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormat",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15774
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_scale PowerpackV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15780
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 15826
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 15819
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15862
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15875
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15878
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15859
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15872
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15866
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15882
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15830
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 15564
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#canonical PowerpackV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15570
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom PowerpackV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15576
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 15360
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#per_unit_name PowerpackV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15366
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15372
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 15418
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 15411
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15457
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15473
          },
          "name": "resetUnitName"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15461
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15477
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15451
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15467
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15422
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 15481
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15487
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 15526
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 15519
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15560
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15553
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15530
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 15622
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 15615
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15658
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15674
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15661
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15677
          },
          "name": "resetCustom"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15655
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15671
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15665
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15681
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15626
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 15685
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15691
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 15730
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 15723
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15764
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15757
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15734
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 16146
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 16136
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16272
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16288
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16304
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16320
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16336
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16230
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16246
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16275
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16291
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16307
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16323
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16339
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16269
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16285
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16301
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16317
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16333
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16234
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16250
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16279
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16295
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16263
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16311
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16327
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16343
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16224
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16240
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16256
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16150
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 15886
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15892
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette_index PowerpackV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15898
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 15944
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 15937
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15983
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15999
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16003
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15987
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15977
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15993
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 15948
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 23433
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 23425
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23440
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23426
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 17043
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17049
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17061
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17067
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17073
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17055
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 16367
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16373
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16379
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16385
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 16438
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 16431
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16496
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16512
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16484
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16500
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16516
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16477
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16490
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16506
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16442
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 16670
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16676
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16682
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16688
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 16847
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 16839
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16854
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16840
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 16744
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 16734
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16827
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16798
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16814
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16830
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16824
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16802
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16818
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16834
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16792
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16808
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16748
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 16520
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16526
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16538
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16532
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 16591
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 16584
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16649
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16637
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16653
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16666
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16630
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16643
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16659
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16595
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 16858
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16864
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16870
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16876
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 17032
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 17024
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17039
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17025
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 16932
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 16922
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16999
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17015
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16987
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17003
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17019
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16980
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16993
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17009
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 16936
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 17140
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 17133
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17223
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17239
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17255
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17226
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17242
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17258
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17210
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17220
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17236
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17252
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17230
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17246
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17198
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17262
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17214
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17191
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17204
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17144
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 23088
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 23078
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23317
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23333
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23349
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23365
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23381
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23397
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23413
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23320
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23208
          },
          "name": "resetChangeType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23224
          },
          "name": "resetCompareTo"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23336
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23240
          },
          "name": "resetIncreaseGood"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23352
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23256
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23272
          },
          "name": "resetOrderDir"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23368
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23288
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23384
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23400
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23416
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23304
          },
          "name": "resetShowPresent"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23314
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23330
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23346
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23362
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23378
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23394
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23410
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23324
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23212
          },
          "name": "changeTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23228
          },
          "name": "compareToInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23340
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23244
          },
          "name": "increaseGoodInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23356
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23260
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23276
          },
          "name": "orderDirInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23372
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23292
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23388
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23404
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23420
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23308
          },
          "name": "showPresentInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23202
          },
          "name": "changeType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23218
          },
          "name": "compareTo",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23234
          },
          "name": "increaseGood",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23250
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23266
          },
          "name": "orderDir",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23282
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23298
          },
          "name": "showPresent",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23092
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 17266
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17284
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#filter_by PowerpackV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17272
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17278
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_by PowerpackV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17290
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 17350
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 17343
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17401
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17417
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17446
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17405
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17421
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17434
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17450
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17395
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17411
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17427
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17440
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17354
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 20745
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_dependency_stats_query PowerpackV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20751
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_resource_stats_query PowerpackV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20757
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cloud_cost_query PowerpackV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20763
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_query PowerpackV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20769
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric_query PowerpackV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20775
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20781
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query PowerpackV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20787
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 17454
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17466
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17472
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17484
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17490
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17508
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17514
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17520
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17460
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_upstream PowerpackV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17478
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17496
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17502
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 17629
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 17622
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17722
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17764
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17806
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17822
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17726
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17739
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17752
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17768
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17781
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17794
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17810
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17826
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17839
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17852
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17865
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17716
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17732
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17745
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17758
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17774
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17787
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17800
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17816
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17832
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17845
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17858
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17633
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 17869
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17881
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17887
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17899
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17929
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17935
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17875
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17893
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17905
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17911
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17917
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 17923
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 18044
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 18037
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18137
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18179
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18208
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18224
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18240
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18256
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18141
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18154
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18167
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18183
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18196
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18212
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18228
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18244
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18260
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18273
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18286
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18131
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18147
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18160
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18173
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18189
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18202
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18218
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18234
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18250
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18266
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18279
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18048
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 18290
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18308
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18314
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18320
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18296
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18302
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 18387
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 18380
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18444
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18460
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18448
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18464
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18477
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18490
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18503
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18438
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18454
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18470
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18483
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18496
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18391
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 19419
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute PowerpackV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19455
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19431
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19443
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19425
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19461
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by_fields PowerpackV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19467
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#indexes PowerpackV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19437
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search PowerpackV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19473
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#storage PowerpackV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19449
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 18507
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18513
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18519
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18525
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 18681
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 18673
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18688
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18674
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 18581
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 18571
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18648
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18664
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18636
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18652
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18668
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18629
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18642
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18658
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18585
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 18845
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18851
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18857
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18863
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 19183
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fields PowerpackV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19189
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19195
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19201
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 19254
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 19247
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19325
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19312
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19328
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19322
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19300
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19316
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19332
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19293
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19306
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19258
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 19030
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19036
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19042
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19048
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 19101
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 19094
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19159
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19175
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19147
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19163
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19179
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19140
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19153
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19169
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19105
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 19019
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 19011
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19026
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19012
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 18919
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 18909
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18999
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18986
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19002
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18996
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18974
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18990
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19006
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18967
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18980
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18923
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 18692
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18698
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18704
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18710
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 18763
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 18756
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18821
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18837
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18809
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18825
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18841
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18802
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18815
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18831
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 18767
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 19568
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 19561
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19720
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19733
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19749
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19765
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19649
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19736
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19752
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19678
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19768
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19707
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19717
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19730
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19746
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19762
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19724
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19653
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19666
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19756
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19740
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19682
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19695
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19772
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19711
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19643
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19659
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19672
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19688
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19701
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19572
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 19336
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19342
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 19381
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 19374
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19415
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19408
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19385
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 21062
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 21054
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21069
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21055
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 19776
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19800
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19806
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19782
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19788
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19794
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#semantic_mode PowerpackV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19812
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 19886
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 19879
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19949
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19965
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19981
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20023
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19953
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19969
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19985
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19998
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20011
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20027
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19943
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19959
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19975
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19991
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20004
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20017
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 19890
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 20871
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 20861
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20946
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20962
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20978
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20994
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21010
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21026
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21042
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20949
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20965
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20981
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20997
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21013
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21029
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21045
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20943
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20959
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20975
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20991
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21007
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21023
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21039
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20953
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20969
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20985
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21001
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21017
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21033
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21049
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20875
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 20031
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20049
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20067
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20073
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20037
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20043
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_normalized_cpu PowerpackV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20055
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20061
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20079
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tag_filters PowerpackV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20085
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_filter PowerpackV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20091
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 20193
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 20186
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20280
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20296
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20325
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20341
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20383
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20399
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20415
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20284
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20300
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20313
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20329
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20345
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20358
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20371
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20387
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20403
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20419
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20274
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20290
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20306
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20319
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20335
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20351
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20364
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20377
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20393
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20409
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20197
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 20423
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20441
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#measure PowerpackV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20453
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_id PowerpackV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20465
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#additional_query_filters PowerpackV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20429
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20435
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_mode PowerpackV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20447
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20459
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query_type PowerpackV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20471
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 20559
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 20552
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20634
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20650
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20679
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20708
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20737
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20638
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20654
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20667
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20683
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20696
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20712
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20725
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20741
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20628
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20644
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20660
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20673
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20689
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20702
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20718
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20731
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 20563
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 21749
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21755
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21767
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21773
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21779
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21761
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 21073
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21079
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21085
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21091
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 21144
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 21137
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21202
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21218
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21190
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21206
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21222
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21183
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21196
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21212
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21148
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 21376
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21382
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21388
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21394
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 21553
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 21545
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21560
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21546
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 21450
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 21440
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21533
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21504
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21520
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21536
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21530
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21508
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21524
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21540
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21498
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21514
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21454
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 21226
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21232
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21244
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21238
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 21297
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 21290
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21355
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21343
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21359
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21372
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21336
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21349
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21365
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21301
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 21564
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21570
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21576
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21582
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 21738
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 21730
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21745
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21731
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 21638
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 21628
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21705
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21721
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21693
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21709
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21725
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21686
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21699
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21715
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21642
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 21846
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 21839
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21929
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21945
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21961
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21932
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21948
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21964
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21916
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21926
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21942
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21958
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21936
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21952
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21904
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21968
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21920
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21897
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21910
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21850
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 22648
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22654
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22666
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22672
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22678
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22660
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 21972
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21978
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21984
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 21990
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 22043
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 22036
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22101
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22117
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22089
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22105
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22121
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22082
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22095
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22111
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22047
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 22275
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22281
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22287
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22293
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 22452
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 22444
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22459
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22445
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 22349
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 22339
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22432
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22403
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22419
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22435
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22429
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22407
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22423
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22439
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22397
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22413
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22353
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 22125
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22131
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22143
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22137
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 22196
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 22189
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22254
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22242
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22258
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22271
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22235
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22248
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22264
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22200
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 22463
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22469
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22475
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22481
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 22637
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 22629
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22644
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22630
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 22537
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 22527
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22604
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22620
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22592
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22608
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22624
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22585
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22598
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22614
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22541
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 22745
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 22738
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22828
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22844
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22860
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22831
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22847
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22863
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22815
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22825
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22841
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22857
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22835
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22851
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22803
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22867
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22819
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22796
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22809
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 22749
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 23674
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23680
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23686
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 23444
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23450
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23456
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 23502
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 23495
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23542
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23555
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23535
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23548
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23506
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 23559
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23565
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23571
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 23617
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 23610
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23657
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23670
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23650
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23663
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23621
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 23732
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 23725
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23768
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23784
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23771
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23787
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23765
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23781
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23775
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23791
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 23736
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 136
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#check PowerpackV2#check}",
            "stability": "stable",
            "summary": "Name of the check to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 142
          },
          "name": "check",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#grouping PowerpackV2#grouping}",
            "stability": "stable",
            "summary": "The kind of grouping to use. Valid values are `check`, `cluster`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 166
          },
          "name": "grouping",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 148
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group PowerpackV2#group}",
            "stability": "stable",
            "summary": "Group reporting a single check."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 154
          },
          "name": "group",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "When `grouping = \"cluster\"`, indicates a list of tags to use for grouping."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 160
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 172
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 178
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tags PowerpackV2#tags}",
            "stability": "stable",
            "summary": "A list of tags used to filter the groups reporting a cluster check."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 184
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 208
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 190
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 196
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 202
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 324
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 317
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 590
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 436
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 452
          },
          "name": "resetGroup"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 468
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 497
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 513
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 529
          },
          "name": "resetTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 593
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 545
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 561
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 577
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 587
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 424
          },
          "name": "checkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 440
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 472
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 485
          },
          "name": "groupingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 456
          },
          "name": "groupInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 501
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 517
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 533
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 597
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 565
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 549
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 581
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 417
          },
          "name": "check",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 430
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 446
          },
          "name": "group",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 462
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 478
          },
          "name": "grouping",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 491
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 507
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 523
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 539
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 555
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 571
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 328
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 15
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 27
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 24161
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24167
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24173
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 24219
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 24212
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24259
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24272
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24252
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24265
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24223
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 24276
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24282
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24288
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs400.ts",
          "line": 24334
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs400.ts",
        "line": 24327
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24374
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24387
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24367
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24380
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs400.ts",
            "line": 24338
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs400:PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 73
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 66
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 109
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 125
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 112
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 128
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 106
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 122
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 116
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 132
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 77
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 11720
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11726
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11732
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#legend_size PowerpackV2#legend_size}",
            "stability": "stable",
            "summary": "The size of the legend displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11738
          },
          "name": "legendSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11744
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#marker PowerpackV2#marker}",
            "stability": "stable",
            "summary": "marker block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11774
          },
          "name": "marker",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#request PowerpackV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11780
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#show_legend PowerpackV2#show_legend}",
            "stability": "stable",
            "summary": "Whether or not to show the legend on this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11750
          },
          "name": "showLegend",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11786
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11756
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11762
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11768
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#xaxis PowerpackV2#xaxis}",
            "stability": "stable",
            "summary": "xaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11792
          },
          "name": "xaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionXaxis"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#yaxis PowerpackV2#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11798
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionMarker": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionMarker",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 601
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionMarker",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be a single value `y = 15` or a range of values `0 < y < 10`. For Distribution widgets with `display_type` set to `percentile`, this should be a numeric percentile value (for example, `90` for P90).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 625
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "For Distribution widgets, this can be set to `percentile`. Example: `error dashed`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#display_type PowerpackV2#display_type}",
            "stability": "stable",
            "summary": "Combination of a severity (`error`, `warning`, `ok`, or `info`) and a line type (`dashed`, `solid`, or `bold`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 607
          },
          "name": "displayType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "Label to display over the marker."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 613
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "Timestamp for the marker position."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 619
          },
          "name": "time",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionMarker"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionMarkerList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionMarkerList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 810
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 802
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 817
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionMarkerOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionMarkerList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 803
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionMarkerList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionMarkerOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionMarkerOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 688
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 678
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 748
          },
          "name": "resetDisplayType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 764
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 780
          },
          "name": "resetTime"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionMarkerOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 752
          },
          "name": "displayTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 768
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 784
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 797
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 742
          },
          "name": "displayType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 758
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 774
          },
          "name": "time",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 790
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 692
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionMarker"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionMarkerOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 11921
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 11914
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12151
          },
          "name": "putMarker",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionMarker"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12167
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12183
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12199
          },
          "name": "putXaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionXaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12215
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12026
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12042
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12058
          },
          "name": "resetLegendSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12074
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12154
          },
          "name": "resetMarker"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12170
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12090
          },
          "name": "resetShowLegend"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12186
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12106
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12122
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12138
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12202
          },
          "name": "resetXaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12218
          },
          "name": "resetYaxis"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12148
          },
          "name": "marker",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionMarkerList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12164
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12180
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12196
          },
          "name": "xaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionXaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12212
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12030
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12046
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12062
          },
          "name": "legendSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12078
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12158
          },
          "name": "markerInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12174
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12094
          },
          "name": "showLegendInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12190
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12126
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12110
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12142
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12206
          },
          "name": "xaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionXaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12222
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12020
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12036
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12052
          },
          "name": "legendSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12068
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12084
          },
          "name": "showLegend",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12100
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12116
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12132
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11925
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 10484
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequest",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_query PowerpackV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10496
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_stats_query PowerpackV2#apm_stats_query}",
            "stability": "stable",
            "summary": "apm_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10502
          },
          "name": "apmStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula PowerpackV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10508
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#log_query PowerpackV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10514
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10520
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#q PowerpackV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10490
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10526
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#rum_query PowerpackV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10532
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#security_query PowerpackV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10538
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10544
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 1497
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1503
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1515
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1521
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1527
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1509
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 821
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 827
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 833
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 839
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 892
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 885
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 950
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 966
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 938
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 954
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 970
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 931
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 944
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 960
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 896
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 1124
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1130
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1136
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1142
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 1301
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 1293
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1308
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1294
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 1198
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 1188
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1281
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1252
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1268
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1284
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1278
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1256
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1272
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1288
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1246
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1262
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1202
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 974
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 980
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 992
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 986
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 1045
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 1038
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1103
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1091
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1107
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1120
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1084
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1097
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1113
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1049
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 1312
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1318
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1324
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1330
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 1486
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 1478
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1493
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1479
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 1386
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 1376
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1453
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1469
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1441
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1457
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1473
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1434
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1447
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1463
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1390
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 1594
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 1587
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1677
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1693
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1709
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1680
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1696
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1712
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1664
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1674
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1690
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1706
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1684
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1700
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1652
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1716
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1668
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1645
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1658
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1598
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 1940
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "The environment name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1946
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The operation name associated with the service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1952
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag PowerpackV2#primary_tag}",
            "stability": "stable",
            "summary": "The organization's host group name and value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1958
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#row_type PowerpackV2#row_type}",
            "stability": "stable",
            "summary": "The level of detail for the request. Valid values are `service`, `resource`, `span`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1970
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "The service name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1976
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#columns PowerpackV2#columns}",
            "stability": "stable",
            "summary": "columns block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1982
          },
          "name": "columns",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource PowerpackV2#resource}",
            "stability": "stable",
            "summary": "The resource name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1964
          },
          "name": "resource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 1720
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The column name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1738
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias PowerpackV2#alias}",
            "stability": "stable",
            "summary": "A user-assigned alias for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1726
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode PowerpackV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1732
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1744
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 1929
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 1921
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1936
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1922
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 1807
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 1797
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1867
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1883
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1912
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1871
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1887
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1900
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1916
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1861
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1877
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1893
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1906
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 1811
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 2063
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 2056
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2210
          },
          "name": "putColumns",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2213
          },
          "name": "resetColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2171
          },
          "name": "resetResource"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2207
          },
          "name": "columns",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumnsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2217
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2133
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2146
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2159
          },
          "name": "primaryTagInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2175
          },
          "name": "resourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2188
          },
          "name": "rowTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2201
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2126
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2139
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2152
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2165
          },
          "name": "resource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2181
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2194
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2067
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 3499
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormula",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula_expression PowerpackV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3517
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias PowerpackV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3505
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode PowerpackV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3511
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode_options PowerpackV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3523
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#conditional_formats PowerpackV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3529
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3535
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#number_format PowerpackV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3541
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3547
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 2221
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#trend_type PowerpackV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2227
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#y_scale PowerpackV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2233
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 2279
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 2272
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2318
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2334
          },
          "name": "resetYScale"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2322
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2338
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2312
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2328
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2283
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 2342
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormats",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#comparator PowerpackV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2348
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2384
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2396
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_bg_color PowerpackV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2354
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_fg_color PowerpackV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2360
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_value PowerpackV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2366
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#image_url PowerpackV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2372
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2378
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeframe PowerpackV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2390
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 2720
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 2712
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2727
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2713
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 2494
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 2484
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2597
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2613
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2629
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2645
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2661
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2690
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2585
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2601
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2617
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2633
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2649
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2665
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2678
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2694
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2707
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2578
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2591
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2607
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2623
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2639
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2655
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2671
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2684
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2700
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2498
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 2731
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaLimit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#count PowerpackV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2737
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2743
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 2789
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 2782
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2828
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2844
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaLimitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2832
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2848
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2822
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2838
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2793
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 3848
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 3840
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3855
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3841
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 3260
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormat",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3266
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_scale PowerpackV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3272
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 3318
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 3311
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3354
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3367
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3370
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3351
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3364
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3358
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3374
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3322
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 3056
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#canonical PowerpackV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3062
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom PowerpackV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3068
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 2852
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#per_unit_name PowerpackV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2858
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2864
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 2910
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 2903
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2949
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2965
          },
          "name": "resetUnitName"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2953
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2969
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2943
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2959
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2914
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 2973
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 2979
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 3018
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 3011
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3052
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3045
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3022
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 3114
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 3107
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3150
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3166
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3153
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3169
          },
          "name": "resetCustom"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3147
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3163
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3157
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3173
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3118
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 3177
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3183
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 3222
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 3215
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3256
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3249
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3226
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 3638
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 3628
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3764
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3780
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3796
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3812
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3828
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3722
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3738
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3767
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3783
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3799
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3815
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3831
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3761
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3777
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3793
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3809
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3825
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3726
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3742
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3771
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3787
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3755
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3803
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3819
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3835
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3716
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3732
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3748
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3642
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 3378
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3384
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette_index PowerpackV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3390
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 3436
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 3429
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3475
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3491
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3495
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3479
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3469
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3485
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3440
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 10906
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 10898
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10913
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10899
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 4535
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4541
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4553
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4559
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4565
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4547
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 3859
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3865
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3871
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3877
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 3930
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 3923
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3988
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4004
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3976
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3992
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4008
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3969
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3982
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3998
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 3934
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 4162
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4168
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4174
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4180
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 4339
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 4331
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4346
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4332
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 4236
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 4226
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4319
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4290
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4306
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4322
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4316
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4294
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4310
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4326
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4284
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4300
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4240
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 4012
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4018
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4030
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4024
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 4083
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 4076
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4141
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4129
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4145
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4158
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4122
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4135
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4151
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4087
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 4350
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4356
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4362
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4368
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 4524
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 4516
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4531
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4517
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 4424
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 4414
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4491
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4507
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4479
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4495
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4511
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4472
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4485
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4501
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4428
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 4632
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 4625
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4715
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4731
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4747
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4718
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4734
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4750
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4702
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4712
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4728
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4744
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4722
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4738
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4690
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4754
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4706
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4683
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4696
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4636
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 10649
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 10639
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10758
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10774
          },
          "name": "putApmStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10790
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10806
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10822
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10838
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10854
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10870
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10886
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10761
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10777
          },
          "name": "resetApmStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10793
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10809
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10825
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10745
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10841
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10857
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10873
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10889
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10755
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10771
          },
          "name": "apmStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10787
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10803
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10819
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10835
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10851
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10867
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10883
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10765
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10781
          },
          "name": "apmStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestApmStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10797
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10813
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10829
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10749
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10845
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10861
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10877
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10893
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10739
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10653
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 4758
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4776
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#filter_by PowerpackV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4764
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4770
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_by PowerpackV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4782
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 4842
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 4835
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4893
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4909
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4938
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4897
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4913
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4926
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4942
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4887
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4903
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4919
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4932
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4846
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 8237
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_dependency_stats_query PowerpackV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8243
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_resource_stats_query PowerpackV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8249
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cloud_cost_query PowerpackV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8255
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_query PowerpackV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8261
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric_query PowerpackV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8267
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8273
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query PowerpackV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8279
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 4946
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4958
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4964
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4976
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4982
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5000
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5006
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5012
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4952
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_upstream PowerpackV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4970
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4988
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 4994
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 5121
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 5114
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5214
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5256
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5298
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5314
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5218
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5231
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5244
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5260
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5273
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5286
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5302
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5318
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5331
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5344
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5357
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5208
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5224
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5237
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5250
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5266
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5279
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5292
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5308
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5324
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5337
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5350
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5125
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 5361
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5373
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5379
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5391
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5421
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5427
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5367
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5385
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5397
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5403
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5409
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5415
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 5536
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 5529
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5629
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5671
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5700
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5716
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5732
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5748
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5633
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5646
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5659
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5675
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5688
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5704
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5720
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5736
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5752
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5765
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5778
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5623
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5639
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5652
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5665
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5681
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5694
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5710
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5726
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5742
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5758
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5771
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5540
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 5782
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryCloudCostQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5800
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5806
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5812
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5788
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5794
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 5879
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 5872
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5936
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5952
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5940
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5956
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5969
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5982
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5995
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5930
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5946
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5962
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5975
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5988
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 5883
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 6911
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute PowerpackV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6947
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6923
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6935
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6917
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6953
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by_fields PowerpackV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6959
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#indexes PowerpackV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6929
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search PowerpackV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6965
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#storage PowerpackV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6941
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 5999
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6005
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6011
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6017
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 6173
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 6165
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6180
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6166
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 6073
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 6063
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6140
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6156
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6128
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6144
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6160
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6121
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6134
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6150
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6077
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 6337
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6343
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6349
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6355
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 6675
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fields PowerpackV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6681
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6687
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6693
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 6746
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 6739
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6817
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6804
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6820
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6814
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6792
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6808
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6824
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6785
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6798
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6750
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 6522
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6528
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6534
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6540
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 6593
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 6586
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6651
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6667
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6639
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6655
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6671
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6632
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6645
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6661
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6597
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 6511
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 6503
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6518
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6504
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 6411
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 6401
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6491
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6478
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6494
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6488
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6466
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6482
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6498
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6459
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6472
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6415
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 6184
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6190
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6196
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6202
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 6255
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 6248
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6313
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6329
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6301
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6317
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6333
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6294
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6307
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6323
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6259
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 7060
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 7053
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7212
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7225
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7241
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7257
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7141
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7228
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7244
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7170
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7260
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7199
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7209
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7222
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7238
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7254
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7216
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7145
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7158
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7248
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7232
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7174
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7187
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7264
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7203
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7135
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7151
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7164
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7180
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7193
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7064
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 6828
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuerySearch",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6834
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 6873
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 6866
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6907
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6900
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 6877
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 8554
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 8546
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8561
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8547
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 7268
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryMetricQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7292
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7298
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7274
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7280
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7286
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#semantic_mode PowerpackV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7304
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 7378
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 7371
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7441
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7457
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7473
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7515
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7445
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7461
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7477
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7490
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7503
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7519
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7435
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7451
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7467
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7483
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7496
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7509
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7382
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 8363
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 8353
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8438
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8454
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8470
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8486
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8502
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8518
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8534
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8441
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8457
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8473
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8489
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8505
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8521
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8537
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8435
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8451
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8467
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8483
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8499
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8515
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8531
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8445
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8461
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8477
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8493
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8509
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8525
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8541
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8367
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 7523
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7541
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7559
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7565
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7529
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7535
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_normalized_cpu PowerpackV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7547
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7553
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7571
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tag_filters PowerpackV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7577
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_filter PowerpackV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7583
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 7685
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 7678
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7772
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7788
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7817
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7833
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7875
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7891
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7907
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7776
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7792
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7805
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7821
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7837
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7850
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7863
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7879
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7895
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7911
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7766
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7782
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7798
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7811
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7827
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7843
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7856
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7869
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7885
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7901
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7689
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 7915
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuerySloQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7933
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#measure PowerpackV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7945
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_id PowerpackV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7957
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#additional_query_filters PowerpackV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7921
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7927
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_mode PowerpackV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7939
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7951
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query_type PowerpackV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 7963
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 8051
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 8044
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8126
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8142
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8171
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8200
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8229
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8130
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8146
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8159
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8175
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8188
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8204
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8217
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8233
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8120
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8136
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8152
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8165
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8181
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8194
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8210
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8223
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8055
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 9241
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9247
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9259
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9265
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9271
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9253
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 8565
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8571
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8577
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8583
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 8636
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 8629
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8694
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8710
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8682
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8698
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8714
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8675
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8688
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8704
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8640
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 8868
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8874
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8880
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8886
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 9045
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 9037
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9052
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9038
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 8942
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 8932
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9025
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8996
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9012
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9028
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9022
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9000
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9016
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9032
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8990
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9006
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8946
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 8718
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8724
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8736
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8730
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 8789
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 8782
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8847
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8835
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8851
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8864
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8828
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8841
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8857
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 8793
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 9056
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9062
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9068
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9074
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 9230
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 9222
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9237
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9223
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 9130
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 9120
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9197
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9213
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9185
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9201
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9217
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9178
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9191
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9207
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9134
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 9338
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 9331
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9421
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9437
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9453
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9424
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9440
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9456
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9408
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9418
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9434
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9450
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9428
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9444
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9396
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9460
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9412
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9389
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9402
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9342
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 10140
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10146
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10158
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10164
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10170
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10152
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 9464
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9470
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9476
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9482
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 9535
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 9528
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9593
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9609
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9581
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9597
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9613
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9574
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9587
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9603
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9539
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 9767
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9773
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9779
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9785
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 9944
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 9936
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9951
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9937
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 9841
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 9831
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9924
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9895
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9911
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9927
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9921
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9899
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9915
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9931
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9889
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9905
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9845
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 9617
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9623
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9635
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9629
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 9688
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 9681
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9746
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9734
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9750
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9763
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9727
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9740
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9756
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9692
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 9955
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9961
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9967
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 9973
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 10129
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 10121
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10136
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10122
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 10029
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 10019
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10096
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10112
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10084
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10100
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10116
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10077
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10090
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10106
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10033
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 10237
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 10230
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10320
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10336
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10352
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10323
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10339
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10355
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10307
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10317
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10333
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10349
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10327
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10343
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10295
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10359
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10311
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10288
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10301
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10241
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 10363
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order_by PowerpackV2#order_by}",
            "stability": "stable",
            "summary": "How to order series. Valid values are `tags`, `values`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10369
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10375
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 10421
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 10414
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10460
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10476
          },
          "name": "resetPalette"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10464
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10480
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10454
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10470
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10425
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 11147
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11153
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11159
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 10917
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10923
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10929
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 10975
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 10968
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11015
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11028
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11008
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11021
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 10979
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 11032
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11038
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11044
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 11090
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 11083
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11130
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11143
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11123
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11136
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11094
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 11205
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 11198
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11241
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11257
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11244
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11260
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11238
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11254
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11248
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11264
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11209
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionXaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionXaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 11268
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionXaxis",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#include_zero PowerpackV2#include_zero}",
            "stability": "stable",
            "summary": "True includes zero."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11274
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "It takes a number, percentile (p90 === 90th percentile), or auto for default behavior.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#max PowerpackV2#max}",
            "stability": "stable",
            "summary": "Specifies maximum value to show on the x-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11280
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "It takes a number, percentile (p90 === 90th percentile), or auto for default behavior.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#min PowerpackV2#min}",
            "stability": "stable",
            "summary": "Specifies minimum value to show on the x-axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11286
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#num_buckets PowerpackV2#num_buckets}",
            "stability": "stable",
            "summary": "Number of value buckets to target, also known as the resolution of the value bins."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11292
          },
          "name": "numBuckets",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#scale PowerpackV2#scale}",
            "stability": "stable",
            "summary": "Specifies the scale type. Possible values are `linear`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11298
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionXaxis"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionXaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionXaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 11365
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 11358
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11422
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11438
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11454
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11470
          },
          "name": "resetNumBuckets"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11486
          },
          "name": "resetScale"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionXaxisOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11426
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11442
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11458
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11474
          },
          "name": "numBucketsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11490
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11416
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11432
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11448
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11464
          },
          "name": "numBuckets",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11480
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11369
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionXaxis"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionXaxisOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 11494
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionYaxis",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#include_zero PowerpackV2#include_zero}",
            "stability": "stable",
            "summary": "True includes zero."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11500
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11506
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#max PowerpackV2#max}",
            "stability": "stable",
            "summary": "Specifies the maximum value to show on the y-axis. It takes a number, or auto for default behavior."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11512
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#min PowerpackV2#min}",
            "stability": "stable",
            "summary": "Specifies minimum value to show on the y-axis. It takes a number, or auto for default behavior."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11518
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#scale PowerpackV2#scale}",
            "stability": "stable",
            "summary": "Specifies the scale type. Possible values are `linear` or `log`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11524
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionYaxis"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 11591
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 11584
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11648
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11664
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11680
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11696
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11712
          },
          "name": "resetScale"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionYaxisOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11652
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11668
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11684
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11700
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11716
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11642
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11658
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11674
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11690
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11706
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 11595
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionYaxisOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 12577
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query to filter the event stream with."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12607
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12583
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_size PowerpackV2#event_size}",
            "stability": "stable",
            "summary": "Size to use to display an event. Valid values are `s`, `l`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12589
          },
          "name": "eventSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12595
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12601
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tags_execution PowerpackV2#tags_execution}",
            "stability": "stable",
            "summary": "The execution method for multi-value filters, options: `and` or `or`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12613
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12637
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12619
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12625
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12631
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 12739
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 12732
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12964
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12826
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12842
          },
          "name": "resetEventSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12858
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12874
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12903
          },
          "name": "resetTagsExecution"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12967
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12919
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12935
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12951
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12961
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12830
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12846
          },
          "name": "eventSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12862
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12878
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12891
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12907
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12971
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12939
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12923
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12955
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12820
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12836
          },
          "name": "eventSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12852
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12868
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12884
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12897
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12913
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12929
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12945
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12743
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 12456
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12462
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12468
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 12226
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12232
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12238
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 12284
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 12277
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12324
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12337
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12317
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12330
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12288
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 12341
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12347
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12353
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 12399
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 12392
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12439
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12452
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12432
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12445
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12403
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 12514
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 12507
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12550
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12566
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12553
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12569
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12547
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12563
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12557
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12573
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12518
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 13326
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query to filter the event timeline with."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13350
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13332
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13338
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13344
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tags_execution PowerpackV2#tags_execution}",
            "stability": "stable",
            "summary": "The execution method for multi-value filters, options: `and` or `or`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13356
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13380
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13362
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13368
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13374
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 13475
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 13468
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13678
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13556
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13572
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13588
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13617
          },
          "name": "resetTagsExecution"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13681
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13633
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13649
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13665
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13675
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13560
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13576
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13592
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13605
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13621
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13685
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13653
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13637
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13669
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13550
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13566
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13582
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13598
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13611
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13627
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13643
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13659
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13479
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 13205
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13211
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13217
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 12975
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12981
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 12987
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 13033
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 13026
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13073
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13086
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13066
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13079
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13037
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 13090
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13096
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13102
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 13148
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 13141
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13188
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13201
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13181
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13194
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13152
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 13263
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 13256
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13299
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13315
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13302
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13318
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13296
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13312
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13306
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13322
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13267
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 14040
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text PowerpackV2#text}",
            "stability": "stable",
            "summary": "The text to display in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14082
          },
          "name": "text",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#background_color PowerpackV2#background_color}",
            "stability": "stable",
            "summary": "The background color of the text widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14046
          },
          "name": "backgroundColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#color PowerpackV2#color}",
            "stability": "stable",
            "summary": "The color of the text in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14052
          },
          "name": "color",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14058
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#font_size PowerpackV2#font_size}",
            "stability": "stable",
            "summary": "The size of the text in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14064
          },
          "name": "fontSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14070
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14076
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_align PowerpackV2#text_align}",
            "stability": "stable",
            "summary": "The alignment of the text in the widget. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14088
          },
          "name": "textAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14112
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14094
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14100
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14106
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 14228
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 14221
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14497
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14327
          },
          "name": "resetBackgroundColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14343
          },
          "name": "resetColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14359
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14375
          },
          "name": "resetFontSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14391
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14407
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14436
          },
          "name": "resetTextAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14500
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14452
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14468
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14484
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14494
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14331
          },
          "name": "backgroundColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14347
          },
          "name": "colorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14363
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14379
          },
          "name": "fontSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14395
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14411
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14440
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14424
          },
          "name": "textInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14504
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14472
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14456
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14488
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14321
          },
          "name": "backgroundColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14337
          },
          "name": "color",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14353
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14369
          },
          "name": "fontSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14385
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14401
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14417
          },
          "name": "text",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14430
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14446
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14462
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14478
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14232
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 13919
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13925
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13931
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 13689
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13695
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13701
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 13747
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 13740
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13787
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13800
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13780
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13793
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13751
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 13804
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13810
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13816
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 13862
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 13855
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13902
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13915
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13895
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13908
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13866
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 13977
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 13970
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14013
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14029
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14016
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14032
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14010
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14026
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14020
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14036
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 13981
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 15239
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15245
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15251
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15257
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#request PowerpackV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15281
          },
          "name": "request",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequest"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15287
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15263
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15269
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15275
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 15375
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 15368
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15543
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequest"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15559
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15450
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15466
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15482
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15546
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15562
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15498
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15514
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15530
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15540
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15556
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15454
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15470
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15486
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15550
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequest"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15566
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15518
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15502
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15534
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15444
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15460
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15476
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15492
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15508
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15524
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15379
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 14805
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequest",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14811
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 14850
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 14843
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14880
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQuery"
              }
            }
          ]
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14877
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14884
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14854
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequest"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 14655
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for funnel queries. Valid values are `rum`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14661
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query_string PowerpackV2#query_string}",
            "stability": "stable",
            "summary": "The widget query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14667
          },
          "name": "queryString",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#step PowerpackV2#step}",
            "stability": "stable",
            "summary": "step block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14673
          },
          "name": "step",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStep"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 14726
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 14719
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14794
          },
          "name": "putStep",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStep"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14797
          },
          "name": "resetStep"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14791
          },
          "name": "step",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStepList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14772
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14785
          },
          "name": "queryStringInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14801
          },
          "name": "stepInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStep"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14765
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14778
          },
          "name": "queryString",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14730
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStep": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStep",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 14508
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStep",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet of the step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14514
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "The value of the step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14520
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStep"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStepList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStepList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 14644
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 14636
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14651
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStepOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStepList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14637
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStep"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStepList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStepOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStepOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 14569
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 14559
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStepOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14618
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14631
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14611
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14624
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14573
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStep"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionRequestQueryStepOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 15118
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15124
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15130
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 14888
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14894
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14900
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 14946
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 14939
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14986
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14999
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14979
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14992
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 14950
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 15003
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15009
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15015
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 15061
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 15054
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15101
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15114
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15094
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15107
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15065
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 15176
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 15169
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15212
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15228
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15215
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15231
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15209
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15225
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15219
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15235
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15180
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 23655
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_link PowerpackV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23697
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23661
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23667
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23673
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#request PowerpackV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23703
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23709
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionStyle"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23715
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23679
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23685
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23691
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#view PowerpackV2#view}",
            "stability": "stable",
            "summary": "view block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23721
          },
          "name": "view",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionView"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 15570
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLink",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_hidden PowerpackV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15576
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15582
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#link PowerpackV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15588
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#override_label PowerpackV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15594
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 15782
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 15774
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15789
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15775
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 15657
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 15647
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15717
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15733
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15749
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15765
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15721
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15737
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15753
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15769
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15711
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15727
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15743
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15759
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15661
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 23830
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 23823
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24016
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24032
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24048
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24064
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24080
          },
          "name": "putView",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionView"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24019
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23923
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23939
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23955
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24035
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24051
          },
          "name": "resetStyle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24067
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23971
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23987
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24003
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24083
          },
          "name": "resetView"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24013
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24029
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24045
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24061
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24077
          },
          "name": "view",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionViewOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24023
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23927
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23943
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23959
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24039
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24055
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24071
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23991
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23975
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24007
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24087
          },
          "name": "viewInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionView"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23917
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23933
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23949
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23965
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23981
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23997
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23834
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 22848
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequest",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula PowerpackV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22860
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#log_query PowerpackV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22866
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#q PowerpackV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22854
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22872
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#rum_query PowerpackV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22878
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 17071
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula_expression PowerpackV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17089
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias PowerpackV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17077
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode PowerpackV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17083
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode_options PowerpackV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17095
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#conditional_formats PowerpackV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17101
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17107
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#number_format PowerpackV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17113
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17119
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 15793
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#trend_type PowerpackV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15799
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#y_scale PowerpackV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15805
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 15851
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 15844
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15890
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15906
          },
          "name": "resetYScale"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15894
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15910
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15884
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15900
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15855
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 15914
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#comparator PowerpackV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15920
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15956
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15968
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_bg_color PowerpackV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15926
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_fg_color PowerpackV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15932
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_value PowerpackV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15938
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#image_url PowerpackV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15944
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15950
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeframe PowerpackV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 15962
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 16292
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 16284
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16299
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16285
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 16066
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 16056
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16169
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16185
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16201
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16217
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16233
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16262
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16157
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16173
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16189
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16205
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16221
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16237
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16250
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16266
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16279
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16150
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16163
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16179
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16195
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16211
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16227
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16243
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16256
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16272
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16070
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 16303
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#count PowerpackV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16309
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16315
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 16361
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 16354
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16400
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16416
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16404
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16420
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16394
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16410
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16365
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 17420
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 17412
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17427
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17413
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 16832
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormat",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16838
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_scale PowerpackV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16844
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 16890
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 16883
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16926
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16939
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16942
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16923
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16936
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16930
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16946
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16894
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 16628
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#canonical PowerpackV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16634
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom PowerpackV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16640
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 16424
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#per_unit_name PowerpackV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16430
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16436
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 16482
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 16475
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16521
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16537
          },
          "name": "resetUnitName"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16525
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16541
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16515
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16531
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16486
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 16545
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16551
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 16590
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 16583
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16624
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16617
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16594
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 16686
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 16679
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16722
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16738
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16725
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16741
          },
          "name": "resetCustom"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16719
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16735
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16729
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16745
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16690
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 16749
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16755
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 16794
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 16787
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16828
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16821
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16798
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 17210
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 17200
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17336
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17352
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17368
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17384
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17400
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17294
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17310
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17339
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17355
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17371
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17387
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17403
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17333
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17349
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17365
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17381
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17397
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17298
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17314
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17343
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17359
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17327
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17375
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17391
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17407
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17288
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17304
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17320
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17214
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 16950
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16956
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette_index PowerpackV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 16962
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 17008
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 17001
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17047
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17063
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17067
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17051
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17041
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17057
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17012
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 23095
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 23087
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23102
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23088
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 18107
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18113
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18125
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18131
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18137
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18119
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 17431
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17437
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17443
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17449
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 17502
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 17495
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17560
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17576
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17548
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17564
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17580
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17541
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17554
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17570
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17506
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 17734
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17740
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17746
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17752
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 17911
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 17903
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17918
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17904
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 17808
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 17798
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17891
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17862
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17878
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17894
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17888
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17866
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17882
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17898
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17856
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17872
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17812
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 17584
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17590
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17602
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17596
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 17655
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 17648
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17713
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17701
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17717
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17730
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17694
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17707
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17723
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17659
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 17922
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17928
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17934
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 17940
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 18096
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 18088
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18103
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18089
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 17996
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 17986
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18063
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18079
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18051
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18067
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18083
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18044
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18057
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18073
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18000
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 18204
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 18197
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18287
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18303
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18319
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18290
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18306
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18322
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18274
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18284
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18300
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18316
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18294
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18310
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18262
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18326
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18278
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18255
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18268
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18208
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 22948
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 22938
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23027
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23043
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23059
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23075
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23030
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23046
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23014
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23062
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23078
          },
          "name": "resetRumQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23024
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23040
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23056
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23072
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23034
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23050
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23018
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23066
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23082
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23008
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22952
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 21621
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_dependency_stats_query PowerpackV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21627
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_resource_stats_query PowerpackV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21633
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cloud_cost_query PowerpackV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21639
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_query PowerpackV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21645
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric_query PowerpackV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21651
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21657
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query PowerpackV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21663
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 18330
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18342
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18348
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18360
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18366
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18384
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18390
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18396
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18336
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_upstream PowerpackV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18354
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18372
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18378
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 18505
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 18498
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18598
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18640
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18682
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18698
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18602
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18615
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18628
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18644
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18657
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18670
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18686
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18702
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18715
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18728
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18741
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18592
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18608
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18621
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18634
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18650
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18663
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18676
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18692
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18708
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18721
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18734
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18509
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 18745
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18757
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18763
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18775
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18805
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18811
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18751
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18769
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18781
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18787
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18793
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18799
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 18920
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 18913
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19013
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19055
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19084
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19100
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19116
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19132
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19017
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19030
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19043
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19059
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19072
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19088
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19104
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19120
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19136
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19149
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19162
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19007
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19023
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19036
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19049
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19065
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19078
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19094
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19110
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19126
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19142
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19155
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 18924
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 19166
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19184
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19190
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19196
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19172
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19178
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 19263
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 19256
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19320
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19336
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19324
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19340
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19353
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19366
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19379
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19314
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19330
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19346
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19359
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19372
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19267
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 20295
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute PowerpackV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20331
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20307
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20319
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20301
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20337
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by_fields PowerpackV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20343
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#indexes PowerpackV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20313
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search PowerpackV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20349
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#storage PowerpackV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20325
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 19383
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19389
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19395
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19401
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 19557
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 19549
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19564
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19550
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 19457
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 19447
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19524
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19540
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19512
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19528
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19544
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19505
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19518
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19534
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19461
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 19721
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19727
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19733
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19739
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 20059
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fields PowerpackV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20065
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20071
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20077
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 20130
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 20123
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20201
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20188
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20204
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20198
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20176
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20192
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20208
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20169
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20182
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20134
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 19906
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19912
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19918
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19924
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 19977
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 19970
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20035
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20051
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20023
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20039
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20055
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20016
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20029
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20045
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19981
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 19895
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 19887
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19902
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19888
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 19795
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 19785
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19875
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19862
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19878
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19872
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19850
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19866
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19882
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19843
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19856
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19799
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 19568
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19574
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19580
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19586
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 19639
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 19632
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19697
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19713
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19685
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19701
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19717
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19678
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19691
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19707
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 19643
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 20444
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 20437
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20596
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20609
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20625
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20641
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20525
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20612
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20628
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20554
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20644
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20583
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20593
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20606
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20622
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20638
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20600
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20529
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20542
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20632
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20616
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20558
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20571
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20648
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20587
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20519
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20535
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20548
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20564
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20577
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20448
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 20212
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20218
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 20257
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 20250
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20291
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20284
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20261
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 21938
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 21930
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21945
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21931
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 20652
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20676
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20682
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20658
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20664
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20670
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#semantic_mode PowerpackV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20688
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 20762
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 20755
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20825
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20841
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20857
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20899
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20829
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20845
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20861
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20874
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20887
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20903
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20819
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20835
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20851
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20867
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20880
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20893
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20766
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 21747
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 21737
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21822
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21838
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21854
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21870
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21886
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21902
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21918
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21825
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21841
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21857
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21873
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21889
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21905
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21921
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21819
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21835
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21851
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21867
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21883
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21899
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21915
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21829
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21845
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21861
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21877
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21893
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21909
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21925
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21751
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 20907
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20925
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20943
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20949
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20913
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20919
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_normalized_cpu PowerpackV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20931
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20937
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20955
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tag_filters PowerpackV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20961
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_filter PowerpackV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 20967
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 21069
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 21062
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21156
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21172
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21201
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21217
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21259
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21275
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21291
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21160
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21176
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21189
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21205
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21221
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21234
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21247
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21263
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21279
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21295
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21150
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21166
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21182
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21195
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21211
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21227
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21240
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21253
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21269
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21285
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21073
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 21299
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21317
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#measure PowerpackV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21329
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_id PowerpackV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21341
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#additional_query_filters PowerpackV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21305
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21311
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_mode PowerpackV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21323
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21335
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query_type PowerpackV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21347
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 21435
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 21428
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21510
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21526
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21555
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21584
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21613
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21514
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21530
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21543
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21559
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21572
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21588
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21601
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21617
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21504
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21520
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21536
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21549
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21565
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21578
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21594
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21607
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21439
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 22625
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22631
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22643
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22649
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22655
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22637
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 21949
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21955
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21961
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 21967
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 22020
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 22013
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22078
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22094
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22066
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22082
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22098
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22059
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22072
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22088
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22024
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 22252
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22258
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22264
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22270
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 22429
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 22421
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22436
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22422
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 22326
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 22316
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22409
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22380
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22396
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22412
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22406
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22384
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22400
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22416
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22374
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22390
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22330
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 22102
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22108
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22120
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22114
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 22173
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 22166
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22231
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22219
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22235
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22248
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22212
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22225
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22241
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22177
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 22440
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22446
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22452
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22458
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 22614
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 22606
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22621
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22607
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 22514
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 22504
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22581
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22597
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22569
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22585
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22601
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22562
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22575
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22591
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22518
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 22722
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 22715
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22805
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22821
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22837
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22808
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22824
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22840
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22792
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22802
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22818
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22834
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22812
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22828
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22780
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22844
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22796
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22773
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22786
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 22726
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 23106
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply to the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23112
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette_flip PowerpackV2#palette_flip}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to flip the palette tones."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23118
          },
          "name": "paletteFlip",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 23164
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 23157
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23217
          },
          "name": "paletteFlipInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23204
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23197
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23210
          },
          "name": "paletteFlip",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23168
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 23451
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23457
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23463
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 23221
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23227
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23233
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 23279
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 23272
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23319
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23332
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23312
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23325
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23283
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 23336
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23342
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23348
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 23394
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 23387
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23434
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23447
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23427
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23440
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23398
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 23509
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 23502
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23545
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23561
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23548
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23564
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23542
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23558
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23552
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23568
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23513
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionView": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionView",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 23572
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionView",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#focus PowerpackV2#focus}",
            "stability": "stable",
            "summary": "The 2-letter ISO code of a country to focus the map on, or `WORLD` for global view, or a region (`EMEA`, `APAC`, `LATAM`), or a continent (`NORTH_AMERICA`, `SOUTH_AMERICA`, `EUROPE`, `AFRICA`, `ASIA`, `OCEANIA`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23578
          },
          "name": "focus",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionView"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionViewOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionViewOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 23617
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 23610
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionViewOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23651
          },
          "name": "focusInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23644
          },
          "name": "focus",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 23621
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionView"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionViewOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 10093
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_link PowerpackV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10147
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10099
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event PowerpackV2#event}",
            "stability": "stable",
            "summary": "event block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10153
          },
          "name": "event",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10105
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#legend_size PowerpackV2#legend_size}",
            "stability": "stable",
            "summary": "The size of the legend displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10111
          },
          "name": "legendSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10117
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#marker PowerpackV2#marker}",
            "stability": "stable",
            "summary": "marker block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10159
          },
          "name": "marker",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#request PowerpackV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10165
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#show_legend PowerpackV2#show_legend}",
            "stability": "stable",
            "summary": "Whether or not to show the legend on this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10123
          },
          "name": "showLegend",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10171
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10129
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10135
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10141
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#xaxis PowerpackV2#xaxis}",
            "stability": "stable",
            "summary": "xaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10177
          },
          "name": "xaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionXaxis"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#yaxis PowerpackV2#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10183
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 24091
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_hidden PowerpackV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24097
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24103
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#link PowerpackV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24109
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#override_label PowerpackV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24115
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 24303
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 24295
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24310
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24296
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 24178
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 24168
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24238
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24254
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24270
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24286
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24242
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24258
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24274
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24290
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24232
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24248
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24264
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24280
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24182
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionEvent": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionEvent",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 24314
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionEvent",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#q PowerpackV2#q}",
            "stability": "stable",
            "summary": "The event query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24320
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tags_execution PowerpackV2#tags_execution}",
            "stability": "stable",
            "summary": "The execution method for multi-value filters."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24326
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionEvent"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionEventList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionEventList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 24453
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 24445
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24460
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionEventOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionEventList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24446
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionEventList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionEventOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionEventOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 24375
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 24365
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24436
          },
          "name": "resetTagsExecution"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionEventOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24424
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24440
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24417
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24430
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24379
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionEvent"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionEventOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarker": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarker",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 24464
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarker",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be a single value `y = 15` or a range of values `0 < y < 10`. For Distribution widgets with `display_type` set to `percentile`, this should be a numeric percentile value (for example, `90` for P90).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24488
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "For Distribution widgets, this can be set to `percentile`. Example: `error dashed`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#display_type PowerpackV2#display_type}",
            "stability": "stable",
            "summary": "Combination of a severity (`error`, `warning`, `ok`, or `info`) and a line type (`dashed`, `solid`, or `bold`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24470
          },
          "name": "displayType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "Label to display over the marker."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24476
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "Timestamp for the marker position."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24482
          },
          "name": "time",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarker"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarkerList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarkerList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 24673
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 24665
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24680
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarkerOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarkerList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24666
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarkerList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarkerOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarkerOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 24551
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 24541
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24611
          },
          "name": "resetDisplayType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24627
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24643
          },
          "name": "resetTime"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarkerOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24615
          },
          "name": "displayTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24631
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24647
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24660
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24605
          },
          "name": "displayType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24621
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24637
          },
          "name": "time",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24653
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24555
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarker"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarkerOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 10320
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 10313
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10562
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10578
          },
          "name": "putEvent",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionEvent"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10594
          },
          "name": "putMarker",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarker"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10610
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10626
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10642
          },
          "name": "putXaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionXaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10658
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10565
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10437
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10581
          },
          "name": "resetEvent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10453
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10469
          },
          "name": "resetLegendSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10485
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10597
          },
          "name": "resetMarker"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10613
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10501
          },
          "name": "resetShowLegend"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10629
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10517
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10533
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10549
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10645
          },
          "name": "resetXaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10661
          },
          "name": "resetYaxis"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10559
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10575
          },
          "name": "event",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionEventList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10591
          },
          "name": "marker",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarkerList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10607
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10623
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10639
          },
          "name": "xaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionXaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10655
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10569
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10441
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10585
          },
          "name": "eventInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10457
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10473
          },
          "name": "legendSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10489
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10601
          },
          "name": "markerInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10617
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10505
          },
          "name": "showLegendInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10633
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10537
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10521
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10553
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10649
          },
          "name": "xaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionXaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10665
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10431
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10447
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10463
          },
          "name": "legendSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10479
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10495
          },
          "name": "showLegend",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10511
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10527
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10543
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10324
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 9032
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequest",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_query PowerpackV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9044
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula PowerpackV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9050
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#log_query PowerpackV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9056
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9062
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#q PowerpackV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9038
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9068
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#rum_query PowerpackV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9074
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#security_query PowerpackV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9080
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9086
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 546
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 552
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 564
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 570
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 576
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 558
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 24684
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24690
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24696
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24702
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs800.ts",
          "line": 24755
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs800.ts",
        "line": 24748
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24813
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24829
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24801
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24817
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24833
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24794
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24807
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24823
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs800.ts",
            "line": 24759
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs800:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 173
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 179
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 185
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 191
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 350
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 342
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 357
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 343
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 247
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 237
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 330
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 301
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 317
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 333
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 327
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 305
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 321
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 337
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 295
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 311
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 251
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 23
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 29
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 41
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 35
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 94
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 87
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 152
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 140
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 156
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 169
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 133
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 146
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 162
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 98
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 361
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 367
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 373
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 379
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 535
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 527
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 542
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 528
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 435
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 425
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 502
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 518
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 490
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 506
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 522
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 483
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 496
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 512
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 439
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 643
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 636
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 726
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 742
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 758
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 729
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 745
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 761
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 713
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 723
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 739
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 755
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 733
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 749
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 701
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 765
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 717
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 694
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 707
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 647
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 2047
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormula",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula_expression PowerpackV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2065
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias PowerpackV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2053
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode PowerpackV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2059
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode_options PowerpackV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2071
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#conditional_formats PowerpackV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2077
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2083
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#number_format PowerpackV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2089
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2095
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 769
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#trend_type PowerpackV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 775
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#y_scale PowerpackV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 781
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 827
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 820
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 866
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 882
          },
          "name": "resetYScale"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 870
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 886
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 860
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 876
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 831
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 890
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormats",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#comparator PowerpackV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 896
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 932
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 944
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_bg_color PowerpackV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 902
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_fg_color PowerpackV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 908
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_value PowerpackV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 914
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#image_url PowerpackV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 920
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 926
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeframe PowerpackV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 938
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 1268
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 1260
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1275
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1261
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 1042
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 1032
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1145
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1161
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1177
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1193
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1209
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1238
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1133
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1149
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1165
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1181
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1197
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1213
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1226
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1242
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1255
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1126
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1139
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1155
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1171
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1187
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1203
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1219
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1232
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1248
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1046
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 1279
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#count PowerpackV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1285
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1291
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 1337
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 1330
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1376
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1392
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1380
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1396
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1370
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1386
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1341
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 2396
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 2388
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2403
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2389
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 1808
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormat",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1814
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_scale PowerpackV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1820
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 1866
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 1859
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1902
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1915
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1918
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1899
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1912
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1906
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1922
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1870
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 1604
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#canonical PowerpackV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1610
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom PowerpackV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1616
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 1400
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#per_unit_name PowerpackV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1406
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1412
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 1458
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 1451
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1497
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1513
          },
          "name": "resetUnitName"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1501
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1517
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1491
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1507
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1462
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 1521
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1527
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 1566
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 1559
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1600
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1593
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1570
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 1662
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 1655
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1698
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1714
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1701
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1717
          },
          "name": "resetCustom"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1695
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1711
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1705
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1721
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1666
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 1725
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1731
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 1770
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 1763
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1804
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1797
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1774
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 2186
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 2176
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2312
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2328
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2344
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2360
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2376
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2270
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2286
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2315
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2331
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2347
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2363
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2379
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2309
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2325
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2341
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2357
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2373
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2274
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2290
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2319
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2335
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2303
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2351
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2367
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2383
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2264
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2280
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2296
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2190
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 1926
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1932
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette_index PowerpackV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1938
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 1984
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 1977
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2023
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2039
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2043
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2027
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2017
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2033
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 1988
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 9419
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 9411
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9426
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9412
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 3083
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3089
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3101
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3107
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3113
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3095
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 2407
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2413
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2419
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2425
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 2478
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 2471
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2536
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2552
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2524
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2540
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2556
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2517
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2530
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2546
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2482
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 2710
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2716
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2722
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2728
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 2887
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 2879
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2894
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2880
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 2784
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 2774
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2867
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2838
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2854
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2870
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2864
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2842
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2858
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2874
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2832
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2848
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2788
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 2560
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2566
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2578
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2572
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 2631
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 2624
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2689
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2677
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2693
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2706
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2670
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2683
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2699
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2635
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 2898
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2904
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2910
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2916
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 3072
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 3064
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3079
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3065
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 2972
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 2962
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3039
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3055
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3027
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3043
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3059
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3020
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3033
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3049
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 2976
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 3180
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 3173
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3263
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3279
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3295
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3266
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3282
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3298
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3250
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3260
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3276
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3292
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3270
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3286
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3238
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3302
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3254
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3231
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3244
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3184
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 9184
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 9174
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9287
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9303
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9319
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9335
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9351
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9367
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9383
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9399
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9290
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9306
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9322
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9338
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9274
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9354
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9370
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9386
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9402
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9284
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9300
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9316
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9332
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9348
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9364
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9380
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9396
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9294
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9310
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9326
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9342
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9278
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9358
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9374
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9390
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9406
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9268
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9188
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 3306
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3324
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#filter_by PowerpackV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3312
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3318
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_by PowerpackV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3330
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 3390
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 3383
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3441
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3457
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3486
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3445
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3461
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3474
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3490
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3435
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3451
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3467
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3480
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3394
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 6785
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_dependency_stats_query PowerpackV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6791
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_resource_stats_query PowerpackV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6797
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cloud_cost_query PowerpackV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6803
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_query PowerpackV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6809
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric_query PowerpackV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6815
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6821
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query PowerpackV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6827
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 3494
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3506
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3512
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3524
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3530
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3548
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3554
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3560
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3500
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_upstream PowerpackV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3518
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3536
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3542
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 3669
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 3662
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3762
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3804
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3846
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3862
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3766
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3779
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3792
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3808
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3821
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3834
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3850
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3866
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3879
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3892
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3905
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3756
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3772
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3785
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3798
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3814
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3827
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3840
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3856
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3872
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3885
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3898
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3673
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 3909
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3921
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3927
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3939
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3969
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3975
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3915
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3933
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3945
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3951
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3957
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 3963
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 4084
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 4077
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4177
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4219
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4248
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4264
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4280
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4296
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4181
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4194
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4207
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4223
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4236
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4252
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4268
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4284
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4300
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4313
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4326
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4171
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4187
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4200
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4213
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4229
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4242
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4258
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4274
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4290
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4306
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4319
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4088
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 4330
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4348
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4354
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4360
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4336
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4342
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 4427
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 4420
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4484
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4500
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4488
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4504
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4517
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4530
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4543
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4478
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4494
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4510
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4523
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4536
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4431
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 5459
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute PowerpackV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5495
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5471
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5483
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5465
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5501
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by_fields PowerpackV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5507
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#indexes PowerpackV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5477
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search PowerpackV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5513
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#storage PowerpackV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5489
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 4547
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4553
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4559
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4565
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 4721
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 4713
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4728
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4714
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 4621
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 4611
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4688
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4704
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4676
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4692
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4708
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4669
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4682
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4698
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4625
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 4885
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4891
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4897
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4903
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 5223
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fields PowerpackV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5229
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5235
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5241
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 5294
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 5287
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5365
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5352
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5368
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5362
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5340
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5356
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5372
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5333
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5346
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5298
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 5070
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5076
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5082
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5088
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 5141
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 5134
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5199
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5215
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5187
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5203
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5219
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5180
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5193
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5209
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5145
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 5059
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 5051
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5066
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5052
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 4959
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 4949
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5039
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5026
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5042
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5036
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5014
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5030
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5046
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5007
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5020
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4963
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 4732
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4738
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4744
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4750
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 4803
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 4796
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4861
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4877
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4849
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4865
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4881
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4842
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4855
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4871
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 4807
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 5608
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 5601
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5760
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5773
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5789
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5805
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5689
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5776
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5792
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5718
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5808
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5747
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5757
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5770
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5786
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5802
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5764
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5693
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5706
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5796
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5780
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5722
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5735
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5812
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5751
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5683
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5699
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5712
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5728
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5741
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5612
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 5376
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearch",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5382
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 5421
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 5414
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5455
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5448
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5425
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 7102
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 7094
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7109
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7095
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 5816
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5840
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5846
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5822
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5828
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5834
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#semantic_mode PowerpackV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5852
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 5926
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 5919
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5989
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6005
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6021
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6063
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5993
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6009
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6025
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6038
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6051
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6067
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5983
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5999
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6015
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6031
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6044
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6057
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 5930
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 6911
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 6901
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6986
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7002
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7018
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7034
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7050
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7066
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7082
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6989
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7005
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7021
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7037
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7053
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7069
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7085
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6983
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6999
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7015
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7031
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7047
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7063
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7079
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6993
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7009
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7025
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7041
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7057
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7073
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7089
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6915
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 6071
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6089
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6107
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6113
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6077
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6083
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_normalized_cpu PowerpackV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6095
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6101
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6119
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tag_filters PowerpackV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6125
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_filter PowerpackV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6131
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 6233
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 6226
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6320
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6336
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6365
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6381
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6423
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6439
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6455
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6324
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6340
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6353
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6369
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6385
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6398
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6411
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6427
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6443
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6459
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6314
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6330
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6346
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6359
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6375
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6391
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6404
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6417
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6433
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6449
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6237
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 6463
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6481
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#measure PowerpackV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6493
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_id PowerpackV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6505
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#additional_query_filters PowerpackV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6469
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6475
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_mode PowerpackV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6487
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6499
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query_type PowerpackV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6511
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 6599
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 6592
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6674
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6690
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6719
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6748
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6777
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6678
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6694
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6707
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6723
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6736
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6752
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6765
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6781
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6668
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6684
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6700
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6713
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6729
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6742
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6758
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6771
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 6603
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 7789
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7795
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7807
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7813
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7819
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7801
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 7113
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7119
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7125
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7131
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 7184
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 7177
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7242
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7258
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7230
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7246
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7262
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7223
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7236
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7252
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7188
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 7416
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7422
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7428
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7434
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 7593
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 7585
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7600
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7586
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 7490
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 7480
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7573
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7544
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7560
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7576
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7570
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7548
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7564
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7580
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7538
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7554
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7494
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 7266
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7272
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7284
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7278
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 7337
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 7330
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7395
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7383
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7399
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7412
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7376
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7389
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7405
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7341
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 7604
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7610
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7616
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7622
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 7778
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 7770
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7785
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7771
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 7678
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 7668
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7745
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7761
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7733
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7749
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7765
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7726
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7739
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7755
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7682
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 7886
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 7879
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7969
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7985
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8001
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7972
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7988
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8004
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7956
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7966
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7982
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7998
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7976
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7992
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7944
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8008
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7960
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7937
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7950
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 7890
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 8688
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8694
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8706
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8712
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8718
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8700
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 8012
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8018
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8024
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8030
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 8083
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 8076
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8141
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8157
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8129
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8145
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8161
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8122
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8135
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8151
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8087
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 8315
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8321
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8327
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8333
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 8492
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 8484
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8499
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8485
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 8389
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 8379
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8472
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8443
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8459
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8475
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8469
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8447
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8463
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8479
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8437
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8453
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8393
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 8165
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8171
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8183
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8177
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 8236
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 8229
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8294
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8282
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8298
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8311
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8275
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8288
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8304
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8240
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 8503
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8509
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8515
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8521
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 8677
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 8669
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8684
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8670
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 8577
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 8567
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8644
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8660
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8632
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8648
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8664
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8625
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8638
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8654
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8581
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 8785
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 8778
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8868
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8884
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8900
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8871
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8887
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8903
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8855
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8865
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8881
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8897
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8875
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8891
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8843
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8907
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8859
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8836
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8849
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8789
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 8911
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order_by PowerpackV2#order_by}",
            "stability": "stable",
            "summary": "How to order series. Valid values are `tags`, `values`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8917
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8923
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 8969
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 8962
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9008
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9024
          },
          "name": "resetPalette"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9012
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9028
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9002
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9018
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 8973
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 9660
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9666
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9672
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 9430
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9436
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9442
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 9488
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 9481
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9528
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9541
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9521
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9534
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9492
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 9545
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9551
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9557
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 9603
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 9596
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9643
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9656
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9636
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9649
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9607
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 9718
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 9711
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9754
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9770
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9757
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9773
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9751
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9767
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9761
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9777
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9722
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionXaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionXaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 9781
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionXaxis",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "This is only applicable for distribution of points (group distributions use the roll-up modifier).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#num_buckets PowerpackV2#num_buckets}",
            "stability": "stable",
            "summary": "Number of time buckets to target, also known as the resolution of the time bins."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9787
          },
          "name": "numBuckets",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionXaxis"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionXaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionXaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 9826
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 9819
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9859
          },
          "name": "resetNumBuckets"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionXaxisOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9863
          },
          "name": "numBucketsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9853
          },
          "name": "numBuckets",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9830
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionXaxis"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionXaxisOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 9867
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionYaxis",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#include_zero PowerpackV2#include_zero}",
            "stability": "stable",
            "summary": "Set to `true` to include zero."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9873
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph. Only usable on Scatterplot Widgets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9879
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#max PowerpackV2#max}",
            "stability": "stable",
            "summary": "Specifies the maximum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9885
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#min PowerpackV2#min}",
            "stability": "stable",
            "summary": "Specifies the minimum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9891
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#scale PowerpackV2#scale}",
            "stability": "stable",
            "summary": "Specifies the scale type. Possible values are `linear`, `log`, `sqrt`, and `pow##` (for example `pow2` or `pow0.5`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9897
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionYaxis"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 9964
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 9957
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10021
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10037
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10053
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10069
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10085
          },
          "name": "resetScale"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionYaxisOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10025
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10041
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10057
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10073
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10089
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10015
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10031
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10047
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10063
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10079
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 9968
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionYaxisOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 5614
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_link PowerpackV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5692
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5620
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group PowerpackV2#group}",
            "stability": "stable",
            "summary": "The list of tag prefixes to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5626
          },
          "name": "group",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5632
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5638
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#node_type PowerpackV2#node_type}",
            "stability": "stable",
            "summary": "The type of node used. Valid values are `host`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5656
          },
          "name": "nodeType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#no_group_hosts PowerpackV2#no_group_hosts}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to show the hosts that don't fit in a group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5644
          },
          "name": "noGroupHosts",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#no_metric_hosts PowerpackV2#no_metric_hosts}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to show nodes with no metrics."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5650
          },
          "name": "noMetricHosts",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#notes PowerpackV2#notes}",
            "stability": "stable",
            "summary": "Notes/description text for the host map widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5662
          },
          "name": "notes",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#request PowerpackV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5698
          },
          "name": "request",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequest"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#scope PowerpackV2#scope}",
            "stability": "stable",
            "summary": "The list of tags used to filter the map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5668
          },
          "name": "scope",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5704
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionStyle"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5710
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5674
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5680
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5686
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 10669
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLink",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_hidden PowerpackV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10675
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10681
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#link PowerpackV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10687
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#override_label PowerpackV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10693
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 10881
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 10873
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10888
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10874
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 10756
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 10746
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10816
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10832
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10848
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10864
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10820
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10836
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10852
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10868
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10810
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10826
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10842
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10858
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10760
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 5854
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 5847
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6166
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6182
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequest"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6198
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6214
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6169
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5977
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5993
          },
          "name": "resetGroup"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6009
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6025
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6073
          },
          "name": "resetNodeType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6041
          },
          "name": "resetNoGroupHosts"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6057
          },
          "name": "resetNoMetricHosts"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6089
          },
          "name": "resetNotes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6185
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6105
          },
          "name": "resetScope"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6201
          },
          "name": "resetStyle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6217
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6121
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6137
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6153
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6163
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6179
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6195
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6211
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6173
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5981
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5997
          },
          "name": "groupInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6013
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6029
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6077
          },
          "name": "nodeTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6045
          },
          "name": "noGroupHostsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6061
          },
          "name": "noMetricHostsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6093
          },
          "name": "notesInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6189
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequest"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6109
          },
          "name": "scopeInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6205
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6221
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6141
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6125
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6157
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5971
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5987
          },
          "name": "group",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6003
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6019
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6067
          },
          "name": "nodeType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6035
          },
          "name": "noGroupHosts",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6051
          },
          "name": "noMetricHosts",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6083
          },
          "name": "notes",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6099
          },
          "name": "scope",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6115
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6131
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6147
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5858
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 4951
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequest",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fill PowerpackV2#fill}",
            "stability": "stable",
            "summary": "fill block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4957
          },
          "name": "fill",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFill"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#size PowerpackV2#size}",
            "stability": "stable",
            "summary": "size block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4963
          },
          "name": "size",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSize"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFill": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFill",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 19933
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFill",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_query PowerpackV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19945
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula PowerpackV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19951
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#log_query PowerpackV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19957
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19963
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#q PowerpackV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19939
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19969
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#rum_query PowerpackV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19975
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#security_query PowerpackV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19981
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFill"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 11568
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11574
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11586
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11592
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11598
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11580
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 10892
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10898
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10904
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10910
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 10963
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 10956
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11021
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11037
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11009
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11025
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11041
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11002
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11015
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11031
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 10967
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 11195
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11201
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11207
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11213
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 11372
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 11364
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11379
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11365
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 11269
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 11259
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11352
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11323
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11339
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11355
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11349
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11327
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11343
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11359
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11317
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11333
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11273
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 11045
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11051
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11063
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11057
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 11116
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 11109
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11174
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11162
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11178
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11191
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11155
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11168
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11184
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11120
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 11383
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11389
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11395
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11401
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 11557
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 11549
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11564
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11550
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 11457
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 11447
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11524
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11540
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11512
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11528
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11544
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11505
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11518
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11534
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11461
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 11665
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 11658
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11748
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11764
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11780
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11751
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11767
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11783
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11735
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11745
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11761
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11777
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11755
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11771
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11723
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11787
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11739
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11716
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11729
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11669
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 13069
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormula",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula_expression PowerpackV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13087
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias PowerpackV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13075
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode PowerpackV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13081
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode_options PowerpackV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13093
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#conditional_formats PowerpackV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13099
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13105
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#number_format PowerpackV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13111
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13117
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormula"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 11791
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptions",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#trend_type PowerpackV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11797
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#y_scale PowerpackV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11803
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 11849
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 11842
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11888
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11904
          },
          "name": "resetYScale"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11892
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11908
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11882
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11898
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11853
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 11912
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormats",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#comparator PowerpackV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11918
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11954
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11966
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_bg_color PowerpackV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11924
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_fg_color PowerpackV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11930
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_value PowerpackV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11936
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#image_url PowerpackV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11942
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11948
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeframe PowerpackV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 11960
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 12290
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 12282
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12297
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormatsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12283
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 12064
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 12054
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12167
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12183
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12199
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12215
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12231
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12260
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormatsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12155
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12171
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12187
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12203
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12219
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12235
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12248
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12264
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12277
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12148
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12161
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12177
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12193
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12209
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12225
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12241
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12254
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12270
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12068
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 12301
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaLimit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#count PowerpackV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12307
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12313
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaLimit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 12359
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 12352
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12398
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12414
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaLimitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12402
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12418
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12392
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12408
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12363
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaLimit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 13418
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 13410
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13425
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13411
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 12830
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormat",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12836
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_scale PowerpackV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12842
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 12888
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 12881
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12924
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12937
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12940
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12921
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12934
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12928
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12944
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12892
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 12626
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#canonical PowerpackV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12632
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom PowerpackV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12638
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 12422
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonical",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#per_unit_name PowerpackV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12428
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12434
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 12480
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 12473
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12519
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12535
          },
          "name": "resetUnitName"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12523
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12539
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12513
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12529
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12484
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 12543
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustom",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12549
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 12588
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 12581
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12622
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12615
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12592
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 12684
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 12677
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12720
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12736
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12723
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12739
          },
          "name": "resetCustom"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12717
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12733
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12727
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12743
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12688
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 12747
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScale",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12753
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 12792
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 12785
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12826
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12819
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12796
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 13208
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 13198
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13334
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13350
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13366
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13382
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13398
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13292
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13308
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13337
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13353
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13369
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13385
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13401
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13331
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13347
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13363
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13379
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13395
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13296
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13312
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13341
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13357
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13325
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13373
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13389
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13405
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13286
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13302
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13318
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13212
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 12948
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12954
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette_index PowerpackV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 12960
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 13006
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 12999
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13045
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13061
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13065
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13049
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13039
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13055
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13010
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 14105
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14111
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14123
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14129
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14135
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14117
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 13429
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13435
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13441
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13447
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 13500
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 13493
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13558
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13574
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13546
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13562
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13578
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13539
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13552
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13568
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13504
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 13732
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13738
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13744
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13750
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 13909
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 13901
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13916
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13902
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 13806
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 13796
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13889
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13860
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13876
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13892
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13886
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13864
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13880
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13896
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13854
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13870
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13810
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 13582
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13588
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13600
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13594
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 13653
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 13646
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13711
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13699
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13715
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13728
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13692
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13705
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13721
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13657
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 13920
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13926
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13932
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13938
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 14094
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 14086
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14101
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14087
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 13994
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 13984
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14061
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14077
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14049
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14065
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14081
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14042
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14055
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14071
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 13998
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 14202
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 14195
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14285
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14301
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14317
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14288
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14304
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14320
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14272
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14282
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14298
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14314
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14292
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14308
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14260
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14324
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14276
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14253
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14266
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14206
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 20069
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 20062
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20157
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20173
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20189
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20205
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20221
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20237
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20253
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20160
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20176
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20192
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20208
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20144
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20224
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20240
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20256
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20154
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20170
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20186
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20202
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20218
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20234
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20250
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20164
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20180
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20196
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20212
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20148
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20228
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20244
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20260
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20138
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20073
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFill"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 14328
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14346
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#filter_by PowerpackV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14334
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14340
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_by PowerpackV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14352
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 14412
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 14405
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14463
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14479
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14508
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14467
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14483
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14496
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14512
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14457
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14473
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14489
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14502
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14416
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 17807
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_dependency_stats_query PowerpackV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17813
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_resource_stats_query PowerpackV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17819
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cloud_cost_query PowerpackV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17825
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_query PowerpackV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17831
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric_query PowerpackV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17837
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17843
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query PowerpackV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17849
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 14516
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14528
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14534
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14546
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14552
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14570
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14576
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14582
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14522
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_upstream PowerpackV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14540
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14558
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14564
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 14691
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 14684
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14784
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14826
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14868
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14884
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14788
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14801
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14814
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14830
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14843
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14856
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14872
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14888
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14901
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14914
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14927
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14778
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14794
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14807
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14820
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14836
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14849
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14862
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14878
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14894
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14907
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14920
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14695
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 14931
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmResourceStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14943
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14949
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14961
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14991
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14997
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14937
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14955
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14967
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14973
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14979
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 14985
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 15106
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 15099
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15199
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15241
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15270
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15286
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15302
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15318
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15203
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15216
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15229
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15245
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15258
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15274
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15290
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15306
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15322
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15335
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15348
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15193
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15209
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15222
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15235
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15251
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15264
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15280
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15296
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15312
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15328
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15341
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15110
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 15352
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryCloudCostQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15370
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15376
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15382
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15358
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15364
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 15449
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 15442
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15506
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15522
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryCloudCostQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15510
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15526
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15539
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15552
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15565
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15500
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15516
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15532
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15545
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15558
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15453
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 16481
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute PowerpackV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16517
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16493
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16505
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16487
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16523
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by_fields PowerpackV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16529
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#indexes PowerpackV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16499
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search PowerpackV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16535
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#storage PowerpackV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16511
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 15569
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15575
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15581
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15587
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 15743
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 15735
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15750
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15736
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 15643
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 15633
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15710
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15726
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15698
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15714
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15730
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15691
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15704
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15720
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15647
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 15907
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15913
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15919
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15925
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 16245
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFields",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fields PowerpackV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16251
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16257
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16263
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 16316
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 16309
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16387
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16374
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16390
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16384
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16362
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16378
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16394
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16355
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16368
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16320
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 16092
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16098
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16104
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16110
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 16163
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 16156
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16221
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16237
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16209
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16225
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16241
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16202
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16215
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16231
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16167
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 16081
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 16073
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16088
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16074
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 15981
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 15971
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16061
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16048
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16064
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16058
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16036
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16052
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16068
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16029
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16042
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15985
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 15754
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15760
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15766
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15772
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 15825
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 15818
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15883
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15899
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15871
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15887
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15903
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15864
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15877
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15893
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 15829
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 16630
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 16623
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16782
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16795
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16811
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16827
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16711
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16798
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16814
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16740
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16830
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16769
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16779
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16792
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16808
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16824
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16786
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16715
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16728
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16818
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16802
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16744
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16757
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16834
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16773
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16705
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16721
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16734
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16750
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16763
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16634
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 16398
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuerySearch",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16404
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 16443
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 16436
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuerySearchOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16477
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16470
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16447
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 18124
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 18116
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18131
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18117
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 16838
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryMetricQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16862
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16868
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16844
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16850
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16856
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#semantic_mode PowerpackV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16874
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 16948
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 16941
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17011
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17027
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17043
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17085
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryMetricQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17015
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17031
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17047
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17060
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17073
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17089
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17005
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17021
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17037
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17053
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17066
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17079
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 16952
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 17933
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 17923
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18008
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18024
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18040
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18056
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18072
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18088
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18104
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18011
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18027
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18043
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18059
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18075
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18091
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18107
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18005
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18021
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18037
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18053
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18069
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18085
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18101
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18015
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18031
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18047
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18063
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18079
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18095
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18111
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17937
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 17093
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17111
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17129
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17135
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17099
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17105
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_normalized_cpu PowerpackV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17117
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17123
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17141
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tag_filters PowerpackV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17147
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_filter PowerpackV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17153
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 17255
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 17248
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17342
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17358
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17387
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17403
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17445
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17461
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17477
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17346
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17362
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17375
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17391
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17407
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17420
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17433
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17449
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17465
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17481
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17336
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17352
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17368
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17381
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17397
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17413
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17426
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17439
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17455
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17471
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17259
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 17485
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuerySloQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17503
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#measure PowerpackV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17515
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_id PowerpackV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17527
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#additional_query_filters PowerpackV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17491
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17497
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_mode PowerpackV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17509
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17521
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query_type PowerpackV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17533
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 17621
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 17614
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17696
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17712
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17741
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17770
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17799
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuerySloQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17700
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17716
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17729
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17745
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17758
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17774
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17787
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17803
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17690
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17706
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17722
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17735
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17751
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17764
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17780
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17793
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 17625
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 18811
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18817
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18829
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18835
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18841
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18823
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 18135
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18141
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18147
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18153
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 18206
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 18199
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18264
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18280
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18252
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18268
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18284
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18245
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18258
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18274
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18210
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 18438
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18444
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18450
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18456
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 18615
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 18607
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18622
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18608
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 18512
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 18502
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18595
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18566
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18582
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18598
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18592
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18570
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18586
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18602
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18560
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18576
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18516
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 18288
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18294
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18306
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18300
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 18359
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 18352
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18417
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18405
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18421
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18434
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18398
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18411
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18427
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18363
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 18626
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18632
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18638
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18644
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 18800
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 18792
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18807
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18793
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 18700
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 18690
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18767
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18783
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18755
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18771
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18787
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18748
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18761
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18777
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18704
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 18908
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 18901
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18991
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19007
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19023
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18994
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19010
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19026
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18978
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18988
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19004
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19020
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18998
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19014
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18966
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19030
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18982
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18959
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18972
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 18912
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 19710
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19716
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19728
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19734
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19740
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19722
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 19034
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19040
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19046
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19052
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 19105
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 19098
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19163
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19179
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19151
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19167
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19183
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19144
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19157
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19173
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19109
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 19337
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19343
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19349
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19355
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 19514
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 19506
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19521
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19507
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 19411
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 19401
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19494
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19465
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19481
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19497
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19491
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19469
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19485
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19501
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19459
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19475
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19415
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 19187
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19193
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19205
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19199
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 19258
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 19251
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19316
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19304
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19320
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19333
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19297
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19310
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19326
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19262
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 19525
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19531
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19537
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19543
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 19699
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 19691
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19706
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19692
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 19599
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 19589
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19666
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19682
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19654
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19670
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19686
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19647
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19660
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19676
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19603
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 19807
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 19800
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19890
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19906
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19922
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19893
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19909
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19925
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19877
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19887
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19903
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19919
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19897
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19913
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19865
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19929
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19881
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19858
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19871
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 19811
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 5009
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 5002
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5045
          },
          "name": "putFill",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFill"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5061
          },
          "name": "putSize",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSize"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5048
          },
          "name": "resetFill"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5064
          },
          "name": "resetSize"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5042
          },
          "name": "fill",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFillOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5058
          },
          "name": "size",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5052
          },
          "name": "fillInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestFill"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5068
          },
          "name": "sizeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSize"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5013
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequest"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSize": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSize",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 4620
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSize",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_query PowerpackV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4632
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula PowerpackV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4638
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#log_query PowerpackV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4644
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4650
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#q PowerpackV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4626
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4656
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#rum_query PowerpackV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4662
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#security_query PowerpackV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4668
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSize"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 20940
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20946
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20958
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20964
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20970
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20952
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 20264
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20270
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20276
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20282
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 20335
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 20328
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20393
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20409
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20381
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20397
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20413
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20374
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20387
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20403
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20339
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 20567
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20573
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20579
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20585
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 20744
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 20736
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20751
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20737
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 20641
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 20631
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20724
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20695
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20711
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20727
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20721
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20699
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20715
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20731
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20689
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20705
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20645
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 20417
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20423
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20435
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20429
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 20488
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 20481
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20546
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20534
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20550
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20563
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20527
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20540
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20556
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20492
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 20755
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20761
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20767
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20773
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 20929
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 20921
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20936
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20922
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 20829
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 20819
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20896
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20912
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20884
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20900
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20916
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20877
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20890
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20906
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 20833
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 21037
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 21030
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21120
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21136
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21152
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21123
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21139
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21155
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21107
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21117
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21133
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21149
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21127
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21143
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21095
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21159
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21111
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21088
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21101
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21041
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 22441
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormula",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula_expression PowerpackV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22459
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias PowerpackV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22447
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode PowerpackV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22453
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode_options PowerpackV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22465
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#conditional_formats PowerpackV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22471
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22477
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#number_format PowerpackV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22483
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22489
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormula"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 21163
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptions",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#trend_type PowerpackV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21169
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#y_scale PowerpackV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21175
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 21221
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 21214
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21260
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21276
          },
          "name": "resetYScale"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21264
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21280
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21254
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21270
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21225
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 21284
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormats",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#comparator PowerpackV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21290
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21326
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21338
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_bg_color PowerpackV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21296
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_fg_color PowerpackV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21302
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_value PowerpackV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21308
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#image_url PowerpackV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21314
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21320
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeframe PowerpackV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21332
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 21662
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 21654
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21669
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21655
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 21436
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 21426
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21539
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21555
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21571
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21587
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21603
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21632
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21527
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21543
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21559
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21575
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21591
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21607
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21620
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21636
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21649
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21520
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21533
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21549
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21565
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21581
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21597
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21613
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21626
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21642
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21440
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 21673
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaLimit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#count PowerpackV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21679
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21685
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaLimit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 21731
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 21724
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21770
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21786
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaLimitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21774
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21790
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21764
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21780
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21735
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaLimit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 22790
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 22782
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22797
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22783
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 22202
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormat",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22208
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_scale PowerpackV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22214
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 22260
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 22253
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22296
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22309
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22312
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22293
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22306
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22300
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22316
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22264
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 21998
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#canonical PowerpackV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22004
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom PowerpackV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22010
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 21794
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonical",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#per_unit_name PowerpackV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21800
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21806
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 21852
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 21845
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21891
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21907
          },
          "name": "resetUnitName"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21895
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21911
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21885
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21901
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21856
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 21915
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustom",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21921
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 21960
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 21953
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21994
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21987
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 21964
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 22056
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 22049
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22092
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22108
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22095
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22111
          },
          "name": "resetCustom"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22089
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22105
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22099
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22115
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22060
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 22119
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScale",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22125
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 22164
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 22157
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22198
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22191
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22168
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 22580
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 22570
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22706
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22722
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22738
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22754
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22770
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22664
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22680
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22709
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22725
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22741
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22757
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22773
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22703
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22719
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22735
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22751
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22767
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22668
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22684
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22713
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22729
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22697
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22745
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22761
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22777
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22658
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22674
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22690
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22584
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 22320
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22326
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette_index PowerpackV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22332
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 22378
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 22371
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22417
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22433
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22437
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22421
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22411
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22427
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22382
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 23477
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23483
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23495
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23501
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23507
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23489
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 22801
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22807
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22813
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22819
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 22872
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 22865
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22930
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22946
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22918
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22934
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22950
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22911
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22924
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22940
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22876
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 23104
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23110
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23116
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23122
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 23281
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 23273
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23288
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23274
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 23178
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 23168
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23261
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23232
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23248
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23264
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23258
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23236
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23252
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23268
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23226
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23242
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23182
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 22954
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22960
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22972
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 22966
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 23025
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 23018
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23083
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23071
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23087
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23100
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23064
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23077
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23093
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23029
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 23292
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23298
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23304
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23310
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 23466
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 23458
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23473
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23459
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 23366
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 23356
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23433
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23449
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23421
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23437
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23453
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23414
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23427
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23443
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23370
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 23574
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 23567
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23657
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23673
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23689
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23660
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23676
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23692
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23644
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23654
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23670
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23686
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23664
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23680
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23632
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23696
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23648
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23625
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23638
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23578
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 4756
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 4749
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4844
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4860
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4876
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4892
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4908
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4924
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4940
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4847
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4863
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4879
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4895
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4831
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4911
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4927
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4943
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4841
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4857
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4873
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4889
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4905
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4921
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4937
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4851
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4867
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4883
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4899
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4835
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4915
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4931
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4947
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4825
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4760
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSize"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 23700
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23718
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#filter_by PowerpackV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23706
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23712
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_by PowerpackV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23724
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 23784
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 23777
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23835
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23851
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23880
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23839
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23855
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23868
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23884
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23829
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23845
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23861
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23874
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23788
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 2494
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_dependency_stats_query PowerpackV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2500
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_resource_stats_query PowerpackV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2506
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cloud_cost_query PowerpackV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2512
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_query PowerpackV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2518
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric_query PowerpackV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2524
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2530
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query PowerpackV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2536
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 23888
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23900
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23906
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23918
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23924
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23942
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23948
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23954
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23894
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_upstream PowerpackV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23912
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23930
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 23936
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 24063
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 24056
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24156
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24198
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24240
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24256
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24160
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24173
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24186
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24202
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24215
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24228
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24244
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24260
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24273
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24286
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24299
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24150
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24166
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24179
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24192
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24208
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24221
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24234
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24250
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24266
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24279
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24292
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24067
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 24303
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24315
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24321
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24333
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24363
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24369
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24309
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24327
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24339
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24345
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24351
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24357
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1200.ts",
          "line": 24478
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1200.ts",
        "line": 24471
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24571
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24613
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24642
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24658
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24674
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24690
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24575
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24588
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24601
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24617
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24630
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24646
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24662
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24678
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24694
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24707
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24720
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24565
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24581
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24594
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24607
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24623
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24636
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24652
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24668
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24684
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24700
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24713
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1200.ts",
            "line": 24482
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1200:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 39
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryCloudCostQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 57
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 63
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 69
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 45
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 51
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 136
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 129
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 193
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 209
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryCloudCostQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 197
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 213
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 226
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 239
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 252
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 187
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 203
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 219
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 232
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 245
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 140
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 1168
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute PowerpackV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1204
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1180
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1192
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1174
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1210
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by_fields PowerpackV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1216
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#indexes PowerpackV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1186
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search PowerpackV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1222
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#storage PowerpackV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1198
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 256
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 262
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 268
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 274
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 430
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 422
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 437
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 423
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 330
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 320
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 397
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 413
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 385
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 401
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 417
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 378
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 391
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 407
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 334
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 594
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 600
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 606
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 612
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 932
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFields",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fields PowerpackV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 938
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 944
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 950
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 1003
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 996
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1074
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1061
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1077
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1071
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1049
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1065
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1081
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1042
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1055
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1007
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 779
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 785
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 791
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 797
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 850
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 843
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 908
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 924
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 896
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 912
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 928
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 889
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 902
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 918
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 854
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 768
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 760
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 775
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 761
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 668
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 658
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 748
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 735
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 751
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 745
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 723
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 739
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 755
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 716
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 729
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 672
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 441
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 447
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 453
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 459
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 512
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 505
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 570
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 586
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 558
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 574
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 590
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 551
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 564
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 580
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 516
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 1317
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 1310
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1469
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1482
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1498
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1514
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1398
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1485
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1501
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1427
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1517
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1456
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1466
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1479
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1495
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1511
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1473
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1402
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1415
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1505
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1489
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1431
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1444
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1521
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1460
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1392
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1408
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1421
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1437
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1450
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1321
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 1085
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuerySearch",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1091
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 1130
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 1123
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuerySearchOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1164
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1157
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1134
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 2811
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 2803
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2818
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2804
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 1525
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryMetricQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1549
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1555
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1531
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1537
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1543
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#semantic_mode PowerpackV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1561
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 1635
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 1628
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1698
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1714
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1730
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1772
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryMetricQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1702
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1718
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1734
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1747
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1760
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1776
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1692
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1708
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1724
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1740
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1753
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1766
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1639
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 2620
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 2610
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2695
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2711
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2727
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2743
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2759
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2775
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2791
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2698
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2714
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2730
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2746
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2762
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2778
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2794
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2692
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2708
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2724
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2740
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2756
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2772
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2788
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2702
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2718
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2734
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2750
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2766
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2782
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2798
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2624
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 1780
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1798
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1816
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1822
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1786
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1792
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_normalized_cpu PowerpackV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1804
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1810
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1828
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tag_filters PowerpackV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1834
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_filter PowerpackV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1840
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 1942
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 1935
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2029
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2045
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2074
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2090
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2132
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2148
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2164
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2033
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2049
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2062
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2078
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2094
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2107
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2120
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2136
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2152
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2168
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2023
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2039
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2055
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2068
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2084
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2100
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2113
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2126
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2142
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2158
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 1946
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 2172
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuerySloQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2190
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#measure PowerpackV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2202
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_id PowerpackV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2214
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#additional_query_filters PowerpackV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2178
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2184
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_mode PowerpackV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2196
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2208
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query_type PowerpackV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2220
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 2308
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 2301
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2383
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2399
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2428
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2457
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2486
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuerySloQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2387
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2403
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2416
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2432
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2445
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2461
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2474
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2490
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2377
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2393
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2409
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2422
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2438
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2451
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2467
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2480
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2312
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 3498
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3504
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3516
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3522
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3528
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3510
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 2822
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2828
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2834
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2840
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 2893
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 2886
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2951
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2967
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2939
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2955
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2971
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2932
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2945
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2961
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2897
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 3125
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3131
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3137
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3143
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 3302
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 3294
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3309
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3295
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 3199
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 3189
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3282
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3253
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3269
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3285
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3279
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3257
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3273
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3289
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3247
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3263
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3203
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 2975
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2981
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2993
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 2987
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 3046
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 3039
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3104
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3092
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3108
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3121
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3085
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3098
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3114
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3050
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 3313
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3319
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3325
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3331
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 3487
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 3479
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3494
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3480
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 3387
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 3377
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3454
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3470
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3442
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3458
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3474
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3435
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3448
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3464
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3391
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 3595
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 3588
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3678
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3694
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3710
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3681
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3697
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3713
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3665
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3675
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3691
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3707
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3685
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3701
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3653
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3717
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3669
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3646
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3659
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3599
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 4397
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4403
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4415
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4421
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4427
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4409
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 3721
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3727
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3733
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3739
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 3792
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 3785
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3850
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3866
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3838
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3854
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3870
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3831
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3844
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3860
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3796
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 4024
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4030
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4036
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4042
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 4201
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 4193
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4208
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4194
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 4098
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 4088
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4181
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4152
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4168
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4184
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4178
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4156
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4172
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4188
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4146
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4162
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4102
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 3874
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3880
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3892
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3886
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 3945
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 3938
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4003
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3991
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4007
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4020
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3984
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3997
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4013
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 3949
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 4212
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4218
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4224
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4230
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 4386
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 4378
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4393
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4379
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 4286
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 4276
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4353
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4369
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4341
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4357
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4373
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4334
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4347
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4363
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4290
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 4494
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 4487
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4577
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4593
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4609
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4580
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4596
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4612
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4564
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4574
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4590
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4606
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4584
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4600
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4552
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4616
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4568
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4545
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4558
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 4498
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 5072
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fill_max PowerpackV2#fill_max}",
            "stability": "stable",
            "summary": "The max value to use to color the map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5078
          },
          "name": "fillMax",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fill_min PowerpackV2#fill_min}",
            "stability": "stable",
            "summary": "The min value to use to color the map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5084
          },
          "name": "fillMin",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5090
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette_flip PowerpackV2#palette_flip}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to flip the palette tones."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5096
          },
          "name": "paletteFlip",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 5156
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 5149
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5207
          },
          "name": "resetFillMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5223
          },
          "name": "resetFillMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5239
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5255
          },
          "name": "resetPaletteFlip"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5211
          },
          "name": "fillMaxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5227
          },
          "name": "fillMinInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5259
          },
          "name": "paletteFlipInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5243
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5201
          },
          "name": "fillMax",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5217
          },
          "name": "fillMin",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5233
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5249
          },
          "name": "paletteFlip",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5160
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 5493
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5499
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5505
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 5263
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5269
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5275
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 5321
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 5314
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5361
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5374
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5354
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5367
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5325
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 5378
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5384
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5390
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 5436
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 5429
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5476
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5489
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5469
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5482
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5440
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 5551
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 5544
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5587
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5603
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5590
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5606
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5584
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5600
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5594
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5610
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 5555
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetIframeDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetIframeDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 6576
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetIframeDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#url PowerpackV2#url}",
            "stability": "stable",
            "summary": "The URL to use as a data source for the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6618
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6582
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6588
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6594
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6624
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6600
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6606
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6612
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetIframeDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 6712
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 6705
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6893
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6787
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6803
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6819
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6896
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6835
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6851
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6867
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6890
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6791
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6807
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6823
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6900
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6855
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6839
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6871
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6884
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6781
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6797
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6813
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6829
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6845
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6861
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6877
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6716
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetIframeDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 6455
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6461
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6467
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 6225
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6231
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6237
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 6283
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 6276
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6323
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6336
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6316
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6329
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6287
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 6340
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6346
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6352
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 6398
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 6391
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6438
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6451
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6431
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6444
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6402
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 6513
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 6506
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6549
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6565
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6552
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6568
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6546
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6562
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6556
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6572
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6517
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetImageDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetImageDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 7255
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetImageDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#url PowerpackV2#url}",
            "stability": "stable",
            "summary": "URL of the image."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7327
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7261
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#has_background PowerpackV2#has_background}",
            "stability": "stable",
            "summary": "Whether to display a background or not. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7267
          },
          "name": "hasBackground",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#has_border PowerpackV2#has_border}",
            "stability": "stable",
            "summary": "Whether to display a border or not. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7273
          },
          "name": "hasBorder",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7279
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#horizontal_align PowerpackV2#horizontal_align}",
            "stability": "stable",
            "summary": "The horizontal alignment for the widget. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7285
          },
          "name": "horizontalAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7291
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Note: `small` and `large` values are deprecated. Valid values are `sm`, `md`, `lg`, `small`, `large`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#margin PowerpackV2#margin}",
            "stability": "stable",
            "summary": "The margins to use around the image."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7297
          },
          "name": "margin",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "The values are based on the image `object-fit` CSS properties. Note: `zoom`, `fit` and `center` values are deprecated. Valid values are `fill`, `contain`, `cover`, `none`, `scale-down`, `zoom`, `fit`, `center`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sizing PowerpackV2#sizing}",
            "stability": "stable",
            "summary": "The preferred method to adapt the dimensions of the image."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7303
          },
          "name": "sizing",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7345
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7309
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7315
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7321
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#url_dark_theme PowerpackV2#url_dark_theme}",
            "stability": "stable",
            "summary": "URL of the image in dark mode."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7333
          },
          "name": "urlDarkTheme",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#vertical_align PowerpackV2#vertical_align}",
            "stability": "stable",
            "summary": "The vertical alignment for the widget. Valid values are `center`, `top`, `bottom`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7339
          },
          "name": "verticalAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetImageDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 7482
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 7475
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7817
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7599
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7615
          },
          "name": "resetHasBackground"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7631
          },
          "name": "resetHasBorder"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7647
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7663
          },
          "name": "resetHorizontalAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7679
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7695
          },
          "name": "resetMargin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7711
          },
          "name": "resetSizing"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7820
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7727
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7743
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7759
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7788
          },
          "name": "resetUrlDarkTheme"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7804
          },
          "name": "resetVerticalAlign"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7814
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7603
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7619
          },
          "name": "hasBackgroundInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7635
          },
          "name": "hasBorderInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7651
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7667
          },
          "name": "horizontalAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7683
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7699
          },
          "name": "marginInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7715
          },
          "name": "sizingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7824
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7747
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7731
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7763
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7792
          },
          "name": "urlDarkThemeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7776
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7808
          },
          "name": "verticalAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7593
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7609
          },
          "name": "hasBackground",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7625
          },
          "name": "hasBorder",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7641
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7657
          },
          "name": "horizontalAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7673
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7689
          },
          "name": "margin",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7705
          },
          "name": "sizing",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7721
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7737
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7753
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7769
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7782
          },
          "name": "urlDarkTheme",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7798
          },
          "name": "verticalAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7486
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetImageDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 7134
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7140
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7146
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 6904
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6910
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6916
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 6962
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 6955
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7002
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7015
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6995
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7008
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 6966
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 7019
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7025
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7031
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 7077
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 7070
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7117
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7130
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7110
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7123
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7081
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 7192
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 7185
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7228
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7244
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7231
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7247
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7225
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7241
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7235
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7251
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7196
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 19201
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 19193
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19208
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19194
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidget"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 9069
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#request PowerpackV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9123
          },
          "name": "request",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9075
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9081
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#legend_size PowerpackV2#legend_size}",
            "stability": "stable",
            "summary": "The size of the legend displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9087
          },
          "name": "legendSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9093
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#show_legend PowerpackV2#show_legend}",
            "stability": "stable",
            "summary": "Whether or not to show the legend on this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9099
          },
          "name": "showLegend",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9129
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9105
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9111
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9117
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 9231
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 9224
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9443
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9456
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9318
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9334
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9350
          },
          "name": "resetLegendSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9366
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9382
          },
          "name": "resetShowLegend"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9459
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9398
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9414
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9430
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9440
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9453
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9322
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9338
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9354
          },
          "name": "legendSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9370
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9447
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9386
          },
          "name": "showLegendInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9463
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9418
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9402
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9434
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9312
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9328
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9344
          },
          "name": "legendSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9360
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9376
          },
          "name": "showLegend",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9392
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9408
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9424
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9235
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 8539
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequest",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#columns PowerpackV2#columns}",
            "stability": "stable",
            "summary": "columns block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8551
          },
          "name": "columns",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8557
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#response_format PowerpackV2#response_format}",
            "stability": "stable",
            "summary": "Widget response format. Valid values are `event_list`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8545
          },
          "name": "responseFormat",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 7828
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#field PowerpackV2#field}",
            "stability": "stable",
            "summary": "Widget column field."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7834
          },
          "name": "field",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#width PowerpackV2#width}",
            "stability": "stable",
            "summary": "Widget column width. Valid values are `auto`, `compact`, `full`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7840
          },
          "name": "width",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 7970
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 7962
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7977
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7963
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 7889
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 7879
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7937
          },
          "name": "resetField"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7953
          },
          "name": "resetWidth"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7941
          },
          "name": "fieldInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7957
          },
          "name": "widthInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7931
          },
          "name": "field",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7947
          },
          "name": "width",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7893
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 8707
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 8699
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8714
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8700
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 8613
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 8603
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8677
          },
          "name": "putColumns",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8690
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery"
              }
            }
          ]
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8674
          },
          "name": "columns",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumnsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8687
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8681
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8694
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8668
          },
          "name": "responseFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8661
          },
          "name": "responseFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8617
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 8211
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs_stream`, `audit_stream`, `ci_pipeline_stream`, `ci_test_stream`, `rum_issue_stream`, `apm_issue_stream`, `trace_stream`, `logs_issue_stream`, `logs_pattern_stream`, `logs_transaction_stream`, `event_stream`, `rum_stream`, `llm_observability_stream`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "Source from which to query items to display in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8223
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#clustering_pattern_field_path PowerpackV2#clustering_pattern_field_path}",
            "stability": "stable",
            "summary": "Specifies the field for logs pattern clustering. Can only be used with `logs_pattern_stream`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8217
          },
          "name": "clusteringPatternFieldPath",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_size PowerpackV2#event_size}",
            "stability": "stable",
            "summary": "Size of events displayed in widget. Required if `data_source` is `event_stream`. Valid values are `s`, `l`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8229
          },
          "name": "eventSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8253
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#indexes PowerpackV2#indexes}",
            "stability": "stable",
            "summary": "List of indexes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8235
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query_string PowerpackV2#query_string}",
            "stability": "stable",
            "summary": "Widget query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8241
          },
          "name": "queryString",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8259
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#storage PowerpackV2#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8247
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 7981
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "Facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 7987
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 8085
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 8077
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8092
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8078
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 8029
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 8019
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8072
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8065
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8033
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 8347
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 8340
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8512
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8528
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8422
          },
          "name": "resetClusteringPatternFieldPath"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8451
          },
          "name": "resetEventSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8515
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8467
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8483
          },
          "name": "resetQueryString"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8531
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8499
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8509
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8525
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8426
          },
          "name": "clusteringPatternFieldPathInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8439
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8455
          },
          "name": "eventSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8519
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8471
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8487
          },
          "name": "queryStringInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8535
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8503
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8416
          },
          "name": "clusteringPatternFieldPath",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8432
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8445
          },
          "name": "eventSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8461
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8477
          },
          "name": "queryString",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8493
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8351
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 8096
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#column PowerpackV2#column}",
            "stability": "stable",
            "summary": "The facet path for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8102
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8108
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 8154
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 8147
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8194
          },
          "name": "columnInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8207
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8187
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8200
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8158
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionRequestQuerySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 8948
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8954
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8960
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 8718
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8724
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8730
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 8776
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 8769
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8816
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8829
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8809
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8822
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8780
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 8833
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8839
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8845
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 8891
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 8884
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8931
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8944
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8924
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8937
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 8895
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 9006
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 8999
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9042
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9058
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9045
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9061
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9039
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9055
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9049
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9065
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9010
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 9933
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#columns PowerpackV2#columns}",
            "stability": "stable",
            "summary": "Stringified list of columns to use, for example: `[\"column1\",\"column2\",\"column3\"]`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9939
          },
          "name": "columns",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9945
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9951
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#indexes PowerpackV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9957
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9963
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#message_display PowerpackV2#message_display}",
            "stability": "stable",
            "summary": "The number of log lines to display. Valid values are `inline`, `expanded-md`, `expanded-lg`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9969
          },
          "name": "messageDisplay",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query to filter the log stream with."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9975
          },
          "name": "query",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#show_date_column PowerpackV2#show_date_column}",
            "stability": "stable",
            "summary": "If the date column should be displayed."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9981
          },
          "name": "showDateColumn",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#show_message_column PowerpackV2#show_message_column}",
            "stability": "stable",
            "summary": "If the message column should be displayed."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9987
          },
          "name": "showMessageColumn",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10011
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10017
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9993
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9999
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10005
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 10147
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 10140
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10447
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10463
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10258
          },
          "name": "resetColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10274
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10290
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10306
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10322
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10338
          },
          "name": "resetMessageDisplay"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10354
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10370
          },
          "name": "resetShowDateColumn"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10386
          },
          "name": "resetShowMessageColumn"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10450
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10466
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10402
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10418
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10434
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10444
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10460
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10262
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10278
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10294
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10310
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10326
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10342
          },
          "name": "messageDisplayInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10358
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10374
          },
          "name": "showDateColumnInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10390
          },
          "name": "showMessageColumnInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10454
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10470
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10422
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10406
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10438
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10252
          },
          "name": "columns",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10268
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10284
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10300
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10316
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10332
          },
          "name": "messageDisplay",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10348
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10364
          },
          "name": "showDateColumn",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10380
          },
          "name": "showMessageColumn",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10396
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10412
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10428
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10151
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 9467
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#column PowerpackV2#column}",
            "stability": "stable",
            "summary": "The facet path for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9473
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9479
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 9525
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 9518
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9565
          },
          "name": "columnInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9578
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9558
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9571
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9529
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 9812
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9818
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9824
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 9582
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9588
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9594
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 9640
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 9633
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9680
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9693
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9673
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9686
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9644
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 9697
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9703
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9709
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 9755
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 9748
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9795
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9808
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9788
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9801
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9759
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 9870
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 9863
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9906
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9922
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9909
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9925
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9903
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9919
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9913
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9929
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 9874
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 10825
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query to filter the monitors with."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10867
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#color_preference PowerpackV2#color_preference}",
            "stability": "stable",
            "summary": "Whether to colorize text or background. Valid values are `background`, `text`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10831
          },
          "name": "colorPreference",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10837
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#display_format PowerpackV2#display_format}",
            "stability": "stable",
            "summary": "The display setting to use. Valid values are `counts`, `countsAndList`, `list`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10843
          },
          "name": "displayFormat",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10849
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_zero_counts PowerpackV2#hide_zero_counts}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to hide empty categories."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10855
          },
          "name": "hideZeroCounts",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10861
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#show_last_triggered PowerpackV2#show_last_triggered}",
            "stability": "stable",
            "summary": "Whether to show the time that has elapsed since the monitor/group triggered."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10873
          },
          "name": "showLastTriggered",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#show_priority PowerpackV2#show_priority}",
            "stability": "stable",
            "summary": "Whether to show the priorities column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10879
          },
          "name": "showPriority",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `name`, `group`, `status`, `tags`, `triggered`, `group,asc`, `group,desc`, `name,asc`, `name,desc`, `status,asc`, `status,desc`, `tags,asc`, `tags,desc`, `triggered,asc`, `triggered,desc`, `priority,asc`, `priority,desc`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "The method to sort the monitors."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10885
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#summary_type PowerpackV2#summary_type}",
            "stability": "stable",
            "summary": "The summary type to use. Valid values are `monitors`, `groups`, `combined`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10891
          },
          "name": "summaryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10915
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10897
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10903
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10909
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 11052
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 11045
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11387
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11169
          },
          "name": "resetColorPreference"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11185
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11201
          },
          "name": "resetDisplayFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11217
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11233
          },
          "name": "resetHideZeroCounts"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11249
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11278
          },
          "name": "resetShowLastTriggered"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11294
          },
          "name": "resetShowPriority"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11310
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11326
          },
          "name": "resetSummaryType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11390
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11342
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11358
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11374
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11384
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11173
          },
          "name": "colorPreferenceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11189
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11205
          },
          "name": "displayFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11221
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11237
          },
          "name": "hideZeroCountsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11253
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11266
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11282
          },
          "name": "showLastTriggeredInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11298
          },
          "name": "showPriorityInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11314
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11330
          },
          "name": "summaryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11394
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11362
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11346
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11378
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11163
          },
          "name": "colorPreference",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11179
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11195
          },
          "name": "displayFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11211
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11227
          },
          "name": "hideZeroCounts",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11243
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11259
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11272
          },
          "name": "showLastTriggered",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11288
          },
          "name": "showPriority",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11304
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11320
          },
          "name": "summaryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11336
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11352
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11368
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11056
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 10704
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10710
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10716
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 10474
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10480
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10486
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 10532
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 10525
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10572
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10585
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10565
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10578
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10536
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 10589
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10595
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10601
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 10647
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 10640
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10687
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10700
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10680
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10693
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10651
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 10762
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 10755
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10798
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10814
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10801
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10817
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10795
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10811
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10805
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10821
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 10766
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetNoteDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetNoteDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 11749
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetNoteDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#content PowerpackV2#content}",
            "stability": "stable",
            "summary": "The content of the note."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11761
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#background_color PowerpackV2#background_color}",
            "stability": "stable",
            "summary": "The background color of the note."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11755
          },
          "name": "backgroundColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11767
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#font_size PowerpackV2#font_size}",
            "stability": "stable",
            "summary": "The size of the text."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11773
          },
          "name": "fontSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#has_padding PowerpackV2#has_padding}",
            "stability": "stable",
            "summary": "Whether to add padding or not. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11779
          },
          "name": "hasPadding",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11785
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11791
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#show_tick PowerpackV2#show_tick}",
            "stability": "stable",
            "summary": "Whether to show a tick or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11797
          },
          "name": "showTick",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_align PowerpackV2#text_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's text. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11803
          },
          "name": "textAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `bottom`, `left`, `right`, `top`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tick_edge PowerpackV2#tick_edge}",
            "stability": "stable",
            "summary": "When `tick = true`, a string indicating on which side of the widget the tick should be displayed."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11809
          },
          "name": "tickEdge",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tick_pos PowerpackV2#tick_pos}",
            "stability": "stable",
            "summary": "When `tick = true`, a string with a percent sign indicating the position of the tick, for example: `tick_pos = \"50%\"` is centered alignment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11815
          },
          "name": "tickPos",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11845
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11821
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11827
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11833
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#vertical_align PowerpackV2#vertical_align}",
            "stability": "stable",
            "summary": "The vertical alignment for the widget. Valid values are `center`, `top`, `bottom`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11839
          },
          "name": "verticalAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetNoteDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 11989
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 11982
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12346
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12112
          },
          "name": "resetBackgroundColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12141
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12157
          },
          "name": "resetFontSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12173
          },
          "name": "resetHasPadding"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12189
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12205
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12221
          },
          "name": "resetShowTick"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12237
          },
          "name": "resetTextAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12253
          },
          "name": "resetTickEdge"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12269
          },
          "name": "resetTickPos"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12349
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12285
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12301
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12317
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12333
          },
          "name": "resetVerticalAlign"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12343
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12116
          },
          "name": "backgroundColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12129
          },
          "name": "contentInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12145
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12161
          },
          "name": "fontSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12177
          },
          "name": "hasPaddingInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12193
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12209
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12225
          },
          "name": "showTickInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12241
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12257
          },
          "name": "tickEdgeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12273
          },
          "name": "tickPosInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12353
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12305
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12289
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12321
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12337
          },
          "name": "verticalAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12106
          },
          "name": "backgroundColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12122
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12135
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12151
          },
          "name": "fontSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12167
          },
          "name": "hasPadding",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12183
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12199
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12215
          },
          "name": "showTick",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12231
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12247
          },
          "name": "tickEdge",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12263
          },
          "name": "tickPos",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12279
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12295
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12311
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12327
          },
          "name": "verticalAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11993
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetNoteDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 11628
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11634
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11640
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 11398
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11404
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11410
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 11456
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 11449
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11496
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11509
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11489
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11502
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11460
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 11513
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11519
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11525
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 11571
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 11564
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11611
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11624
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11604
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11617
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11575
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 11686
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 11679
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11722
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11738
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11725
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11741
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11719
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11735
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11729
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11745
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 11690
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 18438
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 18428
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18685
          },
          "name": "putAlertGraphDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18701
          },
          "name": "putAlertValueDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18717
          },
          "name": "putChangeDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18733
          },
          "name": "putCheckStatusDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18749
          },
          "name": "putDistributionDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18765
          },
          "name": "putEventStreamDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18781
          },
          "name": "putEventTimelineDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18797
          },
          "name": "putFreeTextDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18813
          },
          "name": "putFunnelDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18829
          },
          "name": "putGeomapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18845
          },
          "name": "putHeatmapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18861
          },
          "name": "putHostmapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18877
          },
          "name": "putIframeDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetIframeDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18893
          },
          "name": "putImageDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetImageDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18909
          },
          "name": "putListStreamDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18925
          },
          "name": "putLogStreamDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18941
          },
          "name": "putManageStatusDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18957
          },
          "name": "putNoteDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetNoteDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18973
          },
          "name": "putQueryTableDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18989
          },
          "name": "putQueryValueDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19005
          },
          "name": "putRunWorkflowDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19021
          },
          "name": "putScatterplotDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19037
          },
          "name": "putServiceLevelObjectiveDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19053
          },
          "name": "putServicemapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19069
          },
          "name": "putSloListDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19085
          },
          "name": "putSunburstDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19101
          },
          "name": "putTimeseriesDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19117
          },
          "name": "putToplistDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19133
          },
          "name": "putTopologyMapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19149
          },
          "name": "putTraceServiceDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19165
          },
          "name": "putTreemapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19181
          },
          "name": "putWidgetLayout",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetWidgetLayout"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18688
          },
          "name": "resetAlertGraphDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18704
          },
          "name": "resetAlertValueDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18720
          },
          "name": "resetChangeDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18736
          },
          "name": "resetCheckStatusDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18752
          },
          "name": "resetDistributionDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18768
          },
          "name": "resetEventStreamDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18784
          },
          "name": "resetEventTimelineDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18800
          },
          "name": "resetFreeTextDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18816
          },
          "name": "resetFunnelDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18832
          },
          "name": "resetGeomapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18848
          },
          "name": "resetHeatmapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18864
          },
          "name": "resetHostmapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18672
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18880
          },
          "name": "resetIframeDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18896
          },
          "name": "resetImageDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18912
          },
          "name": "resetListStreamDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18928
          },
          "name": "resetLogStreamDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18944
          },
          "name": "resetManageStatusDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18960
          },
          "name": "resetNoteDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18976
          },
          "name": "resetQueryTableDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18992
          },
          "name": "resetQueryValueDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19008
          },
          "name": "resetRunWorkflowDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19024
          },
          "name": "resetScatterplotDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19040
          },
          "name": "resetServiceLevelObjectiveDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19056
          },
          "name": "resetServicemapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19072
          },
          "name": "resetSloListDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19088
          },
          "name": "resetSunburstDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19104
          },
          "name": "resetTimeseriesDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19120
          },
          "name": "resetToplistDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19136
          },
          "name": "resetTopologyMapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19152
          },
          "name": "resetTraceServiceDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19168
          },
          "name": "resetTreemapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19184
          },
          "name": "resetWidgetLayout"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18682
          },
          "name": "alertGraphDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18698
          },
          "name": "alertValueDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18714
          },
          "name": "changeDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18730
          },
          "name": "checkStatusDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18746
          },
          "name": "distributionDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18762
          },
          "name": "eventStreamDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18778
          },
          "name": "eventTimelineDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18794
          },
          "name": "freeTextDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18810
          },
          "name": "funnelDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18826
          },
          "name": "geomapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18842
          },
          "name": "heatmapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18858
          },
          "name": "hostmapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18874
          },
          "name": "iframeDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetIframeDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18890
          },
          "name": "imageDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetImageDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18906
          },
          "name": "listStreamDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18922
          },
          "name": "logStreamDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18938
          },
          "name": "manageStatusDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18954
          },
          "name": "noteDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetNoteDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18970
          },
          "name": "queryTableDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18986
          },
          "name": "queryValueDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19002
          },
          "name": "runWorkflowDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19018
          },
          "name": "scatterplotDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19034
          },
          "name": "serviceLevelObjectiveDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19050
          },
          "name": "servicemapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19066
          },
          "name": "sloListDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19082
          },
          "name": "sunburstDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19098
          },
          "name": "timeseriesDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19114
          },
          "name": "toplistDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19130
          },
          "name": "topologyMapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19146
          },
          "name": "traceServiceDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19162
          },
          "name": "treemapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19178
          },
          "name": "widgetLayout",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetWidgetLayoutOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18692
          },
          "name": "alertGraphDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertGraphDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18708
          },
          "name": "alertValueDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetAlertValueDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18724
          },
          "name": "changeDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetChangeDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18740
          },
          "name": "checkStatusDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetCheckStatusDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18756
          },
          "name": "distributionDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetDistributionDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18772
          },
          "name": "eventStreamDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventStreamDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18788
          },
          "name": "eventTimelineDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetEventTimelineDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18804
          },
          "name": "freeTextDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFreeTextDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18820
          },
          "name": "funnelDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetFunnelDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18836
          },
          "name": "geomapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetGeomapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18852
          },
          "name": "heatmapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHeatmapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18868
          },
          "name": "hostmapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetHostmapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18676
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18884
          },
          "name": "iframeDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetIframeDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18900
          },
          "name": "imageDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetImageDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18916
          },
          "name": "listStreamDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetListStreamDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18932
          },
          "name": "logStreamDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetLogStreamDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18948
          },
          "name": "manageStatusDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetManageStatusDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18964
          },
          "name": "noteDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetNoteDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18980
          },
          "name": "queryTableDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18996
          },
          "name": "queryValueDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19012
          },
          "name": "runWorkflowDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19028
          },
          "name": "scatterplotDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19044
          },
          "name": "serviceLevelObjectiveDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19060
          },
          "name": "servicemapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19076
          },
          "name": "sloListDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19092
          },
          "name": "sunburstDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19108
          },
          "name": "timeseriesDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19124
          },
          "name": "toplistDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19140
          },
          "name": "topologyMapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19156
          },
          "name": "traceServiceDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19172
          },
          "name": "treemapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19188
          },
          "name": "widgetLayoutInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetWidgetLayout"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18666
          },
          "name": "id",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 18442
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidget"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 24143
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_link PowerpackV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24191
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24149
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#has_search_bar PowerpackV2#has_search_bar}",
            "stability": "stable",
            "summary": "Controls the display of the search bar. Valid values are `always`, `never`, `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24155
          },
          "name": "hasSearchBar",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24161
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24167
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#request PowerpackV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24197
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24203
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24173
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24179
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24185
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 12357
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_hidden PowerpackV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12363
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12369
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#link PowerpackV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12375
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#override_label PowerpackV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12381
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 12569
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 12561
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12576
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12562
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 12444
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 12434
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12504
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12520
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12536
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12552
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12508
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12524
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12540
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12556
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12498
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12514
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12530
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12546
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12448
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 24305
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 24298
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24501
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24517
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24533
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24504
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24392
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24408
          },
          "name": "resetHasSearchBar"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24424
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24440
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24520
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24536
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24456
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24472
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24488
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24498
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24514
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24530
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24508
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24396
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24412
          },
          "name": "hasSearchBarInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24428
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24444
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24524
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24540
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24476
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24460
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24492
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24386
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24402
          },
          "name": "hasSearchBar",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24418
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24434
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24450
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24466
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24482
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24309
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 23149
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequest",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregator to use for time aggregation. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23155
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias PowerpackV2#alias}",
            "stability": "stable",
            "summary": "The alias for the column name (defaults to metric name)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23161
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_query PowerpackV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23191
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_stats_query PowerpackV2#apm_stats_query}",
            "stability": "stable",
            "summary": "apm_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23197
          },
          "name": "apmStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode PowerpackV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23167
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#conditional_formats PowerpackV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23203
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula PowerpackV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23209
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "For metric queries, the number of lines to show in the table. Only one request should have this property."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23173
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#log_query PowerpackV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23215
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "The sort order for the rows. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23179
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23221
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#q PowerpackV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23185
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23227
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#rum_query PowerpackV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23233
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#security_query PowerpackV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23239
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_formats PowerpackV2#text_formats}",
            "stability": "stable",
            "summary": "text_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23245
          },
          "name": "textFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 13256
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13262
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13274
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13280
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13286
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13268
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 12580
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12586
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12592
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12598
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 12651
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 12644
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12709
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12725
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12697
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12713
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12729
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12690
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12703
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12719
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12655
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 12883
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12889
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12895
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12901
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 13060
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 13052
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13067
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13053
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 12957
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 12947
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13040
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13011
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13027
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13043
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13037
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13015
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13031
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13047
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13005
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13021
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12961
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 12733
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12739
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12751
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12745
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 12804
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 12797
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12862
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12850
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12866
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12879
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12843
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12856
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12872
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 12808
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 13071
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13077
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13083
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13089
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 13245
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 13237
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13252
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13238
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 13145
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 13135
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13212
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13228
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13200
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13216
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13232
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13193
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13206
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13222
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13149
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 13353
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 13346
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13436
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13452
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13468
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13439
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13455
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13471
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13423
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13433
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13449
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13465
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13443
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13459
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13411
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13475
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13427
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13404
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13417
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13357
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 13699
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "The environment name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13705
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The operation name associated with the service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13711
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag PowerpackV2#primary_tag}",
            "stability": "stable",
            "summary": "The organization's host group name and value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13717
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#row_type PowerpackV2#row_type}",
            "stability": "stable",
            "summary": "The level of detail for the request. Valid values are `service`, `resource`, `span`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13729
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "The service name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13735
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#columns PowerpackV2#columns}",
            "stability": "stable",
            "summary": "columns block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13741
          },
          "name": "columns",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource PowerpackV2#resource}",
            "stability": "stable",
            "summary": "The resource name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13723
          },
          "name": "resource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 13479
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The column name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13497
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias PowerpackV2#alias}",
            "stability": "stable",
            "summary": "A user-assigned alias for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13485
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode PowerpackV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13491
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13503
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 13688
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 13680
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13695
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13681
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 13566
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 13556
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13626
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13642
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13671
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13630
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13646
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13659
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13675
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13620
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13636
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13652
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13665
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13570
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 13822
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 13815
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13969
          },
          "name": "putColumns",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13972
          },
          "name": "resetColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13930
          },
          "name": "resetResource"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13966
          },
          "name": "columns",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumnsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13976
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13892
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13905
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13918
          },
          "name": "primaryTagInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13934
          },
          "name": "resourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13947
          },
          "name": "rowTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13960
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13885
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13898
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13911
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13924
          },
          "name": "resource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13940
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13953
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13826
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 13980
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#comparator PowerpackV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13986
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14022
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14034
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_bg_color PowerpackV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13992
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_fg_color PowerpackV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 13998
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_value PowerpackV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14004
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#image_url PowerpackV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14010
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14016
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeframe PowerpackV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14028
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 14358
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 14350
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14365
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14351
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 14132
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 14122
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14235
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14251
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14267
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14283
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14299
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14328
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14223
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14239
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14255
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14271
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14287
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14303
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14316
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14332
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14345
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14216
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14229
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14245
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14261
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14277
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14293
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14309
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14322
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14338
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14136
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 15647
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula_expression PowerpackV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15665
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias PowerpackV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15653
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode PowerpackV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15659
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode_options PowerpackV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15671
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#conditional_formats PowerpackV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15677
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15683
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#number_format PowerpackV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15689
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15695
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 14369
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#trend_type PowerpackV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14375
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#y_scale PowerpackV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14381
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 14427
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 14420
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14466
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14482
          },
          "name": "resetYScale"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14470
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14486
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14460
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14476
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14431
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 14490
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#comparator PowerpackV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14496
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14532
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14544
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_bg_color PowerpackV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14502
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_fg_color PowerpackV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14508
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_value PowerpackV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14514
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#image_url PowerpackV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14520
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14526
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeframe PowerpackV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14538
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 14868
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 14860
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14875
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14861
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 14642
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 14632
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14745
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14761
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14777
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14793
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14809
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14838
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14733
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14749
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14765
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14781
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14797
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14813
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14826
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14842
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14855
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14726
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14739
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14755
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14771
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14787
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14803
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14819
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14832
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14848
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14646
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 14879
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#count PowerpackV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14885
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14891
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 14937
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 14930
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14976
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14992
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14980
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14996
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14970
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14986
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 14941
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 15996
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 15988
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16003
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15989
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 15408
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormat",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15414
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_scale PowerpackV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15420
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 15466
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 15459
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15502
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15515
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15518
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15499
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15512
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15506
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15522
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15470
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 15204
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#canonical PowerpackV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15210
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom PowerpackV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15216
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 15000
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#per_unit_name PowerpackV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15006
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15012
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 15058
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 15051
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15097
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15113
          },
          "name": "resetUnitName"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15101
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15117
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15091
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15107
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15062
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 15121
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15127
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 15166
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 15159
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15200
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15193
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15170
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 15262
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 15255
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15298
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15314
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15301
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15317
          },
          "name": "resetCustom"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15295
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15311
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15305
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15321
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15266
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 15325
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15331
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 15370
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 15363
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15404
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15397
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15374
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 15786
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 15776
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15912
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15928
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15944
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15960
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15976
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15870
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15886
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15915
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15931
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15947
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15963
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15979
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15909
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15925
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15941
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15957
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15973
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15874
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15890
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15919
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15935
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15903
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15951
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15967
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15983
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15864
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15880
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15896
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15790
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 15526
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15532
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette_index PowerpackV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15538
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 15584
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 15577
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15623
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15639
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15643
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15627
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15617
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15633
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 15588
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 23781
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 23773
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23788
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23774
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 16683
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16689
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16701
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16707
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16713
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16695
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 16007
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16013
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16019
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16025
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 16078
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 16071
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16136
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16152
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16124
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16140
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16156
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16117
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16130
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16146
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16082
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 16310
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16316
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16322
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16328
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 16487
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 16479
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16494
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16480
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 16384
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 16374
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16467
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16438
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16454
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16470
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16464
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16442
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16458
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16474
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16432
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16448
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16388
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 16160
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16166
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16178
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16172
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 16231
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 16224
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16289
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16277
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16293
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16306
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16270
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16283
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16299
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16235
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 16498
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16504
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16510
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16516
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 16672
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 16664
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16679
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16665
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 16572
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 16562
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16639
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16655
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16627
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16643
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16659
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16620
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16633
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16649
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16576
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 16780
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 16773
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16863
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16879
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16895
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16866
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16882
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16898
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16850
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16860
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16876
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16892
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16870
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16886
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16838
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16902
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16854
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16831
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16844
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16784
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 23392
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 23382
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23617
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23633
          },
          "name": "putApmStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23649
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23665
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23681
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23697
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23713
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23729
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23745
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23761
          },
          "name": "putTextFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23524
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23540
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23620
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23636
          },
          "name": "resetApmStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23556
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23652
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23668
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23572
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23684
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23588
          },
          "name": "resetOrder"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23700
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23604
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23716
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23732
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23748
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23764
          },
          "name": "resetTextFormats"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23614
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23630
          },
          "name": "apmStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23646
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23662
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23678
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23694
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23710
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23726
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23742
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23758
          },
          "name": "textFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23528
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23544
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23624
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23640
          },
          "name": "apmStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestApmStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23560
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23656
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23672
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23576
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23688
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23592
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23704
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23608
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23720
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23736
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23752
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23768
          },
          "name": "textFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23518
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23534
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23550
          },
          "name": "cellDisplayMode",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23566
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23582
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23598
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23396
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 16906
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16924
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#filter_by PowerpackV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16912
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16918
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_by PowerpackV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16930
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 16990
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 16983
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17041
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17057
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17086
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17045
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17061
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17074
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17090
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17035
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17051
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17067
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17080
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 16994
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 20385
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_dependency_stats_query PowerpackV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20391
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_resource_stats_query PowerpackV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20397
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cloud_cost_query PowerpackV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20403
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_query PowerpackV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20409
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric_query PowerpackV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20415
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20421
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query PowerpackV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20427
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 17094
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17106
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17112
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17124
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17130
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17148
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17154
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17160
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17100
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_upstream PowerpackV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17118
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17136
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17142
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 17269
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 17262
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17362
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17404
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17446
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17462
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17366
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17379
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17392
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17408
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17421
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17434
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17450
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17466
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17479
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17492
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17505
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17356
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17372
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17385
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17398
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17414
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17427
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17440
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17456
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17472
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17485
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17498
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17273
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 17509
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17521
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17527
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17539
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17569
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17575
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17515
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17533
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17545
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17551
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17557
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17563
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 17684
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 17677
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17777
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17819
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17848
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17864
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17880
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17896
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17781
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17794
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17807
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17823
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17836
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17852
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17868
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17884
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17900
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17913
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17926
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17771
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17787
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17800
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17813
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17829
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17842
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17858
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17874
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17890
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17906
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17919
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17688
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 17930
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17948
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17954
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17960
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17936
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 17942
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 18027
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 18020
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18084
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18100
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18088
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18104
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18117
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18130
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18143
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18078
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18094
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18110
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18123
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18136
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18031
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 19059
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute PowerpackV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19095
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19071
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19083
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19065
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19101
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by_fields PowerpackV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19107
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#indexes PowerpackV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19077
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search PowerpackV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19113
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#storage PowerpackV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19089
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 18147
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18153
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18159
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18165
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 18321
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 18313
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18328
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18314
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 18221
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 18211
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18288
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18304
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18276
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18292
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18308
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18269
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18282
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18298
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18225
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 18485
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18491
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18497
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18503
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 18823
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fields PowerpackV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18829
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18835
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18841
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 18894
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 18887
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18965
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18952
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18968
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18962
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18940
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18956
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18972
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18933
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18946
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18898
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 18670
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18676
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18682
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18688
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 18741
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 18734
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18799
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18815
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18787
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18803
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18819
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18780
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18793
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18809
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18745
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 18659
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 18651
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18666
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18652
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 18559
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 18549
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18639
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18626
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18642
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18636
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18614
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18630
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18646
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18607
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18620
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18563
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 18332
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18338
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18344
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18350
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 18403
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 18396
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18461
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18477
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18449
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18465
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18481
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18442
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18455
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18471
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18407
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 19208
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 19201
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19360
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19373
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19389
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19405
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19289
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19376
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19392
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19318
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19408
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19347
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19357
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19370
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19386
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19402
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19364
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19293
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19306
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19396
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19380
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19322
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19335
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19412
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19351
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19283
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19299
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19312
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19328
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19341
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19212
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 18976
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 18982
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 19021
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 19014
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19055
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19048
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19025
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 20702
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 20694
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20709
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20695
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 19416
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19440
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19446
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19422
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19428
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19434
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#semantic_mode PowerpackV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19452
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 19526
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 19519
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19589
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19605
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19621
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19663
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19593
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19609
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19625
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19638
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19651
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19667
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19583
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19599
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19615
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19631
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19644
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19657
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19530
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 20511
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 20501
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20586
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20602
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20618
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20634
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20650
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20666
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20682
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20589
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20605
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20621
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20637
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20653
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20669
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20685
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20583
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20599
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20615
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20631
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20647
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20663
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20679
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20593
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20609
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20625
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20641
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20657
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20673
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20689
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20515
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 19671
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19689
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19707
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19713
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19677
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19683
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_normalized_cpu PowerpackV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19695
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19701
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19719
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tag_filters PowerpackV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19725
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_filter PowerpackV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19731
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 19833
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 19826
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19920
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19936
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19965
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19981
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20023
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20039
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20055
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19924
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19940
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19953
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19969
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19985
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19998
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20011
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20027
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20043
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20059
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19914
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19930
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19946
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19959
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19975
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19991
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20004
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20017
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20033
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20049
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 19837
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 20063
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20081
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#measure PowerpackV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20093
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_id PowerpackV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20105
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#additional_query_filters PowerpackV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20069
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20075
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_mode PowerpackV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20087
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20099
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query_type PowerpackV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20111
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 20199
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 20192
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20274
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20290
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20319
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20348
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20377
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20278
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20294
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20307
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20323
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20336
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20352
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20365
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20381
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20268
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20284
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20300
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20313
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20329
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20342
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20358
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20371
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20203
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 21389
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21395
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21407
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21413
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21419
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21401
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 20713
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20719
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20725
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20731
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 20784
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 20777
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20842
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20858
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20830
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20846
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20862
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20823
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20836
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20852
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20788
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 21016
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21022
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21028
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21034
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 21193
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 21185
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21200
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21186
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 21090
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 21080
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21173
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21144
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21160
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21176
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21170
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21148
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21164
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21180
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21138
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21154
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21094
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 20866
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20872
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20884
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20878
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 20937
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 20930
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20995
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20983
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20999
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21012
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20976
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20989
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21005
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 20941
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 21204
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21210
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21216
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21222
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 21378
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 21370
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21385
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21371
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 21278
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 21268
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21345
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21361
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21333
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21349
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21365
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21326
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21339
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21355
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21282
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 21486
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 21479
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21569
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21585
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21601
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21572
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21588
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21604
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21556
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21566
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21582
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21598
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21576
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21592
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21544
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21608
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21560
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21537
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21550
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21490
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 22288
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22294
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22306
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22312
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22318
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22300
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 21612
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21618
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21624
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21630
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 21683
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 21676
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21741
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21757
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21729
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21745
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21761
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21722
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21735
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21751
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21687
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 21915
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21921
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21927
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21933
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 22092
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 22084
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22099
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22085
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 21989
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 21979
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22072
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22043
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22059
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22075
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22069
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22047
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22063
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22079
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22037
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22053
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21993
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 21765
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21771
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21783
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21777
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 21836
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 21829
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21894
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21882
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21898
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21911
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21875
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21888
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21904
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 21840
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 22103
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22109
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22115
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22121
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 22277
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 22269
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22284
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22270
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 22177
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 22167
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22244
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22260
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22232
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22248
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22264
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22225
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22238
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22254
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22181
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 22385
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 22378
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22468
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22484
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22500
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22471
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22487
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22503
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22455
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22465
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22481
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22497
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22475
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22491
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22443
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22507
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22459
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22436
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22449
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22389
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 23031
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormats",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_format PowerpackV2#text_format}",
            "stability": "stable",
            "summary": "text_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23037
          },
          "name": "textFormat",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormat"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormats"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 23138
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 23130
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23145
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23131
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 23079
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 23069
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23118
          },
          "name": "putTextFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormat"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23121
          },
          "name": "resetTextFormat"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23115
          },
          "name": "textFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23125
          },
          "name": "textFormatInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormat"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23083
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 22776
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormat",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#match PowerpackV2#match}",
            "stability": "stable",
            "summary": "match block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22800
          },
          "name": "match",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_bg_color PowerpackV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The custom color palette to apply to the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22782
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_fg_color PowerpackV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The custom color palette to apply to the foreground text."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22788
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply. Valid values are `white_on_red`, `white_on_yellow`, `white_on_green`, `black_on_light_red`, `black_on_light_yellow`, `black_on_light_green`, `red_on_white`, `yellow_on_white`, `green_on_white`, `custom_bg`, `custom_text`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22794
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#replace PowerpackV2#replace}",
            "stability": "stable",
            "summary": "replace block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22806
          },
          "name": "replace",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormat"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 23020
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 23012
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23027
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23013
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormat"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 22511
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#type PowerpackV2#type}",
            "stability": "stable",
            "summary": "Match or compare option. Valid values are `is`, `is_not`, `contains`, `does_not_contain`, `starts_with`, `ends_with`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22517
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Table Widget Match String."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22523
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 22569
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 22562
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22609
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22622
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22602
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22615
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22573
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 22876
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 22866
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22987
          },
          "name": "putMatch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23000
          },
          "name": "putReplace",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22942
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22958
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22974
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23003
          },
          "name": "resetReplace"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22984
          },
          "name": "match",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22997
          },
          "name": "replace",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22946
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22962
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22991
          },
          "name": "matchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22978
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23007
          },
          "name": "replaceInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22936
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22952
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22968
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22880
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormat"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 22626
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#type PowerpackV2#type}",
            "stability": "stable",
            "summary": "Table widget text format replace all type. Valid values are `all`, `substring`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22638
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#with PowerpackV2#with}",
            "stability": "stable",
            "summary": "Table Widget Match String."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22644
          },
          "name": "with",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#substring PowerpackV2#substring}",
            "stability": "stable",
            "summary": "Text that will be replaced. Must be used with type `substring`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22632
          },
          "name": "substring",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 22697
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 22690
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22742
          },
          "name": "resetSubstring"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22746
          },
          "name": "substringInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22759
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22772
          },
          "name": "withInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22736
          },
          "name": "substring",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22752
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22765
          },
          "name": "with",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 22701
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 24022
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24028
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24034
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 23792
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23798
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23804
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 23850
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 23843
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23890
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23903
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23883
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23896
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23854
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 23907
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23913
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23919
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 23965
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 23958
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24005
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24018
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23998
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24011
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 23969
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 24080
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 24073
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24116
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24132
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24119
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24135
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24113
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24129
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24123
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24139
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24084
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryTableDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 10839
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#autoscale PowerpackV2#autoscale}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to automatically scale the tile."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10845
          },
          "name": "autoscale",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_link PowerpackV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10905
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_unit PowerpackV2#custom_unit}",
            "stability": "stable",
            "summary": "Display a unit of your choice on the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10851
          },
          "name": "customUnit",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10857
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10863
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10869
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#precision PowerpackV2#precision}",
            "stability": "stable",
            "summary": "Number of decimals to show. If not defined, the widget uses the raw value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10875
          },
          "name": "precision",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#request PowerpackV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10911
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_align PowerpackV2#text_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's text. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10881
          },
          "name": "textAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10917
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeseries_background PowerpackV2#timeseries_background}",
            "stability": "stable",
            "summary": "timeseries_background block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10923
          },
          "name": "timeseriesBackground",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10887
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10893
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10899
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 24544
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_hidden PowerpackV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24550
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24556
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#link PowerpackV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24562
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#override_label PowerpackV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24568
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 24756
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 24748
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24763
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24749
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 24631
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 24621
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24691
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24707
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24723
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24739
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24695
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24711
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24727
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24743
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24685
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24701
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24717
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24733
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24635
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 11053
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 11046
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11321
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11337
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11353
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11369
          },
          "name": "putTimeseriesBackground",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11164
          },
          "name": "resetAutoscale"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11324
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11180
          },
          "name": "resetCustomUnit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11196
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11212
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11228
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11244
          },
          "name": "resetPrecision"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11340
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11260
          },
          "name": "resetTextAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11356
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11372
          },
          "name": "resetTimeseriesBackground"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11276
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11292
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11308
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11318
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11334
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11350
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11366
          },
          "name": "timeseriesBackground",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11168
          },
          "name": "autoscaleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11328
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11184
          },
          "name": "customUnitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11200
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11216
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11232
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11248
          },
          "name": "precisionInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11344
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11264
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11360
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11376
          },
          "name": "timeseriesBackgroundInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11296
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11280
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11312
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11158
          },
          "name": "autoscale",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11174
          },
          "name": "customUnit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11190
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11206
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11222
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11238
          },
          "name": "precision",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11254
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11270
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11286
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11302
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11057
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 9676
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequest",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregator to use for time aggregation. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9682
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_query PowerpackV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9694
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#audit_query PowerpackV2#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9700
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#conditional_formats PowerpackV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9706
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula PowerpackV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9712
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#log_query PowerpackV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9718
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9724
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#q PowerpackV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9688
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9730
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#rum_query PowerpackV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9736
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#security_query PowerpackV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9742
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 23
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 29
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 41
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 47
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 53
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 35
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 24767
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24773
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24779
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24785
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 24838
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 24831
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24896
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24912
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24884
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24900
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24916
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24877
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24890
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24906
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24842
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 25070
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 25076
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 25082
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 25088
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 25247
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 25239
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 25254
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 25240
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 25144
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 25134
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 25227
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 25198
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 25214
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 25230
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 25224
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 25202
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 25218
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 25234
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 25192
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 25208
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 25148
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 24920
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24926
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24938
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24932
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 24991
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 24984
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 25049
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 25037
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 25053
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 25066
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 25030
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 25043
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 25059
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 24995
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 25258
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 25264
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 25270
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 25276
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 25432
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 25424
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 25439
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 25425
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs1600.ts",
          "line": 25332
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs1600.ts",
        "line": 25322
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 25399
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 25415
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 25387
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 25403
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 25419
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 25380
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 25393
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 25409
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs1600.ts",
            "line": 25336
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs1600:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 120
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 113
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 203
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 219
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 235
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 206
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 222
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 238
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 190
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 200
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 216
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 232
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 210
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 226
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 178
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 242
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 194
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 171
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 184
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 124
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 922
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 928
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 940
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 946
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 952
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 934
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 246
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 252
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 258
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 264
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 317
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 310
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 375
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 391
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 363
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 379
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 395
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 356
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 369
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 385
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 321
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 549
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 555
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 561
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 567
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 726
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 718
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 733
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 719
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 623
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 613
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 706
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 677
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 693
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 709
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 703
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 681
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 697
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 713
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 671
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 687
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 627
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 399
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 405
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 417
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 411
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 470
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 463
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 528
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 516
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 532
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 545
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 509
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 522
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 538
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 474
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 737
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 743
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 749
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 755
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 911
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 903
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 918
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 904
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 811
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 801
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 878
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 894
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 866
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 882
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 898
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 859
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 872
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 888
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 815
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 1019
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 1012
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1102
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1118
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1134
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1105
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1121
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1137
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1089
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1099
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1115
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1131
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1109
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1125
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1077
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1141
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1093
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1070
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1083
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1023
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 1145
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#comparator PowerpackV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1151
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1187
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1199
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_bg_color PowerpackV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1157
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_fg_color PowerpackV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1163
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_value PowerpackV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1169
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#image_url PowerpackV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1175
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1181
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeframe PowerpackV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1193
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 1523
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 1515
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1530
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1516
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 1297
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 1287
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1400
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1416
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1432
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1448
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1464
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1493
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1388
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1404
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1420
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1436
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1452
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1468
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1481
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1497
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1510
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1381
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1394
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1410
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1426
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1442
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1458
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1474
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1487
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1503
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1301
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 2812
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula_expression PowerpackV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2830
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias PowerpackV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2818
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode PowerpackV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2824
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode_options PowerpackV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2836
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#conditional_formats PowerpackV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2842
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2848
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#number_format PowerpackV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2854
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2860
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 1534
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#trend_type PowerpackV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1540
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#y_scale PowerpackV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1546
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 1592
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 1585
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1631
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1647
          },
          "name": "resetYScale"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1635
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1651
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1625
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1641
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1596
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 1655
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#comparator PowerpackV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1661
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1697
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1709
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_bg_color PowerpackV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1667
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_fg_color PowerpackV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1673
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_value PowerpackV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1679
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#image_url PowerpackV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1685
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1691
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeframe PowerpackV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1703
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 2033
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 2025
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2040
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2026
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 1807
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 1797
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1910
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1926
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1942
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1958
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1974
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2003
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1898
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1914
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1930
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1946
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1962
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1978
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1991
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2007
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2020
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1891
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1904
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1920
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1936
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1952
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1968
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1984
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1997
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2013
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 1811
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 2044
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#count PowerpackV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2050
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2056
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 2102
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 2095
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2141
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2157
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2145
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2161
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2135
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2151
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2106
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 3161
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 3153
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3168
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3154
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 2573
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormat",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2579
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_scale PowerpackV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2585
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 2631
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 2624
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2667
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2680
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2683
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2664
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2677
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2671
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2687
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2635
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 2369
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#canonical PowerpackV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2375
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom PowerpackV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2381
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 2165
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#per_unit_name PowerpackV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2171
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2177
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 2223
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 2216
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2262
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2278
          },
          "name": "resetUnitName"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2266
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2282
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2256
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2272
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2227
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 2286
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2292
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 2331
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 2324
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2365
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2358
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2335
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 2427
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 2420
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2463
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2479
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2466
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2482
          },
          "name": "resetCustom"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2460
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2476
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2470
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2486
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2431
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 2490
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2496
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 2535
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 2528
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2569
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2562
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2539
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 2951
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 2941
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3077
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3093
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3109
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3125
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3141
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3035
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3051
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3080
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3096
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3112
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3128
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3144
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3074
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3090
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3106
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3122
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3138
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3039
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3055
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3084
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3100
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3068
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3116
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3132
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3148
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3029
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3045
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3061
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2955
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 2691
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2697
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette_index PowerpackV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2703
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 2749
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 2742
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2788
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2804
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2808
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2792
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2782
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2798
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 2753
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 10133
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 10125
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10140
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10126
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 3848
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3854
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3866
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3872
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3878
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3860
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 3172
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3178
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3184
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3190
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 3243
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 3236
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3301
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3317
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3289
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3305
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3321
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3282
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3295
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3311
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3247
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 3475
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3481
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3487
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3493
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 3652
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 3644
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3659
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3645
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 3549
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 3539
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3632
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3603
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3619
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3635
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3629
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3607
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3623
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3639
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3597
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3613
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3553
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 3325
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3331
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3343
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3337
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 3396
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 3389
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3454
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3442
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3458
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3471
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3435
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3448
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3464
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3400
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 3663
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3669
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3675
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3681
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 3837
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 3829
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3844
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3830
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 3737
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 3727
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3804
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3820
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3792
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3808
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3824
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3785
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3798
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3814
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3741
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 3945
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 3938
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4028
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4044
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4060
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4031
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4047
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4063
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4015
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4025
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4041
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4057
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4035
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4051
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4003
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4067
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4019
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3996
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4009
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 3949
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 9854
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 9844
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9985
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10001
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10017
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10033
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10049
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10065
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10081
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10097
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10113
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9956
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9988
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10004
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10020
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10036
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10052
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10068
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9972
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10084
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10100
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10116
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9982
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9998
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10014
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10030
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10046
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10062
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10078
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10094
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10110
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9960
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9992
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10008
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10024
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10040
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10056
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10072
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9976
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10088
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10104
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10120
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9950
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9966
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9858
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 4071
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4089
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#filter_by PowerpackV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4077
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4083
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_by PowerpackV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4095
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 4155
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 4148
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4206
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4222
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4251
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4210
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4226
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4239
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4255
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4200
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4216
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4232
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4245
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4159
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 7550
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_dependency_stats_query PowerpackV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7556
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_resource_stats_query PowerpackV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7562
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cloud_cost_query PowerpackV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7568
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_query PowerpackV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7574
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric_query PowerpackV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7580
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7586
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query PowerpackV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7592
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 4259
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4271
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4277
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4289
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4295
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4313
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4319
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4325
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4265
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_upstream PowerpackV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4283
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4301
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4307
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 4434
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 4427
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4527
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4569
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4611
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4627
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4531
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4544
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4557
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4573
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4586
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4599
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4615
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4631
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4644
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4657
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4670
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4521
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4537
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4550
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4563
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4579
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4592
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4605
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4621
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4637
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4650
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4663
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4438
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 4674
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4686
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4692
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4704
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4734
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4740
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4680
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4698
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4710
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4716
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4722
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4728
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 4849
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 4842
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4942
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4984
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5013
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5029
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5045
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5061
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4946
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4959
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4972
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4988
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5001
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5017
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5033
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5049
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5065
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5078
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5091
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4936
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4952
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4965
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4978
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4994
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5007
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5023
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5039
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5055
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5071
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5084
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 4853
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 5095
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5113
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5119
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5125
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5101
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5107
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 5192
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 5185
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5249
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5265
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5253
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5269
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5282
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5295
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5308
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5243
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5259
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5275
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5288
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5301
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5196
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 6224
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute PowerpackV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6260
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6236
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6248
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6230
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6266
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by_fields PowerpackV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6272
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#indexes PowerpackV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6242
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search PowerpackV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6278
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#storage PowerpackV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6254
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 5312
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5318
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5324
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5330
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 5486
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 5478
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5493
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5479
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 5386
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 5376
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5453
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5469
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5441
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5457
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5473
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5434
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5447
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5463
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5390
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 5650
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5656
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5662
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5668
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 5988
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fields PowerpackV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5994
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6000
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6006
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 6059
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 6052
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6130
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6117
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6133
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6127
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6105
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6121
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6137
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6098
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6111
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6063
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 5835
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5841
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5847
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5853
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 5906
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 5899
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5964
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5980
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5952
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5968
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5984
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5945
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5958
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5974
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5910
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 5824
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 5816
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5831
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5817
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 5724
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 5714
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5804
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5791
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5807
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5801
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5779
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5795
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5811
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5772
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5785
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5728
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 5497
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5503
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5509
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5515
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 5568
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 5561
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5626
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5642
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5614
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5630
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5646
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5607
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5620
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5636
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 5572
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 6373
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 6366
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6525
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6538
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6554
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6570
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6454
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6541
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6557
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6483
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6573
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6512
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6522
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6535
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6551
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6567
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6529
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6458
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6471
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6561
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6545
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6487
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6500
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6577
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6516
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6448
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6464
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6477
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6493
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6506
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6377
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 6141
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6147
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 6186
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 6179
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6220
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6213
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6190
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 7867
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 7859
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7874
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7860
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 6581
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6605
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6611
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6587
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6593
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6599
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#semantic_mode PowerpackV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6617
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 6691
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 6684
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6754
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6770
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6786
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6828
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6758
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6774
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6790
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6803
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6816
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6832
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6748
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6764
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6780
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6796
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6809
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6822
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6695
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 7676
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 7666
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7751
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7767
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7783
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7799
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7815
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7831
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7847
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7754
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7770
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7786
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7802
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7818
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7834
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7850
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7748
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7764
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7780
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7796
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7812
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7828
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7844
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7758
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7774
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7790
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7806
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7822
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7838
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7854
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7680
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 6836
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6854
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6872
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6878
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6842
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6848
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_normalized_cpu PowerpackV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6860
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6866
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6884
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tag_filters PowerpackV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6890
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_filter PowerpackV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 6896
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 6998
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 6991
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7085
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7101
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7130
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7146
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7188
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7204
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7220
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7089
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7105
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7118
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7134
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7150
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7163
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7176
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7192
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7208
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7224
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7079
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7095
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7111
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7124
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7140
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7156
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7169
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7182
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7198
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7214
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7002
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 7228
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7246
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#measure PowerpackV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7258
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_id PowerpackV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7270
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#additional_query_filters PowerpackV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7234
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7240
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_mode PowerpackV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7252
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7264
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query_type PowerpackV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7276
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 7364
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 7357
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7439
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7455
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7484
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7513
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7542
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7443
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7459
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7472
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7488
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7501
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7517
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7530
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7546
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7433
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7449
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7465
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7478
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7494
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7507
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7523
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7536
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7368
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 8554
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8560
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8572
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8578
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8584
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8566
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 7878
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7884
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7890
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7896
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 7949
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 7942
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8007
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8023
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7995
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8011
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8027
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7988
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8001
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8017
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 7953
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 8181
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8187
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8193
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8199
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 8358
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 8350
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8365
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8351
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 8255
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 8245
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8338
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8309
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8325
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8341
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8335
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8313
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8329
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8345
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8303
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8319
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8259
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 8031
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8037
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8049
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8043
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 8102
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 8095
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8160
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8148
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8164
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8177
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8141
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8154
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8170
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8106
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 8369
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8375
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8381
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8387
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 8543
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 8535
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8550
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8536
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 8443
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 8433
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8510
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8526
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8498
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8514
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8530
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8491
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8504
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8520
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8447
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 8651
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 8644
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8734
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8750
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8766
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8737
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8753
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8769
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8721
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8731
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8747
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8763
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8741
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8757
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8709
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8773
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8725
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8702
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8715
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8655
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 9453
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9459
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9471
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9477
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9483
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9465
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 8777
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8783
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8789
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8795
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 8848
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 8841
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8906
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8922
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8894
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8910
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8926
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8887
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8900
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8916
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8852
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 9080
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9086
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9092
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9098
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 9257
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 9249
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9264
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9250
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 9154
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 9144
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9237
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9208
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9224
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9240
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9234
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9212
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9228
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9244
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9202
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9218
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9158
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 8930
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8936
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8948
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 8942
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 9001
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 8994
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9059
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9047
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9063
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9076
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9040
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9053
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9069
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9005
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 9268
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9274
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9280
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9286
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 9442
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 9434
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9449
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9435
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 9342
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 9332
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9409
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9425
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9397
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9413
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9429
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9390
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9403
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9419
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9346
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 9550
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 9543
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9633
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9649
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9665
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9636
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9652
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9668
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9620
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9630
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9646
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9662
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9640
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9656
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9608
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9672
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9624
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9601
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9614
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 9554
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 10374
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10380
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10386
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 10144
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10150
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10156
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 10202
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 10195
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10242
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10255
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10235
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10248
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10206
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 10259
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10265
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10271
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 10317
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 10310
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10357
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10370
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10350
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10363
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10321
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 10432
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 10425
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10468
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10484
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10471
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10487
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10465
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10481
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10475
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10491
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10436
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 10721
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#type PowerpackV2#type}",
            "stability": "stable",
            "summary": "Whether the Timeseries is made using an area or bars. Valid values are `area`, `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10727
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#yaxis PowerpackV2#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10733
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 10779
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 10772
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10828
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10831
          },
          "name": "resetYaxis"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10825
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10819
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10835
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10812
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10783
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackground"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 10495
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#include_zero PowerpackV2#include_zero}",
            "stability": "stable",
            "summary": "Set to `true` to include zero."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10501
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph. Only usable on Scatterplot Widgets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10507
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#max PowerpackV2#max}",
            "stability": "stable",
            "summary": "Specifies the maximum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10513
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#min PowerpackV2#min}",
            "stability": "stable",
            "summary": "Specifies the minimum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10519
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#scale PowerpackV2#scale}",
            "stability": "stable",
            "summary": "Specifies the scale type. Possible values are `linear`, `log`, `sqrt`, and `pow##` (for example `pow2` or `pow0.5`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10525
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 10592
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 10585
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10649
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10665
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10681
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10697
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10713
          },
          "name": "resetScale"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10653
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10669
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10685
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10701
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10717
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10643
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10659
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10675
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10691
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10707
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 10596
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 12101
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#workflow_id PowerpackV2#workflow_id}",
            "stability": "stable",
            "summary": "Workflow ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12143
          },
          "name": "workflowId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_link PowerpackV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12149
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12107
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12113
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#input PowerpackV2#input}",
            "stability": "stable",
            "summary": "input block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12155
          },
          "name": "input",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInput"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12119
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12161
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12125
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12131
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12137
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 11380
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLink",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_hidden PowerpackV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11386
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11392
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#link PowerpackV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11398
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#override_label PowerpackV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11404
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 11592
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 11584
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11599
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11585
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 11467
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 11457
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11527
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11543
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11559
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11575
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11531
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11547
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11563
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11579
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11521
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11537
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11553
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11569
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11471
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInput": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInput",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 11603
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInput",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "Name of the workflow input."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11609
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Dashboard template variable. Can be suffixed with `.value` or `.key`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11615
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInput"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInputList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInputList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 11739
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 11731
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11746
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInputOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInputList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11732
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInput"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInputList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInputOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInputOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 11664
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 11654
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInputOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11713
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11726
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11706
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11719
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11668
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInput"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInputOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 12263
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 12256
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12456
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12472
          },
          "name": "putInput",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInput"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12488
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12459
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12350
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12366
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12475
          },
          "name": "resetInput"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12382
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12491
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12398
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12414
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12430
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12453
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12469
          },
          "name": "input",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInputList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12485
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12463
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12354
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12370
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12479
          },
          "name": "inputInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionInput"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12386
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12495
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12418
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12402
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12434
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12447
          },
          "name": "workflowIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12344
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12360
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12376
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12392
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12408
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12424
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12440
          },
          "name": "workflowId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12267
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 11980
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11986
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11992
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 11750
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11756
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11762
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 11808
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 11801
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11848
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11861
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11841
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11854
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11812
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 11865
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11871
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11877
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 11923
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 11916
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11963
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11976
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11956
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11969
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 11927
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 12038
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 12031
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12074
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12090
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12077
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12093
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12071
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12087
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12081
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12097
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12042
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetRunWorkflowDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 11006
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#color_by_groups PowerpackV2#color_by_groups}",
            "stability": "stable",
            "summary": "List of groups used for colors."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11012
          },
          "name": "colorByGroups",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_link PowerpackV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11054
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11018
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11024
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11030
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#request PowerpackV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11060
          },
          "name": "request",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequest"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11066
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11036
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11042
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11048
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#xaxis PowerpackV2#xaxis}",
            "stability": "stable",
            "summary": "xaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11072
          },
          "name": "xaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionXaxis"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#yaxis PowerpackV2#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11078
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 12499
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_hidden PowerpackV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12505
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12511
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#link PowerpackV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12517
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#override_label PowerpackV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12523
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 12711
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 12703
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12718
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12704
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 12586
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 12576
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12646
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12662
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12678
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12694
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12650
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12666
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12682
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12698
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12640
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12656
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12672
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12688
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12590
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 11194
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 11187
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11402
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11418
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequest"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11434
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11450
          },
          "name": "putXaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionXaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11466
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11293
          },
          "name": "resetColorByGroups"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11405
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11309
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11325
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11341
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11421
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11437
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11357
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11373
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11389
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11453
          },
          "name": "resetXaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11469
          },
          "name": "resetYaxis"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11399
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11415
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11431
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11447
          },
          "name": "xaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionXaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11463
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11297
          },
          "name": "colorByGroupsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11409
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11313
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11329
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11345
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11425
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequest"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11441
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11377
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11361
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11393
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11457
          },
          "name": "xaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionXaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11473
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11287
          },
          "name": "colorByGroups",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11303
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11319
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11335
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11351
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11367
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11383
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11198
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 10047
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequest",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#scatterplot_table PowerpackV2#scatterplot_table}",
            "stability": "stable",
            "summary": "scatterplot_table block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10053
          },
          "name": "scatterplotTable",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#x PowerpackV2#x}",
            "stability": "stable",
            "summary": "x block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10059
          },
          "name": "x",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestX"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#y PowerpackV2#y}",
            "stability": "stable",
            "summary": "y block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10065
          },
          "name": "y",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestY"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 10118
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 10111
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10160
          },
          "name": "putScatterplotTable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10176
          },
          "name": "putX",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestX"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10192
          },
          "name": "putY",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestY"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10163
          },
          "name": "resetScatterplotTable"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10179
          },
          "name": "resetX"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10195
          },
          "name": "resetY"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10157
          },
          "name": "scatterplotTable",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10173
          },
          "name": "x",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10189
          },
          "name": "y",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10167
          },
          "name": "scatterplotTableInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10183
          },
          "name": "xInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestX"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10199
          },
          "name": "yInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestY"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10122
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequest"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 16523
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula PowerpackV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16529
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16535
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 12722
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#dimension PowerpackV2#dimension}",
            "stability": "stable",
            "summary": "Dimension of the Scatterplot. Valid values are `x`, `y`, `radius`, `color`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12734
          },
          "name": "dimension",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula_expression PowerpackV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12740
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias PowerpackV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12728
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 12893
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 12885
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12900
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12886
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 12796
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 12786
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12850
          },
          "name": "resetAlias"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12854
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12867
          },
          "name": "dimensionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12880
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12844
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12860
          },
          "name": "dimension",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12873
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12800
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 16665
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 16657
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16672
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16658
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 16584
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 16574
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16629
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16645
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16632
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16648
          },
          "name": "resetQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16626
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16642
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16636
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16652
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16588
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 16195
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_dependency_stats_query PowerpackV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16201
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_resource_stats_query PowerpackV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16207
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cloud_cost_query PowerpackV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16213
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_query PowerpackV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16219
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric_query PowerpackV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16225
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16231
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query PowerpackV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16237
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 12904
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12916
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12922
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12934
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12940
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12958
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12964
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12970
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12910
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_upstream PowerpackV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12928
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12946
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 12952
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 13079
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 13072
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13172
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13214
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13256
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13272
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13176
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13189
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13202
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13218
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13231
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13244
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13260
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13276
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13289
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13302
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13315
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13166
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13182
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13195
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13208
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13224
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13237
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13250
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13266
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13282
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13295
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13308
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13083
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 13319
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13331
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13337
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13349
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13379
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13385
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13325
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13343
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13355
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13361
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13367
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13373
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 13494
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 13487
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13587
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13629
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13658
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13674
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13690
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13706
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13591
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13604
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13617
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13633
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13646
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13662
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13678
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13694
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13710
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13723
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13736
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13581
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13597
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13610
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13623
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13639
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13652
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13668
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13684
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13700
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13716
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13729
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13498
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 13740
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13758
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13764
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13770
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13746
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13752
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 13837
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 13830
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13894
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13910
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13898
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13914
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13927
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13940
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13953
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13888
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13904
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13920
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13933
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13946
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13841
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 14869
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute PowerpackV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14905
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14881
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14893
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14875
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14911
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by_fields PowerpackV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14917
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#indexes PowerpackV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14887
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search PowerpackV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14923
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#storage PowerpackV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14899
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 13957
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13963
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13969
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 13975
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 14131
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 14123
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14138
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14124
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 14031
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 14021
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14098
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14114
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14086
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14102
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14118
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14079
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14092
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14108
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14035
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 14295
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14301
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14307
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14313
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 14633
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fields PowerpackV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14639
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14645
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14651
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 14704
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 14697
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14775
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14762
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14778
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14772
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14750
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14766
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14782
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14743
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14756
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14708
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 14480
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14486
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14492
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14498
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 14551
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 14544
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14609
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14625
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14597
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14613
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14629
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14590
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14603
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14619
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14555
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 14469
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 14461
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14476
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14462
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 14369
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 14359
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14449
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14436
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14452
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14446
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14424
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14440
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14456
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14417
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14430
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14373
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 14142
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14148
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14154
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14160
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 14213
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 14206
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14271
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14287
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14259
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14275
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14291
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14252
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14265
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14281
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14217
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 15018
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 15011
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15170
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15183
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15199
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15215
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15099
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15186
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15202
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15128
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15218
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15157
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15167
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15180
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15196
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15212
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15174
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15103
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15116
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15206
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15190
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15132
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15145
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15222
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15161
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15093
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15109
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15122
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15138
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15151
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15022
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 14786
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14792
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 14831
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 14824
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14865
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14858
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 14835
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 16512
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 16504
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16519
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16505
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 15226
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15250
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15256
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15232
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15238
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15244
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#semantic_mode PowerpackV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15262
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 15336
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 15329
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15399
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15415
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15431
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15473
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15403
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15419
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15435
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15448
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15461
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15477
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15393
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15409
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15425
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15441
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15454
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15467
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15340
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 16321
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 16311
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16396
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16412
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16428
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16444
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16460
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16476
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16492
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16399
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16415
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16431
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16447
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16463
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16479
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16495
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16393
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16409
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16425
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16441
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16457
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16473
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16489
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16403
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16419
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16435
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16451
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16467
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16483
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16499
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16325
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 15481
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15499
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15517
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15523
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15487
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15493
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_normalized_cpu PowerpackV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15505
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15511
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15529
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tag_filters PowerpackV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15535
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_filter PowerpackV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15541
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 15643
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 15636
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15730
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15746
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15775
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15791
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15833
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15849
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15865
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15734
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15750
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15763
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15779
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15795
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15808
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15821
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15837
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15853
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15869
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15724
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15740
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15756
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15769
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15785
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15801
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15814
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15827
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15843
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15859
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15647
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 15873
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15891
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#measure PowerpackV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15903
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_id PowerpackV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15915
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#additional_query_filters PowerpackV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15879
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15885
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_mode PowerpackV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15897
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15909
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query_type PowerpackV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 15921
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 16009
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 16002
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16084
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16100
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16129
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16158
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16187
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16088
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16104
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16117
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16133
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16146
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16162
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16175
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16191
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16078
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16094
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16110
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16123
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16139
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16152
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16168
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16181
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16013
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestX": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestX",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 274
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestX",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "Aggregator used for the request. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 280
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_query PowerpackV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 292
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula PowerpackV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 298
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#log_query PowerpackV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 304
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 310
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#q PowerpackV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 286
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 316
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#rum_query PowerpackV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 322
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#security_query PowerpackV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 328
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestX"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 17352
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17358
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17370
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17376
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17382
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17364
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 16676
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16682
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16688
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16694
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 16747
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 16740
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16805
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16821
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16793
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16809
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16825
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16786
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16799
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16815
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16751
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 16979
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16985
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16991
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16997
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 17156
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 17148
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17163
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17149
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 17053
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 17043
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17136
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17107
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17123
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17139
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17133
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17111
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17127
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17143
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17101
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17117
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17057
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 16829
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16835
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16847
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16841
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 16900
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 16893
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16958
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16946
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16962
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16975
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16939
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16952
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16968
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 16904
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 17167
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17173
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17179
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17185
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 17341
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 17333
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17348
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17334
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 17241
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 17231
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17308
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17324
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17296
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17312
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17328
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17289
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17302
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17318
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17245
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 17449
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 17442
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17532
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17548
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17564
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17535
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17551
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17567
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17519
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17529
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17545
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17561
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17539
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17555
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17507
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17571
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17523
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17500
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17513
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17453
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 18853
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormula",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula_expression PowerpackV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18871
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias PowerpackV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18859
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode PowerpackV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18865
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode_options PowerpackV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18877
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#conditional_formats PowerpackV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18883
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18889
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#number_format PowerpackV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18895
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18901
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormula"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 17575
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptions",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#trend_type PowerpackV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17581
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#y_scale PowerpackV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17587
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 17633
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 17626
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17672
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17688
          },
          "name": "resetYScale"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17676
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17692
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17666
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17682
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17637
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 17696
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormats",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#comparator PowerpackV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17702
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17738
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17750
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_bg_color PowerpackV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17708
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_fg_color PowerpackV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17714
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_value PowerpackV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17720
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#image_url PowerpackV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17726
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17732
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeframe PowerpackV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17744
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 18074
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 18066
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18081
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormatsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18067
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 17848
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 17838
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17951
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17967
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17983
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17999
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18015
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18044
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormatsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17939
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17955
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17971
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17987
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18003
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18019
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18032
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18048
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18061
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17932
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17945
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17961
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17977
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17993
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18009
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18025
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18038
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18054
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 17852
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 18085
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaLimit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#count PowerpackV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18091
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18097
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaLimit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 18143
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 18136
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18182
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18198
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaLimitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18186
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18202
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18176
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18192
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18147
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaLimit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 19202
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 19194
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19209
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19195
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 18614
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormat",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18620
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_scale PowerpackV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18626
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 18672
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 18665
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18708
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18721
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18724
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18705
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18718
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18712
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18728
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18676
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 18410
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#canonical PowerpackV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18416
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom PowerpackV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18422
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 18206
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#per_unit_name PowerpackV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18212
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18218
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 18264
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 18257
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18303
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18319
          },
          "name": "resetUnitName"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18307
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18323
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18297
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18313
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18268
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 18327
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18333
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 18372
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 18365
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18406
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18399
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18376
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 18468
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 18461
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18504
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18520
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18507
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18523
          },
          "name": "resetCustom"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18501
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18517
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18511
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18527
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18472
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 18531
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScale",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18537
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 18576
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 18569
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18610
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18603
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18580
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 18992
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 18982
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19118
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19134
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19150
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19166
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19182
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19076
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19092
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19121
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19137
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19153
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19169
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19185
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19115
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19131
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19147
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19163
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19179
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19080
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19096
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19125
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19141
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19109
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19157
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19173
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19189
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19070
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19086
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19102
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18996
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 18732
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18738
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette_index PowerpackV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18744
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 18790
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 18783
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18829
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18845
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18849
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18833
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18823
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18839
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 18794
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 19889
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19895
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19907
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19913
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19919
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19901
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 19213
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19219
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19225
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19231
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 19284
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 19277
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19342
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19358
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19330
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19346
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19362
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19323
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19336
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19352
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19288
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 19516
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19522
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19528
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19534
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 19693
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 19685
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19700
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19686
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 19590
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 19580
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19673
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19644
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19660
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19676
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19670
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19648
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19664
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19680
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19638
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19654
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19594
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 19366
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19372
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19384
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19378
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 19437
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 19430
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19495
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19483
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19499
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19512
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19476
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19489
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19505
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19441
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 19704
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19710
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19716
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19722
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 19878
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 19870
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19885
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19871
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 19778
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 19768
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19845
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19861
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19833
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19849
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19865
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19826
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19839
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19855
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19782
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 19986
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 19979
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20069
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20085
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20101
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20072
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20088
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20104
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20056
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20066
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20082
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20098
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20076
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20092
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20044
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20108
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20060
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20037
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20050
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 19990
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 423
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 416
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 533
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 549
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 565
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 581
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 597
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 613
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 629
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 504
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 536
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 552
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 568
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 584
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 520
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 600
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 616
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 632
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 530
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 546
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 562
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 578
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 594
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 610
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 626
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 508
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 540
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 556
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 572
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 588
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 524
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 604
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 620
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 636
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 498
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 514
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 427
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestX"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 20112
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20130
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#filter_by PowerpackV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20118
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20124
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_by PowerpackV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20136
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 20196
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 20189
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20247
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20263
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20292
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20251
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20267
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20280
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20296
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20241
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20257
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20273
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20286
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20200
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 23591
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_dependency_stats_query PowerpackV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23597
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_resource_stats_query PowerpackV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23603
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cloud_cost_query PowerpackV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23609
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_query PowerpackV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23615
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric_query PowerpackV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23621
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23627
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query PowerpackV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23633
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 20300
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20312
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20318
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20330
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20336
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20354
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20360
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20366
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20306
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_upstream PowerpackV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20324
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20342
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20348
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 20475
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 20468
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20568
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20610
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20652
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20668
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20572
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20585
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20598
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20614
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20627
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20640
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20656
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20672
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20685
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20698
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20711
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20562
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20578
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20591
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20604
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20620
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20633
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20646
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20662
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20678
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20691
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20704
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20479
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 20715
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmResourceStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20727
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20733
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20745
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20775
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20781
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20721
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20739
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20751
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20757
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20763
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20769
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 20890
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 20883
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20983
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21025
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21054
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21070
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21086
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21102
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20987
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21000
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21013
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21029
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21042
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21058
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21074
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21090
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21106
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21119
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21132
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20977
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20993
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21006
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21019
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21035
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21048
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21064
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21080
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21096
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21112
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21125
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 20894
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 21136
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryCloudCostQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21154
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21160
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21166
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21142
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21148
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 21233
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 21226
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21290
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21306
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryCloudCostQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21294
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21310
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21323
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21336
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21349
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21284
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21300
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21316
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21329
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21342
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21237
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 22265
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute PowerpackV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22301
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22277
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22289
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22271
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22307
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by_fields PowerpackV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22313
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#indexes PowerpackV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22283
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search PowerpackV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22319
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#storage PowerpackV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22295
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 21353
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21359
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21365
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21371
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 21527
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 21519
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21534
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21520
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 21427
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 21417
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21494
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21510
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21482
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21498
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21514
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21475
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21488
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21504
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21431
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 21691
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21697
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21703
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21709
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 22029
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFields",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fields PowerpackV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22035
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22041
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22047
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 22100
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 22093
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22171
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22158
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22174
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22168
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22146
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22162
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22178
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22139
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22152
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22104
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 21876
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21882
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21888
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21894
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 21947
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 21940
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22005
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22021
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21993
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22009
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22025
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21986
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21999
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22015
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21951
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 21865
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 21857
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21872
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21858
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 21765
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 21755
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21845
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21832
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21848
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21842
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21820
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21836
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21852
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21813
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21826
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21769
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 21538
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21544
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21550
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21556
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 21609
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 21602
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21667
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21683
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21655
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21671
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21687
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21648
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21661
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21677
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 21613
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 22414
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 22407
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22566
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22579
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22595
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22611
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22495
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22582
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22598
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22524
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22614
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22553
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22563
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22576
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22592
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22608
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22570
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22499
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22512
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22602
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22586
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22528
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22541
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22618
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22557
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22489
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22505
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22518
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22534
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22547
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22418
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 22182
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuerySearch",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22188
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 22227
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 22220
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuerySearchOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22261
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22254
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22231
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 23908
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 23900
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23915
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23901
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 22622
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryMetricQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22646
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22652
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22628
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22634
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22640
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#semantic_mode PowerpackV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22658
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 22732
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 22725
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22795
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22811
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22827
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22869
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryMetricQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22799
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22815
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22831
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22844
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22857
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22873
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22789
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22805
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22821
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22837
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22850
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22863
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22736
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 23717
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 23707
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23792
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23808
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23824
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23840
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23856
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23872
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23888
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23795
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23811
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23827
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23843
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23859
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23875
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23891
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23789
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23805
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23821
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23837
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23853
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23869
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23885
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23799
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23815
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23831
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23847
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23863
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23879
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23895
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23721
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 22877
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22895
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22913
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22919
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22883
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22889
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_normalized_cpu PowerpackV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22901
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22907
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22925
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tag_filters PowerpackV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22931
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_filter PowerpackV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 22937
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 23039
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 23032
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23126
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23142
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23171
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23187
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23229
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23245
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23261
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23130
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23146
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23159
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23175
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23191
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23204
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23217
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23233
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23249
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23265
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23120
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23136
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23152
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23165
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23181
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23197
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23210
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23223
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23239
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23255
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23043
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 23269
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuerySloQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23287
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#measure PowerpackV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23299
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_id PowerpackV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23311
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#additional_query_filters PowerpackV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23275
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23281
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_mode PowerpackV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23293
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23305
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query_type PowerpackV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23317
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 23405
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 23398
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23480
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23496
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23525
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23554
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23583
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuerySloQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23484
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23500
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23513
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23529
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23542
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23558
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23571
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23587
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23474
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23490
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23506
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23519
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23535
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23548
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23564
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23577
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23409
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 24595
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24601
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24613
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24619
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24625
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24607
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 23919
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23925
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23931
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23937
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 23990
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 23983
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24048
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24064
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24036
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24052
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24068
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24029
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24042
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24058
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 23994
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 24222
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24228
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24234
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24240
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 24399
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 24391
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24406
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24392
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 24296
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 24286
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24379
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24350
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24366
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24382
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24376
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24354
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24370
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24386
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24344
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24360
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24300
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 24072
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24078
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24090
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24084
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 24143
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 24136
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24201
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24189
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24205
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24218
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24182
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24195
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24211
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24147
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 24410
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24416
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24422
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24428
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 24584
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 24576
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24591
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24577
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 24484
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 24474
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24551
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24567
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24539
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24555
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24571
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24532
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24545
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24561
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24488
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 24692
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 24685
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24775
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24791
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24807
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24778
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24794
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24810
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24762
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24772
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24788
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24804
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24782
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24798
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24750
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24814
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24766
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24743
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24756
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24696
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 51
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 57
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 69
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 75
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 81
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 63
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 24818
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24824
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24830
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24836
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 24889
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 24882
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24947
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24963
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24935
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24951
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24967
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24928
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24941
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24957
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24893
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 25121
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25127
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25133
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25139
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 25298
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 25290
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25305
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25291
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 25195
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 25185
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25278
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25249
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25265
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25281
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25275
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25253
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25269
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25285
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25243
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25259
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25199
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 24971
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24977
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24989
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 24983
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 25042
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 25035
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25100
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25088
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25104
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25117
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25081
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25094
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25110
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25046
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 25309
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25315
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25321
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25327
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 25483
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 25475
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25490
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25476
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2000.ts",
          "line": 25383
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2000.ts",
        "line": 25373
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25450
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25466
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25438
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25454
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25470
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25431
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25444
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25460
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2000.ts",
            "line": 25387
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2000:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 148
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 141
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 231
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 247
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 263
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 234
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 250
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 266
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 218
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 228
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 244
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 260
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 238
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 254
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 206
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 270
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 222
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 199
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 212
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 152
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestXSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestY": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestY",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 9681
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestY",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "Aggregator used for the request. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9687
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_query PowerpackV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9699
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula PowerpackV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9705
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#log_query PowerpackV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9711
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9717
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#q PowerpackV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9693
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9723
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#rum_query PowerpackV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9729
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#security_query PowerpackV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9735
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestY"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 1316
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1322
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1334
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1340
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1346
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1328
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 640
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 646
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 652
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 658
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 711
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 704
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 769
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 785
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 757
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 773
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 789
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 750
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 763
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 779
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 715
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 943
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 949
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 955
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 961
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 1120
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 1112
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1127
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1113
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 1017
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 1007
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1100
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1071
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1087
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1103
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1097
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1075
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1091
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1107
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1065
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1081
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1021
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 793
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 799
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 811
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 805
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 864
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 857
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 922
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 910
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 926
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 939
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 903
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 916
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 932
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 868
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 1131
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1137
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1143
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1149
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 1305
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 1297
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1312
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1298
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 1205
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 1195
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1272
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1288
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1260
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1276
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1292
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1253
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1266
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1282
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1209
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 1413
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 1406
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1496
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1512
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1528
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1499
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1515
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1531
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1483
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1493
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1509
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1525
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1503
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1519
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1471
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1535
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1487
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1464
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1477
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1417
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 2817
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormula",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula_expression PowerpackV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2835
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias PowerpackV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2823
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode PowerpackV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2829
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode_options PowerpackV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2841
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#conditional_formats PowerpackV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2847
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2853
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#number_format PowerpackV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2859
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2865
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormula"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 1539
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptions",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#trend_type PowerpackV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1545
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#y_scale PowerpackV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1551
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 1597
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 1590
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1636
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1652
          },
          "name": "resetYScale"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1640
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1656
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1630
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1646
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1601
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 1660
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormats",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#comparator PowerpackV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1666
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1702
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1714
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_bg_color PowerpackV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1672
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_fg_color PowerpackV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1678
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_value PowerpackV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1684
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#image_url PowerpackV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1690
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1696
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeframe PowerpackV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1708
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 2038
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 2030
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2045
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormatsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2031
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 1812
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 1802
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1915
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1931
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1947
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1963
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1979
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2008
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormatsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1903
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1919
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1935
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1951
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1967
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1983
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1996
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2012
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2025
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1896
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1909
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1925
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1941
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1957
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1973
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1989
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2002
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2018
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 1816
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 2049
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaLimit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#count PowerpackV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2055
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2061
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaLimit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 2107
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 2100
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2146
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2162
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaLimitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2150
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2166
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2140
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2156
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2111
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaLimit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 3166
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 3158
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3173
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3159
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 2578
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormat",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2584
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_scale PowerpackV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2590
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 2636
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 2629
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2672
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2685
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2688
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2669
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2682
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2676
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2692
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2640
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 2374
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#canonical PowerpackV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2380
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom PowerpackV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2386
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 2170
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#per_unit_name PowerpackV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2176
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2182
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 2228
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 2221
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2267
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2283
          },
          "name": "resetUnitName"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2271
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2287
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2261
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2277
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2232
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 2291
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2297
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 2336
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 2329
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2370
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2363
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2340
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 2432
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 2425
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2468
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2484
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2471
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2487
          },
          "name": "resetCustom"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2465
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2481
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2475
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2491
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2436
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 2495
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScale",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2501
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 2540
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 2533
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2574
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2567
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2544
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 2956
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 2946
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3082
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3098
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3114
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3130
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3146
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3040
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3056
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3085
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3101
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3117
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3133
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3149
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3079
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3095
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3111
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3127
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3143
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3044
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3060
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3089
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3105
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3073
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3121
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3137
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3153
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3034
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3050
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3066
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2960
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 2696
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2702
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette_index PowerpackV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2708
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 2754
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 2747
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2793
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2809
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2813
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2797
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2787
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2803
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 2758
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 3853
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3859
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3871
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3877
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3883
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3865
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 3177
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3183
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3189
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3195
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 3248
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 3241
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3306
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3322
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3294
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3310
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3326
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3287
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3300
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3316
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3252
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 3480
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3486
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3492
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3498
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 3657
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 3649
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3664
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3650
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 3554
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 3544
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3637
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3608
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3624
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3640
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3634
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3612
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3628
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3644
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3602
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3618
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3558
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 3330
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3336
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3348
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3342
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 3401
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 3394
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3459
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3447
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3463
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3476
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3440
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3453
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3469
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3405
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 3668
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3674
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3680
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3686
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 3842
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 3834
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3849
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3835
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 3742
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 3732
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3809
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3825
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3797
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3813
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3829
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3790
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3803
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3819
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3746
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 3950
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 3943
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4033
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4049
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4065
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4036
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4052
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4068
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4020
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4030
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4046
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4062
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4040
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4056
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4008
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4072
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4024
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4001
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4014
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 3954
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 9830
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 9823
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9940
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9956
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9972
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9988
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10004
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10020
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10036
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9911
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9943
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9959
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9975
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9991
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9927
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10007
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10023
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10039
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9937
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9953
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9969
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9985
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10001
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10017
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10033
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9915
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9947
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9963
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9979
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9995
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9931
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10011
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10027
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10043
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9905
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9921
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9834
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestY"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 4076
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4094
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#filter_by PowerpackV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4082
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4088
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_by PowerpackV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4100
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 4160
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 4153
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4211
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4227
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4256
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4215
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4231
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4244
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4260
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4205
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4221
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4237
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4250
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4164
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 7555
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_dependency_stats_query PowerpackV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7561
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_resource_stats_query PowerpackV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7567
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cloud_cost_query PowerpackV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7573
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_query PowerpackV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7579
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric_query PowerpackV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7585
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7591
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query PowerpackV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7597
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 4264
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4276
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4282
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4294
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4300
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4318
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4324
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4330
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4270
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_upstream PowerpackV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4288
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4306
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4312
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 4439
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 4432
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4532
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4574
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4616
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4632
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4536
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4549
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4562
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4578
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4591
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4604
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4620
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4636
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4649
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4662
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4675
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4526
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4542
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4555
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4568
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4584
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4597
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4610
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4626
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4642
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4655
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4668
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4443
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 4679
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmResourceStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4691
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4697
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4709
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4739
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4745
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4685
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4703
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4715
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4721
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4727
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4733
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 4854
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 4847
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4947
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4989
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5018
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5034
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5050
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5066
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4951
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4964
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4977
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4993
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5006
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5022
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5038
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5054
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5070
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5083
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5096
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4941
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4957
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4970
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4983
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4999
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5012
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5028
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5044
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5060
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5076
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5089
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 4858
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 5100
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryCloudCostQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5118
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5124
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5130
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5106
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5112
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 5197
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 5190
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5254
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5270
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryCloudCostQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5258
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5274
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5287
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5300
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5313
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5248
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5264
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5280
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5293
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5306
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5201
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 6229
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute PowerpackV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6265
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6241
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6253
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6235
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6271
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by_fields PowerpackV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6277
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#indexes PowerpackV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6247
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search PowerpackV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6283
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#storage PowerpackV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6259
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 5317
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5323
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5329
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5335
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 5491
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 5483
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5498
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5484
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 5391
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 5381
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5458
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5474
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5446
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5462
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5478
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5439
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5452
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5468
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5395
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 5655
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5661
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5667
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5673
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 5993
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFields",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fields PowerpackV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5999
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6005
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6011
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 6064
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 6057
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6135
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6122
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6138
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6132
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6110
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6126
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6142
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6103
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6116
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6068
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 5840
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5846
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5852
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5858
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 5911
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 5904
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5969
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5985
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5957
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5973
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5989
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5950
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5963
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5979
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5915
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 5829
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 5821
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5836
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5822
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 5729
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 5719
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5809
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5796
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5812
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5806
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5784
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5800
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5816
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5777
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5790
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5733
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 5502
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5508
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5514
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5520
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 5573
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 5566
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5631
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5647
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5619
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5635
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5651
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5612
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5625
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5641
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 5577
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 6378
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 6371
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6530
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6543
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6559
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6575
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6459
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6546
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6562
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6488
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6578
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6517
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6527
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6540
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6556
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6572
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6534
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6463
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6476
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6566
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6550
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6492
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6505
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6582
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6521
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6453
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6469
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6482
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6498
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6511
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6382
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 6146
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuerySearch",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6152
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 6191
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 6184
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuerySearchOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6225
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6218
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6195
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 7872
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 7864
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7879
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7865
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 6586
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryMetricQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6610
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6616
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6592
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6598
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6604
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#semantic_mode PowerpackV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6622
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 6696
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 6689
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6759
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6775
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6791
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6833
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryMetricQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6763
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6779
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6795
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6808
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6821
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6837
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6753
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6769
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6785
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6801
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6814
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6827
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6700
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 7681
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 7671
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7756
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7772
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7788
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7804
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7820
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7836
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7852
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7759
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7775
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7791
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7807
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7823
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7839
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7855
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7753
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7769
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7785
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7801
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7817
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7833
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7849
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7763
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7779
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7795
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7811
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7827
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7843
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7859
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7685
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 6841
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6859
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6877
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6883
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6847
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6853
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_normalized_cpu PowerpackV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6865
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6871
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6889
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tag_filters PowerpackV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6895
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_filter PowerpackV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 6901
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 7003
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 6996
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7090
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7106
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7135
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7151
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7193
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7209
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7225
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7094
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7110
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7123
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7139
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7155
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7168
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7181
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7197
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7213
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7229
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7084
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7100
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7116
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7129
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7145
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7161
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7174
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7187
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7203
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7219
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7007
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 7233
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuerySloQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7251
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#measure PowerpackV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7263
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_id PowerpackV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7275
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#additional_query_filters PowerpackV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7239
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7245
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_mode PowerpackV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7257
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7269
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query_type PowerpackV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7281
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 7369
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 7362
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7444
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7460
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7489
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7518
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7547
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuerySloQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7448
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7464
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7477
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7493
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7506
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7522
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7535
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7551
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7438
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7454
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7470
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7483
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7499
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7512
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7528
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7541
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7373
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 8559
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8565
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8577
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8583
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8589
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8571
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 7883
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7889
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7895
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7901
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 7954
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 7947
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8012
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8028
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8000
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8016
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8032
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7993
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8006
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8022
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 7958
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 8186
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8192
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8198
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8204
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 8363
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 8355
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8370
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8356
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 8260
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 8250
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8343
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8314
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8330
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8346
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8340
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8318
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8334
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8350
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8308
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8324
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8264
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 8036
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8042
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8054
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8048
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 8107
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 8100
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8165
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8153
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8169
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8182
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8146
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8159
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8175
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8111
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 8374
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8380
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8386
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8392
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 8548
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 8540
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8555
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8541
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 8448
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 8438
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8515
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8531
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8503
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8519
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8535
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8496
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8509
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8525
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8452
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 8656
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 8649
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8739
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8755
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8771
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8742
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8758
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8774
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8726
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8736
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8752
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8768
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8746
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8762
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8714
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8778
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8730
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8707
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8720
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8660
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 9458
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9464
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9476
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9482
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9488
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9470
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 8782
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8788
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8794
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8800
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 8853
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 8846
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8911
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8927
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8899
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8915
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8931
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8892
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8905
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8921
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8857
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 9085
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9091
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9097
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9103
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 9262
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 9254
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9269
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9255
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 9159
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 9149
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9242
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9213
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9229
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9245
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9239
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9217
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9233
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9249
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9207
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9223
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9163
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 8935
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8941
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8953
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 8947
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 9006
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 8999
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9064
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9052
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9068
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9081
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9045
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9058
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9074
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9010
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 9273
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9279
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9285
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9291
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 9447
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 9439
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9454
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9440
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 9347
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 9337
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9414
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9430
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9402
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9418
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9434
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9395
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9408
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9424
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9351
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 9555
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 9548
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9638
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9654
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9670
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9641
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9657
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9673
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9625
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9635
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9651
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9667
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9645
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9661
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9613
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9677
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9629
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9606
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9619
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 9559
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionRequestYSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 10433
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10439
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10445
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 10203
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10209
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10215
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 10261
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 10254
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10301
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10314
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10294
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10307
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10265
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 10318
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10324
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10330
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 10376
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 10369
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10416
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10429
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10409
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10422
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10380
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 10491
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 10484
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10527
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10543
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10530
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10546
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10524
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10540
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10534
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10550
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10495
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionXaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionXaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 10554
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionXaxis",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#include_zero PowerpackV2#include_zero}",
            "stability": "stable",
            "summary": "Set to `true` to include zero."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10560
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph. Only usable on Scatterplot Widgets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10566
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#max PowerpackV2#max}",
            "stability": "stable",
            "summary": "Specifies the maximum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10572
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#min PowerpackV2#min}",
            "stability": "stable",
            "summary": "Specifies the minimum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10578
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#scale PowerpackV2#scale}",
            "stability": "stable",
            "summary": "Specifies the scale type. Possible values are `linear`, `log`, `sqrt`, and `pow##` (for example `pow2` or `pow0.5`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10584
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionXaxis"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionXaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionXaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 10651
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 10644
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10708
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10724
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10740
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10756
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10772
          },
          "name": "resetScale"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionXaxisOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10712
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10728
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10744
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10760
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10776
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10702
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10718
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10734
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10750
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10766
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10655
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionXaxis"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionXaxisOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 10780
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionYaxis",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#include_zero PowerpackV2#include_zero}",
            "stability": "stable",
            "summary": "Set to `true` to include zero."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10786
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph. Only usable on Scatterplot Widgets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10792
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#max PowerpackV2#max}",
            "stability": "stable",
            "summary": "Specifies the maximum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10798
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#min PowerpackV2#min}",
            "stability": "stable",
            "summary": "Specifies the minimum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10804
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#scale PowerpackV2#scale}",
            "stability": "stable",
            "summary": "Specifies the scale type. Possible values are `linear`, `log`, `sqrt`, and `pow##` (for example `pow2` or `pow0.5`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10810
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionYaxis"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 10877
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 10870
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10934
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10950
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10966
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10982
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10998
          },
          "name": "resetScale"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionYaxisOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10938
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10954
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10970
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10986
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11002
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10928
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10944
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10960
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10976
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10992
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 10881
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetScatterplotDefinitionYaxisOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 11828
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_id PowerpackV2#slo_id}",
            "stability": "stable",
            "summary": "The ID of the service level objective used by the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11870
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `7d`, `30d`, `90d`, `week_to_date`, `previous_week`, `month_to_date`, `previous_month`, `global_time`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time_windows PowerpackV2#time_windows}",
            "stability": "stable",
            "summary": "A list of time windows to display in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11876
          },
          "name": "timeWindows",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#view_mode PowerpackV2#view_mode}",
            "stability": "stable",
            "summary": "The view mode for the widget. Valid values are `overall`, `component`, `both`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11900
          },
          "name": "viewMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#view_type PowerpackV2#view_type}",
            "stability": "stable",
            "summary": "The type of view to use when displaying the widget. Only `detail` is supported."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11906
          },
          "name": "viewType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#additional_query_filters PowerpackV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11834
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11840
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#global_time_target PowerpackV2#global_time_target}",
            "stability": "stable",
            "summary": "The global time target of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11846
          },
          "name": "globalTimeTarget",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11852
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11858
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#show_error_budget PowerpackV2#show_error_budget}",
            "stability": "stable",
            "summary": "Whether to show the error budget or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11864
          },
          "name": "showErrorBudget",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11912
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11882
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11888
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11894
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 12042
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 12035
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12346
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12153
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12169
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12185
          },
          "name": "resetGlobalTimeTarget"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12201
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12217
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12233
          },
          "name": "resetShowErrorBudget"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12349
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12275
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12291
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12307
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12343
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12157
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12173
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12189
          },
          "name": "globalTimeTargetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12205
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12221
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12237
          },
          "name": "showErrorBudgetInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12250
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12353
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12263
          },
          "name": "timeWindowsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12295
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12279
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12311
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12324
          },
          "name": "viewModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12337
          },
          "name": "viewTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12147
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12163
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12179
          },
          "name": "globalTimeTarget",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12195
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12211
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12227
          },
          "name": "showErrorBudget",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12243
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12256
          },
          "name": "timeWindows",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12269
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12285
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12301
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12317
          },
          "name": "viewMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12330
          },
          "name": "viewType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12046
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 11707
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11713
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11719
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 11477
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11483
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11489
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 11535
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 11528
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11575
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11588
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11568
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11581
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11539
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 11592
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11598
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11604
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 11650
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 11643
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11690
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11703
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11683
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11696
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11654
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 11765
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 11758
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11801
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11817
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11804
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11820
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11798
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11814
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11808
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11824
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 11769
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetServiceLevelObjectiveDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 12931
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#filters PowerpackV2#filters}",
            "stability": "stable",
            "summary": "Your environment and primary tag (or `*` if enabled for your account)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12943
          },
          "name": "filters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "The ID of the service to map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12961
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_link PowerpackV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12985
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12937
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12949
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12955
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12991
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12967
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12973
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12979
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 12357
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLink",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_hidden PowerpackV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12363
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12369
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#link PowerpackV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12375
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#override_label PowerpackV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12381
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 12569
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 12561
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12576
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12562
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 12444
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 12434
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12504
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12520
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12536
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12552
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12508
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12524
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12540
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12556
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12498
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12514
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12530
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12546
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12448
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 13093
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 13086
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13299
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13315
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13302
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13180
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13209
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13225
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13318
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13254
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13270
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13286
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13296
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13312
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13306
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13184
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13197
          },
          "name": "filtersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13213
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13229
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13242
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13322
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13274
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13258
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13290
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13174
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13190
          },
          "name": "filters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13203
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13219
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13235
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13248
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13264
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13280
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13097
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 12810
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12816
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12822
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 12580
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12586
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12592
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 12638
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 12631
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12678
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12691
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12671
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12684
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12642
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 12695
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12701
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12707
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 12753
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 12746
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12793
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12806
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12786
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12799
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12757
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 12868
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 12861
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12904
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12920
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12907
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12923
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12901
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12917
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12911
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12927
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 12872
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetServicemapDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 14124
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSloListDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#request PowerpackV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14166
          },
          "name": "request",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14130
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14136
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14142
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14172
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14148
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14154
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14160
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSloListDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 14260
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 14253
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14428
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14441
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14335
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14351
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14367
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14444
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14383
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14399
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14415
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14425
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14438
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14339
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14355
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14371
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14432
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14448
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14403
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14387
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14419
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14329
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14345
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14361
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14377
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14393
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14409
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14264
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 13626
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequest",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13638
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#request_type PowerpackV2#request_type}",
            "stability": "stable",
            "summary": "The request type for the SLO List request. Valid values are `slo_list`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13632
          },
          "name": "requestType",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 13762
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 13754
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13769
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13755
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 13687
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 13677
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13745
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuery"
              }
            }
          ]
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13742
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13749
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13736
          },
          "name": "requestTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13729
          },
          "name": "requestType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13691
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 13473
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query_string PowerpackV2#query_string}",
            "stability": "stable",
            "summary": "Widget query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13485
          },
          "name": "queryString",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "Maximum number of results to display in the table."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13479
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13491
          },
          "name": "sort",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySort"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 13544
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 13537
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13615
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySort"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13589
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13618
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13612
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySortList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13593
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13606
          },
          "name": "queryStringInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13622
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySort"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13583
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13599
          },
          "name": "queryString",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13548
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 13326
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#column PowerpackV2#column}",
            "stability": "stable",
            "summary": "The facet path for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13332
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13338
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySortList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySortList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 13462
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 13454
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13469
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySortOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySortList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13455
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySort"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySortList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 13387
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 13377
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13436
          },
          "name": "columnInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13449
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13429
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13442
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13391
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySort"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionRequestQuerySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 14003
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14009
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14015
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 13773
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13779
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13785
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 13831
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 13824
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13871
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13884
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13864
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13877
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13835
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 13888
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13894
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13900
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 13946
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 13939
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13986
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13999
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13979
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13992
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 13950
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 14061
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 14054
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14097
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14113
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14100
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14116
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14094
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14110
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14104
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14120
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14065
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSloListDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 2841
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_link PowerpackV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2889
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2847
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2853
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_total PowerpackV2#hide_total}",
            "stability": "stable",
            "summary": "Whether or not to show the total value in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2859
          },
          "name": "hideTotal",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#legend_inline PowerpackV2#legend_inline}",
            "stability": "stable",
            "summary": "legend_inline block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2895
          },
          "name": "legendInline",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendInline"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#legend_table PowerpackV2#legend_table}",
            "stability": "stable",
            "summary": "legend_table block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2901
          },
          "name": "legendTable",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendTable"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2865
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#request PowerpackV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2907
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2913
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2871
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2877
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2883
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 14452
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLink",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_hidden PowerpackV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14458
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14464
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#link PowerpackV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14470
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#override_label PowerpackV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14476
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 14664
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 14656
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14671
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14657
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 14539
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 14529
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14599
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14615
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14631
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14647
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14603
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14619
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14635
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14651
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14593
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14609
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14625
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14641
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14543
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendInline": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendInline",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 14675
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendInline",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#type PowerpackV2#type}",
            "stability": "stable",
            "summary": "The type of legend (inline or automatic)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14693
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_percent PowerpackV2#hide_percent}",
            "stability": "stable",
            "summary": "Whether to hide the percentages of the groups."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14681
          },
          "name": "hidePercent",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_value PowerpackV2#hide_value}",
            "stability": "stable",
            "summary": "Whether to hide the values of the groups."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14687
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendInline"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendInlineOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendInlineOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 14746
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 14739
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14791
          },
          "name": "resetHidePercent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14807
          },
          "name": "resetHideValue"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendInlineOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14795
          },
          "name": "hidePercentInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14811
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14824
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14785
          },
          "name": "hidePercent",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14801
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14817
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14750
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendInline"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendInlineOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendTable": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendTable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 14828
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendTable",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#type PowerpackV2#type}",
            "stability": "stable",
            "summary": "The type of legend (table or none)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14834
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendTable"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendTableOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendTableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 14873
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 14866
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendTableOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14907
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14900
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14877
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendTable"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendTableOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 3029
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 3022
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3237
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3253
          },
          "name": "putLegendInline",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendInline"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3269
          },
          "name": "putLegendTable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendTable"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3285
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3301
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3240
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3128
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3144
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3160
          },
          "name": "resetHideTotal"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3256
          },
          "name": "resetLegendInline"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3272
          },
          "name": "resetLegendTable"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3176
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3288
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3304
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3192
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3208
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3224
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3234
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3250
          },
          "name": "legendInline",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendInlineOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3266
          },
          "name": "legendTable",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendTableOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3282
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3298
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3244
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3132
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3148
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3164
          },
          "name": "hideTotalInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3260
          },
          "name": "legendInlineInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendInline"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3276
          },
          "name": "legendTableInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionLegendTable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3180
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3292
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3308
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3212
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3196
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3228
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3122
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3138
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3154
          },
          "name": "hideTotal",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3170
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3186
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3202
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3218
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3033
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 1987
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequest",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_query PowerpackV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1999
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#audit_query PowerpackV2#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2005
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula PowerpackV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2011
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#log_query PowerpackV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2017
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#network_query PowerpackV2#network_query}",
            "stability": "stable",
            "summary": "network_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2023
          },
          "name": "networkQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2029
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#q PowerpackV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1993
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2035
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#rum_query PowerpackV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2041
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#security_query PowerpackV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2047
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2053
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2059
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 15587
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15593
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15605
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15611
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15617
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15599
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 14911
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14917
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14923
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14929
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 14982
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 14975
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15040
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15056
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15028
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15044
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15060
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15021
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15034
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15050
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 14986
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 15214
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15220
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15226
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15232
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 15391
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 15383
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15398
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15384
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 15288
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 15278
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15371
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15342
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15358
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15374
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15368
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15346
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15362
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15378
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15336
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15352
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15292
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 15064
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15070
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15082
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15076
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 15135
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 15128
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15193
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15181
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15197
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15210
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15174
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15187
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15203
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15139
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 15402
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15408
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15414
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15420
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 15576
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 15568
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15583
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15569
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 15476
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 15466
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15543
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15559
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15531
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15547
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15563
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15524
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15537
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15553
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15480
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 15684
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 15677
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15767
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15783
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15799
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15770
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15786
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15802
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15754
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15764
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15780
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15796
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15774
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15790
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15742
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15806
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15758
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15735
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15748
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15688
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 16486
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16492
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16504
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16510
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16516
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16498
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 15810
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15816
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15822
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15828
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 15881
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 15874
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15939
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15955
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15927
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15943
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15959
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15920
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15933
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15949
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15885
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 16113
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16119
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16125
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16131
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 16290
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 16282
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16297
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16283
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 16187
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 16177
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16270
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16241
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16257
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16273
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16267
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16245
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16261
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16277
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16235
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16251
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16191
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 15963
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15969
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15981
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 15975
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 16034
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 16027
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16092
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16080
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16096
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16109
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16073
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16086
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16102
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16038
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 16301
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16307
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16313
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16319
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 16475
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 16467
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16482
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16468
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 16375
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 16365
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16442
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16458
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16430
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16446
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16462
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16423
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16436
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16452
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16379
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 16583
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 16576
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16666
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16682
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16698
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16669
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16685
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16701
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16653
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16663
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16679
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16695
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16673
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16689
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16641
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16705
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16657
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16634
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16647
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16587
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 17987
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula_expression PowerpackV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18005
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias PowerpackV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17993
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode PowerpackV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17999
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode_options PowerpackV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18011
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#conditional_formats PowerpackV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18017
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18023
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#number_format PowerpackV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18029
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18035
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 16709
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#trend_type PowerpackV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16715
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#y_scale PowerpackV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16721
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 16767
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 16760
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16806
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16822
          },
          "name": "resetYScale"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16810
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16826
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16800
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16816
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16771
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 16830
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#comparator PowerpackV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16836
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16872
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16884
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_bg_color PowerpackV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16842
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_fg_color PowerpackV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16848
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_value PowerpackV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16854
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#image_url PowerpackV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16860
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16866
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeframe PowerpackV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16878
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 17208
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 17200
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17215
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17201
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 16982
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 16972
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17085
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17101
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17117
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17133
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17149
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17178
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17073
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17089
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17105
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17121
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17137
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17153
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17166
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17182
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17195
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17066
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17079
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17095
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17111
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17127
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17143
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17159
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17172
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17188
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 16986
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 17219
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#count PowerpackV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17225
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17231
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 17277
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 17270
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17316
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17332
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17320
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17336
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17310
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17326
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17281
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 18336
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 18328
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18343
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18329
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 17748
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormat",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17754
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_scale PowerpackV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17760
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 17806
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 17799
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17842
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17855
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17858
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17839
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17852
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17846
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17862
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17810
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 17544
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#canonical PowerpackV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17550
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom PowerpackV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17556
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 17340
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#per_unit_name PowerpackV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17346
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17352
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 17398
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 17391
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17437
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17453
          },
          "name": "resetUnitName"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17441
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17457
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17431
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17447
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17402
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 17461
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17467
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 17506
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 17499
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17540
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17533
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17510
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 17602
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 17595
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17638
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17654
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17641
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17657
          },
          "name": "resetCustom"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17635
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17651
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17645
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17661
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17606
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 17665
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17671
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 17710
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 17703
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17744
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17737
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17714
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 18126
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 18116
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18252
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18268
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18284
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18300
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18316
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18210
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18226
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18255
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18271
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18287
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18303
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18319
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18249
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18265
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18281
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18297
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18313
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18214
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18230
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18259
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18275
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18243
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18291
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18307
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18323
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18204
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18220
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18236
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18130
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 17866
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17872
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette_index PowerpackV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17878
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 17924
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 17917
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17963
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17979
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17983
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17967
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17957
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17973
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 17928
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 2479
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 2471
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2486
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2472
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 19023
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19029
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19041
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19047
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19053
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19035
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 18347
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18353
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18359
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18365
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 18418
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 18411
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18476
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18492
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18464
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18480
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18496
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18457
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18470
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18486
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18422
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 18650
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18656
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18662
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18668
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 18827
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 18819
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18834
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18820
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 18724
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 18714
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18807
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18778
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18794
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18810
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18804
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18782
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18798
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18814
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18772
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18788
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18728
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 18500
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18506
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18518
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18512
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 18571
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 18564
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18629
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18617
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18633
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18646
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18610
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18623
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18639
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18575
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 18838
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18844
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18850
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18856
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 19012
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 19004
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19019
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19005
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 18912
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 18902
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18979
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18995
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18967
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18983
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18999
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18960
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18973
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18989
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 18916
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 19120
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 19113
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19203
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19219
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19235
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19206
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19222
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19238
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19190
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19200
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19216
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19232
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19210
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19226
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19178
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19242
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19194
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19171
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19184
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19124
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 19922
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19928
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19940
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19946
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19952
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19934
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 19246
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19252
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19258
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19264
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 19317
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 19310
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19375
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19391
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19363
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19379
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19395
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19356
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19369
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19385
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19321
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 19549
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19555
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19561
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19567
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 19726
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 19718
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19733
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19719
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 19623
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 19613
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19706
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19677
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19693
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19709
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19703
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19681
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19697
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19713
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19671
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19687
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19627
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 19399
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19405
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19417
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19411
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 19470
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 19463
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19528
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19516
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19532
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19545
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19509
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19522
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19538
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19474
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 19737
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19743
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19749
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19755
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 19911
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 19903
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19918
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19904
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 19811
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 19801
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19878
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19894
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19866
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19882
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19898
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19859
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19872
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19888
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 19815
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 20019
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 20012
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20102
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20118
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20134
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20105
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20121
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20137
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20089
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20099
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20115
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20131
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20109
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20125
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20077
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20141
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20093
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20070
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20083
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20023
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 2178
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 2168
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2299
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2315
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2331
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2347
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2363
          },
          "name": "putNetworkQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2379
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2395
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2411
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2427
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2443
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2459
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2302
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2318
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2334
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2350
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2366
          },
          "name": "resetNetworkQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2382
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2286
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2398
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2414
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2430
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2446
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2462
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2296
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2312
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2328
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2344
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2360
          },
          "name": "networkQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2376
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2392
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2408
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2424
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2440
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2456
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2306
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2322
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2338
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2354
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2370
          },
          "name": "networkQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestNetworkQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2386
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2290
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2402
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2418
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2434
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2450
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2466
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2280
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2182
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 20145
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20163
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#filter_by PowerpackV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20151
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20157
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_by PowerpackV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20169
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 20229
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 20222
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20280
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20296
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20325
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20284
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20300
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20313
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20329
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20274
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20290
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20306
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20319
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20233
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 23624
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_dependency_stats_query PowerpackV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23630
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_resource_stats_query PowerpackV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23636
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cloud_cost_query PowerpackV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23642
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_query PowerpackV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23648
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric_query PowerpackV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23654
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23660
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query PowerpackV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23666
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 20333
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20345
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20351
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20363
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20369
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20387
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20393
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20399
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20339
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_upstream PowerpackV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20357
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20375
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20381
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 20508
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 20501
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20601
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20643
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20685
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20701
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20605
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20618
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20631
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20647
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20660
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20673
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20689
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20705
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20718
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20731
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20744
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20595
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20611
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20624
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20637
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20653
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20666
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20679
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20695
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20711
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20724
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20737
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20512
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 20748
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20760
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20766
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20778
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20808
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20814
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20754
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20772
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20784
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20790
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20796
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20802
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 20923
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 20916
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21016
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21058
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21087
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21103
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21119
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21135
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21020
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21033
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21046
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21062
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21075
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21091
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21107
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21123
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21139
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21152
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21165
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21010
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21026
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21039
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21052
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21068
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21081
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21097
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21113
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21129
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21145
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21158
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 20927
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 21169
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21187
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21193
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21199
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21175
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21181
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 21266
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 21259
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21323
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21339
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21327
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21343
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21356
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21369
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21382
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21317
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21333
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21349
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21362
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21375
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21270
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 22298
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute PowerpackV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22334
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22310
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22322
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22304
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22340
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by_fields PowerpackV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22346
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#indexes PowerpackV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22316
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search PowerpackV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22352
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#storage PowerpackV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22328
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 21386
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21392
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21398
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21404
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 21560
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 21552
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21567
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21553
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 21460
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 21450
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21527
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21543
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21515
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21531
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21547
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21508
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21521
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21537
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21464
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 21724
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21730
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21736
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21742
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 22062
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fields PowerpackV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22068
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22074
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22080
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 22133
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 22126
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22204
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22191
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22207
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22201
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22179
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22195
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22211
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22172
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22185
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22137
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 21909
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21915
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21921
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21927
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 21980
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 21973
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22038
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22054
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22026
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22042
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22058
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22019
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22032
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22048
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21984
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 21898
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 21890
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21905
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21891
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 21798
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 21788
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21878
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21865
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21881
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21875
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21853
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21869
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21885
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21846
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21859
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21802
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 21571
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21577
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21583
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21589
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 21642
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 21635
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21700
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21716
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21688
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21704
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21720
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21681
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21694
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21710
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 21646
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 22447
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 22440
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22599
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22612
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22628
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22644
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22528
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22615
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22631
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22557
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22647
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22586
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22596
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22609
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22625
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22641
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22603
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22532
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22545
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22635
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22619
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22561
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22574
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22651
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22590
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22522
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22538
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22551
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22567
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22580
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22451
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 22215
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22221
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 22260
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 22253
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22294
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22287
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22264
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 23941
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 23933
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23948
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23934
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 22655
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22679
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22685
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22661
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22667
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22673
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#semantic_mode PowerpackV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22691
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 22765
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 22758
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22828
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22844
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22860
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22902
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22832
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22848
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22864
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22877
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22890
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22906
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22822
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22838
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22854
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22870
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22883
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22896
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22769
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 23750
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 23740
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23825
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23841
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23857
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23873
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23889
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23905
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23921
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23828
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23844
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23860
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23876
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23892
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23908
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23924
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23822
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23838
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23854
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23870
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23886
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23902
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23918
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23832
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23848
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23864
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23880
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23896
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23912
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23928
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23754
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 22910
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22928
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22946
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22952
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22916
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22922
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_normalized_cpu PowerpackV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22934
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22940
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22958
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tag_filters PowerpackV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22964
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_filter PowerpackV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 22970
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 23072
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 23065
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23159
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23175
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23204
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23220
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23262
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23278
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23294
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23163
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23179
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23192
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23208
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23224
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23237
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23250
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23266
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23282
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23298
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23153
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23169
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23185
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23198
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23214
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23230
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23243
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23256
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23272
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23288
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23076
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 23302
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23320
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#measure PowerpackV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23332
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_id PowerpackV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23344
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#additional_query_filters PowerpackV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23308
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23314
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_mode PowerpackV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23326
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23338
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query_type PowerpackV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23350
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 23438
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 23431
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23513
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23529
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23558
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23587
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23616
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23517
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23533
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23546
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23562
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23575
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23591
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23604
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23620
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23507
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23523
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23539
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23552
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23568
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23581
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23597
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23610
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23442
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 240
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 246
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 258
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 264
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 270
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 252
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 23952
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23958
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23964
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 23970
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 24023
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 24016
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 24081
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 24097
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 24069
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 24085
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 24101
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 24062
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 24075
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 24091
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 24027
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 24255
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 24261
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 24267
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 24273
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 24432
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 24424
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 24439
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 24425
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 24329
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 24319
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 24412
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 24383
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 24399
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 24415
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 24409
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 24387
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 24403
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 24419
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 24377
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 24393
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 24333
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 24105
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 24111
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 24123
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 24117
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2400.ts",
          "line": 24176
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2400.ts",
        "line": 24169
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 24234
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 24222
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 24238
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 24251
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 24215
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 24228
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 24244
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2400.ts",
            "line": 24180
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2400:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 55
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 61
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 67
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 73
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 229
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 221
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 236
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 222
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 129
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 119
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 196
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 212
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 184
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 200
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 216
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 177
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 190
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 206
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 133
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 337
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 330
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 420
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 436
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 452
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 423
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 439
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 455
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 407
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 417
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 433
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 449
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 427
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 443
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 395
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 459
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 411
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 388
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 401
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 341
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 1139
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1145
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1157
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1163
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1169
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1151
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 463
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 469
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 475
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 481
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 534
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 527
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 592
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 608
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 580
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 596
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 612
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 573
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 586
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 602
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 538
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 766
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 772
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 778
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 784
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 943
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 935
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 950
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 936
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 840
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 830
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 923
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 894
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 910
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 926
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 920
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 898
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 914
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 930
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 888
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 904
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 844
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 616
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 622
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 634
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 628
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 687
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 680
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 745
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 733
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 749
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 762
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 726
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 739
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 755
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 691
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 954
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 960
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 966
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 972
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 1128
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 1120
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1135
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1121
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 1028
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 1018
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1095
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1111
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1083
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1099
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1115
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1076
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1089
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1105
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1032
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 1236
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 1229
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1319
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1335
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1351
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1322
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1338
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1354
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1306
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1316
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1332
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1348
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1326
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1342
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1294
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1358
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1310
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1287
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1300
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1240
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 1745
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#count PowerpackV2#count}",
            "stability": "stable",
            "summary": "The number of items to limit the widget to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1751
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order_by PowerpackV2#order_by}",
            "stability": "stable",
            "summary": "order_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1757
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 1592
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula_sort PowerpackV2#formula_sort}",
            "stability": "stable",
            "summary": "formula_sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1598
          },
          "name": "formulaSort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByFormulaSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_sort PowerpackV2#group_sort}",
            "stability": "stable",
            "summary": "group_sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1604
          },
          "name": "groupSort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByGroupSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByFormulaSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByFormulaSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 1362
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByFormulaSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "The index of the formula to sort by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1368
          },
          "name": "index",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting direction. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1374
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByFormulaSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByFormulaSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByFormulaSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 1420
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 1413
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByFormulaSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1460
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1473
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1453
          },
          "name": "index",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1466
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1424
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByFormulaSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByFormulaSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByGroupSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByGroupSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 1477
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByGroupSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the group tag to sort by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1483
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting direction. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1489
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByGroupSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByGroupSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByGroupSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 1535
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 1528
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByGroupSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1575
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1588
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1568
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1581
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1539
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByGroupSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByGroupSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 1734
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 1726
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1741
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1727
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 1653
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 1643
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1698
          },
          "name": "putFormulaSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByFormulaSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1714
          },
          "name": "putGroupSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByGroupSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1701
          },
          "name": "resetFormulaSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1717
          },
          "name": "resetGroupSort"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1695
          },
          "name": "formulaSort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByFormulaSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1711
          },
          "name": "groupSort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByGroupSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1705
          },
          "name": "formulaSortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByFormulaSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1721
          },
          "name": "groupSortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByGroupSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1657
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 1803
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 1796
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1855
          },
          "name": "putOrderBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1842
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1858
          },
          "name": "resetOrderBy"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1852
          },
          "name": "orderBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1846
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1862
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1836
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1807
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 1866
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order_by PowerpackV2#order_by}",
            "stability": "stable",
            "summary": "How to order series. Valid values are `tags`, `values`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1872
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1878
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 1924
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 1917
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1963
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1979
          },
          "name": "resetPalette"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1967
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1983
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1957
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1973
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 1928
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 2720
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2726
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2732
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 2490
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2496
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2502
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 2548
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 2541
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2588
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2601
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2581
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2594
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2552
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 2605
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2611
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2617
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 2663
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 2656
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2703
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2716
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2696
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2709
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2667
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 2778
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 2771
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2814
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2830
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2817
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2833
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2811
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2827
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2821
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2837
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 2782
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetSunburstDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 18364
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_link PowerpackV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18430
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18370
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event PowerpackV2#event}",
            "stability": "stable",
            "summary": "event block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18436
          },
          "name": "event",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18376
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#legend_columns PowerpackV2#legend_columns}",
            "stability": "stable",
            "summary": "A list of columns to display in the legend. Valid values are `value`, `avg`, `sum`, `min`, `max`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18382
          },
          "name": "legendColumns",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#legend_layout PowerpackV2#legend_layout}",
            "stability": "stable",
            "summary": "The layout of the legend displayed in the widget. Valid values are `auto`, `horizontal`, `vertical`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18388
          },
          "name": "legendLayout",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#legend_size PowerpackV2#legend_size}",
            "stability": "stable",
            "summary": "The size of the legend displayed in the widget. Valid values are `0`, `2`, `4`, `8`, `16`, `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18394
          },
          "name": "legendSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18400
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#marker PowerpackV2#marker}",
            "stability": "stable",
            "summary": "marker block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18442
          },
          "name": "marker",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#request PowerpackV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18448
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#right_yaxis PowerpackV2#right_yaxis}",
            "stability": "stable",
            "summary": "right_yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18454
          },
          "name": "rightYaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#show_legend PowerpackV2#show_legend}",
            "stability": "stable",
            "summary": "Whether or not to show the legend on this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18406
          },
          "name": "showLegend",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18460
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18412
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18418
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18424
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#yaxis PowerpackV2#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18466
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 3312
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_hidden PowerpackV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3318
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3324
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#link PowerpackV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3330
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#override_label PowerpackV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3336
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 3524
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 3516
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3531
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3517
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 3399
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 3389
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3459
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3475
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3491
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3507
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3463
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3479
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3495
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3511
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3453
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3469
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3485
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3501
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3403
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEvent": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEvent",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 3535
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEvent",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#q PowerpackV2#q}",
            "stability": "stable",
            "summary": "The event query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3541
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tags_execution PowerpackV2#tags_execution}",
            "stability": "stable",
            "summary": "The execution method for multi-value filters."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3547
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEvent"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEventList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEventList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 3674
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 3666
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3681
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEventOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEventList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3667
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEventList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEventOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEventOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 3596
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 3586
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3657
          },
          "name": "resetTagsExecution"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEventOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3645
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3661
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3638
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3651
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3600
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEvent"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEventOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarker": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarker",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 3685
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarker",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be a single value `y = 15` or a range of values `0 < y < 10`. For Distribution widgets with `display_type` set to `percentile`, this should be a numeric percentile value (for example, `90` for P90).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3709
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "For Distribution widgets, this can be set to `percentile`. Example: `error dashed`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#display_type PowerpackV2#display_type}",
            "stability": "stable",
            "summary": "Combination of a severity (`error`, `warning`, `ok`, or `info`) and a line type (`dashed`, `solid`, or `bold`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3691
          },
          "name": "displayType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "Label to display over the marker."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3697
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "Timestamp for the marker position."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3703
          },
          "name": "time",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarker"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 3894
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 3886
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3901
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3887
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 3772
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 3762
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3832
          },
          "name": "resetDisplayType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3848
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3864
          },
          "name": "resetTime"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3836
          },
          "name": "displayTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3852
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3868
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3881
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3826
          },
          "name": "displayType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3842
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3858
          },
          "name": "time",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3874
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3776
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarker"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 18617
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 18610
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18903
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18919
          },
          "name": "putEvent",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEvent"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18935
          },
          "name": "putMarker",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarker"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18951
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18967
          },
          "name": "putRightYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18983
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18999
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18906
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18746
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18922
          },
          "name": "resetEvent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18762
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18778
          },
          "name": "resetLegendColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18794
          },
          "name": "resetLegendLayout"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18810
          },
          "name": "resetLegendSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18826
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18938
          },
          "name": "resetMarker"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18954
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18970
          },
          "name": "resetRightYaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18842
          },
          "name": "resetShowLegend"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18986
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18858
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18874
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18890
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19002
          },
          "name": "resetYaxis"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18900
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18916
          },
          "name": "event",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEventList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18932
          },
          "name": "marker",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarkerList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18948
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18964
          },
          "name": "rightYaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18980
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18996
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18910
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18750
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18926
          },
          "name": "eventInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18766
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18782
          },
          "name": "legendColumnsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18798
          },
          "name": "legendLayoutInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18814
          },
          "name": "legendSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18830
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18942
          },
          "name": "markerInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18958
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18974
          },
          "name": "rightYaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18846
          },
          "name": "showLegendInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18990
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18878
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18862
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18894
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19006
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18740
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18756
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18772
          },
          "name": "legendColumns",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18788
          },
          "name": "legendLayout",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18804
          },
          "name": "legendSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18820
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18836
          },
          "name": "showLegend",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18852
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18868
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18884
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18621
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 16918
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequest",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_query PowerpackV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16942
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#audit_query PowerpackV2#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16948
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#display_type PowerpackV2#display_type}",
            "stability": "stable",
            "summary": "How to display the marker lines. Valid values are `area`, `bars`, `line`, `overlay`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16924
          },
          "name": "displayType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_query PowerpackV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16954
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula PowerpackV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16960
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#log_query PowerpackV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16966
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metadata PowerpackV2#metadata}",
            "stability": "stable",
            "summary": "metadata block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16972
          },
          "name": "metadata",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#network_query PowerpackV2#network_query}",
            "stability": "stable",
            "summary": "network_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16978
          },
          "name": "networkQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#on_right_yaxis PowerpackV2#on_right_yaxis}",
            "stability": "stable",
            "summary": "A Boolean indicating whether the request uses the right or left Y-Axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16930
          },
          "name": "onRightYaxis",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16984
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#profile_metrics_query PowerpackV2#profile_metrics_query}",
            "stability": "stable",
            "summary": "profile_metrics_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16990
          },
          "name": "profileMetricsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#q PowerpackV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16936
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16996
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#rum_query PowerpackV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17002
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#security_query PowerpackV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17008
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17014
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 4581
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4587
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4599
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4605
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4611
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4593
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 3905
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3911
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3917
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3923
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 3976
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 3969
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4034
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4050
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4022
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4038
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4054
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4015
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4028
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4044
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 3980
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 4208
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4214
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4220
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4226
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 4385
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 4377
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4392
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4378
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 4282
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 4272
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4365
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4336
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4352
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4368
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4362
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4340
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4356
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4372
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4330
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4346
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4286
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 4058
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4064
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4076
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4070
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 4129
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 4122
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4187
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4175
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4191
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4204
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4168
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4181
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4197
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4133
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 4396
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4402
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4408
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4414
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 4570
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 4562
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4577
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4563
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 4470
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 4460
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4537
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4553
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4525
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4541
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4557
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4518
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4531
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4547
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4474
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 4678
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 4671
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4761
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4777
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4793
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4764
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4780
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4796
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4748
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4758
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4774
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4790
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4768
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4784
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4736
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4800
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4752
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4729
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4742
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4682
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 5480
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5486
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5498
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5504
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5510
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5492
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 4804
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4810
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4816
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4822
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 4875
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 4868
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4933
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4949
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4921
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4937
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4953
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4914
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4927
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4943
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4879
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 5107
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5113
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5119
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5125
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 5284
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 5276
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5291
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5277
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 5181
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 5171
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5264
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5235
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5251
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5267
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5261
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5239
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5255
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5271
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5229
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5245
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5185
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 4957
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4963
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4975
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 4969
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 5028
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 5021
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5086
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5074
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5090
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5103
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5067
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5080
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5096
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5032
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 5295
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5301
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5307
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5313
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 5469
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 5461
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5476
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5462
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 5369
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 5359
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5436
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5452
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5424
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5440
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5456
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5417
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5430
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5446
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5373
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 5577
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 5570
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5660
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5676
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5692
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5663
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5679
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5695
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5647
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5657
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5673
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5689
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5667
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5683
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5635
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5699
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5651
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5628
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5641
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5581
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 6379
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6385
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6397
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6403
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6409
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6391
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 5703
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5709
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5715
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5721
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 5774
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 5767
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5832
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5848
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5820
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5836
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5852
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5813
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5826
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5842
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5778
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 6006
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6012
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6018
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6024
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 6183
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 6175
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6190
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6176
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 6080
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 6070
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6163
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6134
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6150
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6166
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6160
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6138
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6154
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6170
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6128
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6144
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6084
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 5856
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5862
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5874
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5868
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 5927
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 5920
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5985
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5973
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5989
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6002
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5966
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5979
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5995
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 5931
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 6194
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6200
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6206
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6212
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 6368
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 6360
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6375
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6361
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 6268
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 6258
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6335
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6351
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6323
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6339
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6355
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6316
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6329
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6345
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6272
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 6476
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 6469
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6559
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6575
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6591
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6562
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6578
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6594
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6546
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6556
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6572
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6588
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6566
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6582
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6534
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6598
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6550
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6527
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6540
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6480
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 7880
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula_expression PowerpackV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7898
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias PowerpackV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7886
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode PowerpackV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7892
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode_options PowerpackV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7904
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#conditional_formats PowerpackV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7910
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7916
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#number_format PowerpackV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7922
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7928
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 6602
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#trend_type PowerpackV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6608
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#y_scale PowerpackV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6614
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 6660
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 6653
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6699
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6715
          },
          "name": "resetYScale"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6703
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6719
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6693
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6709
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6664
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 6723
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#comparator PowerpackV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6729
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6765
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6777
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_bg_color PowerpackV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6735
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_fg_color PowerpackV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6741
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_value PowerpackV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6747
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#image_url PowerpackV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6753
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6759
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeframe PowerpackV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6771
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 7101
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 7093
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7108
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7094
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 6875
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 6865
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6978
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6994
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7010
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7026
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7042
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7071
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6966
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6982
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6998
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7014
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7030
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7046
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7059
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7075
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7088
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6959
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6972
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6988
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7004
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7020
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7036
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7052
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7065
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7081
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 6879
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 7112
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#count PowerpackV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7118
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7124
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 7170
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 7163
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7209
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7225
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7213
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7229
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7203
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7219
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7174
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 8229
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 8221
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8236
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8222
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 7641
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormat",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7647
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_scale PowerpackV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7653
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 7699
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 7692
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7735
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7748
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7751
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7732
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7745
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7739
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7755
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7703
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 7437
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#canonical PowerpackV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7443
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom PowerpackV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7449
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 7233
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#per_unit_name PowerpackV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7239
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7245
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 7291
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 7284
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7330
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7346
          },
          "name": "resetUnitName"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7334
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7350
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7324
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7340
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7295
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 7354
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7360
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 7399
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 7392
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7433
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7426
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7403
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 7495
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 7488
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7531
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7547
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7534
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7550
          },
          "name": "resetCustom"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7528
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7544
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7538
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7554
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7499
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 7558
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7564
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 7603
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 7596
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7637
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7630
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7607
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 8019
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 8009
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8145
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8161
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8177
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8193
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8209
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8103
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8119
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8148
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8164
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8180
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8196
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8212
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8142
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8158
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8174
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8190
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8206
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8107
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8123
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8152
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8168
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8136
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8184
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8200
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8216
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8097
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8113
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8129
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8023
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 7759
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7765
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette_index PowerpackV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7771
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 7817
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 7810
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7856
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7872
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7876
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7860
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7850
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7866
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 7821
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 17550
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 17542
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17557
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17543
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 8916
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8922
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8934
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8940
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8946
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8928
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 8240
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8246
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8252
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8258
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 8311
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 8304
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8369
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8385
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8357
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8373
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8389
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8350
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8363
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8379
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8315
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 8543
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8549
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8555
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8561
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 8720
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 8712
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8727
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8713
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 8617
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 8607
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8700
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8671
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8687
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8703
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8697
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8675
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8691
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8707
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8665
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8681
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8621
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 8393
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8399
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8411
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8405
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 8464
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 8457
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8522
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8510
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8526
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8539
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8503
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8516
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8532
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8468
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 8731
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8737
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8743
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8749
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 8905
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 8897
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8912
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8898
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 8805
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 8795
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8872
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8888
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8860
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8876
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8892
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8853
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8866
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8882
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 8809
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 9013
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 9006
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9096
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9112
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9128
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9099
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9115
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9131
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9083
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9093
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9109
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9125
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9103
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9119
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9071
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9135
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9087
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9064
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9077
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9017
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 9139
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#expression PowerpackV2#expression}",
            "stability": "stable",
            "summary": "The expression name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9151
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias_name PowerpackV2#alias_name}",
            "stability": "stable",
            "summary": "The expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9145
          },
          "name": "aliasName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 9278
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 9270
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9285
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9271
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 9200
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 9190
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9248
          },
          "name": "resetAliasName"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9252
          },
          "name": "aliasNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9265
          },
          "name": "expressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9242
          },
          "name": "aliasName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9258
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9204
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 9965
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9971
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9983
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9989
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9995
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9977
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 9289
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9295
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9301
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9307
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 9360
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 9353
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9418
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9434
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9406
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9422
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9438
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9399
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9412
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9428
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9364
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 9592
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9598
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9604
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9610
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 9769
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 9761
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9776
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9762
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 9666
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 9656
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9749
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9720
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9736
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9752
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9746
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9724
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9740
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9756
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9714
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9730
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9670
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 9442
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9448
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9460
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9454
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 9513
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 9506
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9571
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9559
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9575
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9588
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9552
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9565
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9581
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9517
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 9780
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9786
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9792
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9798
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 9954
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 9946
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9961
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9947
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 9854
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 9844
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9921
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9937
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9909
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9925
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9941
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9902
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9915
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9931
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 9858
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 10062
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 10055
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10145
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10161
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10177
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10148
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10164
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10180
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10132
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10142
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10158
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10174
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10152
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10168
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10120
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10184
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10136
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10113
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10126
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10066
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 17161
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 17151
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17338
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17354
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17370
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17386
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17402
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17418
          },
          "name": "putMetadata",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17434
          },
          "name": "putNetworkQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17450
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17466
          },
          "name": "putProfileMetricsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17482
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17498
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17514
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17530
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17341
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17357
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17293
          },
          "name": "resetDisplayType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17373
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17389
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17405
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17421
          },
          "name": "resetMetadata"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17437
          },
          "name": "resetNetworkQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17309
          },
          "name": "resetOnRightYaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17453
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17469
          },
          "name": "resetProfileMetricsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17325
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17485
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17501
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17517
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17533
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17335
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17351
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17367
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17383
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17399
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17415
          },
          "name": "metadata",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadataList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17431
          },
          "name": "networkQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17447
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17463
          },
          "name": "profileMetricsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17479
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17495
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17511
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17527
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17345
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17361
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17297
          },
          "name": "displayTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17377
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17393
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17409
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17425
          },
          "name": "metadataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17441
          },
          "name": "networkQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestNetworkQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17313
          },
          "name": "onRightYaxisInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17457
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17473
          },
          "name": "profileMetricsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17329
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17489
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17505
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17521
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17537
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17287
          },
          "name": "displayType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17303
          },
          "name": "onRightYaxis",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17319
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17165
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 10188
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10206
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#filter_by PowerpackV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10194
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10200
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_by PowerpackV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10212
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 10272
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 10265
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10323
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10339
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10368
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10327
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10343
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10356
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10372
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10317
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10333
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10349
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10362
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10276
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 11052
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11058
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11070
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11076
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11082
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11064
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 10376
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10382
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10388
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10394
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 10447
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 10440
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10505
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10521
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10493
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10509
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10525
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10486
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10499
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10515
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10451
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 10679
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10685
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10691
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10697
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 10856
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 10848
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10863
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10849
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 10753
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 10743
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10836
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10807
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10823
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10839
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10833
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10811
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10827
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10843
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10801
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10817
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10757
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 10529
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10535
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10547
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10541
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 10600
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 10593
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10658
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10646
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10662
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10675
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10639
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10652
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10668
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10604
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 10867
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10873
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10879
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10885
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 11041
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 11033
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11048
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11034
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 10941
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 10931
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11008
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11024
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10996
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11012
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11028
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10989
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11002
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11018
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 10945
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 11149
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 11142
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11232
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11248
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11264
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11235
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11251
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11267
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11219
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11229
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11245
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11261
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11239
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11255
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11207
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11271
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11223
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11200
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11213
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11153
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestProfileMetricsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 14566
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_dependency_stats_query PowerpackV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14572
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_resource_stats_query PowerpackV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14578
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cloud_cost_query PowerpackV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14584
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_query PowerpackV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14590
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric_query PowerpackV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14596
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14602
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query PowerpackV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14608
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 11275
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11287
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11293
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11305
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11311
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11329
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11335
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11341
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11281
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_upstream PowerpackV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11299
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11317
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11323
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 11450
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 11443
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11543
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11585
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11627
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11643
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11547
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11560
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11573
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11589
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11602
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11615
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11631
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11647
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11660
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11673
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11686
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11537
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11553
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11566
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11579
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11595
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11608
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11621
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11637
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11653
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11666
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11679
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11454
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 11690
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11702
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11708
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11720
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11750
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11756
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11696
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11714
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11726
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11732
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11738
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11744
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 11865
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 11858
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11958
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12000
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12029
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12045
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12061
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12077
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11962
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11975
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11988
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12004
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12017
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12033
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12049
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12065
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12081
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12094
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12107
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11952
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11968
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11981
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11994
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12010
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12023
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12039
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12055
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12071
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12087
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12100
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 11869
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 12111
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12129
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12135
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12141
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12117
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12123
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 12208
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 12201
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12265
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12281
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12269
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12285
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12298
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12311
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12324
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12259
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12275
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12291
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12304
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12317
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12212
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 13240
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute PowerpackV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13276
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13252
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13264
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13246
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13282
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by_fields PowerpackV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13288
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#indexes PowerpackV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13258
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search PowerpackV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13294
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#storage PowerpackV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13270
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 12328
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12334
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12340
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12346
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 12502
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 12494
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12509
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12495
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 12402
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 12392
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12469
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12485
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12457
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12473
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12489
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12450
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12463
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12479
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12406
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 12666
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12672
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12678
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12684
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 13004
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fields PowerpackV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13010
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13016
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13022
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 13075
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 13068
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13146
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13133
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13149
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13143
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13121
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13137
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13153
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13114
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13127
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13079
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 12851
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12857
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12863
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12869
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 12922
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 12915
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12980
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12996
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12968
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12984
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13000
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12961
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12974
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12990
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12926
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 12840
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 12832
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12847
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12833
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 12740
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 12730
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12820
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12807
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12823
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12817
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12795
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12811
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12827
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12788
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12801
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12744
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 12513
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12519
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12525
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12531
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 12584
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 12577
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12642
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12658
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12630
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12646
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12662
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12623
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12636
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12652
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 12588
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 13389
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 13382
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13541
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13554
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13570
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13586
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13470
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13557
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13573
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13499
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13589
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13528
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13538
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13551
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13567
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13583
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13545
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13474
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13487
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13577
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13561
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13503
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13516
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13593
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13532
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13464
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13480
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13493
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13509
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13522
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13393
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 13157
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13163
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 13202
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 13195
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13236
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13229
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13206
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 14883
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 14875
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14890
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14876
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 13597
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13621
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13627
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13603
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13609
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13615
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#semantic_mode PowerpackV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13633
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 13707
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 13700
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13770
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13786
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13802
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13844
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13774
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13790
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13806
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13819
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13832
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13848
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13764
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13780
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13796
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13812
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13825
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13838
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13711
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 14692
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 14682
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14767
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14783
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14799
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14815
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14831
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14847
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14863
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14770
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14786
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14802
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14818
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14834
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14850
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14866
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14764
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14780
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14796
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14812
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14828
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14844
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14860
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14774
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14790
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14806
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14822
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14838
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14854
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14870
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14696
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 13852
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13870
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13888
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13894
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13858
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13864
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_normalized_cpu PowerpackV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13876
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13882
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13900
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tag_filters PowerpackV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13906
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_filter PowerpackV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 13912
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 14014
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 14007
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14101
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14117
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14146
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14162
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14204
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14220
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14236
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14105
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14121
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14134
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14150
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14166
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14179
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14192
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14208
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14224
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14240
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14095
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14111
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14127
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14140
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14156
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14172
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14185
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14198
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14214
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14230
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14018
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 14244
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14262
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#measure PowerpackV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14274
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_id PowerpackV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14286
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#additional_query_filters PowerpackV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14250
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14256
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_mode PowerpackV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14268
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14280
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query_type PowerpackV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14292
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 14380
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 14373
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14455
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14471
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14500
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14529
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14558
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14459
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14475
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14488
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14504
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14517
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14533
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14546
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14562
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14449
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14465
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14481
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14494
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14510
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14523
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14539
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14552
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14384
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 15570
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15576
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15588
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15594
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15600
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15582
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 14894
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14900
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14906
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14912
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 14965
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 14958
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15023
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15039
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15011
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15027
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15043
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15004
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15017
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15033
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 14969
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 15197
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15203
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15209
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15215
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 15374
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 15366
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15381
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15367
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 15271
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 15261
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15354
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15325
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15341
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15357
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15351
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15329
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15345
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15361
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15319
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15335
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15275
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 15047
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15053
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15065
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15059
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 15118
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 15111
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15176
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15164
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15180
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15193
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15157
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15170
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15186
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15122
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 15385
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15391
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15397
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15403
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 15559
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 15551
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15566
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15552
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 15459
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 15449
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15526
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15542
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15514
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15530
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15546
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15507
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15520
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15536
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15463
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 15667
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 15660
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15750
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15766
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15782
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15753
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15769
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15785
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15737
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15747
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15763
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15779
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15757
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15773
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15725
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15789
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15741
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15718
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15731
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15671
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 16469
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16475
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16487
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16493
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16499
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16481
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 15793
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15799
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15805
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15811
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 15864
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 15857
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15922
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15938
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15910
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15926
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15942
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15903
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15916
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15932
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15868
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 16096
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16102
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16108
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16114
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 16273
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 16265
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16280
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16266
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 16170
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 16160
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16253
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16224
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16240
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16256
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16250
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16228
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16244
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16260
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16218
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16234
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16174
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 15946
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15952
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15964
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 15958
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 16017
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 16010
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16075
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16063
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16079
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16092
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16056
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16069
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16085
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16021
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 16284
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16290
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16296
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16302
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 16458
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 16450
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16465
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16451
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 16358
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 16348
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16425
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16441
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16413
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16429
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16445
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16406
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16419
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16435
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16362
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 16566
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 16559
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16649
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16665
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16681
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16652
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16668
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16684
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16636
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16646
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16662
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16678
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16656
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16672
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16624
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16688
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16640
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16617
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16630
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16570
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 16692
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#has_value_labels PowerpackV2#has_value_labels}",
            "stability": "stable",
            "summary": "Whether to display value labels on the timeseries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16698
          },
          "name": "hasValueLabels",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#line_type PowerpackV2#line_type}",
            "stability": "stable",
            "summary": "The type of lines displayed. Valid values are `dashed`, `dotted`, `solid`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16704
          },
          "name": "lineType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#line_width PowerpackV2#line_width}",
            "stability": "stable",
            "summary": "The width of line displayed. Valid values are `normal`, `thick`, `thin`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16710
          },
          "name": "lineWidth",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order_by PowerpackV2#order_by}",
            "stability": "stable",
            "summary": "How to order series in timeseries visualizations. Valid values are `tags`, `values`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16716
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16722
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 16789
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 16782
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16846
          },
          "name": "resetHasValueLabels"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16862
          },
          "name": "resetLineType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16878
          },
          "name": "resetLineWidth"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16894
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16910
          },
          "name": "resetPalette"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16850
          },
          "name": "hasValueLabelsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16866
          },
          "name": "lineTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16882
          },
          "name": "lineWidthInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16898
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16914
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16840
          },
          "name": "hasValueLabels",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16856
          },
          "name": "lineType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16872
          },
          "name": "lineWidth",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16888
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16904
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 16793
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 17561
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#include_zero PowerpackV2#include_zero}",
            "stability": "stable",
            "summary": "Set to `true` to include zero."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17567
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph. Only usable on Scatterplot Widgets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17573
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#max PowerpackV2#max}",
            "stability": "stable",
            "summary": "Specifies the maximum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17579
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#min PowerpackV2#min}",
            "stability": "stable",
            "summary": "Specifies the minimum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17585
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#scale PowerpackV2#scale}",
            "stability": "stable",
            "summary": "Specifies the scale type. Possible values are `linear`, `log`, `sqrt`, and `pow##` (for example `pow2` or `pow0.5`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17591
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 17658
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 17651
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17715
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17731
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17747
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17763
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17779
          },
          "name": "resetScale"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxisOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17719
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17735
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17751
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17767
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17783
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17709
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17725
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17741
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17757
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17773
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17662
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxis"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionRightYaxisOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 18017
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18023
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18029
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 17787
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17793
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17799
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 17845
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 17838
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17885
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17898
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17878
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17891
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17849
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 17902
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17908
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17914
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 17960
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 17953
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18000
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18013
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17993
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18006
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 17964
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 18075
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 18068
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18111
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18127
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18114
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18130
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18108
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18124
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18118
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18134
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18079
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 18138
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#include_zero PowerpackV2#include_zero}",
            "stability": "stable",
            "summary": "Set to `true` to include zero."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18144
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph. Only usable on Scatterplot Widgets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18150
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#max PowerpackV2#max}",
            "stability": "stable",
            "summary": "Specifies the maximum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18156
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#min PowerpackV2#min}",
            "stability": "stable",
            "summary": "Specifies the minimum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18162
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#scale PowerpackV2#scale}",
            "stability": "stable",
            "summary": "Specifies the scale type. Possible values are `linear`, `log`, `sqrt`, and `pow##` (for example `pow2` or `pow0.5`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18168
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 18235
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 18228
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18292
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18308
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18324
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18340
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18356
          },
          "name": "resetScale"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionYaxisOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18296
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18312
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18328
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18344
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18360
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18286
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18302
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18318
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18334
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18350
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 18239
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetTimeseriesDefinitionYaxisOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 8051
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_link PowerpackV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8093
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8057
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8063
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8069
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#request PowerpackV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8099
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8105
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyle"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8111
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8075
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8081
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8087
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 19010
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLink",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_hidden PowerpackV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19016
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19022
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#link PowerpackV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19028
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#override_label PowerpackV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19034
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 19222
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 19214
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19229
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLinkList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19215
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 19097
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 19087
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19157
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19173
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19189
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19205
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLinkOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19161
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19177
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19193
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19209
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19151
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19167
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19183
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19199
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19101
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 8213
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 8206
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8393
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8409
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8425
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8441
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8396
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8300
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8316
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8332
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8412
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8428
          },
          "name": "resetStyle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8444
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8348
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8364
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8380
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8390
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8406
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8422
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8438
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8400
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8304
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8320
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8336
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8416
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8432
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8448
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8368
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8352
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8384
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8294
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8310
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8326
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8342
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8358
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8374
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8217
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 6785
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequest",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_query PowerpackV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6797
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#audit_query PowerpackV2#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6803
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#conditional_formats PowerpackV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6809
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula PowerpackV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6815
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#log_query PowerpackV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6821
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6827
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#q PowerpackV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6791
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6833
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#rum_query PowerpackV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6839
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#security_query PowerpackV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6845
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6851
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6857
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 19909
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19915
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19927
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19933
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19939
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19921
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 19233
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19239
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19245
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19251
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 19304
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 19297
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19362
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19378
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19350
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19366
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19382
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19343
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19356
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19372
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19308
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 19536
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19542
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19548
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19554
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 19713
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 19705
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19720
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19706
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 19610
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 19600
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19693
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19664
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19680
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19696
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19690
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19668
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19684
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19700
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19658
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19674
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19614
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 19386
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19392
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19404
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19398
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 19457
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 19450
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19515
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19503
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19519
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19532
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19496
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19509
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19525
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19461
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 19724
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19730
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19736
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19742
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 19898
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 19890
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19905
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19891
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 19798
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 19788
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19865
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19881
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19853
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19869
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19885
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19846
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19859
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19875
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 19802
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 20006
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 19999
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20089
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20105
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20121
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20092
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20108
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20124
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20076
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20086
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20102
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20118
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20096
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20112
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20064
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20128
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20080
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20057
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20070
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20010
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 20808
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20814
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20826
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20832
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20838
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20820
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 20132
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20138
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20144
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20150
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 20203
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 20196
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20261
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20277
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20249
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20265
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20281
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20242
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20255
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20271
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20207
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 20435
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20441
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20447
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20453
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 20612
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 20604
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20619
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20605
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 20509
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 20499
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20592
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20563
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20579
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20595
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20589
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20567
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20583
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20599
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20557
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20573
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20513
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 20285
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20291
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20303
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20297
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 20356
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 20349
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20414
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20402
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20418
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20431
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20395
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20408
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20424
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20360
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 20623
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20629
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20635
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20641
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 20797
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 20789
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20804
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20790
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 20697
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 20687
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20764
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20780
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20752
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20768
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20784
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20745
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20758
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20774
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20701
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 20905
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 20898
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20988
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21004
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21020
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20991
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21007
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21023
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20975
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20985
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21001
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21017
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20995
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21011
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20963
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21027
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20979
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20956
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20969
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 20909
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 21031
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#comparator PowerpackV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21037
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21073
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21085
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_bg_color PowerpackV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21043
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_fg_color PowerpackV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21049
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_value PowerpackV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21055
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#image_url PowerpackV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21061
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21067
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeframe PowerpackV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21079
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 21409
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 21401
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21416
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21402
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 21183
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 21173
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21286
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21302
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21318
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21334
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21350
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21379
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21274
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21290
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21306
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21322
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21338
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21354
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21367
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21383
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21396
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21267
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21280
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21296
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21312
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21328
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21344
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21360
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21373
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21389
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21187
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 22698
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormula",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula_expression PowerpackV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22716
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias PowerpackV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22704
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode PowerpackV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22710
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode_options PowerpackV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22722
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#conditional_formats PowerpackV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22728
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22734
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#number_format PowerpackV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22740
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22746
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 21420
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#trend_type PowerpackV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21426
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#y_scale PowerpackV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21432
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 21478
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 21471
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21517
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21533
          },
          "name": "resetYScale"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21521
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21537
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21511
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21527
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21482
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 21541
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#comparator PowerpackV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21547
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21583
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21595
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_bg_color PowerpackV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21553
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_fg_color PowerpackV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21559
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_value PowerpackV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21565
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#image_url PowerpackV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21571
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21577
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeframe PowerpackV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21589
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 21919
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 21911
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21926
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21912
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 21693
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 21683
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21796
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21812
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21828
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21844
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21860
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21889
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21784
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21800
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21816
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21832
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21848
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21864
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21877
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21893
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21906
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21777
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21790
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21806
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21822
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21838
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21854
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21870
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21883
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21899
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21697
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 21930
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#count PowerpackV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21936
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21942
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 21988
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 21981
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22027
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22043
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22031
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22047
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22021
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22037
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 21992
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 23047
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 23039
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23054
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23040
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 22459
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormat",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22465
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_scale PowerpackV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22471
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 22517
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 22510
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22553
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22566
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22569
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22550
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22563
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22557
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22573
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22521
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 22255
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#canonical PowerpackV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22261
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom PowerpackV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22267
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 22051
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#per_unit_name PowerpackV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22057
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22063
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 22109
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 22102
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22148
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22164
          },
          "name": "resetUnitName"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22152
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22168
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22142
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22158
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22113
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 22172
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22178
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 22217
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 22210
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22251
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22244
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22221
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 22313
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 22306
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22349
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22365
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22352
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22368
          },
          "name": "resetCustom"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22346
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22362
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22356
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22372
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22317
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 22376
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22382
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 22421
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 22414
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22455
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22448
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22425
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 22837
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 22827
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22963
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22979
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22995
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23011
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23027
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22921
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22937
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22966
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22982
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22998
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23014
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23030
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22960
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22976
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22992
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23008
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23024
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22925
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22941
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22970
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22986
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22954
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23002
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23018
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23034
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22915
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22931
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22947
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22841
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 22577
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22583
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette_index PowerpackV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22589
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 22635
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 22628
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22674
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22690
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22694
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22678
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22668
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22684
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 22639
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 7277
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 7269
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7284
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7270
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 332
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 338
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 350
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 356
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 362
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 344
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 23058
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23064
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23070
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23076
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 23129
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 23122
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23187
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23203
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23175
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23191
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23207
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23168
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23181
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23197
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23133
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 23361
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23367
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23373
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23379
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 23538
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 23530
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23545
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23531
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 23435
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 23425
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23518
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23489
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23505
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23521
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23515
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23493
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23509
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23525
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23483
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23499
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23439
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 23211
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23217
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23229
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23223
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs2800.ts",
          "line": 23282
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs2800.ts",
        "line": 23275
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23340
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23328
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23344
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23357
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23321
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23334
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23350
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs2800.ts",
            "line": 23286
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs2800:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 147
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 153
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 159
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 165
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 321
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 313
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 328
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 314
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 221
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 211
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 288
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 304
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 276
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 292
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 308
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 269
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 282
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 298
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 225
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 429
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 422
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 512
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 528
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 544
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 515
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 531
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 547
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 499
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 509
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 525
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 541
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 519
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 535
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 487
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 551
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 503
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 480
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 493
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 433
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 6976
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 6966
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7097
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7113
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7129
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7145
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7161
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7177
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7193
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7209
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7225
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7241
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7257
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7100
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7116
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7132
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7148
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7164
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7180
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7084
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7196
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7212
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7228
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7244
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7260
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7094
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7110
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7126
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7142
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7158
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7174
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7190
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7206
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7222
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7238
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7254
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7104
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7120
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7136
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7152
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7168
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7184
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7088
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7200
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7216
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7232
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7248
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7264
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7078
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6980
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 555
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 573
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#filter_by PowerpackV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 561
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 567
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_by PowerpackV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 579
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 639
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 632
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 690
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 706
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 735
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 694
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 710
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 723
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 739
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 684
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 700
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 716
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 729
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 643
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 4034
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_dependency_stats_query PowerpackV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4040
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_resource_stats_query PowerpackV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4046
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cloud_cost_query PowerpackV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4052
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_query PowerpackV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4058
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric_query PowerpackV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4064
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4070
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query PowerpackV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4076
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 743
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 755
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 761
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 773
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 779
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 797
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 803
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 809
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 749
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_upstream PowerpackV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 767
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 785
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 791
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 918
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 911
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1011
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1053
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1095
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1111
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1015
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1028
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1041
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1057
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1070
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1083
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1099
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1115
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1128
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1141
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1154
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1005
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1021
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1034
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1047
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1063
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1076
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1089
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1105
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1121
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1134
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1147
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 922
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 1158
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1170
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1176
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1188
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1218
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1224
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1164
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1182
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1194
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1200
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1206
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1212
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 1333
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 1326
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1426
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1468
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1497
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1513
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1529
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1545
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1430
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1443
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1456
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1472
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1485
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1501
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1517
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1533
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1549
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1562
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1575
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1420
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1436
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1449
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1462
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1478
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1491
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1507
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1523
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1539
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1555
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1568
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1337
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 1579
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1597
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1603
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1609
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1585
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1591
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 1676
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 1669
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1733
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1749
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1737
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1753
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1766
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1779
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1792
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1727
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1743
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1759
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1772
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1785
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1680
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 2708
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute PowerpackV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2744
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2720
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2732
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2714
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2750
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by_fields PowerpackV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2756
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#indexes PowerpackV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2726
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search PowerpackV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2762
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#storage PowerpackV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2738
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 1796
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1802
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1808
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1814
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 1970
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 1962
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1977
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1963
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 1870
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 1860
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1937
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1953
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1925
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1941
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1957
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1918
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1931
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1947
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1874
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 2134
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2140
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2146
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2152
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 2472
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fields PowerpackV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2478
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2484
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2490
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 2543
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 2536
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2614
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2601
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2617
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2611
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2589
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2605
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2621
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2582
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2595
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2547
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 2319
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2325
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2331
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2337
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 2390
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 2383
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2448
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2464
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2436
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2452
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2468
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2429
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2442
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2458
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2394
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 2308
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 2300
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2315
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2301
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 2208
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 2198
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2288
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2275
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2291
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2285
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2263
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2279
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2295
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2256
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2269
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2212
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 1981
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1987
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1993
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 1999
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 2052
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 2045
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2110
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2126
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2098
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2114
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2130
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2091
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2104
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2120
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2056
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 2857
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 2850
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3009
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3022
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3038
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3054
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2938
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3025
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3041
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2967
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3057
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2996
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3006
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3019
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3035
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3051
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3013
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2942
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2955
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3045
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3029
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2971
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2984
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3061
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3000
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2932
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2948
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2961
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2977
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2990
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2861
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 2625
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2631
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 2670
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 2663
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2704
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2697
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 2674
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 4351
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 4343
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4358
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4344
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 3065
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3089
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3095
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3071
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3077
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3083
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#semantic_mode PowerpackV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3101
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 3175
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 3168
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3238
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3254
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3270
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3312
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3242
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3258
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3274
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3287
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3300
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3316
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3232
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3248
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3264
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3280
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3293
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3306
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3179
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 4160
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 4150
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4235
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4251
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4267
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4283
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4299
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4315
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4331
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4238
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4254
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4270
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4286
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4302
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4318
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4334
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4232
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4248
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4264
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4280
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4296
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4312
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4328
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4242
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4258
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4274
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4290
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4306
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4322
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4338
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4164
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 3320
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3338
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3356
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3362
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3326
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3332
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_normalized_cpu PowerpackV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3344
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3350
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3368
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tag_filters PowerpackV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3374
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_filter PowerpackV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3380
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 3482
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 3475
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3569
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3585
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3614
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3630
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3672
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3688
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3704
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3573
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3589
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3602
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3618
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3634
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3647
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3660
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3676
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3692
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3708
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3563
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3579
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3595
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3608
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3624
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3640
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3653
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3666
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3682
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3698
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3486
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 3712
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3730
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#measure PowerpackV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3742
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_id PowerpackV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3754
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#additional_query_filters PowerpackV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3718
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3724
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_mode PowerpackV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3736
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3748
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query_type PowerpackV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3760
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 3848
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 3841
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3923
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3939
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3968
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3997
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4026
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3927
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3943
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3956
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3972
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3985
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4001
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4014
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4030
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3917
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3933
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3949
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3962
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3978
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3991
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4007
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4020
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 3852
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 5038
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5044
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5056
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5062
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5068
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5050
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 4362
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4368
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4374
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4380
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 4433
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 4426
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4491
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4507
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4479
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4495
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4511
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4472
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4485
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4501
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4437
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 4665
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4671
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4677
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4683
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 4842
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 4834
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4849
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4835
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 4739
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 4729
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4822
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4793
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4809
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4825
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4819
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4797
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4813
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4829
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4787
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4803
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4743
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 4515
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4521
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4533
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4527
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 4586
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 4579
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4644
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4632
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4648
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4661
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4625
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4638
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4654
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4590
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 4853
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4859
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4865
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4871
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 5027
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 5019
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5034
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5020
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 4927
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 4917
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4994
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5010
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4982
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4998
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5014
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4975
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4988
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5004
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 4931
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 5135
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 5128
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5218
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5234
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5250
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5221
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5237
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5253
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5205
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5215
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5231
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5247
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5225
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5241
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5193
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5257
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5209
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5186
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5199
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5139
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 5937
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5943
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5955
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5961
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5967
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5949
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 5261
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5267
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5273
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5279
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 5332
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 5325
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5390
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5406
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5378
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5394
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5410
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5371
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5384
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5400
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5336
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 5564
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5570
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5576
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5582
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 5741
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 5733
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5748
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5734
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 5638
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 5628
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5721
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5692
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5708
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5724
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5718
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5696
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5712
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5728
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5686
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5702
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5642
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 5414
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5420
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5432
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5426
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 5485
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 5478
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5543
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5531
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5547
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5560
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5524
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5537
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5553
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5489
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 5752
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5758
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5764
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5770
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 5926
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 5918
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5933
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5919
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 5826
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 5816
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5893
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5909
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5881
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5897
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5913
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5874
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5887
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5903
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 5830
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 6034
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 6027
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6117
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6133
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6149
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6120
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6136
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6152
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6104
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6114
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6130
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6146
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6124
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6140
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6092
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6156
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6108
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6085
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6098
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6038
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 6543
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#count PowerpackV2#count}",
            "stability": "stable",
            "summary": "The number of items to limit the widget to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6549
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order_by PowerpackV2#order_by}",
            "stability": "stable",
            "summary": "order_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6555
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 6390
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula_sort PowerpackV2#formula_sort}",
            "stability": "stable",
            "summary": "formula_sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6396
          },
          "name": "formulaSort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByFormulaSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_sort PowerpackV2#group_sort}",
            "stability": "stable",
            "summary": "group_sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6402
          },
          "name": "groupSort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByGroupSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByFormulaSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByFormulaSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 6160
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByFormulaSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "The index of the formula to sort by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6166
          },
          "name": "index",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting direction. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6172
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByFormulaSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByFormulaSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByFormulaSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 6218
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 6211
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByFormulaSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6258
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6271
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6251
          },
          "name": "index",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6264
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6222
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByFormulaSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByFormulaSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByGroupSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByGroupSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 6275
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByGroupSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the group tag to sort by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6281
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting direction. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6287
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByGroupSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByGroupSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByGroupSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 6333
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 6326
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByGroupSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6373
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6386
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6366
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6379
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6337
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByGroupSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByGroupSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 6532
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 6524
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6539
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6525
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 6451
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 6441
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6496
          },
          "name": "putFormulaSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByFormulaSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6512
          },
          "name": "putGroupSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByGroupSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6499
          },
          "name": "resetFormulaSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6515
          },
          "name": "resetGroupSort"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6493
          },
          "name": "formulaSort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByFormulaSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6509
          },
          "name": "groupSort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByGroupSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6503
          },
          "name": "formulaSortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByFormulaSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6519
          },
          "name": "groupSortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByGroupSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6455
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 6601
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 6594
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6653
          },
          "name": "putOrderBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6640
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6656
          },
          "name": "resetOrderBy"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6650
          },
          "name": "orderBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6644
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6660
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6634
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6605
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 6664
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order_by PowerpackV2#order_by}",
            "stability": "stable",
            "summary": "How to order series. Valid values are `tags`, `values`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6670
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6676
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 6722
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 6715
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6761
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6777
          },
          "name": "resetPalette"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6765
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6781
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6755
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6771
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 6726
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 7544
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#display PowerpackV2#display}",
            "stability": "stable",
            "summary": "display block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7562
          },
          "name": "display",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplay"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette for the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7550
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#scaling PowerpackV2#scaling}",
            "stability": "stable",
            "summary": "The scaling mode for the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7556
          },
          "name": "scaling",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplay": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplay",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 7423
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplay",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#flat PowerpackV2#flat}",
            "stability": "stable",
            "summary": "flat block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7429
          },
          "name": "flat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayFlat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stacked PowerpackV2#stacked}",
            "stability": "stable",
            "summary": "stacked block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7435
          },
          "name": "stacked",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayStacked"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplay"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayFlat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayFlat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 7288
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayFlat",
      "namespace": "powerpackV2",
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayFlat"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayFlatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayFlatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 7318
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 7311
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayFlatOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7322
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayFlat"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayFlatOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 7481
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 7474
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7517
          },
          "name": "putFlat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayFlat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7533
          },
          "name": "putStacked",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayStacked"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7520
          },
          "name": "resetFlat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7536
          },
          "name": "resetStacked"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7514
          },
          "name": "flat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayFlatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7530
          },
          "name": "stacked",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayStackedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7524
          },
          "name": "flatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayFlat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7540
          },
          "name": "stackedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayStacked"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7485
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplay"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayStacked": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayStacked",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 7337
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayStacked",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#legend PowerpackV2#legend}",
            "stability": "stable",
            "summary": "Legend behavior for the stacked top list. Valid values are `automatic`, `inline`, `none`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7343
          },
          "name": "legend",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayStacked"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayStackedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayStackedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 7382
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 7375
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7415
          },
          "name": "resetLegend"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayStackedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7419
          },
          "name": "legendInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7409
          },
          "name": "legend",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7386
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayStacked"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayStackedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 7615
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 7608
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7689
          },
          "name": "putDisplay",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplay"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7692
          },
          "name": "resetDisplay"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7660
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7676
          },
          "name": "resetScaling"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7686
          },
          "name": "display",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplayOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7696
          },
          "name": "displayInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleDisplay"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7664
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7680
          },
          "name": "scalingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7654
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7670
          },
          "name": "scaling",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7619
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 7930
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7936
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7942
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 7700
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7706
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7712
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 7758
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 7751
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7798
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7811
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7791
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7804
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7762
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 7815
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7821
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7827
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 7873
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 7866
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7913
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7926
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7906
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7919
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7877
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 7988
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 7981
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8024
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8040
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8027
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8043
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8021
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8037
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8031
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8047
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 7992
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetToplistDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 9323
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_link PowerpackV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9365
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9329
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9335
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9341
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#request PowerpackV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9371
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9377
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9347
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9353
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9359
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 8452
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLink",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_hidden PowerpackV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8458
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8464
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#link PowerpackV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8470
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#override_label PowerpackV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8476
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 8664
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 8656
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8671
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8657
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 8539
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 8529
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8599
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8615
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8631
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8647
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8603
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8619
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8635
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8651
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8593
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8609
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8625
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8641
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8543
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 9472
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 9465
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9646
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9662
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9678
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9649
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9553
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9569
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9585
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9665
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9681
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9601
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9617
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9633
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9643
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9659
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9675
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9653
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9557
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9573
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9589
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9669
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9685
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9621
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9605
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9637
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9547
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9563
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9579
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9595
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9611
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9627
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9476
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 8822
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequest",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#request_type PowerpackV2#request_type}",
            "stability": "stable",
            "summary": "The request type for the Topology request ('topology')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8828
          },
          "name": "requestType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8834
          },
          "name": "query",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 8961
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 8953
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8968
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8954
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 8883
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 8873
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8941
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8944
          },
          "name": "resetQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8938
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8948
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8932
          },
          "name": "requestTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8925
          },
          "name": "requestType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8887
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 8675
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for the Topology request ('service_map' or 'data_streams')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8681
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#filters PowerpackV2#filters}",
            "stability": "stable",
            "summary": "Your environment and primary tag (or `*` if enabled for your account)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8687
          },
          "name": "filters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "Name of the service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8693
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 8746
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 8739
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8792
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8805
          },
          "name": "filtersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8818
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8785
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8798
          },
          "name": "filters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8811
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8750
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 9202
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9208
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9214
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 8972
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8978
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 8984
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 9030
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 9023
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9070
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9083
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9063
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9076
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9034
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 9087
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9093
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9099
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 9145
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 9138
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9185
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9198
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9178
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9191
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9149
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 9260
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 9253
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9296
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9312
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9299
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9315
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9293
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9309
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9303
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9319
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9264
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTopologyMapDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 10040
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10058
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10076
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#span_name PowerpackV2#span_name}",
            "stability": "stable",
            "summary": "APM span name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10124
          },
          "name": "spanName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10046
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#display_format PowerpackV2#display_format}",
            "stability": "stable",
            "summary": "The number of columns to display. Valid values are `one_column`, `two_column`, `three_column`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10052
          },
          "name": "displayFormat",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10064
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10070
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#show_breakdown PowerpackV2#show_breakdown}",
            "stability": "stable",
            "summary": "Whether to show the latency breakdown or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10082
          },
          "name": "showBreakdown",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#show_distribution PowerpackV2#show_distribution}",
            "stability": "stable",
            "summary": "Whether to show the latency distribution or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10088
          },
          "name": "showDistribution",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#show_errors PowerpackV2#show_errors}",
            "stability": "stable",
            "summary": "Whether to show the error metrics or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10094
          },
          "name": "showErrors",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#show_hits PowerpackV2#show_hits}",
            "stability": "stable",
            "summary": "Whether to show the hits metrics or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10100
          },
          "name": "showHits",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#show_latency PowerpackV2#show_latency}",
            "stability": "stable",
            "summary": "Whether to show the latency metrics or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10106
          },
          "name": "showLatency",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#show_resource_list PowerpackV2#show_resource_list}",
            "stability": "stable",
            "summary": "Whether to show the resource list or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10112
          },
          "name": "showResourceList",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#size_format PowerpackV2#size_format}",
            "stability": "stable",
            "summary": "The size of the widget. Valid values are `small`, `medium`, `large`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10118
          },
          "name": "sizeFormat",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10148
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10130
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10136
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10142
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 10306
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 10299
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10701
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10441
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10457
          },
          "name": "resetDisplayFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10486
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10502
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10531
          },
          "name": "resetShowBreakdown"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10547
          },
          "name": "resetShowDistribution"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10563
          },
          "name": "resetShowErrors"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10579
          },
          "name": "resetShowHits"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10595
          },
          "name": "resetShowLatency"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10611
          },
          "name": "resetShowResourceList"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10627
          },
          "name": "resetSizeFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10704
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10656
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10672
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10688
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10698
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10445
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10461
          },
          "name": "displayFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10474
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10490
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10506
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10519
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10535
          },
          "name": "showBreakdownInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10551
          },
          "name": "showDistributionInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10567
          },
          "name": "showErrorsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10583
          },
          "name": "showHitsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10599
          },
          "name": "showLatencyInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10615
          },
          "name": "showResourceListInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10631
          },
          "name": "sizeFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10644
          },
          "name": "spanNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10708
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10676
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10660
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10692
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10435
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10451
          },
          "name": "displayFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10467
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10480
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10496
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10512
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10525
          },
          "name": "showBreakdown",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10541
          },
          "name": "showDistribution",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10557
          },
          "name": "showErrors",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10573
          },
          "name": "showHits",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10589
          },
          "name": "showLatency",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10605
          },
          "name": "showResourceList",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10621
          },
          "name": "sizeFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10637
          },
          "name": "spanName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10650
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10666
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10682
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10310
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 9919
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9925
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9931
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 9689
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9695
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9701
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 9747
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 9740
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9787
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9800
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9780
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9793
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9751
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 9804
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9810
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9816
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 9862
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 9855
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9902
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9915
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9895
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9908
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9866
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 9977
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 9970
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10013
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10029
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10016
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10032
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10010
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10026
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10020
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10036
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 9981
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTraceServiceDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 17391
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_links PowerpackV2#custom_links}",
            "stability": "stable",
            "summary": "custom_links block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17433
          },
          "name": "customLinks",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinks"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17397
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17403
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17409
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#request PowerpackV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17439
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17445
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17415
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17421
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17427
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinks": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinks",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 10712
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinks",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_hidden PowerpackV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10718
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10724
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#link PowerpackV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10730
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#override_label PowerpackV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10736
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinks"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 10924
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 10916
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10931
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10917
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinks"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 10799
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 10789
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10859
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10875
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10891
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10907
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10863
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10879
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10895
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10911
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10853
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10869
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10885
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10901
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10803
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinks"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 17540
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 17533
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17714
          },
          "name": "putCustomLinks",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinks"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17730
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17746
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17717
          },
          "name": "resetCustomLinks"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17621
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17637
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17653
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17733
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17749
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17669
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17685
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17701
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17711
          },
          "name": "customLinks",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinksList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17727
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17743
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17721
          },
          "name": "customLinksInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionCustomLinks"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17625
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17641
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17657
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17737
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17753
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17689
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17673
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17705
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17615
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17631
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17647
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17663
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17679
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17695
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17544
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 16817
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequest",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula PowerpackV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16823
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16829
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16835
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16841
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 12213
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula_expression PowerpackV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12231
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias PowerpackV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12219
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode PowerpackV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12225
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode_options PowerpackV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12237
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#conditional_formats PowerpackV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12243
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12249
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#number_format PowerpackV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12255
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12261
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 10935
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#trend_type PowerpackV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10941
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#y_scale PowerpackV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10947
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 10993
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 10986
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11032
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11048
          },
          "name": "resetYScale"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11036
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11052
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11026
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11042
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 10997
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 11056
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#comparator PowerpackV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11062
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11098
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11110
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_bg_color PowerpackV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11068
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_fg_color PowerpackV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11074
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_value PowerpackV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11080
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#image_url PowerpackV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11086
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11092
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeframe PowerpackV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11104
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 11434
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 11426
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11441
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11427
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 11208
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 11198
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11311
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11327
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11343
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11359
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11375
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11404
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11299
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11315
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11331
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11347
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11363
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11379
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11392
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11408
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11421
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11292
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11305
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11321
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11337
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11353
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11369
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11385
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11398
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11414
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11212
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 11445
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#count PowerpackV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11451
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11457
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 11503
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 11496
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11542
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11558
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11546
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11562
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11536
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11552
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11507
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 12562
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 12554
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12569
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12555
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 11974
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormat",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11980
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_scale PowerpackV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11986
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 12032
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 12025
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12068
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12081
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12084
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12065
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12078
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12072
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12088
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12036
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 11770
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#canonical PowerpackV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11776
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom PowerpackV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11782
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 11566
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#per_unit_name PowerpackV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11572
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11578
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 11624
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 11617
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11663
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11679
          },
          "name": "resetUnitName"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11667
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11683
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11657
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11673
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11628
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 11687
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11693
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 11732
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 11725
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11766
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11759
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11736
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 11828
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 11821
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11864
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11880
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11867
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11883
          },
          "name": "resetCustom"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11861
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11877
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11871
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11887
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11832
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 11891
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11897
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 11936
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 11929
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11970
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11963
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 11940
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 12352
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 12342
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12478
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12494
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12510
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12526
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12542
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12436
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12452
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12481
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12497
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12513
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12529
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12545
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12475
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12491
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12507
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12523
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12539
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12440
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12456
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12485
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12501
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12469
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12517
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12533
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12549
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12430
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12446
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12462
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12356
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 12092
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12098
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette_index PowerpackV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12104
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 12150
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 12143
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12189
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12205
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12209
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12193
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12183
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12199
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12154
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 17029
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 17021
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17036
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17022
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 16904
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 16894
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16961
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16977
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16993
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17009
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16964
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16980
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16996
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17012
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16958
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16974
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16990
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17006
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16968
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16984
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17000
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17016
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16908
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 15864
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_dependency_stats_query PowerpackV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15870
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_resource_stats_query PowerpackV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15876
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cloud_cost_query PowerpackV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15882
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_query PowerpackV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15888
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric_query PowerpackV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15894
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15900
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query PowerpackV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15906
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 12573
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12585
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12591
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12603
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12609
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12627
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12633
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12639
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12579
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_upstream PowerpackV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12597
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12615
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12621
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 12748
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 12741
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12841
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12883
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12925
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12941
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12845
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12858
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12871
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12887
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12900
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12913
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12929
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12945
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12958
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12971
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12984
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12835
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12851
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12864
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12877
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12893
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12906
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12919
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12935
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12951
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12964
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12977
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12752
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 12988
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13000
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13006
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13018
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13048
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13054
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 12994
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13012
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13024
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13030
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13036
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13042
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 13163
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 13156
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13256
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13298
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13327
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13343
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13359
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13375
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13260
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13273
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13286
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13302
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13315
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13331
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13347
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13363
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13379
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13392
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13405
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13250
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13266
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13279
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13292
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13308
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13321
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13337
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13353
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13369
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13385
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13398
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13167
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 13409
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13427
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13433
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13439
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13415
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13421
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 13506
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 13499
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13563
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13579
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13567
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13583
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13596
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13609
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13622
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13557
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13573
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13589
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13602
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13615
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13510
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 14538
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute PowerpackV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14574
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14550
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14562
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14544
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14580
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by_fields PowerpackV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14586
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#indexes PowerpackV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14556
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search PowerpackV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14592
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#storage PowerpackV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14568
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 13626
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13632
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13638
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13644
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 13800
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 13792
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13807
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13793
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 13700
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 13690
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13767
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13783
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13755
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13771
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13787
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13748
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13761
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13777
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13704
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 13964
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13970
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13976
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13982
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 14302
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fields PowerpackV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14308
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14314
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14320
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 14373
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 14366
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14444
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14431
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14447
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14441
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14419
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14435
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14451
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14412
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14425
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14377
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 14149
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14155
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14161
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14167
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 14220
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 14213
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14278
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14294
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14266
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14282
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14298
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14259
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14272
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14288
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14224
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 14138
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 14130
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14145
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14131
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 14038
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 14028
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14118
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14105
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14121
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14115
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14093
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14109
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14125
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14086
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14099
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14042
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 13811
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13817
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13823
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13829
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 13882
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 13875
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13940
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13956
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13928
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13944
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13960
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13921
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13934
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13950
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 13886
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 14687
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 14680
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14839
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14852
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14868
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14884
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14768
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14855
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14871
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14797
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14887
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14826
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14836
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14849
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14865
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14881
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14843
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14772
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14785
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14875
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14859
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14801
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14814
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14891
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14830
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14762
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14778
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14791
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14807
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14820
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14691
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 14455
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14461
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 14500
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 14493
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14534
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14527
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14504
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 16181
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 16173
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16188
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16174
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 14895
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14919
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14925
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14901
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14907
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14913
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#semantic_mode PowerpackV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 14931
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 15005
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 14998
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15068
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15084
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15100
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15142
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15072
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15088
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15104
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15117
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15130
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15146
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15062
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15078
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15094
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15110
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15123
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15136
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15009
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 15990
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 15980
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16065
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16081
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16097
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16113
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16129
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16145
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16161
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16068
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16084
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16100
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16116
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16132
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16148
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16164
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16062
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16078
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16094
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16110
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16126
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16142
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16158
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16072
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16088
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16104
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16120
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16136
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16152
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16168
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15994
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 15150
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15168
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15186
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15192
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15156
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15162
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_normalized_cpu PowerpackV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15174
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15180
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15198
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tag_filters PowerpackV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15204
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_filter PowerpackV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15210
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 15312
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 15305
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15399
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15415
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15444
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15460
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15502
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15518
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15534
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15403
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15419
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15432
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15448
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15464
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15477
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15490
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15506
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15522
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15538
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15393
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15409
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15425
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15438
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15454
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15470
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15483
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15496
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15512
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15528
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15316
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 15542
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15560
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#measure PowerpackV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15572
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_id PowerpackV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15584
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#additional_query_filters PowerpackV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15548
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15554
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_mode PowerpackV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15566
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15578
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query_type PowerpackV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15590
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 15678
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 15671
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15753
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15769
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15798
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15827
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15856
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15757
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15773
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15786
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15802
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15815
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15831
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15844
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15860
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15747
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15763
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15779
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15792
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15808
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15821
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15837
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15850
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 15682
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 16575
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#count PowerpackV2#count}",
            "stability": "stable",
            "summary": "The number of items to limit the widget to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16581
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order_by PowerpackV2#order_by}",
            "stability": "stable",
            "summary": "order_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16587
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 16422
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula_sort PowerpackV2#formula_sort}",
            "stability": "stable",
            "summary": "formula_sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16428
          },
          "name": "formulaSort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByFormulaSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_sort PowerpackV2#group_sort}",
            "stability": "stable",
            "summary": "group_sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16434
          },
          "name": "groupSort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByGroupSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByFormulaSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByFormulaSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 16192
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByFormulaSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "The index of the formula to sort by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16198
          },
          "name": "index",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting direction. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16204
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByFormulaSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByFormulaSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByFormulaSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 16250
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 16243
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByFormulaSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16290
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16303
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16283
          },
          "name": "index",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16296
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16254
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByFormulaSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByFormulaSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByGroupSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByGroupSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 16307
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByGroupSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the group tag to sort by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16313
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting direction. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16319
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByGroupSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByGroupSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByGroupSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 16365
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 16358
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByGroupSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16405
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16418
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16398
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16411
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16369
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByGroupSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByGroupSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 16564
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 16556
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16571
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16557
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 16483
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 16473
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16528
          },
          "name": "putFormulaSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByFormulaSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16544
          },
          "name": "putGroupSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByGroupSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16531
          },
          "name": "resetFormulaSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16547
          },
          "name": "resetGroupSort"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16525
          },
          "name": "formulaSort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByFormulaSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16541
          },
          "name": "groupSort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByGroupSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16535
          },
          "name": "formulaSortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByFormulaSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16551
          },
          "name": "groupSortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByGroupSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16487
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 16633
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 16626
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16685
          },
          "name": "putOrderBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16672
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16688
          },
          "name": "resetOrderBy"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16682
          },
          "name": "orderBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16676
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16692
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16666
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16637
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 16696
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order_by PowerpackV2#order_by}",
            "stability": "stable",
            "summary": "How to order series. Valid values are `tags`, `values`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16702
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16708
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 16754
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 16747
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16793
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16809
          },
          "name": "resetPalette"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16797
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16813
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16787
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16803
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 16758
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 17270
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17276
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17282
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 17040
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17046
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17052
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 17098
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 17091
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17138
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17151
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17131
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17144
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17102
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 17155
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17161
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17167
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 17213
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 17206
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17253
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17266
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17246
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17259
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17217
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 17328
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 17321
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17364
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17380
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17367
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17383
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17361
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17377
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17371
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17387
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17332
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetTreemapDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetWidgetLayout": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetWidgetLayout",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 17757
      },
      "name": "PowerpackV2WidgetGroupDefinitionWidgetWidgetLayout",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#height PowerpackV2#height}",
            "stability": "stable",
            "summary": "The height of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17763
          },
          "name": "height",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#width PowerpackV2#width}",
            "stability": "stable",
            "summary": "The width of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17775
          },
          "name": "width",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#x PowerpackV2#x}",
            "stability": "stable",
            "summary": "The position of the widget on the x (horizontal) axis. Must be greater than or equal to 0."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17781
          },
          "name": "x",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#y PowerpackV2#y}",
            "stability": "stable",
            "summary": "The position of the widget on the y (vertical) axis. Must be greater than or equal to 0."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17787
          },
          "name": "y",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Only one widget in the dashboard should have this property set to `true`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_column_break PowerpackV2#is_column_break}",
            "stability": "stable",
            "summary": "Whether the widget should be the first one on the second column in high density or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17769
          },
          "name": "isColumnBreak",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetWidgetLayout"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetWidgetLayoutOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetWidgetLayoutOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 17854
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 17847
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17924
          },
          "name": "resetIsColumnBreak"
        }
      ],
      "name": "PowerpackV2WidgetGroupDefinitionWidgetWidgetLayoutOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17912
          },
          "name": "heightInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17928
          },
          "name": "isColumnBreakInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17941
          },
          "name": "widthInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17954
          },
          "name": "xInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17967
          },
          "name": "yInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17905
          },
          "name": "height",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17918
          },
          "name": "isColumnBreak",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17934
          },
          "name": "width",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17947
          },
          "name": "x",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17960
          },
          "name": "y",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 17858
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionWidgetWidgetLayout"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetGroupDefinitionWidgetWidgetLayoutOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 4776
      },
      "name": "PowerpackV2WidgetHeatmapDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_link PowerpackV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4830
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4782
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event PowerpackV2#event}",
            "stability": "stable",
            "summary": "event block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4836
          },
          "name": "event",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4788
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#legend_size PowerpackV2#legend_size}",
            "stability": "stable",
            "summary": "The size of the legend displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4794
          },
          "name": "legendSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4800
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#marker PowerpackV2#marker}",
            "stability": "stable",
            "summary": "marker block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4842
          },
          "name": "marker",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#request PowerpackV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4848
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#show_legend PowerpackV2#show_legend}",
            "stability": "stable",
            "summary": "Whether or not to show the legend on this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4806
          },
          "name": "showLegend",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4854
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4812
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4818
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4824
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#xaxis PowerpackV2#xaxis}",
            "stability": "stable",
            "summary": "xaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4860
          },
          "name": "xaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionXaxis"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#yaxis PowerpackV2#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4866
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 19680
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionCustomLink",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_hidden PowerpackV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19686
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19692
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#link PowerpackV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19698
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#override_label PowerpackV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19704
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 19892
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 19884
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19899
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionCustomLinkList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19885
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 19767
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 19757
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19827
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19843
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19859
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19875
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionCustomLinkOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19831
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19847
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19863
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19879
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19821
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19837
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19853
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19869
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19771
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionEvent": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionEvent",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 19903
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionEvent",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#q PowerpackV2#q}",
            "stability": "stable",
            "summary": "The event query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19909
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tags_execution PowerpackV2#tags_execution}",
            "stability": "stable",
            "summary": "The execution method for multi-value filters."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19915
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionEvent"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionEventList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionEventList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 20042
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 20034
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20049
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionEventOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionEventList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20035
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionEventList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionEventOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionEventOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 19964
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 19954
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20025
          },
          "name": "resetTagsExecution"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionEventOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20013
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20029
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20006
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20019
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 19968
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionEvent"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionEventOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionMarker": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionMarker",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 20053
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionMarker",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be a single value `y = 15` or a range of values `0 < y < 10`. For Distribution widgets with `display_type` set to `percentile`, this should be a numeric percentile value (for example, `90` for P90).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20077
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "For Distribution widgets, this can be set to `percentile`. Example: `error dashed`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#display_type PowerpackV2#display_type}",
            "stability": "stable",
            "summary": "Combination of a severity (`error`, `warning`, `ok`, or `info`) and a line type (`dashed`, `solid`, or `bold`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20059
          },
          "name": "displayType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "Label to display over the marker."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20065
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "Timestamp for the marker position."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20071
          },
          "name": "time",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionMarker"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionMarkerList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionMarkerList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 20262
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 20254
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20269
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionMarkerOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionMarkerList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20255
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionMarkerList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionMarkerOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionMarkerOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 20140
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 20130
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20200
          },
          "name": "resetDisplayType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20216
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20232
          },
          "name": "resetTime"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionMarkerOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20204
          },
          "name": "displayTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20220
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20236
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20249
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20194
          },
          "name": "displayType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20210
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20226
          },
          "name": "time",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20242
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20144
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionMarker"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionMarkerOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 5003
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 4996
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5245
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5261
          },
          "name": "putEvent",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionEvent"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5277
          },
          "name": "putMarker",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionMarker"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5293
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5309
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5325
          },
          "name": "putXaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionXaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5341
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5248
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5120
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5264
          },
          "name": "resetEvent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5136
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5152
          },
          "name": "resetLegendSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5168
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5280
          },
          "name": "resetMarker"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5296
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5184
          },
          "name": "resetShowLegend"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5312
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5200
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5216
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5232
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5328
          },
          "name": "resetXaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5344
          },
          "name": "resetYaxis"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5242
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5258
          },
          "name": "event",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionEventList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5274
          },
          "name": "marker",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionMarkerList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5290
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5306
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5322
          },
          "name": "xaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionXaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5338
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5252
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5124
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5268
          },
          "name": "eventInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5140
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5156
          },
          "name": "legendSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5172
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5284
          },
          "name": "markerInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5300
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5188
          },
          "name": "showLegendInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5316
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5220
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5204
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5236
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5332
          },
          "name": "xaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionXaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5348
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5114
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5130
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5146
          },
          "name": "legendSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5162
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5178
          },
          "name": "showLegend",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5194
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5210
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5226
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5007
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 3715
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequest",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_query PowerpackV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3727
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula PowerpackV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3733
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#log_query PowerpackV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3739
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3745
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#q PowerpackV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3721
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3751
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#rum_query PowerpackV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3757
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#security_query PowerpackV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3763
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3769
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 20949
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestApmQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20955
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20967
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20973
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20979
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20961
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 20273
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestApmQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20279
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20285
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20291
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 20344
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 20337
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20402
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20418
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20390
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20406
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20422
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20383
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20396
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20412
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20348
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 20576
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestApmQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20582
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20588
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20594
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 20753
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 20745
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20760
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestApmQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20746
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 20650
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 20640
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20733
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20704
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20720
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20736
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20730
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20708
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20724
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20740
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20698
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20714
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20654
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 20426
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20432
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20444
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20438
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 20497
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 20490
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20555
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20543
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20559
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20572
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20536
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20549
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20565
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20501
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 20764
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestApmQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20770
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20776
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20782
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 20938
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 20930
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20945
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestApmQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20931
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 20838
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 20828
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20905
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20921
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20893
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20909
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20925
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20886
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20899
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20915
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 20842
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 21046
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 21039
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21129
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21145
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21161
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21132
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21148
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21164
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21116
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestApmQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21126
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21142
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21158
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21136
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21152
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21104
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21168
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21120
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21097
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21110
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21050
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 22450
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestFormula",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula_expression PowerpackV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22468
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias PowerpackV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22456
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode PowerpackV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22462
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode_options PowerpackV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22474
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#conditional_formats PowerpackV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22480
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22486
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#number_format PowerpackV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22492
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22498
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 21172
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#trend_type PowerpackV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21178
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#y_scale PowerpackV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21184
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 21230
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 21223
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21269
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21285
          },
          "name": "resetYScale"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21273
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21289
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21263
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21279
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21234
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 21293
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestFormulaConditionalFormats",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#comparator PowerpackV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21299
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21335
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21347
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_bg_color PowerpackV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21305
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_fg_color PowerpackV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21311
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_value PowerpackV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21317
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#image_url PowerpackV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21323
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21329
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeframe PowerpackV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21341
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 21671
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 21663
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21678
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21664
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 21445
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 21435
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21548
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21564
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21580
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21596
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21612
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21641
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21536
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21552
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21568
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21584
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21600
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21616
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21629
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21645
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21658
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21529
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21542
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21558
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21574
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21590
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21606
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21622
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21635
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21651
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21449
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 21682
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestFormulaLimit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#count PowerpackV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21688
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21694
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 21740
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 21733
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21779
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21795
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestFormulaLimitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21783
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21799
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21773
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21789
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21744
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 22799
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 22791
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22806
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestFormulaList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22792
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 22211
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormat",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22217
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_scale PowerpackV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22223
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 22269
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 22262
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22305
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22318
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22321
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22302
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22315
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22309
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22325
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22273
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 22007
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#canonical PowerpackV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22013
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom PowerpackV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22019
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 21803
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#per_unit_name PowerpackV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21809
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21815
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 21861
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 21854
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21900
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21916
          },
          "name": "resetUnitName"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21904
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21920
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21894
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21910
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21865
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 21924
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21930
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 21969
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 21962
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22003
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21996
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 21973
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 22065
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 22058
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22101
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22117
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22104
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22120
          },
          "name": "resetCustom"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22098
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22114
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22108
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22124
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22069
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 22128
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22134
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 22173
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 22166
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22207
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22200
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22177
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 22589
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 22579
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22715
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22731
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22747
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22763
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22779
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22673
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22689
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22718
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22734
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22750
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22766
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22782
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestFormulaOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22712
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22728
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22744
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22760
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22776
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22677
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22693
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22722
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22738
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22706
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22754
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22770
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22786
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22667
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22683
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22699
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22593
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 22329
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestFormulaStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22335
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette_index PowerpackV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22341
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 22387
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 22380
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22426
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22442
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestFormulaStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22446
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22430
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22420
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22436
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22391
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 4102
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 4094
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4109
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4095
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 23486
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestLogQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23492
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23504
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23510
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23516
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23498
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 22810
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestLogQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22816
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22822
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22828
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 22881
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 22874
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22939
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22955
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22927
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22943
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22959
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22920
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22933
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22949
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22885
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 23113
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestLogQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23119
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23125
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23131
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 23290
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 23282
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23297
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestLogQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23283
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 23187
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 23177
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23270
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23241
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23257
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23273
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23267
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23245
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23261
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23277
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23235
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23251
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23191
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 22963
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22969
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22981
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 22975
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 23034
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 23027
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23092
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23080
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23096
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23109
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23073
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23086
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23102
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23038
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 23301
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestLogQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23307
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23313
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23319
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 23475
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 23467
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23482
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestLogQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23468
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 23375
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 23365
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23442
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23458
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23430
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23446
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23462
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23423
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23436
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23452
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23379
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 23583
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 23576
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23666
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23682
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23698
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23669
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23685
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23701
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23653
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestLogQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23663
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23679
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23695
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23673
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23689
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23641
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23705
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23657
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23634
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23647
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23587
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 3867
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 3857
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3970
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3986
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4002
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4018
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4034
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4050
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4066
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4082
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3973
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3989
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4005
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4021
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3957
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4037
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4053
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4069
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4085
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3967
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3983
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3999
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4015
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4031
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4047
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4063
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4079
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3977
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3993
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4009
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4025
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3961
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4041
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4057
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4073
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4089
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3951
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3871
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 23709
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23727
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#filter_by PowerpackV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23715
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23721
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_by PowerpackV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23733
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 23793
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 23786
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23844
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23860
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23889
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23848
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23864
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23877
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23893
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23838
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23854
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23870
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23883
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23797
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 1468
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_dependency_stats_query PowerpackV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1474
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_resource_stats_query PowerpackV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1480
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cloud_cost_query PowerpackV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1486
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_query PowerpackV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1492
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric_query PowerpackV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1498
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1504
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query PowerpackV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1510
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 23897
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23909
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23915
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23927
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23933
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23951
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23957
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23963
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23903
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_upstream PowerpackV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23921
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23939
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 23945
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 24072
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 24065
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24165
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24207
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24249
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24265
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24169
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24182
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24195
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24211
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24224
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24237
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24253
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24269
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24282
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24295
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24308
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24159
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24175
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24188
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24201
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24217
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24230
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24243
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24259
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24275
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24288
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24301
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24076
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 24312
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24324
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24330
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24342
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24372
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24378
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24318
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24336
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24348
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24354
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24360
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24366
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 24487
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 24480
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24580
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24622
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24651
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24667
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24683
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24699
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24584
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24597
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24610
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24626
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24639
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24655
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24671
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24687
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24703
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24716
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24729
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24574
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24590
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24603
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24616
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24632
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24645
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24661
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24677
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24693
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24709
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24722
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24491
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 24733
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestQueryCloudCostQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24751
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24757
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24763
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24739
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24745
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 24830
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 24823
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24887
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24903
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24891
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24907
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24920
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24933
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24946
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24881
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24897
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24913
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24926
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24939
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24834
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 142
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute PowerpackV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 178
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 154
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 166
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 148
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 184
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by_fields PowerpackV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 190
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#indexes PowerpackV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 160
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search PowerpackV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 196
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#storage PowerpackV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 172
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 24950
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24956
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24962
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 24968
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 25124
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 25116
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25131
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25117
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 25024
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 25014
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25091
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25107
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25079
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25095
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25111
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25072
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25085
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25101
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25028
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 25288
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25294
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25300
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25306
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 25626
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fields PowerpackV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25632
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25638
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25644
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 25697
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 25690
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25768
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25755
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25771
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25765
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25743
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25759
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25775
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25736
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25749
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25701
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 25473
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25479
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25485
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25491
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 25544
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 25537
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25602
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25618
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25590
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25606
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25622
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25583
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25596
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25612
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25548
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 25462
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 25454
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25469
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25455
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 25362
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 25352
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25442
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25429
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25445
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25439
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25417
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25433
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25449
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25410
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25423
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25366
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 25135
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25141
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25147
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25153
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3200.ts",
          "line": 25206
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3200.ts",
        "line": 25199
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25264
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25280
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25252
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25268
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25284
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25245
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25258
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25274
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3200.ts",
            "line": 25210
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3200:PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 291
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 284
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 443
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 456
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 472
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 488
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 372
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 459
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 475
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 401
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 491
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 430
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 440
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 453
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 469
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 485
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 447
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 376
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 389
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 479
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 463
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 405
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 418
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 495
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 434
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 366
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 382
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 395
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 411
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 424
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 295
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 59
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQuerySearch",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 65
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 104
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 97
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 138
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 131
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 108
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 1785
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 1777
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1792
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestQueryList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1778
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 499
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestQueryMetricQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 523
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 529
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 505
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 511
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 517
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#semantic_mode PowerpackV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 535
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 609
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 602
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 672
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 688
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 704
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 746
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 676
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 692
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 708
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 721
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 734
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 750
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 666
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 682
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 698
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 714
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 727
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 740
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 613
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 1594
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 1584
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1669
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1685
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1701
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1717
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1733
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1749
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1765
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1672
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1688
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1704
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1720
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1736
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1752
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1768
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1666
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1682
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1698
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1714
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1730
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1746
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1762
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1676
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1692
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1708
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1724
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1740
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1756
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1772
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1598
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 754
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestQueryProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 772
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 790
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 796
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 760
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 766
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_normalized_cpu PowerpackV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 778
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 784
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 802
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tag_filters PowerpackV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 808
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_filter PowerpackV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 814
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 916
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 909
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1003
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1019
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1048
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1064
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1106
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1122
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1138
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1007
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1023
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1036
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1052
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1068
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1081
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1094
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1110
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1126
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1142
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 997
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1013
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1029
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1042
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1058
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1074
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1087
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1100
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1116
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1132
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 920
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 1146
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestQuerySloQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1164
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#measure PowerpackV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1176
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_id PowerpackV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1188
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#additional_query_filters PowerpackV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1152
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1158
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_mode PowerpackV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1170
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1182
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query_type PowerpackV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1194
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 1282
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 1275
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1357
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1373
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1402
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1431
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1460
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1361
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1377
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1390
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1406
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1419
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1435
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1448
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1464
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1351
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1367
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1383
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1396
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1412
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1425
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1441
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1454
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1286
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 2472
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestRumQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2478
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2490
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2496
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2502
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2484
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 1796
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestRumQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1802
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1808
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1814
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 1867
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 1860
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1925
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1941
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1913
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1929
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1945
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1906
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1919
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1935
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1871
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 2099
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestRumQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2105
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2111
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2117
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 2276
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 2268
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2283
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestRumQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2269
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 2173
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 2163
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2256
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2227
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2243
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2259
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2253
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2231
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2247
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2263
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2221
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2237
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2177
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 1949
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1955
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1967
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 1961
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 2020
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 2013
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2078
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2066
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2082
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2095
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2059
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2072
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2088
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2024
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 2287
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestRumQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2293
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2299
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2305
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 2461
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 2453
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2468
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestRumQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2454
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 2361
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 2351
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2428
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2444
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2416
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2432
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2448
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2409
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2422
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2438
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2365
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 2569
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 2562
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2652
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2668
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2684
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2655
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2671
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2687
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2639
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestRumQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2649
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2665
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2681
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2659
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2675
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2627
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2691
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2643
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2620
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2633
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2573
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 3371
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestSecurityQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3377
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3389
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3395
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3401
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3383
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 2695
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2701
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2707
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2713
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 2766
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 2759
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2824
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2840
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2812
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2828
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2844
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2805
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2818
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2834
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2770
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 2998
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3004
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3010
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3016
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 3175
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 3167
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3182
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3168
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 3072
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 3062
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3155
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3126
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3142
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3158
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3152
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3130
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3146
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3162
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3120
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3136
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3076
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 2848
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2854
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2866
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2860
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 2919
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 2912
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2977
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2965
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2981
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2994
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2958
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2971
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2987
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 2923
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 3186
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3192
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3198
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3204
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 3360
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 3352
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3367
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3353
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 3260
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 3250
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3327
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3343
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3315
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3331
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3347
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3308
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3321
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3337
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3264
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 3468
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 3461
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3551
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3567
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3583
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3554
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3570
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3586
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3538
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3548
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3564
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3580
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3558
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3574
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3526
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3590
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3542
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3519
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3532
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3472
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 3594
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order_by PowerpackV2#order_by}",
            "stability": "stable",
            "summary": "How to order series. Valid values are `tags`, `values`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3600
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3606
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 3652
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 3645
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3691
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3707
          },
          "name": "resetPalette"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionRequestStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3695
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3711
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3685
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3701
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 3656
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 4343
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4349
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4355
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 4113
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4119
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4125
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 4171
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 4164
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4211
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4224
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4204
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4217
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4175
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 4228
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4234
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4240
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 4286
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 4279
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4326
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4339
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4319
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4332
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4290
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 4401
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 4394
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4437
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4453
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4440
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4456
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4434
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4450
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4444
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4460
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4405
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionXaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionXaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 4464
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionXaxis",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "This is only applicable for distribution of points (group distributions use the roll-up modifier).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#num_buckets PowerpackV2#num_buckets}",
            "stability": "stable",
            "summary": "Number of time buckets to target, also known as the resolution of the time bins."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4470
          },
          "name": "numBuckets",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionXaxis"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionXaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionXaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 4509
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 4502
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4542
          },
          "name": "resetNumBuckets"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionXaxisOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4546
          },
          "name": "numBucketsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4536
          },
          "name": "numBuckets",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4513
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionXaxis"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionXaxisOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 4550
      },
      "name": "PowerpackV2WidgetHeatmapDefinitionYaxis",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#include_zero PowerpackV2#include_zero}",
            "stability": "stable",
            "summary": "Set to `true` to include zero."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4556
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph. Only usable on Scatterplot Widgets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4562
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#max PowerpackV2#max}",
            "stability": "stable",
            "summary": "Specifies the maximum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4568
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#min PowerpackV2#min}",
            "stability": "stable",
            "summary": "Specifies the minimum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4574
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#scale PowerpackV2#scale}",
            "stability": "stable",
            "summary": "Specifies the scale type. Possible values are `linear`, `log`, `sqrt`, and `pow##` (for example `pow2` or `pow0.5`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4580
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionYaxis"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 4647
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 4640
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4704
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4720
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4736
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4752
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4768
          },
          "name": "resetScale"
        }
      ],
      "name": "PowerpackV2WidgetHeatmapDefinitionYaxisOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4708
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4724
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4740
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4756
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4772
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4698
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4714
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4730
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4746
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4762
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 4651
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHeatmapDefinitionYaxisOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 23
      },
      "name": "PowerpackV2WidgetHostmapDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_link PowerpackV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 101
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 29
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group PowerpackV2#group}",
            "stability": "stable",
            "summary": "The list of tag prefixes to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 35
          },
          "name": "group",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 41
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 47
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#node_type PowerpackV2#node_type}",
            "stability": "stable",
            "summary": "The type of node used. Valid values are `host`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 65
          },
          "name": "nodeType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#no_group_hosts PowerpackV2#no_group_hosts}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to show the hosts that don't fit in a group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 53
          },
          "name": "noGroupHosts",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#no_metric_hosts PowerpackV2#no_metric_hosts}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to show nodes with no metrics."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 59
          },
          "name": "noMetricHosts",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#notes PowerpackV2#notes}",
            "stability": "stable",
            "summary": "Notes/description text for the host map widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 71
          },
          "name": "notes",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#request PowerpackV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 107
          },
          "name": "request",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequest"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#scope PowerpackV2#scope}",
            "stability": "stable",
            "summary": "The list of tags used to filter the map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 77
          },
          "name": "scope",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 113
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionStyle"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 119
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 83
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 89
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 95
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetHostmapDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 5352
      },
      "name": "PowerpackV2WidgetHostmapDefinitionCustomLink",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_hidden PowerpackV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5358
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5364
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#link PowerpackV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5370
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#override_label PowerpackV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5376
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 5564
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 5556
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5571
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionCustomLinkList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5557
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 5439
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 5429
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5499
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5515
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5531
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5547
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionCustomLinkOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5503
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5519
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5535
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5551
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5493
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5509
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5525
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5541
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5443
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 263
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 256
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 575
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 591
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequest"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 607
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 623
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 578
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 386
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 402
          },
          "name": "resetGroup"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 418
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 434
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 482
          },
          "name": "resetNodeType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 450
          },
          "name": "resetNoGroupHosts"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 466
          },
          "name": "resetNoMetricHosts"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 498
          },
          "name": "resetNotes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 594
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 514
          },
          "name": "resetScope"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 610
          },
          "name": "resetStyle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 626
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 530
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 546
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 562
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 572
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 588
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 604
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 620
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 582
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 390
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 406
          },
          "name": "groupInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 422
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 438
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 486
          },
          "name": "nodeTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 454
          },
          "name": "noGroupHostsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 470
          },
          "name": "noMetricHostsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 502
          },
          "name": "notesInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 598
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequest"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 518
          },
          "name": "scopeInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 614
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 630
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 550
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 534
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 566
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 380
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 396
          },
          "name": "group",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 412
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 428
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 476
          },
          "name": "nodeType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 444
          },
          "name": "noGroupHosts",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 460
          },
          "name": "noMetricHosts",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 492
          },
          "name": "notes",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 508
          },
          "name": "scope",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 524
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 540
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 556
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 267
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetHostmapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 24319
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequest",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fill PowerpackV2#fill}",
            "stability": "stable",
            "summary": "fill block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24325
          },
          "name": "fill",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFill"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#size PowerpackV2#size}",
            "stability": "stable",
            "summary": "size block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24331
          },
          "name": "size",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSize"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFill": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFill",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 14616
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFill",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_query PowerpackV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14628
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula PowerpackV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14634
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#log_query PowerpackV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14640
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14646
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#q PowerpackV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14622
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14652
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#rum_query PowerpackV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14658
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#security_query PowerpackV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14664
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFill"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 6251
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillApmQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6257
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6269
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6275
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6281
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6263
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillApmQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 5575
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5581
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5587
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5593
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 5646
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 5639
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5704
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5720
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5692
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5708
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5724
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5685
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5698
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5714
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5650
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 5878
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5884
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5890
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5896
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 6055
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 6047
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6062
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6048
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 5952
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 5942
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6035
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6006
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6022
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6038
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6032
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6010
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6026
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6042
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6000
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6016
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5956
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 5728
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5734
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5746
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5740
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 5799
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 5792
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5857
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5845
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5861
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5874
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5838
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5851
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5867
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 5803
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 6066
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6072
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6078
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6084
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 6240
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 6232
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6247
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6233
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 6140
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 6130
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6207
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6223
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6195
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6211
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6227
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6188
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6201
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6217
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6144
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 6348
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 6341
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6431
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6447
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6463
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6434
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6450
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6466
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6418
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6428
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6444
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6460
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6438
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6454
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6406
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6470
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6422
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6399
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6412
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6352
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 7752
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillFormula",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula_expression PowerpackV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7770
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias PowerpackV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7758
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode PowerpackV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7764
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode_options PowerpackV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7776
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#conditional_formats PowerpackV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7782
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7788
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#number_format PowerpackV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7794
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7800
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillFormula"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 6474
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptions",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#trend_type PowerpackV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6480
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#y_scale PowerpackV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6486
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 6532
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 6525
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6571
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6587
          },
          "name": "resetYScale"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6575
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6591
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6565
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6581
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6536
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 6595
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormats",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#comparator PowerpackV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6601
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6637
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6649
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_bg_color PowerpackV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6607
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_fg_color PowerpackV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6613
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_value PowerpackV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6619
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#image_url PowerpackV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6625
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6631
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeframe PowerpackV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6643
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 6973
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 6965
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6980
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormatsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6966
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 6747
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 6737
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6850
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6866
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6882
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6898
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6914
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6943
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormatsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6838
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6854
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6870
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6886
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6902
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6918
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6931
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6947
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6960
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6831
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6844
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6860
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6876
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6892
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6908
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6924
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6937
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6953
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6751
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 6984
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillFormulaLimit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#count PowerpackV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6990
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 6996
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillFormulaLimit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 7042
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 7035
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7081
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7097
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillFormulaLimitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7085
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7101
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7075
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7091
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7046
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaLimit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 8101
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 8093
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8108
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillFormulaList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8094
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillFormulaList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 7513
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormat",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7519
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_scale PowerpackV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7525
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 7571
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 7564
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7607
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7620
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7623
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7604
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7617
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7611
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7627
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7575
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 7309
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#canonical PowerpackV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7315
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom PowerpackV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7321
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 7105
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonical",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#per_unit_name PowerpackV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7111
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7117
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 7163
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 7156
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7202
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7218
          },
          "name": "resetUnitName"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7206
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7222
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7196
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7212
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7167
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 7226
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustom",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7232
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 7271
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 7264
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7305
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7298
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7275
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 7367
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 7360
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7403
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7419
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7406
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7422
          },
          "name": "resetCustom"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7400
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7416
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7410
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7426
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7371
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 7430
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScale",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7436
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 7475
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 7468
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7509
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7502
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7479
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 7891
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 7881
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8017
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8033
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8049
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8065
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8081
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7975
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7991
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8020
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8036
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8052
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8068
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8084
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillFormulaOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8014
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8030
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8046
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8062
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8078
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7979
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7995
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8024
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8040
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8008
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8056
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8072
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8088
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7969
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7985
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8001
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7895
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 7631
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillFormulaStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7637
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette_index PowerpackV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7643
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillFormulaStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 7689
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 7682
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7728
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7744
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillFormulaStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7748
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7732
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7722
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7738
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 7693
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 8788
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillLogQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8794
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8806
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8812
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8818
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8800
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillLogQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 8112
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8118
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8124
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8130
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 8183
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 8176
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8241
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8257
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8229
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8245
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8261
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8222
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8235
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8251
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8187
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 8415
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8421
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8427
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8433
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 8592
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 8584
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8599
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8585
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 8489
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 8479
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8572
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8543
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8559
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8575
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8569
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8547
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8563
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8579
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8537
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8553
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8493
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 8265
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8271
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8283
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8277
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 8336
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 8329
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8394
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8382
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8398
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8411
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8375
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8388
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8404
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8340
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 8603
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8609
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8615
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8621
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 8777
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 8769
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8784
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8770
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 8677
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 8667
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8744
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8760
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8732
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8748
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8764
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8725
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8738
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8754
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8681
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 8885
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 8878
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8968
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8984
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9000
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8971
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8987
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9003
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8955
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8965
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8981
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8997
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8975
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8991
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8943
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9007
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8959
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8936
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8949
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 8889
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 14752
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 14745
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14840
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14856
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14872
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14888
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14904
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14920
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14936
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14843
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14859
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14875
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14891
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14827
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14907
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14923
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14939
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14837
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14853
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14869
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14885
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14901
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14917
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14933
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14847
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14863
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14879
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14895
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14831
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14911
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14927
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14943
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14821
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14756
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFill"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 9011
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9029
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#filter_by PowerpackV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9017
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9023
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_by PowerpackV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9035
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 9095
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 9088
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9146
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9162
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9191
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9150
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9166
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9179
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9195
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9140
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9156
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9172
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9185
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9099
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 12490
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_dependency_stats_query PowerpackV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12496
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_resource_stats_query PowerpackV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12502
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cloud_cost_query PowerpackV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12508
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_query PowerpackV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12514
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric_query PowerpackV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12520
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12526
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query PowerpackV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12532
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 9199
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9211
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9217
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9229
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9235
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9253
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9259
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9265
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9205
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_upstream PowerpackV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9223
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9241
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9247
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 9374
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 9367
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9467
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9509
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9551
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9567
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9471
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9484
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9497
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9513
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9526
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9539
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9555
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9571
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9584
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9597
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9610
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9461
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9477
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9490
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9503
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9519
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9532
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9545
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9561
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9577
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9590
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9603
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9378
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 9614
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillQueryApmResourceStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9626
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9632
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9644
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9674
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9680
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9620
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9638
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9650
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9656
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9662
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9668
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 9789
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 9782
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9882
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9924
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9953
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9969
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9985
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10001
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9886
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9899
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9912
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9928
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9941
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9957
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9973
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9989
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10005
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10018
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10031
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9876
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9892
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9905
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9918
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9934
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9947
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9963
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9979
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9995
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10011
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10024
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 9793
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 10035
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillQueryCloudCostQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10053
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10059
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10065
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10041
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10047
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 10132
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 10125
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10189
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10205
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillQueryCloudCostQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10193
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10209
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10222
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10235
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10248
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10183
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10199
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10215
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10228
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10241
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10136
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 11164
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute PowerpackV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11200
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11176
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11188
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11170
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11206
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by_fields PowerpackV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11212
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#indexes PowerpackV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11182
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search PowerpackV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11218
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#storage PowerpackV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11194
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 10252
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10258
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10264
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10270
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 10426
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 10418
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10433
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10419
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 10326
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 10316
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10393
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10409
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10381
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10397
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10413
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10374
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10387
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10403
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10330
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 10590
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10596
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10602
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10608
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 10928
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFields",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fields PowerpackV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10934
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10940
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10946
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 10999
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 10992
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11070
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11057
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11073
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11067
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11045
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11061
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11077
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11038
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11051
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11003
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 10775
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10781
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10787
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10793
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 10846
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 10839
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10904
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10920
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10892
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10908
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10924
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10885
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10898
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10914
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10850
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 10764
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 10756
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10771
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10757
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 10664
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 10654
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10744
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10731
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10747
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10741
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10719
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10735
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10751
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10712
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10725
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10668
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 10437
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10443
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10449
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10455
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 10508
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 10501
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10566
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10582
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10554
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10570
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10586
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10547
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10560
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10576
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 10512
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 11313
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 11306
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11465
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11478
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11494
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11510
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11394
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11481
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11497
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11423
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11513
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11452
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11462
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11475
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11491
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11507
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11469
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11398
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11411
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11501
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11485
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11427
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11440
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11517
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11456
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11388
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11404
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11417
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11433
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11446
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11317
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 11081
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQuerySearch",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11087
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 11126
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 11119
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQuerySearchOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11160
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11153
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11130
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 12807
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 12799
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12814
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillQueryList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12800
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillQueryList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 11521
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillQueryMetricQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11545
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11551
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11527
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11533
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11539
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#semantic_mode PowerpackV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11557
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 11631
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 11624
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11694
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11710
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11726
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11768
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillQueryMetricQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11698
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11714
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11730
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11743
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11756
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11772
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11688
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11704
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11720
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11736
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11749
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11762
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11635
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 12616
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 12606
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12691
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12707
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12723
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12739
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12755
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12771
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12787
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12694
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12710
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12726
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12742
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12758
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12774
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12790
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12688
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12704
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12720
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12736
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12752
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12768
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12784
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12698
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12714
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12730
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12746
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12762
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12778
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12794
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12620
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 11776
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillQueryProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11794
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11812
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11818
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11782
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11788
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_normalized_cpu PowerpackV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11800
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11806
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11824
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tag_filters PowerpackV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11830
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_filter PowerpackV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11836
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 11938
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 11931
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12025
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12041
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12070
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12086
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12128
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12144
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12160
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillQueryProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12029
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12045
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12058
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12074
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12090
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12103
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12116
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12132
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12148
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12164
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12019
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12035
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12051
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12064
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12080
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12096
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12109
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12122
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12138
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12154
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 11942
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 12168
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillQuerySloQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12186
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#measure PowerpackV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12198
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_id PowerpackV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12210
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#additional_query_filters PowerpackV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12174
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12180
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_mode PowerpackV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12192
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12204
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query_type PowerpackV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12216
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 12304
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 12297
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12379
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12395
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12424
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12453
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12482
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillQuerySloQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12383
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12399
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12412
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12428
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12441
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12457
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12470
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12486
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12373
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12389
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12405
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12418
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12434
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12447
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12463
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12476
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12308
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 13494
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillRumQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13500
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13512
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13518
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13524
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13506
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillRumQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 12818
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12824
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12830
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12836
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 12889
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 12882
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12947
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12963
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12935
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12951
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12967
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12928
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12941
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12957
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12893
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 13121
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13127
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13133
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13139
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 13298
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 13290
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13305
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13291
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 13195
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 13185
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13278
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13249
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13265
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13281
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13275
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13253
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13269
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13285
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13243
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13259
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13199
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 12971
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12977
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12989
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 12983
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 13042
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 13035
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13100
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13088
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13104
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13117
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13081
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13094
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13110
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13046
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 13309
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13315
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13321
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13327
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 13483
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 13475
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13490
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13476
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 13383
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 13373
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13450
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13466
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13438
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13454
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13470
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13431
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13444
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13460
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13387
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 13591
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 13584
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13674
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13690
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13706
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13677
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13693
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13709
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13661
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13671
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13687
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13703
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13681
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13697
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13649
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13713
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13665
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13642
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13655
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13595
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 14393
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14399
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14411
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14417
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14423
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14405
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 13717
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13723
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13729
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13735
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 13788
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 13781
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13846
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13862
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13834
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13850
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13866
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13827
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13840
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13856
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13792
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 14020
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14026
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14032
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14038
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 14197
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 14189
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14204
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14190
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 14094
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 14084
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14177
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14148
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14164
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14180
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14174
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14152
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14168
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14184
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14142
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14158
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14098
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 13870
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13876
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13888
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13882
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 13941
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 13934
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13999
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13987
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14003
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14016
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13980
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13993
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14009
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 13945
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 14208
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14214
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14220
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14226
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 14382
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 14374
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14389
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14375
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 14282
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 14272
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14349
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14365
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14337
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14353
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14369
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14330
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14343
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14359
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14286
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 14490
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 14483
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14573
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14589
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14605
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14576
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14592
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14608
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14560
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14570
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14586
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14602
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14580
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14596
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14548
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14612
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14564
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14541
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14554
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14494
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestFillSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 24377
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 24370
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24413
          },
          "name": "putFill",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFill"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24429
          },
          "name": "putSize",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSize"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24416
          },
          "name": "resetFill"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24432
          },
          "name": "resetSize"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24410
          },
          "name": "fill",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFillOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24426
          },
          "name": "size",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24420
          },
          "name": "fillInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestFill"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24436
          },
          "name": "sizeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSize"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24381
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequest"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSize": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSize",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 23988
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSize",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_query PowerpackV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24000
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula PowerpackV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24006
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#log_query PowerpackV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24012
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24018
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#q PowerpackV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23994
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24024
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#rum_query PowerpackV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24030
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#security_query PowerpackV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24036
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSize"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 15623
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeApmQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15629
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15641
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15647
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15653
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15635
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeApmQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 14947
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14953
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14959
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 14965
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 15018
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 15011
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15076
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15092
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15064
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15080
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15096
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15057
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15070
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15086
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15022
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 15250
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15256
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15262
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15268
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 15427
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 15419
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15434
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15420
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 15324
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 15314
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15407
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15378
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15394
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15410
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15404
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15382
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15398
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15414
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15372
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15388
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15328
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 15100
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15106
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15118
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15112
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 15171
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 15164
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15229
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15217
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15233
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15246
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15210
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15223
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15239
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15175
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 15438
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15444
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15450
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15456
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 15612
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 15604
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15619
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15605
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 15512
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 15502
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15579
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15595
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15567
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15583
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15599
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15560
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15573
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15589
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15516
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 15720
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 15713
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15803
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15819
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15835
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15806
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15822
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15838
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15790
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15800
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15816
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15832
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15810
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15826
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15778
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15842
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15794
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15771
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15784
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15724
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 17124
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeFormula",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula_expression PowerpackV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17142
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias PowerpackV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17130
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode PowerpackV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17136
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode_options PowerpackV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17148
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#conditional_formats PowerpackV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17154
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17160
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#number_format PowerpackV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17166
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17172
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeFormula"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 15846
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptions",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#trend_type PowerpackV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15852
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#y_scale PowerpackV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15858
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 15904
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 15897
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15943
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15959
          },
          "name": "resetYScale"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15947
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15963
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15937
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15953
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15908
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 15967
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormats",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#comparator PowerpackV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15973
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16009
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16021
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_bg_color PowerpackV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15979
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_fg_color PowerpackV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15985
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_value PowerpackV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15991
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#image_url PowerpackV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 15997
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16003
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeframe PowerpackV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16015
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 16345
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 16337
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16352
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16338
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 16119
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 16109
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16222
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16238
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16254
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16270
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16286
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16315
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16210
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16226
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16242
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16258
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16274
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16290
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16303
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16319
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16332
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16203
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16216
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16232
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16248
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16264
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16280
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16296
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16309
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16325
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16123
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 16356
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaLimit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#count PowerpackV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16362
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16368
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaLimit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 16414
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 16407
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16453
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16469
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaLimitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16457
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16473
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16447
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16463
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16418
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaLimit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 17473
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 17465
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17480
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17466
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 16885
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormat",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16891
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_scale PowerpackV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16897
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 16943
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 16936
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16979
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16992
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16995
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16976
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16989
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16983
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16999
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16947
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 16681
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#canonical PowerpackV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16687
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom PowerpackV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16693
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 16477
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonical",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#per_unit_name PowerpackV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16483
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16489
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 16535
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 16528
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16574
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16590
          },
          "name": "resetUnitName"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16578
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16594
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16568
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16584
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16539
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 16598
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustom",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16604
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 16643
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 16636
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16677
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16670
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16647
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 16739
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 16732
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16775
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16791
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16778
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16794
          },
          "name": "resetCustom"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16772
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16788
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16782
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16798
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16743
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 16802
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScale",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16808
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 16847
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 16840
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16881
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16874
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 16851
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 17263
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 17253
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17389
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17405
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17421
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17437
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17453
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17347
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17363
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17392
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17408
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17424
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17440
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17456
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17386
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17402
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17418
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17434
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17450
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17351
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17367
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17396
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17412
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17380
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17428
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17444
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17460
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17341
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17357
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17373
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17267
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 17003
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17009
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette_index PowerpackV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17015
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 17061
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 17054
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17100
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17116
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17120
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17104
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17094
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17110
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17065
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 18160
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeLogQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18166
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18178
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18184
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18190
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18172
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeLogQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 17484
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17490
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17496
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17502
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 17555
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 17548
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17613
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17629
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17601
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17617
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17633
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17594
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17607
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17623
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17559
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 17787
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17793
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17799
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17805
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 17964
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 17956
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17971
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17957
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 17861
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 17851
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17944
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17915
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17931
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17947
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17941
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17919
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17935
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17951
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17909
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17925
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17865
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 17637
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17643
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17655
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17649
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 17708
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 17701
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17766
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17754
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17770
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17783
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17747
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17760
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17776
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17712
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 17975
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17981
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17987
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 17993
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 18149
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 18141
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18156
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18142
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 18049
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 18039
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18116
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18132
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18104
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18120
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18136
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18097
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18110
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18126
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18053
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 18257
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 18250
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18340
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18356
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18372
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18343
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18359
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18375
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18327
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18337
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18353
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18369
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18347
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18363
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18315
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18379
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18331
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18308
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18321
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18261
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 24124
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 24117
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24212
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24228
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24244
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24260
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24276
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24292
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24308
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24215
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24231
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24247
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24263
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24199
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24279
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24295
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24311
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24209
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24225
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24241
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24257
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24273
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24289
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24305
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24219
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24235
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24251
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24267
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24203
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24283
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24299
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24315
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24193
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24128
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSize"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 18383
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18401
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#filter_by PowerpackV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18389
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18395
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_by PowerpackV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18407
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 18467
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 18460
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18518
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18534
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18563
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18522
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18538
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18551
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18567
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18512
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18528
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18544
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18557
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18471
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 21862
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_dependency_stats_query PowerpackV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21868
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_resource_stats_query PowerpackV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21874
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cloud_cost_query PowerpackV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21880
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_query PowerpackV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21886
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric_query PowerpackV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21892
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21898
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query PowerpackV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21904
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 18571
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18583
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18589
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18601
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18607
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18625
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18631
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18637
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18577
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_upstream PowerpackV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18595
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18613
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18619
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 18746
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 18739
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18839
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18881
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18923
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18939
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18843
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18856
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18869
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18885
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18898
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18911
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18927
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18943
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18956
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18969
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18982
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18833
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18849
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18862
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18875
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18891
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18904
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18917
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18933
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18949
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18962
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18975
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18750
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 18986
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18998
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19004
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19016
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19046
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19052
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 18992
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19010
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19022
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19028
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19034
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19040
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 19161
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 19154
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19254
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19296
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19325
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19341
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19357
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19373
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19258
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19271
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19284
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19300
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19313
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19329
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19345
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19361
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19377
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19390
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19403
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19248
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19264
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19277
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19290
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19306
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19319
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19335
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19351
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19367
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19383
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19396
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19165
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 19407
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeQueryCloudCostQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19425
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19431
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19437
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19413
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19419
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 19504
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 19497
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19561
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19577
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeQueryCloudCostQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19565
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19581
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19594
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19607
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19620
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19555
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19571
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19587
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19600
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19613
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19508
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 20536
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute PowerpackV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20572
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20548
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20560
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20542
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20578
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by_fields PowerpackV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20584
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#indexes PowerpackV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20554
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search PowerpackV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20590
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#storage PowerpackV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20566
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 19624
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19630
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19636
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19642
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 19798
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 19790
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19805
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19791
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 19698
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 19688
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19765
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19781
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19753
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19769
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19785
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19746
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19759
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19775
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19702
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 19962
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19968
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19974
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19980
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 20300
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFields",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fields PowerpackV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20306
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20312
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20318
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 20371
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 20364
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20442
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20429
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20445
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20439
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20417
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20433
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20449
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20410
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20423
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20375
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 20147
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20153
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20159
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20165
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 20218
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 20211
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20276
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20292
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20264
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20280
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20296
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20257
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20270
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20286
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20222
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 20136
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 20128
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20143
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20129
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 20036
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 20026
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20116
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20103
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20119
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20113
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20091
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20107
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20123
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20084
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20097
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20040
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 19809
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19815
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19821
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19827
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 19880
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 19873
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19938
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19954
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19926
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19942
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19958
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19919
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19932
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19948
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 19884
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 20685
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 20678
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20837
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20850
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20866
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20882
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20766
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20853
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20869
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20795
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20885
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20824
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20834
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20847
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20863
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20879
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20841
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20770
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20783
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20873
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20857
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20799
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20812
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20889
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20828
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20760
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20776
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20789
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20805
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20818
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20689
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 20453
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQuerySearch",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20459
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 20498
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 20491
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQuerySearchOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20532
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20525
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20502
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 22179
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 22171
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22186
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeQueryList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22172
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeQueryList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 20893
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeQueryMetricQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20917
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20923
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20899
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20905
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20911
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#semantic_mode PowerpackV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 20929
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 21003
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 20996
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21066
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21082
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21098
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21140
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeQueryMetricQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21070
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21086
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21102
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21115
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21128
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21144
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21060
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21076
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21092
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21108
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21121
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21134
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21007
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 21988
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 21978
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22063
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22079
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22095
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22111
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22127
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22143
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22159
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22066
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22082
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22098
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22114
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22130
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22146
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22162
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22060
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22076
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22092
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22108
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22124
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22140
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22156
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22070
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22086
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22102
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22118
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22134
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22150
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22166
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21992
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 21148
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeQueryProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21166
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21184
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21190
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21154
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21160
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_normalized_cpu PowerpackV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21172
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21178
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21196
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tag_filters PowerpackV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21202
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_filter PowerpackV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21208
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 21310
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 21303
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21397
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21413
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21442
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21458
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21500
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21516
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21532
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeQueryProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21401
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21417
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21430
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21446
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21462
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21475
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21488
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21504
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21520
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21536
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21391
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21407
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21423
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21436
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21452
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21468
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21481
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21494
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21510
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21526
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21314
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 21540
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeQuerySloQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21558
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#measure PowerpackV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21570
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_id PowerpackV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21582
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#additional_query_filters PowerpackV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21546
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21552
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_mode PowerpackV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21564
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21576
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query_type PowerpackV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21588
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 21676
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 21669
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21751
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21767
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21796
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21825
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21854
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeQuerySloQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21755
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21771
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21784
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21800
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21813
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21829
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21842
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21858
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21745
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21761
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21777
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21790
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21806
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21819
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21835
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21848
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 21680
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 22866
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeRumQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22872
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22884
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22890
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22896
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22878
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeRumQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 22190
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22196
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22202
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22208
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 22261
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 22254
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22319
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22335
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22307
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22323
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22339
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22300
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22313
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22329
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22265
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 22493
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22499
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22505
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22511
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 22670
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 22662
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22677
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22663
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 22567
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 22557
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22650
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22621
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22637
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22653
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22647
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22625
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22641
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22657
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22615
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22631
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22571
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 22343
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22349
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22361
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22355
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 22414
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 22407
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22472
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22460
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22476
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22489
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22453
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22466
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22482
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22418
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 22681
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22687
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22693
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22699
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 22855
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 22847
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22862
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22848
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 22755
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 22745
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22822
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22838
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22810
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22826
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22842
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22803
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22816
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22832
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22759
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 22963
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 22956
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23046
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23062
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23078
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23049
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23065
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23081
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23033
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23043
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23059
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23075
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23053
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23069
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23021
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23085
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23037
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23014
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23027
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 22967
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 23765
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23771
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23783
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23789
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23795
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23777
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 23089
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23095
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23101
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23107
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 23160
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 23153
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23218
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23234
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23206
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23222
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23238
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23199
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23212
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23228
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23164
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 23392
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23398
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23404
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23410
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 23569
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 23561
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23576
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23562
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 23466
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 23456
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23549
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23520
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23536
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23552
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23546
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23524
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23540
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23556
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23514
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23530
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23470
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 23242
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23248
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23260
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23254
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 23313
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 23306
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23371
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23359
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23375
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23388
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23352
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23365
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23381
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23317
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 23580
      },
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23586
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23592
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23598
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 23754
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 23746
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23761
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23747
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 23654
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 23644
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23721
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23737
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23709
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23725
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23741
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23702
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23715
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23731
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23658
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 23862
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 23855
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23945
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23961
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23977
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23948
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23964
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23980
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23932
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23942
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23958
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23974
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23952
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23968
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23920
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23984
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23936
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23913
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23926
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 23866
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionRequestSizeSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 24440
      },
      "name": "PowerpackV2WidgetHostmapDefinitionStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fill_max PowerpackV2#fill_max}",
            "stability": "stable",
            "summary": "The max value to use to color the map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24446
          },
          "name": "fillMax",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fill_min PowerpackV2#fill_min}",
            "stability": "stable",
            "summary": "The min value to use to color the map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24452
          },
          "name": "fillMin",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24458
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette_flip PowerpackV2#palette_flip}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to flip the palette tones."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24464
          },
          "name": "paletteFlip",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 24524
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 24517
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24575
          },
          "name": "resetFillMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24591
          },
          "name": "resetFillMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24607
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24623
          },
          "name": "resetPaletteFlip"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24579
          },
          "name": "fillMaxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24595
          },
          "name": "fillMinInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24627
          },
          "name": "paletteFlipInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24611
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24569
          },
          "name": "fillMax",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24585
          },
          "name": "fillMin",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24601
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24617
          },
          "name": "paletteFlip",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24528
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 24861
      },
      "name": "PowerpackV2WidgetHostmapDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24867
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24873
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 24631
      },
      "name": "PowerpackV2WidgetHostmapDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24637
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24643
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 24689
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 24682
      },
      "name": "PowerpackV2WidgetHostmapDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24729
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24742
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24722
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24735
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24693
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 24746
      },
      "name": "PowerpackV2WidgetHostmapDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24752
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24758
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 24804
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 24797
      },
      "name": "PowerpackV2WidgetHostmapDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24844
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24857
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24837
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24850
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24808
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs3600.ts",
          "line": 24919
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs3600.ts",
        "line": 24912
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24955
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24971
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24958
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24974
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetHostmapDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24952
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24968
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24962
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24978
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs3600.ts",
            "line": 24923
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs3600:PowerpackV2WidgetHostmapDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetIframeDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetIframeDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 985
      },
      "name": "PowerpackV2WidgetIframeDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#url PowerpackV2#url}",
            "stability": "stable",
            "summary": "The URL to use as a data source for the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1027
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 991
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 997
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1003
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1033
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetIframeDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1009
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1015
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1021
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetIframeDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetIframeDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetIframeDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 1121
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 1114
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1302
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetIframeDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1196
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1212
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1228
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1305
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1244
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1260
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1276
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetIframeDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1299
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetIframeDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1200
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1216
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1232
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1309
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetIframeDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1264
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1248
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1280
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1293
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1190
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1206
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1222
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1238
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1254
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1270
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1286
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1125
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetIframeDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetIframeDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetIframeDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetIframeDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 864
      },
      "name": "PowerpackV2WidgetIframeDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 870
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetIframeDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 876
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetIframeDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetIframeDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetIframeDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetIframeDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 634
      },
      "name": "PowerpackV2WidgetIframeDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 640
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 646
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetIframeDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetIframeDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetIframeDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 692
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 685
      },
      "name": "PowerpackV2WidgetIframeDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 732
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 745
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 725
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 738
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 696
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetIframeDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetIframeDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetIframeDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetIframeDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 749
      },
      "name": "PowerpackV2WidgetIframeDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 755
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 761
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetIframeDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetIframeDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetIframeDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 807
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 800
      },
      "name": "PowerpackV2WidgetIframeDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 847
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 860
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 840
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 853
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 811
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetIframeDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetIframeDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetIframeDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetIframeDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 922
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 915
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 958
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetIframeDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 974
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetIframeDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 961
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 977
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetIframeDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 955
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetIframeDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 971
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetIframeDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 965
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetIframeDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 981
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetIframeDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 926
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetIframeDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetIframeDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetImageDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetImageDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 1664
      },
      "name": "PowerpackV2WidgetImageDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#url PowerpackV2#url}",
            "stability": "stable",
            "summary": "URL of the image."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1736
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1670
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#has_background PowerpackV2#has_background}",
            "stability": "stable",
            "summary": "Whether to display a background or not. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1676
          },
          "name": "hasBackground",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#has_border PowerpackV2#has_border}",
            "stability": "stable",
            "summary": "Whether to display a border or not. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1682
          },
          "name": "hasBorder",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1688
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#horizontal_align PowerpackV2#horizontal_align}",
            "stability": "stable",
            "summary": "The horizontal alignment for the widget. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1694
          },
          "name": "horizontalAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1700
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Note: `small` and `large` values are deprecated. Valid values are `sm`, `md`, `lg`, `small`, `large`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#margin PowerpackV2#margin}",
            "stability": "stable",
            "summary": "The margins to use around the image."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1706
          },
          "name": "margin",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "The values are based on the image `object-fit` CSS properties. Note: `zoom`, `fit` and `center` values are deprecated. Valid values are `fill`, `contain`, `cover`, `none`, `scale-down`, `zoom`, `fit`, `center`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sizing PowerpackV2#sizing}",
            "stability": "stable",
            "summary": "The preferred method to adapt the dimensions of the image."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1712
          },
          "name": "sizing",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1754
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetImageDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1718
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1724
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1730
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#url_dark_theme PowerpackV2#url_dark_theme}",
            "stability": "stable",
            "summary": "URL of the image in dark mode."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1742
          },
          "name": "urlDarkTheme",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#vertical_align PowerpackV2#vertical_align}",
            "stability": "stable",
            "summary": "The vertical alignment for the widget. Valid values are `center`, `top`, `bottom`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1748
          },
          "name": "verticalAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetImageDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetImageDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetImageDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 1891
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 1884
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2226
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetImageDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2008
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2024
          },
          "name": "resetHasBackground"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2040
          },
          "name": "resetHasBorder"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2056
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2072
          },
          "name": "resetHorizontalAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2088
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2104
          },
          "name": "resetMargin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2120
          },
          "name": "resetSizing"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2229
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2136
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2152
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2168
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2197
          },
          "name": "resetUrlDarkTheme"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2213
          },
          "name": "resetVerticalAlign"
        }
      ],
      "name": "PowerpackV2WidgetImageDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2223
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetImageDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2012
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2028
          },
          "name": "hasBackgroundInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2044
          },
          "name": "hasBorderInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2060
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2076
          },
          "name": "horizontalAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2092
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2108
          },
          "name": "marginInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2124
          },
          "name": "sizingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2233
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetImageDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2156
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2140
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2172
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2201
          },
          "name": "urlDarkThemeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2185
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2217
          },
          "name": "verticalAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2002
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2018
          },
          "name": "hasBackground",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2034
          },
          "name": "hasBorder",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2050
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2066
          },
          "name": "horizontalAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2082
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2098
          },
          "name": "margin",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2114
          },
          "name": "sizing",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2130
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2146
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2162
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2178
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2191
          },
          "name": "urlDarkTheme",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2207
          },
          "name": "verticalAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1895
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetImageDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetImageDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetImageDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetImageDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 1543
      },
      "name": "PowerpackV2WidgetImageDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1549
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetImageDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1555
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetImageDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetImageDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetImageDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetImageDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 1313
      },
      "name": "PowerpackV2WidgetImageDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1319
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1325
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetImageDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetImageDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetImageDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 1371
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 1364
      },
      "name": "PowerpackV2WidgetImageDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1411
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1424
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1404
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1417
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1375
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetImageDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetImageDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetImageDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetImageDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 1428
      },
      "name": "PowerpackV2WidgetImageDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1434
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1440
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetImageDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetImageDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetImageDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 1486
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 1479
      },
      "name": "PowerpackV2WidgetImageDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1526
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1539
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1519
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1532
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1490
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetImageDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetImageDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetImageDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetImageDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 1601
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 1594
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1637
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetImageDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1653
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetImageDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1640
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1656
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetImageDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1634
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetImageDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1650
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetImageDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1644
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetImageDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1660
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetImageDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 1605
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetImageDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetImageDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 13124
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 13116
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 13131
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 13117
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2Widget"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 3478
      },
      "name": "PowerpackV2WidgetListStreamDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#request PowerpackV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3532
          },
          "name": "request",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3484
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3490
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#legend_size PowerpackV2#legend_size}",
            "stability": "stable",
            "summary": "The size of the legend displayed in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3496
          },
          "name": "legendSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3502
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#show_legend PowerpackV2#show_legend}",
            "stability": "stable",
            "summary": "Whether or not to show the legend on this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3508
          },
          "name": "showLegend",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3538
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3514
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3520
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3526
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetListStreamDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 3640
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 3633
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3852
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3865
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3727
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3743
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3759
          },
          "name": "resetLegendSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3775
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3791
          },
          "name": "resetShowLegend"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3868
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3807
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3823
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3839
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetListStreamDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3849
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3862
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3731
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3747
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3763
          },
          "name": "legendSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3779
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3856
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3795
          },
          "name": "showLegendInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3872
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3827
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3811
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3843
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3721
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3737
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3753
          },
          "name": "legendSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3769
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3785
          },
          "name": "showLegend",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3801
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3817
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3833
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3644
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetListStreamDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 2948
      },
      "name": "PowerpackV2WidgetListStreamDefinitionRequest",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#columns PowerpackV2#columns}",
            "stability": "stable",
            "summary": "columns block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2960
          },
          "name": "columns",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2966
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#response_format PowerpackV2#response_format}",
            "stability": "stable",
            "summary": "Widget response format. Valid values are `event_list`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2954
          },
          "name": "responseFormat",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetListStreamDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestColumns": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestColumns",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 2237
      },
      "name": "PowerpackV2WidgetListStreamDefinitionRequestColumns",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#field PowerpackV2#field}",
            "stability": "stable",
            "summary": "Widget column field."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2243
          },
          "name": "field",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#width PowerpackV2#width}",
            "stability": "stable",
            "summary": "Widget column width. Valid values are `auto`, `compact`, `full`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2249
          },
          "name": "width",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetListStreamDefinitionRequestColumns"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestColumnsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestColumnsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 2379
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 2371
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2386
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestColumnsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetListStreamDefinitionRequestColumnsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2372
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetListStreamDefinitionRequestColumnsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestColumnsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestColumnsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 2298
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 2288
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2346
          },
          "name": "resetField"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2362
          },
          "name": "resetWidth"
        }
      ],
      "name": "PowerpackV2WidgetListStreamDefinitionRequestColumnsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2350
          },
          "name": "fieldInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2366
          },
          "name": "widthInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2340
          },
          "name": "field",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2356
          },
          "name": "width",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2302
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestColumns"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetListStreamDefinitionRequestColumnsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 3116
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 3108
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3123
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetListStreamDefinitionRequestList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3109
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetListStreamDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 3022
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 3012
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3086
          },
          "name": "putColumns",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestColumns"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3099
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestQuery"
              }
            }
          ]
        }
      ],
      "name": "PowerpackV2WidgetListStreamDefinitionRequestOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3083
          },
          "name": "columns",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestColumnsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3096
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3090
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3103
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3077
          },
          "name": "responseFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3070
          },
          "name": "responseFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3026
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetListStreamDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 2620
      },
      "name": "PowerpackV2WidgetListStreamDefinitionRequestQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs_stream`, `audit_stream`, `ci_pipeline_stream`, `ci_test_stream`, `rum_issue_stream`, `apm_issue_stream`, `trace_stream`, `logs_issue_stream`, `logs_pattern_stream`, `logs_transaction_stream`, `event_stream`, `rum_stream`, `llm_observability_stream`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "Source from which to query items to display in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2632
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#clustering_pattern_field_path PowerpackV2#clustering_pattern_field_path}",
            "stability": "stable",
            "summary": "Specifies the field for logs pattern clustering. Can only be used with `logs_pattern_stream`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2626
          },
          "name": "clusteringPatternFieldPath",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_size PowerpackV2#event_size}",
            "stability": "stable",
            "summary": "Size of events displayed in widget. Required if `data_source` is `event_stream`. Valid values are `s`, `l`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2638
          },
          "name": "eventSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2662
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#indexes PowerpackV2#indexes}",
            "stability": "stable",
            "summary": "List of indexes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2644
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query_string PowerpackV2#query_string}",
            "stability": "stable",
            "summary": "Widget query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2650
          },
          "name": "queryString",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2668
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestQuerySort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#storage PowerpackV2#storage}",
            "stability": "stable",
            "summary": "Storage location (private beta)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2656
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetListStreamDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 2390
      },
      "name": "PowerpackV2WidgetListStreamDefinitionRequestQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "Facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2396
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetListStreamDefinitionRequestQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 2494
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 2486
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2501
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetListStreamDefinitionRequestQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2487
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetListStreamDefinitionRequestQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 2438
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 2428
      },
      "name": "PowerpackV2WidgetListStreamDefinitionRequestQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2481
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2474
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2442
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetListStreamDefinitionRequestQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 2756
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 2749
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2921
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2937
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestQuerySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2831
          },
          "name": "resetClusteringPatternFieldPath"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2860
          },
          "name": "resetEventSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2924
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2876
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2892
          },
          "name": "resetQueryString"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2940
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2908
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackV2WidgetListStreamDefinitionRequestQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2918
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2934
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestQuerySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2835
          },
          "name": "clusteringPatternFieldPathInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2848
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2864
          },
          "name": "eventSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2928
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2880
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2896
          },
          "name": "queryStringInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2944
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestQuerySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2912
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2825
          },
          "name": "clusteringPatternFieldPath",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2841
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2854
          },
          "name": "eventSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2870
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2886
          },
          "name": "queryString",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2902
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2760
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetListStreamDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestQuerySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestQuerySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 2505
      },
      "name": "PowerpackV2WidgetListStreamDefinitionRequestQuerySort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#column PowerpackV2#column}",
            "stability": "stable",
            "summary": "The facet path for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2511
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2517
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetListStreamDefinitionRequestQuerySort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestQuerySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestQuerySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 2563
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 2556
      },
      "name": "PowerpackV2WidgetListStreamDefinitionRequestQuerySortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2603
          },
          "name": "columnInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2616
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2596
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2609
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 2567
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionRequestQuerySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetListStreamDefinitionRequestQuerySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 3357
      },
      "name": "PowerpackV2WidgetListStreamDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3363
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3369
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetListStreamDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 3127
      },
      "name": "PowerpackV2WidgetListStreamDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3133
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3139
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetListStreamDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 3185
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 3178
      },
      "name": "PowerpackV2WidgetListStreamDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3225
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3238
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3218
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3231
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3189
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetListStreamDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 3242
      },
      "name": "PowerpackV2WidgetListStreamDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3248
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3254
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetListStreamDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 3300
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 3293
      },
      "name": "PowerpackV2WidgetListStreamDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3340
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3353
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3333
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3346
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3304
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetListStreamDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 3415
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 3408
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3451
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3467
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3454
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3470
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetListStreamDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3448
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3464
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3458
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3474
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3419
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetListStreamDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 4342
      },
      "name": "PowerpackV2WidgetLogStreamDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#columns PowerpackV2#columns}",
            "stability": "stable",
            "summary": "Stringified list of columns to use, for example: `[\"column1\",\"column2\",\"column3\"]`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4348
          },
          "name": "columns",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4354
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4360
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#indexes PowerpackV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4366
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4372
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#message_display PowerpackV2#message_display}",
            "stability": "stable",
            "summary": "The number of log lines to display. Valid values are `inline`, `expanded-md`, `expanded-lg`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4378
          },
          "name": "messageDisplay",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query to filter the log stream with."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4384
          },
          "name": "query",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#show_date_column PowerpackV2#show_date_column}",
            "stability": "stable",
            "summary": "If the date column should be displayed."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4390
          },
          "name": "showDateColumn",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#show_message_column PowerpackV2#show_message_column}",
            "stability": "stable",
            "summary": "If the message column should be displayed."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4396
          },
          "name": "showMessageColumn",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4420
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4426
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4402
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4408
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4414
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetLogStreamDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 4556
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 4549
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4856
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4872
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4667
          },
          "name": "resetColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4683
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4699
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4715
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4731
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4747
          },
          "name": "resetMessageDisplay"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4763
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4779
          },
          "name": "resetShowDateColumn"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4795
          },
          "name": "resetShowMessageColumn"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4859
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4875
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4811
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4827
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4843
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetLogStreamDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4853
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4869
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4671
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4687
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4703
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4719
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4735
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4751
          },
          "name": "messageDisplayInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4767
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4783
          },
          "name": "showDateColumnInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4799
          },
          "name": "showMessageColumnInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4863
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4879
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4831
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4815
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4847
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4661
          },
          "name": "columns",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4677
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4693
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4709
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4725
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4741
          },
          "name": "messageDisplay",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4757
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4773
          },
          "name": "showDateColumn",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4789
          },
          "name": "showMessageColumn",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4805
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4821
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4837
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4560
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetLogStreamDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 3876
      },
      "name": "PowerpackV2WidgetLogStreamDefinitionSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#column PowerpackV2#column}",
            "stability": "stable",
            "summary": "The facet path for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3882
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3888
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetLogStreamDefinitionSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 3934
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 3927
      },
      "name": "PowerpackV2WidgetLogStreamDefinitionSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3974
          },
          "name": "columnInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3987
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3967
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3980
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3938
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetLogStreamDefinitionSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 4221
      },
      "name": "PowerpackV2WidgetLogStreamDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4227
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4233
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetLogStreamDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 3991
      },
      "name": "PowerpackV2WidgetLogStreamDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 3997
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4003
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetLogStreamDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 4049
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 4042
      },
      "name": "PowerpackV2WidgetLogStreamDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4089
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4102
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4082
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4095
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4053
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetLogStreamDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 4106
      },
      "name": "PowerpackV2WidgetLogStreamDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4112
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4118
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetLogStreamDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 4164
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 4157
      },
      "name": "PowerpackV2WidgetLogStreamDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4204
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4217
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4197
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4210
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4168
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetLogStreamDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 4279
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 4272
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4315
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4331
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4318
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4334
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetLogStreamDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4312
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4328
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4322
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4338
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4283
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetLogStreamDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetManageStatusDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetManageStatusDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 5234
      },
      "name": "PowerpackV2WidgetManageStatusDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query to filter the monitors with."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5276
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#color_preference PowerpackV2#color_preference}",
            "stability": "stable",
            "summary": "Whether to colorize text or background. Valid values are `background`, `text`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5240
          },
          "name": "colorPreference",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5246
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#display_format PowerpackV2#display_format}",
            "stability": "stable",
            "summary": "The display setting to use. Valid values are `counts`, `countsAndList`, `list`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5252
          },
          "name": "displayFormat",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5258
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_zero_counts PowerpackV2#hide_zero_counts}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to hide empty categories."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5264
          },
          "name": "hideZeroCounts",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5270
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#show_last_triggered PowerpackV2#show_last_triggered}",
            "stability": "stable",
            "summary": "Whether to show the time that has elapsed since the monitor/group triggered."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5282
          },
          "name": "showLastTriggered",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#show_priority PowerpackV2#show_priority}",
            "stability": "stable",
            "summary": "Whether to show the priorities column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5288
          },
          "name": "showPriority",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `name`, `group`, `status`, `tags`, `triggered`, `group,asc`, `group,desc`, `name,asc`, `name,desc`, `status,asc`, `status,desc`, `tags,asc`, `tags,desc`, `triggered,asc`, `triggered,desc`, `priority,asc`, `priority,desc`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "The method to sort the monitors."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5294
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#summary_type PowerpackV2#summary_type}",
            "stability": "stable",
            "summary": "The summary type to use. Valid values are `monitors`, `groups`, `combined`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5300
          },
          "name": "summaryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5324
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetManageStatusDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5306
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5312
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5318
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetManageStatusDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetManageStatusDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetManageStatusDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 5461
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 5454
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5796
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetManageStatusDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5578
          },
          "name": "resetColorPreference"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5594
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5610
          },
          "name": "resetDisplayFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5626
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5642
          },
          "name": "resetHideZeroCounts"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5658
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5687
          },
          "name": "resetShowLastTriggered"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5703
          },
          "name": "resetShowPriority"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5719
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5735
          },
          "name": "resetSummaryType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5799
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5751
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5767
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5783
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetManageStatusDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5793
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetManageStatusDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5582
          },
          "name": "colorPreferenceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5598
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5614
          },
          "name": "displayFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5630
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5646
          },
          "name": "hideZeroCountsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5662
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5675
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5691
          },
          "name": "showLastTriggeredInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5707
          },
          "name": "showPriorityInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5723
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5739
          },
          "name": "summaryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5803
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetManageStatusDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5771
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5755
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5787
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5572
          },
          "name": "colorPreference",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5588
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5604
          },
          "name": "displayFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5620
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5636
          },
          "name": "hideZeroCounts",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5652
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5668
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5681
          },
          "name": "showLastTriggered",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5697
          },
          "name": "showPriority",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5713
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5729
          },
          "name": "summaryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5745
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5761
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5777
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5465
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetManageStatusDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetManageStatusDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetManageStatusDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetManageStatusDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 5113
      },
      "name": "PowerpackV2WidgetManageStatusDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5119
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetManageStatusDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5125
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetManageStatusDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetManageStatusDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetManageStatusDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetManageStatusDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 4883
      },
      "name": "PowerpackV2WidgetManageStatusDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4889
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4895
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetManageStatusDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetManageStatusDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetManageStatusDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 4941
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 4934
      },
      "name": "PowerpackV2WidgetManageStatusDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4981
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4994
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4974
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4987
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 4945
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetManageStatusDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetManageStatusDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetManageStatusDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetManageStatusDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 4998
      },
      "name": "PowerpackV2WidgetManageStatusDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5004
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5010
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetManageStatusDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetManageStatusDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetManageStatusDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 5056
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 5049
      },
      "name": "PowerpackV2WidgetManageStatusDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5096
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5109
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5089
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5102
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5060
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetManageStatusDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetManageStatusDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetManageStatusDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetManageStatusDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 5171
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 5164
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5207
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetManageStatusDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5223
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetManageStatusDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5210
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5226
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetManageStatusDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5204
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetManageStatusDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5220
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetManageStatusDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5214
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetManageStatusDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5230
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetManageStatusDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5175
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetManageStatusDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetManageStatusDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetNoteDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetNoteDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 6158
      },
      "name": "PowerpackV2WidgetNoteDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#content PowerpackV2#content}",
            "stability": "stable",
            "summary": "The content of the note."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6170
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#background_color PowerpackV2#background_color}",
            "stability": "stable",
            "summary": "The background color of the note."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6164
          },
          "name": "backgroundColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6176
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#font_size PowerpackV2#font_size}",
            "stability": "stable",
            "summary": "The size of the text."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6182
          },
          "name": "fontSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#has_padding PowerpackV2#has_padding}",
            "stability": "stable",
            "summary": "Whether to add padding or not. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6188
          },
          "name": "hasPadding",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6194
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6200
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#show_tick PowerpackV2#show_tick}",
            "stability": "stable",
            "summary": "Whether to show a tick or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6206
          },
          "name": "showTick",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_align PowerpackV2#text_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's text. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6212
          },
          "name": "textAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `bottom`, `left`, `right`, `top`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tick_edge PowerpackV2#tick_edge}",
            "stability": "stable",
            "summary": "When `tick = true`, a string indicating on which side of the widget the tick should be displayed."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6218
          },
          "name": "tickEdge",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tick_pos PowerpackV2#tick_pos}",
            "stability": "stable",
            "summary": "When `tick = true`, a string with a percent sign indicating the position of the tick, for example: `tick_pos = \"50%\"` is centered alignment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6224
          },
          "name": "tickPos",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6254
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetNoteDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6230
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6236
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6242
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#vertical_align PowerpackV2#vertical_align}",
            "stability": "stable",
            "summary": "The vertical alignment for the widget. Valid values are `center`, `top`, `bottom`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6248
          },
          "name": "verticalAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetNoteDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetNoteDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetNoteDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 6398
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 6391
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6755
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetNoteDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6521
          },
          "name": "resetBackgroundColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6550
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6566
          },
          "name": "resetFontSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6582
          },
          "name": "resetHasPadding"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6598
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6614
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6630
          },
          "name": "resetShowTick"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6646
          },
          "name": "resetTextAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6662
          },
          "name": "resetTickEdge"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6678
          },
          "name": "resetTickPos"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6758
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6694
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6710
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6726
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6742
          },
          "name": "resetVerticalAlign"
        }
      ],
      "name": "PowerpackV2WidgetNoteDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6752
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetNoteDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6525
          },
          "name": "backgroundColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6538
          },
          "name": "contentInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6554
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6570
          },
          "name": "fontSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6586
          },
          "name": "hasPaddingInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6602
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6618
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6634
          },
          "name": "showTickInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6650
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6666
          },
          "name": "tickEdgeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6682
          },
          "name": "tickPosInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6762
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetNoteDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6714
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6698
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6730
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6746
          },
          "name": "verticalAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6515
          },
          "name": "backgroundColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6531
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6544
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6560
          },
          "name": "fontSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6576
          },
          "name": "hasPadding",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6592
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6608
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6624
          },
          "name": "showTick",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6640
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6656
          },
          "name": "tickEdge",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6672
          },
          "name": "tickPos",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6688
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6704
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6720
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6736
          },
          "name": "verticalAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6402
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetNoteDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetNoteDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetNoteDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetNoteDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 6037
      },
      "name": "PowerpackV2WidgetNoteDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6043
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetNoteDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6049
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetNoteDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetNoteDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetNoteDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetNoteDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 5807
      },
      "name": "PowerpackV2WidgetNoteDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5813
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5819
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetNoteDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetNoteDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetNoteDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 5865
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 5858
      },
      "name": "PowerpackV2WidgetNoteDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5905
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5918
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5898
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5911
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5869
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetNoteDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetNoteDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetNoteDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetNoteDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 5922
      },
      "name": "PowerpackV2WidgetNoteDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5928
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5934
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetNoteDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetNoteDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetNoteDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 5980
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 5973
      },
      "name": "PowerpackV2WidgetNoteDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6020
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6033
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6013
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6026
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 5984
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetNoteDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetNoteDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetNoteDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetNoteDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 6095
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 6088
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6131
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetNoteDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6147
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetNoteDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6134
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6150
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetNoteDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6128
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetNoteDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6144
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetNoteDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6138
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetNoteDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6154
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetNoteDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6099
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetNoteDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetNoteDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 12339
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 12329
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12592
          },
          "name": "putAlertGraphDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertGraphDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12608
          },
          "name": "putAlertValueDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertValueDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12624
          },
          "name": "putChangeDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12640
          },
          "name": "putCheckStatusDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetCheckStatusDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12656
          },
          "name": "putDistributionDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12672
          },
          "name": "putEventStreamDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventStreamDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12688
          },
          "name": "putEventTimelineDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventTimelineDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12704
          },
          "name": "putFreeTextDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFreeTextDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12720
          },
          "name": "putFunnelDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12736
          },
          "name": "putGeomapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12752
          },
          "name": "putGroupDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12768
          },
          "name": "putHeatmapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12784
          },
          "name": "putHostmapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12800
          },
          "name": "putIframeDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetIframeDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12816
          },
          "name": "putImageDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetImageDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12832
          },
          "name": "putListStreamDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12848
          },
          "name": "putLogStreamDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12864
          },
          "name": "putManageStatusDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetManageStatusDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12880
          },
          "name": "putNoteDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetNoteDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12896
          },
          "name": "putQueryTableDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12912
          },
          "name": "putQueryValueDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12928
          },
          "name": "putRunWorkflowDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12944
          },
          "name": "putScatterplotDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12960
          },
          "name": "putServiceLevelObjectiveDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServiceLevelObjectiveDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12976
          },
          "name": "putServicemapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12992
          },
          "name": "putSloListDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 13008
          },
          "name": "putSunburstDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 13024
          },
          "name": "putTimeseriesDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 13040
          },
          "name": "putToplistDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 13056
          },
          "name": "putTopologyMapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 13072
          },
          "name": "putTraceServiceDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTraceServiceDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 13088
          },
          "name": "putTreemapDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 13104
          },
          "name": "putWidgetLayout",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetWidgetLayout"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12595
          },
          "name": "resetAlertGraphDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12611
          },
          "name": "resetAlertValueDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12627
          },
          "name": "resetChangeDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12643
          },
          "name": "resetCheckStatusDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12659
          },
          "name": "resetDistributionDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12675
          },
          "name": "resetEventStreamDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12691
          },
          "name": "resetEventTimelineDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12707
          },
          "name": "resetFreeTextDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12723
          },
          "name": "resetFunnelDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12739
          },
          "name": "resetGeomapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12755
          },
          "name": "resetGroupDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12771
          },
          "name": "resetHeatmapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12787
          },
          "name": "resetHostmapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12579
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12803
          },
          "name": "resetIframeDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12819
          },
          "name": "resetImageDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12835
          },
          "name": "resetListStreamDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12851
          },
          "name": "resetLogStreamDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12867
          },
          "name": "resetManageStatusDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12883
          },
          "name": "resetNoteDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12899
          },
          "name": "resetQueryTableDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12915
          },
          "name": "resetQueryValueDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12931
          },
          "name": "resetRunWorkflowDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12947
          },
          "name": "resetScatterplotDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12963
          },
          "name": "resetServiceLevelObjectiveDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12979
          },
          "name": "resetServicemapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12995
          },
          "name": "resetSloListDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 13011
          },
          "name": "resetSunburstDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 13027
          },
          "name": "resetTimeseriesDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 13043
          },
          "name": "resetToplistDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 13059
          },
          "name": "resetTopologyMapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 13075
          },
          "name": "resetTraceServiceDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 13091
          },
          "name": "resetTreemapDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 13107
          },
          "name": "resetWidgetLayout"
        }
      ],
      "name": "PowerpackV2WidgetOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12589
          },
          "name": "alertGraphDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertGraphDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12605
          },
          "name": "alertValueDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertValueDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12621
          },
          "name": "changeDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12637
          },
          "name": "checkStatusDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetCheckStatusDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12653
          },
          "name": "distributionDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12669
          },
          "name": "eventStreamDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventStreamDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12685
          },
          "name": "eventTimelineDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventTimelineDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12701
          },
          "name": "freeTextDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFreeTextDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12717
          },
          "name": "funnelDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12733
          },
          "name": "geomapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12749
          },
          "name": "groupDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12765
          },
          "name": "heatmapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12781
          },
          "name": "hostmapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12797
          },
          "name": "iframeDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetIframeDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12813
          },
          "name": "imageDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetImageDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12829
          },
          "name": "listStreamDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12845
          },
          "name": "logStreamDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12861
          },
          "name": "manageStatusDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetManageStatusDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12877
          },
          "name": "noteDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetNoteDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12893
          },
          "name": "queryTableDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12909
          },
          "name": "queryValueDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12925
          },
          "name": "runWorkflowDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12941
          },
          "name": "scatterplotDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12957
          },
          "name": "serviceLevelObjectiveDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServiceLevelObjectiveDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12973
          },
          "name": "servicemapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12989
          },
          "name": "sloListDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 13005
          },
          "name": "sunburstDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 13021
          },
          "name": "timeseriesDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 13037
          },
          "name": "toplistDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 13053
          },
          "name": "topologyMapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 13069
          },
          "name": "traceServiceDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTraceServiceDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 13085
          },
          "name": "treemapDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 13101
          },
          "name": "widgetLayout",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetWidgetLayoutOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12599
          },
          "name": "alertGraphDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertGraphDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12615
          },
          "name": "alertValueDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetAlertValueDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12631
          },
          "name": "changeDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetChangeDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12647
          },
          "name": "checkStatusDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetCheckStatusDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12663
          },
          "name": "distributionDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetDistributionDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12679
          },
          "name": "eventStreamDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventStreamDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12695
          },
          "name": "eventTimelineDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetEventTimelineDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12711
          },
          "name": "freeTextDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFreeTextDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12727
          },
          "name": "funnelDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetFunnelDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12743
          },
          "name": "geomapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGeomapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12759
          },
          "name": "groupDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetGroupDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12775
          },
          "name": "heatmapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHeatmapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12791
          },
          "name": "hostmapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetHostmapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12583
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12807
          },
          "name": "iframeDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetIframeDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12823
          },
          "name": "imageDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetImageDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12839
          },
          "name": "listStreamDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetListStreamDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12855
          },
          "name": "logStreamDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetLogStreamDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12871
          },
          "name": "manageStatusDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetManageStatusDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12887
          },
          "name": "noteDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetNoteDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12903
          },
          "name": "queryTableDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12919
          },
          "name": "queryValueDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12935
          },
          "name": "runWorkflowDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12951
          },
          "name": "scatterplotDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12967
          },
          "name": "serviceLevelObjectiveDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServiceLevelObjectiveDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12983
          },
          "name": "servicemapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12999
          },
          "name": "sloListDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 13015
          },
          "name": "sunburstDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 13031
          },
          "name": "timeseriesDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 13047
          },
          "name": "toplistDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 13063
          },
          "name": "topologyMapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 13079
          },
          "name": "traceServiceDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTraceServiceDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 13095
          },
          "name": "treemapDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 13111
          },
          "name": "widgetLayoutInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetWidgetLayout"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12573
          },
          "name": "id",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 12343
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2Widget"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 18552
      },
      "name": "PowerpackV2WidgetQueryTableDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_link PowerpackV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18600
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18558
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#has_search_bar PowerpackV2#has_search_bar}",
            "stability": "stable",
            "summary": "Controls the display of the search bar. Valid values are `always`, `never`, `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18564
          },
          "name": "hasSearchBar",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18570
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18576
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#request PowerpackV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18606
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18612
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18582
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18588
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18594
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 6766
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionCustomLink",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_hidden PowerpackV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6772
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6778
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#link PowerpackV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6784
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#override_label PowerpackV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6790
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 6978
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 6970
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6985
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionCustomLinkList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6971
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 6853
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 6843
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6913
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6929
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6945
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6961
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionCustomLinkOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6917
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6933
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6949
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6965
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6907
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6923
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6939
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6955
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6857
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 18714
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 18707
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18910
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18926
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18942
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18913
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18801
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18817
          },
          "name": "resetHasSearchBar"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18833
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18849
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18929
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18945
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18865
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18881
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18897
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18907
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18923
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18939
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18917
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18805
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18821
          },
          "name": "hasSearchBarInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18837
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18853
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18933
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18949
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18885
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18869
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18901
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18795
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18811
          },
          "name": "hasSearchBar",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18827
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18843
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18859
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18875
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18891
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18718
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 17558
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequest",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregator to use for time aggregation. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17564
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias PowerpackV2#alias}",
            "stability": "stable",
            "summary": "The alias for the column name (defaults to metric name)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17570
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_query PowerpackV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17600
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_stats_query PowerpackV2#apm_stats_query}",
            "stability": "stable",
            "summary": "apm_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17606
          },
          "name": "apmStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode PowerpackV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17576
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#conditional_formats PowerpackV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17612
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula PowerpackV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17618
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "For metric queries, the number of lines to show in the table. Only one request should have this property."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17582
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#log_query PowerpackV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17624
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "The sort order for the rows. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17588
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17630
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#q PowerpackV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17594
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17636
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#rum_query PowerpackV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17642
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#security_query PowerpackV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17648
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_formats PowerpackV2#text_formats}",
            "stability": "stable",
            "summary": "text_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17654
          },
          "name": "textFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 7665
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestApmQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7671
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7683
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7689
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7695
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7677
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 6989
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestApmQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 6995
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7001
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7007
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 7060
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 7053
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7118
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7134
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7106
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7122
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7138
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7099
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7112
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7128
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7064
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 7292
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestApmQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7298
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7304
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7310
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 7469
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 7461
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7476
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestApmQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7462
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 7366
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 7356
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7449
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7420
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7436
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7452
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7446
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7424
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7440
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7456
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7414
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7430
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7370
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 7142
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7148
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7160
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7154
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 7213
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 7206
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7271
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7259
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7275
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7288
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7252
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7265
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7281
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7217
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 7480
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestApmQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7486
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7492
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7498
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 7654
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 7646
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7661
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestApmQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7647
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 7554
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 7544
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7621
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7637
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7609
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7625
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7641
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7602
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7615
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7631
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7558
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 7762
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 7755
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7845
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7861
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7877
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7848
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7864
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7880
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7832
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestApmQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7842
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7858
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7874
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7852
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7868
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7820
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7884
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7836
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7813
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7826
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7766
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 8108
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestApmStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "The environment name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8114
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The operation name associated with the service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8120
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag PowerpackV2#primary_tag}",
            "stability": "stable",
            "summary": "The organization's host group name and value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8126
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#row_type PowerpackV2#row_type}",
            "stability": "stable",
            "summary": "The level of detail for the request. Valid values are `service`, `resource`, `span`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8138
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "The service name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8144
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#columns PowerpackV2#columns}",
            "stability": "stable",
            "summary": "columns block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8150
          },
          "name": "columns",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource PowerpackV2#resource}",
            "stability": "stable",
            "summary": "The resource name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8132
          },
          "name": "resource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestApmStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmStatsQueryColumns": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmStatsQueryColumns",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 7888
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestApmStatsQueryColumns",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The column name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7906
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias PowerpackV2#alias}",
            "stability": "stable",
            "summary": "A user-assigned alias for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7894
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode PowerpackV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7900
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7912
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestApmStatsQueryColumns"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmStatsQueryColumnsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmStatsQueryColumnsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 8097
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 8089
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8104
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestApmStatsQueryColumnsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8090
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestApmStatsQueryColumnsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 7975
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 7965
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8035
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8051
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8080
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8039
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8055
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8068
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8084
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8029
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8045
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8061
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8074
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 7979
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestApmStatsQueryColumnsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 8231
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 8224
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8378
          },
          "name": "putColumns",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8381
          },
          "name": "resetColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8339
          },
          "name": "resetResource"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestApmStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8375
          },
          "name": "columns",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmStatsQueryColumnsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8385
          },
          "name": "columnsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmStatsQueryColumns"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8301
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8314
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8327
          },
          "name": "primaryTagInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8343
          },
          "name": "resourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8356
          },
          "name": "rowTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8369
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8294
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8307
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8320
          },
          "name": "primaryTag",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8333
          },
          "name": "resource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8349
          },
          "name": "rowType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8362
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8235
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestApmStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 8389
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestConditionalFormats",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#comparator PowerpackV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8395
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8431
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8443
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_bg_color PowerpackV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8401
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_fg_color PowerpackV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8407
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_value PowerpackV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8413
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#image_url PowerpackV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8419
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8425
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeframe PowerpackV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8437
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 8767
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 8759
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8774
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestConditionalFormatsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8760
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 8541
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 8531
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8644
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8660
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8676
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8692
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8708
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8737
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestConditionalFormatsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8632
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8648
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8664
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8680
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8696
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8712
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8725
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8741
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8754
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8625
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8638
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8654
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8670
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8686
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8702
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8718
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8731
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8747
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8545
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 10056
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestFormula",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula_expression PowerpackV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10074
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias PowerpackV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10062
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode PowerpackV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10068
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode_options PowerpackV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10080
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#conditional_formats PowerpackV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10086
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10092
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#number_format PowerpackV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10098
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10104
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 8778
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#trend_type PowerpackV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8784
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#y_scale PowerpackV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8790
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 8836
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 8829
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8875
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8891
          },
          "name": "resetYScale"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8879
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8895
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8869
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8885
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8840
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 8899
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestFormulaConditionalFormats",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#comparator PowerpackV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8905
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8941
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8953
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_bg_color PowerpackV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8911
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_fg_color PowerpackV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8917
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_value PowerpackV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8923
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#image_url PowerpackV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8929
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8935
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeframe PowerpackV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 8947
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 9277
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 9269
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9284
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9270
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 9051
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 9041
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9154
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9170
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9186
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9202
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9218
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9247
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9142
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9158
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9174
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9190
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9206
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9222
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9235
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9251
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9264
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9135
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9148
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9164
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9180
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9196
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9212
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9228
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9241
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9257
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9055
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 9288
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestFormulaLimit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#count PowerpackV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9294
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9300
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 9346
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 9339
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9385
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9401
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestFormulaLimitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9389
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9405
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9379
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9395
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9350
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 10405
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 10397
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10412
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestFormulaList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10398
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 9817
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormat",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9823
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_scale PowerpackV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9829
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 9875
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 9868
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9911
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9924
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9927
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9908
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9921
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9915
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9931
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9879
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 9613
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#canonical PowerpackV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9619
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom PowerpackV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9625
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 9409
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#per_unit_name PowerpackV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9415
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9421
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 9467
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 9460
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9506
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9522
          },
          "name": "resetUnitName"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9510
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9526
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9500
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9516
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9471
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 9530
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9536
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 9575
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 9568
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9609
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9602
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9579
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 9671
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 9664
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9707
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9723
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9710
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9726
          },
          "name": "resetCustom"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9704
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9720
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9714
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9730
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9675
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 9734
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9740
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 9779
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 9772
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9813
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9806
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9783
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 10195
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 10185
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10321
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10337
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10353
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10369
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10385
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10279
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10295
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10324
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10340
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10356
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10372
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10388
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestFormulaOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10318
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10334
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10350
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10366
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10382
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10283
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10299
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10328
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10344
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10312
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10360
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10376
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10392
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10273
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10289
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10305
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10199
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 9935
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestFormulaStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9941
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette_index PowerpackV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9947
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 9993
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 9986
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10032
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10048
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestFormulaStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10052
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10036
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10026
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10042
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 9997
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 18190
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 18182
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18197
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18183
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 11092
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestLogQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11098
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11110
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11116
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11122
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11104
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 10416
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestLogQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10422
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10428
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10434
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 10487
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 10480
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10545
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10561
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10533
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10549
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10565
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10526
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10539
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10555
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10491
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 10719
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestLogQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10725
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10731
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10737
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 10896
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 10888
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10903
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestLogQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10889
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 10793
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 10783
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10876
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10847
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10863
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10879
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10873
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10851
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10867
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10883
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10841
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10857
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10797
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 10569
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10575
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10587
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10581
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 10640
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 10633
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10698
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10686
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10702
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10715
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10679
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10692
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10708
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10644
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 10907
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestLogQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10913
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10919
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10925
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 11081
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 11073
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11088
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestLogQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11074
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 10981
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 10971
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11048
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11064
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11036
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11052
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11068
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11029
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11042
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11058
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 10985
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 11189
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 11182
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11272
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11288
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11304
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11275
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11291
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11307
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11259
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestLogQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11269
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11285
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11301
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11279
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11295
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11247
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11311
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11263
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11240
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11253
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11193
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 17801
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 17791
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18026
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18042
          },
          "name": "putApmStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18058
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18074
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18090
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18106
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18122
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18138
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18154
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18170
          },
          "name": "putTextFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17933
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17949
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18029
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18045
          },
          "name": "resetApmStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17965
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18061
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18077
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17981
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18093
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17997
          },
          "name": "resetOrder"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18109
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18013
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18125
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18141
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18157
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18173
          },
          "name": "resetTextFormats"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18023
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18039
          },
          "name": "apmStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18055
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18071
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18087
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18103
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18119
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18135
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18151
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18167
          },
          "name": "textFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17937
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17953
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18033
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18049
          },
          "name": "apmStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestApmStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17969
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18065
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18081
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17985
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18097
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18001
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18113
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18017
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18129
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18145
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18161
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18177
          },
          "name": "textFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17927
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17943
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17959
          },
          "name": "cellDisplayMode",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17975
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17991
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18007
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17805
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 11315
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11333
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#filter_by PowerpackV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11321
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11327
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_by PowerpackV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11339
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 11399
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 11392
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11450
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11466
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11495
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11454
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11470
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11483
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11499
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11444
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11460
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11476
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11489
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11403
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 14794
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_dependency_stats_query PowerpackV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14800
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_resource_stats_query PowerpackV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14806
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cloud_cost_query PowerpackV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14812
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_query PowerpackV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14818
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric_query PowerpackV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14824
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14830
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query PowerpackV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14836
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 11503
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11515
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11521
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11533
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11539
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11557
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11563
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11569
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11509
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_upstream PowerpackV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11527
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11545
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11551
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 11678
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 11671
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11771
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11813
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11855
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11871
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11775
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11788
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11801
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11817
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11830
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11843
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11859
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11875
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11888
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11901
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11914
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11765
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11781
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11794
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11807
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11823
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11836
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11849
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11865
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11881
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11894
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11907
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11682
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 11918
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11930
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11936
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11948
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11978
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11984
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11924
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11942
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11954
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11960
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11966
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 11972
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 12093
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 12086
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12186
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12228
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12257
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12273
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12289
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12305
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12190
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12203
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12216
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12232
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12245
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12261
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12277
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12293
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12309
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12322
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12335
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12180
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12196
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12209
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12222
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12238
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12251
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12267
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12283
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12299
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12315
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12328
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12097
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 12339
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestQueryCloudCostQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12357
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12363
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12369
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12345
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12351
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 12436
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 12429
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12493
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12509
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12497
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12513
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12526
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12539
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12552
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12487
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12503
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12519
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12532
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12545
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12440
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 13468
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute PowerpackV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13504
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13480
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13492
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13474
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13510
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by_fields PowerpackV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13516
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#indexes PowerpackV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13486
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search PowerpackV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13522
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#storage PowerpackV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13498
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 12556
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12562
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12568
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12574
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 12730
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 12722
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12737
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12723
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 12630
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 12620
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12697
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12713
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12685
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12701
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12717
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12678
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12691
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12707
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12634
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 12894
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12900
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12906
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12912
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 13232
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fields PowerpackV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13238
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13244
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13250
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 13303
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 13296
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13374
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13361
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13377
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13371
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13349
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13365
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13381
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13342
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13355
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13307
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 13079
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13085
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13091
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13097
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 13150
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 13143
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13208
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13224
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13196
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13212
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13228
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13189
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13202
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13218
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13154
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 13068
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 13060
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13075
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13061
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 12968
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 12958
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13048
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13035
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13051
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13045
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13023
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13039
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13055
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13016
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13029
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12972
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 12741
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12747
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12753
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12759
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 12812
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 12805
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12870
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12886
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12858
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12874
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12890
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12851
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12864
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12880
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 12816
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 13617
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 13610
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13769
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13782
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13798
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13814
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13698
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13785
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13801
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13727
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13817
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13756
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13766
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13779
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13795
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13811
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13773
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13702
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13715
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13805
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13789
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13731
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13744
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13821
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13760
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13692
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13708
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13721
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13737
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13750
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13621
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 13385
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQuerySearch",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13391
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 13430
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 13423
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13464
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13457
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13434
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 15111
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 15103
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15118
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestQueryList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15104
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 13825
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestQueryMetricQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13849
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13855
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13831
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13837
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13843
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#semantic_mode PowerpackV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13861
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 13935
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 13928
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13998
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14014
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14030
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14072
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14002
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14018
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14034
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14047
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14060
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14076
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13992
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14008
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14024
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14040
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14053
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14066
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 13939
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 14920
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 14910
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14995
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15011
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15027
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15043
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15059
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15075
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15091
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14998
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15014
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15030
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15046
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15062
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15078
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15094
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14992
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15008
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15024
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15040
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15056
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15072
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15088
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15002
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15018
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15034
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15050
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15066
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15082
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15098
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14924
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 14080
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestQueryProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14098
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14116
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14122
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14086
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14092
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_normalized_cpu PowerpackV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14104
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14110
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14128
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tag_filters PowerpackV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14134
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_filter PowerpackV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14140
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 14242
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 14235
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14329
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14345
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14374
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14390
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14432
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14448
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14464
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14333
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14349
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14362
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14378
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14394
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14407
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14420
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14436
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14452
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14468
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14323
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14339
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14355
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14368
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14384
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14400
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14413
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14426
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14442
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14458
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14246
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 14472
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestQuerySloQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14490
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#measure PowerpackV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14502
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_id PowerpackV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14514
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#additional_query_filters PowerpackV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14478
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14484
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_mode PowerpackV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14496
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14508
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query_type PowerpackV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14520
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 14608
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 14601
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14683
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14699
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14728
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14757
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14786
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14687
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14703
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14716
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14732
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14745
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14761
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14774
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14790
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14677
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14693
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14709
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14722
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14738
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14751
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14767
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14780
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 14612
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 15798
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestRumQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15804
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15816
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15822
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15828
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15810
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 15122
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestRumQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15128
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15134
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15140
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 15193
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 15186
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15251
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15267
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15239
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15255
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15271
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15232
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15245
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15261
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15197
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 15425
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestRumQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15431
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15437
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15443
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 15602
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 15594
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15609
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestRumQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15595
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 15499
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 15489
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15582
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15553
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15569
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15585
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15579
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15557
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15573
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15589
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15547
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15563
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15503
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 15275
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15281
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15293
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15287
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 15346
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 15339
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15404
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15392
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15408
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15421
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15385
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15398
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15414
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15350
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 15613
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestRumQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15619
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15625
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15631
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 15787
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 15779
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15794
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestRumQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15780
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 15687
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 15677
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15754
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15770
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15742
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15758
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15774
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15735
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15748
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15764
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15691
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 15895
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 15888
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15978
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15994
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16010
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15981
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15997
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16013
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15965
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestRumQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15975
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15991
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16007
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15985
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16001
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15953
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16017
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15969
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15946
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15959
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 15899
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 16697
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestSecurityQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16703
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16715
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16721
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16727
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16709
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 16021
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16027
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16033
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16039
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 16092
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 16085
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16150
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16166
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16138
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16154
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16170
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16131
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16144
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16160
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16096
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 16324
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16330
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16336
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16342
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 16501
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 16493
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16508
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16494
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 16398
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 16388
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16481
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16452
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16468
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16484
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16478
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16456
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16472
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16488
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16446
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16462
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16402
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 16174
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16180
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16192
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16186
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 16245
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 16238
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16303
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16291
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16307
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16320
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16284
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16297
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16313
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16249
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 16512
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16518
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16524
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16530
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 16686
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 16678
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16693
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16679
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 16586
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 16576
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16653
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16669
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16641
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16657
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16673
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16634
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16647
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16663
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16590
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 16794
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 16787
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16877
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16893
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16909
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16880
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16896
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16912
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16864
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16874
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16890
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16906
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16884
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16900
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16852
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16916
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16868
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16845
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16858
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16798
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 17440
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestTextFormats",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_format PowerpackV2#text_format}",
            "stability": "stable",
            "summary": "text_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17446
          },
          "name": "textFormat",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormat"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestTextFormats"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 17547
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 17539
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17554
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17540
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 17488
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 17478
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17527
          },
          "name": "putTextFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormat"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17530
          },
          "name": "resetTextFormat"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17524
          },
          "name": "textFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17534
          },
          "name": "textFormatInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormat"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17492
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 17185
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormat",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#match PowerpackV2#match}",
            "stability": "stable",
            "summary": "match block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17209
          },
          "name": "match",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_bg_color PowerpackV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The custom color palette to apply to the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17191
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_fg_color PowerpackV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The custom color palette to apply to the foreground text."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17197
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply. Valid values are `white_on_red`, `white_on_yellow`, `white_on_green`, `black_on_light_red`, `black_on_light_yellow`, `black_on_light_green`, `red_on_white`, `yellow_on_white`, `green_on_white`, `custom_bg`, `custom_text`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17203
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#replace PowerpackV2#replace}",
            "stability": "stable",
            "summary": "replace block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17215
          },
          "name": "replace",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormat"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 17429
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 17421
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17436
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17422
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormat"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 16920
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#type PowerpackV2#type}",
            "stability": "stable",
            "summary": "Match or compare option. Valid values are `is`, `is_not`, `contains`, `does_not_contain`, `starts_with`, `ends_with`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16926
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Table Widget Match String."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16932
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 16978
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 16971
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17018
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17031
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17011
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17024
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 16982
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 17285
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 17275
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17396
          },
          "name": "putMatch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17409
          },
          "name": "putReplace",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17351
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17367
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17383
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17412
          },
          "name": "resetReplace"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17393
          },
          "name": "match",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatMatchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17406
          },
          "name": "replace",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17355
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17371
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17400
          },
          "name": "matchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatMatch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17387
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17416
          },
          "name": "replaceInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17345
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17361
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17377
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17289
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormat"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 17035
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#type PowerpackV2#type}",
            "stability": "stable",
            "summary": "Table widget text format replace all type. Valid values are `all`, `substring`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17047
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#with PowerpackV2#with}",
            "stability": "stable",
            "summary": "Table Widget Match String."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17053
          },
          "name": "with",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#substring PowerpackV2#substring}",
            "stability": "stable",
            "summary": "Text that will be replaced. Must be used with type `substring`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17041
          },
          "name": "substring",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 17106
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 17099
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17151
          },
          "name": "resetSubstring"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17155
          },
          "name": "substringInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17168
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17181
          },
          "name": "withInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17145
          },
          "name": "substring",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17161
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17174
          },
          "name": "with",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 17110
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatReplace"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionRequestTextFormatsTextFormatReplaceOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 18431
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18437
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18443
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 18201
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18207
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18213
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 18259
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 18252
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18299
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18312
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18292
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18305
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18263
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 18316
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18322
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18328
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 18374
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 18367
      },
      "name": "PowerpackV2WidgetQueryTableDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18414
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18427
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18407
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18420
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18378
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 18489
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 18482
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18525
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18541
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18528
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18544
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetQueryTableDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18522
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18538
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18532
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18548
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18493
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryTableDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryTableDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 5244
      },
      "name": "PowerpackV2WidgetQueryValueDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#autoscale PowerpackV2#autoscale}",
            "stability": "stable",
            "summary": "A Boolean indicating whether to automatically scale the tile."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5250
          },
          "name": "autoscale",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_link PowerpackV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5310
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_unit PowerpackV2#custom_unit}",
            "stability": "stable",
            "summary": "Display a unit of your choice on the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5256
          },
          "name": "customUnit",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5262
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5268
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5274
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#precision PowerpackV2#precision}",
            "stability": "stable",
            "summary": "Number of decimals to show. If not defined, the widget uses the raw value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5280
          },
          "name": "precision",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#request PowerpackV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5316
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_align PowerpackV2#text_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's text. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5286
          },
          "name": "textAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5322
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeseries_background PowerpackV2#timeseries_background}",
            "stability": "stable",
            "summary": "timeseries_background block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5328
          },
          "name": "timeseriesBackground",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeseriesBackground"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5292
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5298
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5304
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 18953
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionCustomLink",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_hidden PowerpackV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18959
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18965
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#link PowerpackV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18971
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#override_label PowerpackV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 18977
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 19165
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 19157
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19172
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionCustomLinkList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19158
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 19040
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 19030
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19100
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19116
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19132
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19148
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionCustomLinkOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19104
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19120
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19136
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19152
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19094
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19110
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19126
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19142
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19044
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 5458
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 5451
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5726
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5742
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5758
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5774
          },
          "name": "putTimeseriesBackground",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeseriesBackground"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5569
          },
          "name": "resetAutoscale"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5729
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5585
          },
          "name": "resetCustomUnit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5601
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5617
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5633
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5649
          },
          "name": "resetPrecision"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5745
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5665
          },
          "name": "resetTextAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5761
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5777
          },
          "name": "resetTimeseriesBackground"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5681
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5697
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5713
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5723
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5739
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5755
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5771
          },
          "name": "timeseriesBackground",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeseriesBackgroundOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5573
          },
          "name": "autoscaleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5733
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5589
          },
          "name": "customUnitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5605
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5621
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5637
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5653
          },
          "name": "precisionInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5749
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5669
          },
          "name": "textAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5765
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5781
          },
          "name": "timeseriesBackgroundInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeseriesBackground"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5701
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5685
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5717
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5563
          },
          "name": "autoscale",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5579
          },
          "name": "customUnit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5595
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5611
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5627
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5643
          },
          "name": "precision",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5659
          },
          "name": "textAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5675
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5691
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5707
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5462
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 4081
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequest",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregator to use for time aggregation. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4087
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_query PowerpackV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4099
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#audit_query PowerpackV2#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4105
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#conditional_formats PowerpackV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4111
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula PowerpackV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4117
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#log_query PowerpackV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4123
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4129
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#q PowerpackV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4093
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4135
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#rum_query PowerpackV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4141
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#security_query PowerpackV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4147
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 19852
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestApmQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19858
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19870
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19876
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19882
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19864
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 19176
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestApmQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19182
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19188
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19194
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 19247
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 19240
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19305
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19321
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19293
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19309
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19325
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19286
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19299
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19315
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19251
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 19479
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestApmQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19485
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19491
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19497
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 19656
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 19648
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19663
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestApmQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19649
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 19553
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 19543
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19636
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19607
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19623
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19639
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19633
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19611
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19627
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19643
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19601
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19617
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19557
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 19329
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19335
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19347
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19341
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 19400
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 19393
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19458
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19446
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19462
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19475
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19439
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19452
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19468
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19404
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 19667
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestApmQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19673
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19679
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19685
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 19841
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 19833
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19848
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestApmQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19834
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 19741
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 19731
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19808
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19824
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19796
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19812
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19828
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19789
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19802
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19818
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19745
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 19949
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 19942
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20032
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20048
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20064
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20035
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20051
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20067
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20019
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestApmQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20029
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20045
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20061
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20039
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20055
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20007
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20071
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20023
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20000
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20013
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 19953
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 20751
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestAuditQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20757
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20769
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20775
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20781
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20763
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 20075
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20081
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20087
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20093
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 20146
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 20139
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20204
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20220
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20192
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20208
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20224
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20185
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20198
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20214
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20150
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 20378
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20384
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20390
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20396
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 20555
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 20547
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20562
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20548
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 20452
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 20442
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20535
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20506
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20522
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20538
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20532
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20510
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20526
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20542
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20500
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20516
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20456
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 20228
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20234
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20246
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20240
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 20299
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 20292
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20357
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20345
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20361
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20374
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20338
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20351
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20367
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20303
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 20566
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20572
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20578
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20584
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 20740
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 20732
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20747
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20733
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 20640
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 20630
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20707
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20723
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20695
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20711
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20727
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20688
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20701
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20717
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20644
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 20848
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 20841
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20931
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20947
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20963
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20934
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20950
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20966
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20918
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20928
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20944
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20960
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20938
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20954
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20906
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20970
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20922
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20899
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20912
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20852
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 20974
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestConditionalFormats",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#comparator PowerpackV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20980
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21016
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21028
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_bg_color PowerpackV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20986
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_fg_color PowerpackV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20992
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_value PowerpackV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 20998
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#image_url PowerpackV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21004
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21010
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeframe PowerpackV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21022
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 21352
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 21344
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21359
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestConditionalFormatsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21345
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 21126
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 21116
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21229
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21245
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21261
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21277
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21293
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21322
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestConditionalFormatsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21217
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21233
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21249
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21265
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21281
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21297
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21310
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21326
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21339
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21210
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21223
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21239
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21255
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21271
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21287
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21303
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21316
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21332
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21130
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 22641
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestFormula",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula_expression PowerpackV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22659
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias PowerpackV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22647
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode PowerpackV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22653
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode_options PowerpackV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22665
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#conditional_formats PowerpackV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22671
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22677
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#number_format PowerpackV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22683
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22689
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 21363
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#trend_type PowerpackV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21369
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#y_scale PowerpackV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21375
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 21421
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 21414
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21460
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21476
          },
          "name": "resetYScale"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21464
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21480
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21454
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21470
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21425
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 21484
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestFormulaConditionalFormats",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#comparator PowerpackV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21490
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21526
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21538
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_bg_color PowerpackV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21496
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_fg_color PowerpackV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21502
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_value PowerpackV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21508
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#image_url PowerpackV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21514
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21520
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeframe PowerpackV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21532
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 21862
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 21854
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21869
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21855
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 21636
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 21626
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21739
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21755
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21771
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21787
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21803
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21832
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21727
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21743
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21759
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21775
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21791
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21807
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21820
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21836
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21849
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21720
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21733
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21749
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21765
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21781
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21797
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21813
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21826
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21842
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21640
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 21873
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestFormulaLimit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#count PowerpackV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21879
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21885
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 21931
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 21924
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21970
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21986
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestFormulaLimitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21974
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21990
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21964
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21980
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 21935
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 22990
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 22982
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22997
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestFormulaList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22983
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 22402
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormat",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22408
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_scale PowerpackV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22414
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 22460
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 22453
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22496
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22509
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22512
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22493
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22506
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22500
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22516
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22464
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 22198
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#canonical PowerpackV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22204
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom PowerpackV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22210
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 21994
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#per_unit_name PowerpackV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22000
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22006
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 22052
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 22045
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22091
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22107
          },
          "name": "resetUnitName"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22095
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22111
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22085
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22101
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22056
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 22115
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22121
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 22160
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 22153
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22194
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22187
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22164
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 22256
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 22249
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22292
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22308
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22295
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22311
          },
          "name": "resetCustom"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22289
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22305
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22299
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22315
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22260
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 22319
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22325
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 22364
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 22357
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22398
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22391
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22368
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 22780
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 22770
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22906
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22922
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22938
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22954
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22970
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22864
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22880
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22909
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22925
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22941
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22957
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22973
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestFormulaOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22903
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22919
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22935
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22951
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22967
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22868
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22884
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22913
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22929
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22897
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22945
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22961
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22977
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22858
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22874
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22890
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22784
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 22520
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestFormulaStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22526
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette_index PowerpackV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22532
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 22578
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 22571
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22617
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22633
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestFormulaStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22637
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22621
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22611
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22627
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 22582
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 4538
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 4530
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4545
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4531
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 23677
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestLogQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23683
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23695
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23701
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23707
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23689
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 23001
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestLogQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23007
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23013
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23019
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 23072
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 23065
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23130
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23146
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23118
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23134
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23150
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23111
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23124
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23140
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23076
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 23304
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestLogQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23310
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23316
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23322
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 23481
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 23473
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23488
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestLogQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23474
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 23378
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 23368
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23461
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23432
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23448
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23464
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23458
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23436
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23452
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23468
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23426
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23442
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23382
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 23154
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23160
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23172
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23166
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 23225
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 23218
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23283
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23271
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23287
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23300
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23264
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23277
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23293
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23229
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 23492
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestLogQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23498
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23504
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23510
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 23666
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 23658
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23673
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestLogQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23659
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 23566
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 23556
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23633
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23649
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23621
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23637
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23653
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23614
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23627
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23643
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23570
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 23774
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 23767
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23857
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23873
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23889
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23860
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23876
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23892
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23844
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestLogQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23854
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23870
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23886
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23864
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23880
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23832
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23896
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23848
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23825
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23838
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23778
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 4259
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 4249
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4390
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4406
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4422
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4438
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4454
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4470
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4486
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4502
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4518
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4361
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4393
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4409
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4425
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4441
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4457
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4473
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4377
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4489
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4505
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4521
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4387
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4403
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4419
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4435
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4451
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4467
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4483
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4499
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4515
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4365
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4397
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4413
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4429
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4445
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4461
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4477
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4381
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4493
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4509
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4525
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4355
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4371
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4263
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 23900
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23918
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#filter_by PowerpackV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23906
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23912
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_by PowerpackV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23924
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 23984
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 23977
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24035
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24051
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24080
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24039
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24055
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24068
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24084
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24029
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24045
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24061
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24074
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 23988
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 1955
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_dependency_stats_query PowerpackV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1961
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_resource_stats_query PowerpackV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1967
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cloud_cost_query PowerpackV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1973
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_query PowerpackV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1979
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric_query PowerpackV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1985
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1991
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query PowerpackV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1997
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 24088
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24100
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24106
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24118
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24124
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24142
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24148
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24154
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24094
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_upstream PowerpackV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24112
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24130
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24136
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 24263
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 24256
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24356
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24398
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24440
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24456
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24360
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24373
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24386
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24402
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24415
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24428
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24444
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24460
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24473
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24486
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24499
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24350
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24366
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24379
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24392
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24408
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24421
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24434
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24450
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24466
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24479
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24492
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24267
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 24503
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24515
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24521
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24533
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24563
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24569
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24509
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24527
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24539
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24545
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24551
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24557
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 24678
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 24671
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24771
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24813
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24842
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24858
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24874
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24890
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24775
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24788
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24801
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24817
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24830
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24846
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24862
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24878
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24894
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24907
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24920
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24765
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24781
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24794
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24807
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24823
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24836
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24852
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24868
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24884
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24900
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24913
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24682
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 24924
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestQueryCloudCostQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24942
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24948
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24954
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24930
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 24936
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 25021
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 25014
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25078
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25094
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25082
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25098
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25111
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25124
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25137
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25072
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25088
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25104
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25117
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25130
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25025
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 629
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute PowerpackV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 665
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 641
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 653
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 635
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 671
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by_fields PowerpackV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 677
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#indexes PowerpackV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 647
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search PowerpackV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 683
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#storage PowerpackV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 659
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 25141
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25147
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25153
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25159
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 25315
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 25307
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25322
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25308
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 25215
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 25205
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25282
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25298
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25270
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25286
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25302
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25263
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25276
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25292
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25219
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 55
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 61
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 67
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 73
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 393
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fields PowerpackV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 399
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 405
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 411
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 464
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 457
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 535
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 522
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 538
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 532
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 510
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 526
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 542
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 503
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 516
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 468
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 240
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 246
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 252
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 258
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 311
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 304
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 369
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 385
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 357
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 373
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 389
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 350
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 363
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 379
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 315
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 229
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 221
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 236
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 222
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 129
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 119
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 209
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 196
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 212
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 206
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 184
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 200
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 216
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 177
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 190
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 133
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 25326
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25332
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25338
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25344
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4000.ts",
          "line": 25397
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4000.ts",
        "line": 25390
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25455
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25471
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25443
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25459
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25475
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25436
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25449
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25465
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4000.ts",
            "line": 25401
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4000:PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 778
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 771
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 930
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 943
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 959
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 975
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 859
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 946
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 962
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 888
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 978
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 917
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 927
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 940
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 956
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 972
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 934
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 863
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 876
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 966
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 950
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 892
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 905
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 982
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 921
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 853
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 869
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 882
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 898
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 911
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 782
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 546
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQuerySearch",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 552
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 591
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 584
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 625
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 618
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 595
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 2272
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 2264
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2279
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestQueryList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2265
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 986
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestQueryMetricQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1010
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1016
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 992
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 998
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1004
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#semantic_mode PowerpackV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1022
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 1096
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 1089
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1159
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1175
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1191
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1233
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1163
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1179
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1195
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1208
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1221
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1237
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1153
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1169
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1185
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1201
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1214
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1227
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1100
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 2081
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 2071
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2156
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2172
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2188
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2204
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2220
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2236
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2252
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2159
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2175
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2191
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2207
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2223
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2239
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2255
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2153
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2169
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2185
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2201
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2217
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2233
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2249
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2163
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2179
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2195
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2211
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2227
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2243
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2259
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2085
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 1241
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestQueryProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1259
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1277
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1283
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1247
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1253
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_normalized_cpu PowerpackV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1265
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1271
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1289
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tag_filters PowerpackV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1295
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_filter PowerpackV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1301
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 1403
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 1396
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1490
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1506
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1535
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1551
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1593
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1609
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1625
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1494
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1510
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1523
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1539
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1555
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1568
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1581
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1597
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1613
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1629
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1484
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1500
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1516
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1529
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1545
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1561
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1574
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1587
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1603
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1619
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1407
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 1633
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestQuerySloQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1651
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#measure PowerpackV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1663
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_id PowerpackV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1675
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#additional_query_filters PowerpackV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1639
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1645
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_mode PowerpackV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1657
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1669
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query_type PowerpackV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1681
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 1769
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 1762
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1844
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1860
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1889
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1918
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1947
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1848
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1864
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1877
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1893
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1906
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1922
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1935
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1951
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1838
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1854
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1870
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1883
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1899
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1912
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1928
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1941
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 1773
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 2959
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestRumQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2965
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2977
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2983
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2989
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2971
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 2283
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestRumQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2289
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2295
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2301
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 2354
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 2347
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2412
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2428
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2400
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2416
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2432
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2393
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2406
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2422
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2358
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 2586
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestRumQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2592
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2598
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2604
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 2763
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 2755
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2770
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestRumQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2756
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 2660
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 2650
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2743
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2714
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2730
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2746
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2740
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2718
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2734
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2750
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2708
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2724
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2664
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 2436
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2442
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2454
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2448
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 2507
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 2500
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2565
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2553
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2569
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2582
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2546
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2559
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2575
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2511
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 2774
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestRumQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2780
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2786
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2792
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 2948
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 2940
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2955
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestRumQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2941
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 2848
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 2838
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2915
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2931
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2903
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2919
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2935
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2896
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2909
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2925
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 2852
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 3056
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 3049
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3139
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3155
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3171
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3142
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3158
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3174
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3126
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestRumQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3136
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3152
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3168
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3146
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3162
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3114
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3178
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3130
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3107
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3120
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3060
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 3858
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestSecurityQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3864
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3876
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3882
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3888
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3870
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 3182
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3188
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3194
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3200
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 3253
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 3246
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3311
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3327
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3299
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3315
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3331
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3292
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3305
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3321
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3257
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 3485
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3491
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3497
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3503
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 3662
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 3654
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3669
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3655
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 3559
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 3549
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3642
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3613
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3629
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3645
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3639
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3617
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3633
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3649
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3607
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3623
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3563
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 3335
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3341
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3353
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3347
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 3406
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 3399
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3464
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3452
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3468
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3481
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3445
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3458
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3474
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3410
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 3673
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3679
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3685
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3691
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 3847
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 3839
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3854
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3840
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 3747
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 3737
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3814
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3830
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3802
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3818
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3834
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3795
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3808
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3824
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3751
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 3955
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 3948
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4038
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4054
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4070
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4041
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4057
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4073
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4025
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4035
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4051
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4067
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4045
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4061
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4013
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4077
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4029
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4006
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4019
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 3959
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 4779
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4785
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4791
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 4549
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4555
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4561
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 4607
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 4600
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4647
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4660
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4640
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4653
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4611
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 4664
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4670
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4676
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 4722
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 4715
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4762
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4775
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4755
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4768
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4726
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 4837
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 4830
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4873
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4889
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4876
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4892
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4870
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4886
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4880
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4896
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4841
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeseriesBackground": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeseriesBackground",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 5126
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionTimeseriesBackground",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#type PowerpackV2#type}",
            "stability": "stable",
            "summary": "Whether the Timeseries is made using an area or bars. Valid values are `area`, `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5132
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#yaxis PowerpackV2#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5138
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionTimeseriesBackground"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeseriesBackgroundOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeseriesBackgroundOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 5184
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 5177
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5233
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5236
          },
          "name": "resetYaxis"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionTimeseriesBackgroundOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5230
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5224
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5240
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5217
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5188
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeseriesBackground"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionTimeseriesBackgroundOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeseriesBackgroundYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeseriesBackgroundYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 4900
      },
      "name": "PowerpackV2WidgetQueryValueDefinitionTimeseriesBackgroundYaxis",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#include_zero PowerpackV2#include_zero}",
            "stability": "stable",
            "summary": "Set to `true` to include zero."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4906
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph. Only usable on Scatterplot Widgets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4912
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#max PowerpackV2#max}",
            "stability": "stable",
            "summary": "Specifies the maximum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4918
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#min PowerpackV2#min}",
            "stability": "stable",
            "summary": "Specifies the minimum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4924
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#scale PowerpackV2#scale}",
            "stability": "stable",
            "summary": "Specifies the scale type. Possible values are `linear`, `log`, `sqrt`, and `pow##` (for example `pow2` or `pow0.5`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 4930
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 4997
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 4990
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5054
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5070
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5086
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5102
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5118
          },
          "name": "resetScale"
        }
      ],
      "name": "PowerpackV2WidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5058
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5074
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5090
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5106
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5122
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5048
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5064
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5080
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5096
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5112
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5001
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetQueryValueDefinitionTimeseriesBackgroundYaxis"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetQueryValueDefinitionTimeseriesBackgroundYaxisOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 6506
      },
      "name": "PowerpackV2WidgetRunWorkflowDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#workflow_id PowerpackV2#workflow_id}",
            "stability": "stable",
            "summary": "Workflow ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6548
          },
          "name": "workflowId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_link PowerpackV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6554
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6512
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6518
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#input PowerpackV2#input}",
            "stability": "stable",
            "summary": "input block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6560
          },
          "name": "input",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionInput"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6524
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6566
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6530
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6536
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6542
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetRunWorkflowDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 5785
      },
      "name": "PowerpackV2WidgetRunWorkflowDefinitionCustomLink",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_hidden PowerpackV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5791
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5797
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#link PowerpackV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5803
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#override_label PowerpackV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5809
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetRunWorkflowDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 5997
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 5989
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6004
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetRunWorkflowDefinitionCustomLinkList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5990
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetRunWorkflowDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 5872
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 5862
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5932
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5948
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5964
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5980
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackV2WidgetRunWorkflowDefinitionCustomLinkOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5936
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5952
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5968
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5984
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5926
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5942
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5958
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5974
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 5876
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetRunWorkflowDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionInput": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionInput",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 6008
      },
      "name": "PowerpackV2WidgetRunWorkflowDefinitionInput",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "Name of the workflow input."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6014
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Dashboard template variable. Can be suffixed with `.value` or `.key`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6020
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetRunWorkflowDefinitionInput"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionInputList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionInputList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 6144
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 6136
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6151
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionInputOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetRunWorkflowDefinitionInputList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6137
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionInput"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetRunWorkflowDefinitionInputList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionInputOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionInputOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 6069
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 6059
      },
      "name": "PowerpackV2WidgetRunWorkflowDefinitionInputOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6118
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6131
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6111
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6124
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6073
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionInput"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetRunWorkflowDefinitionInputOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 6668
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 6661
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6861
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6877
          },
          "name": "putInput",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionInput"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6893
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6864
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6755
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6771
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6880
          },
          "name": "resetInput"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6787
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6896
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6803
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6819
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6835
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetRunWorkflowDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6858
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6874
          },
          "name": "input",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionInputList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6890
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6868
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6759
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6775
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6884
          },
          "name": "inputInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionInput"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6791
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6900
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6823
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6807
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6839
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6852
          },
          "name": "workflowIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6749
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6765
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6781
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6797
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6813
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6829
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6845
          },
          "name": "workflowId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6672
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetRunWorkflowDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 6385
      },
      "name": "PowerpackV2WidgetRunWorkflowDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6391
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6397
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetRunWorkflowDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 6155
      },
      "name": "PowerpackV2WidgetRunWorkflowDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6161
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6167
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetRunWorkflowDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 6213
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 6206
      },
      "name": "PowerpackV2WidgetRunWorkflowDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6253
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6266
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6246
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6259
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6217
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetRunWorkflowDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 6270
      },
      "name": "PowerpackV2WidgetRunWorkflowDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6276
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6282
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetRunWorkflowDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 6328
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 6321
      },
      "name": "PowerpackV2WidgetRunWorkflowDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6368
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6381
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6361
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6374
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6332
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetRunWorkflowDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 6443
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 6436
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6479
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6495
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6482
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6498
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetRunWorkflowDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6476
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6492
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6486
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6502
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6447
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetRunWorkflowDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetRunWorkflowDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 5406
      },
      "name": "PowerpackV2WidgetScatterplotDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#color_by_groups PowerpackV2#color_by_groups}",
            "stability": "stable",
            "summary": "List of groups used for colors."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5412
          },
          "name": "colorByGroups",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_link PowerpackV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5454
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5418
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5424
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5430
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#request PowerpackV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5460
          },
          "name": "request",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequest"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5466
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5436
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5442
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5448
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#xaxis PowerpackV2#xaxis}",
            "stability": "stable",
            "summary": "xaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5472
          },
          "name": "xaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionXaxis"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#yaxis PowerpackV2#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5478
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 6904
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionCustomLink",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_hidden PowerpackV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6910
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6916
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#link PowerpackV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6922
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#override_label PowerpackV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6928
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 7116
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 7108
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7123
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionCustomLinkList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7109
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 6991
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 6981
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7051
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7067
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7083
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7099
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionCustomLinkOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7055
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7071
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7087
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7103
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7045
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7061
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7077
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7093
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 6995
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 5594
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 5587
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5802
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5818
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequest"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5834
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5850
          },
          "name": "putXaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionXaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5866
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5693
          },
          "name": "resetColorByGroups"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5805
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5709
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5725
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5741
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5821
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5837
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5757
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5773
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5789
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5853
          },
          "name": "resetXaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5869
          },
          "name": "resetYaxis"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5799
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5815
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5831
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5847
          },
          "name": "xaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionXaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5863
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5697
          },
          "name": "colorByGroupsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5809
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5713
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5729
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5745
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5825
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequest"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5841
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5777
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5761
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5793
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5857
          },
          "name": "xaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionXaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5873
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5687
          },
          "name": "colorByGroups",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5703
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5719
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5735
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5751
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5767
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5783
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5598
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 4447
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequest",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#scatterplot_table PowerpackV2#scatterplot_table}",
            "stability": "stable",
            "summary": "scatterplot_table block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4453
          },
          "name": "scatterplotTable",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#x PowerpackV2#x}",
            "stability": "stable",
            "summary": "x block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4459
          },
          "name": "x",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestX"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#y PowerpackV2#y}",
            "stability": "stable",
            "summary": "y block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4465
          },
          "name": "y",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestY"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 4518
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 4511
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4560
          },
          "name": "putScatterplotTable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTable"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4576
          },
          "name": "putX",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestX"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4592
          },
          "name": "putY",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestY"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4563
          },
          "name": "resetScatterplotTable"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4579
          },
          "name": "resetX"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4595
          },
          "name": "resetY"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4557
          },
          "name": "scatterplotTable",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4573
          },
          "name": "x",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4589
          },
          "name": "y",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4567
          },
          "name": "scatterplotTableInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4583
          },
          "name": "xInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestX"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4599
          },
          "name": "yInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestY"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4522
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequest"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTable": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 10928
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTable",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula PowerpackV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10934
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10940
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTable"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 7127
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableFormula",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#dimension PowerpackV2#dimension}",
            "stability": "stable",
            "summary": "Dimension of the Scatterplot. Valid values are `x`, `y`, `radius`, `color`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7139
          },
          "name": "dimension",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula_expression PowerpackV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7145
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias PowerpackV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7133
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableFormula"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 7298
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 7290
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7305
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableFormulaList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7291
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableFormulaList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 7201
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 7191
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7255
          },
          "name": "resetAlias"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7259
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7272
          },
          "name": "dimensionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7285
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7249
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7265
          },
          "name": "dimension",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7278
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7205
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 11070
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 11062
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11077
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11063
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 10989
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 10979
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11034
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11050
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11037
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11053
          },
          "name": "resetQuery"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11031
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11047
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11041
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11057
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10993
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 10600
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_dependency_stats_query PowerpackV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10606
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_resource_stats_query PowerpackV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10612
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cloud_cost_query PowerpackV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10618
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_query PowerpackV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10624
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric_query PowerpackV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10630
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10636
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query PowerpackV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10642
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 7309
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7321
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7327
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7339
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7345
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7363
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7369
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7375
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7315
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_upstream PowerpackV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7333
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7351
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7357
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 7484
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 7477
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7577
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7619
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7661
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7677
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7581
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7594
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7607
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7623
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7636
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7649
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7665
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7681
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7694
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7707
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7720
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7571
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7587
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7600
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7613
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7629
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7642
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7655
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7671
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7687
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7700
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7713
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7488
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 7724
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7736
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7742
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7754
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7784
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7790
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7730
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7748
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7760
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7766
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7772
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7778
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 7899
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 7892
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7992
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8034
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8063
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8079
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8095
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8111
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7996
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8009
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8022
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8038
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8051
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8067
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8083
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8099
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8115
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8128
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8141
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7986
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8002
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8015
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8028
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8044
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8057
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8073
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8089
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8105
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8121
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8134
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 7903
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 8145
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8163
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8169
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8175
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8151
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8157
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 8242
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 8235
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8299
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8315
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8303
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8319
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8332
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8345
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8358
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8293
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8309
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8325
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8338
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8351
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8246
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 9274
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute PowerpackV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9310
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9286
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9298
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9280
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9316
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by_fields PowerpackV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9322
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#indexes PowerpackV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9292
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search PowerpackV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9328
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#storage PowerpackV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9304
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 8362
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8368
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8374
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8380
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 8536
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 8528
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8543
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8529
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 8436
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 8426
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8503
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8519
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8491
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8507
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8523
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8484
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8497
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8513
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8440
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 8700
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8706
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8712
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8718
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 9038
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fields PowerpackV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9044
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9050
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9056
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 9109
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 9102
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9180
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9167
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9183
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9177
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9155
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9171
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9187
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9148
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9161
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9113
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 8885
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8891
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8897
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8903
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 8956
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 8949
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9014
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9030
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9002
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9018
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9034
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8995
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9008
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9024
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8960
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 8874
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 8866
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8881
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8867
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 8774
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 8764
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8854
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8841
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8857
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8851
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8829
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8845
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8861
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8822
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8835
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8778
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 8547
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8553
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8559
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8565
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 8618
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 8611
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8676
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8692
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8664
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8680
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8696
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8657
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8670
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8686
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 8622
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 9423
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 9416
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9575
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9588
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9604
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9620
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9504
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9591
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9607
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9533
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9623
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9562
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9572
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9585
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9601
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9617
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9579
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9508
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9521
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9611
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9595
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9537
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9550
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9627
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9566
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9498
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9514
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9527
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9543
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9556
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9427
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 9191
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9197
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 9236
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 9229
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9270
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9263
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9240
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 10917
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 10909
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10924
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10910
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 9631
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9655
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9661
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9637
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9643
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9649
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#semantic_mode PowerpackV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9667
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 9741
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 9734
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9804
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9820
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9836
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9878
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9808
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9824
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9840
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9853
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9866
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9882
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9798
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9814
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9830
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9846
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9859
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9872
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9745
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 10726
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 10716
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10801
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10817
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10833
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10849
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10865
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10881
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10897
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10804
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10820
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10836
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10852
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10868
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10884
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10900
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10798
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10814
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10830
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10846
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10862
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10878
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10894
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10808
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10824
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10840
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10856
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10872
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10888
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10904
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10730
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 9886
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9904
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9922
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9928
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9892
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9898
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_normalized_cpu PowerpackV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9910
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9916
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9934
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tag_filters PowerpackV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9940
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_filter PowerpackV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 9946
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 10048
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 10041
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10135
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10151
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10180
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10196
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10238
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10254
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10270
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10139
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10155
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10168
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10184
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10200
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10213
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10226
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10242
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10258
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10274
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10129
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10145
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10161
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10174
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10190
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10206
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10219
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10232
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10248
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10264
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10052
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 10278
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10296
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#measure PowerpackV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10308
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_id PowerpackV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10320
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#additional_query_filters PowerpackV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10284
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10290
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_mode PowerpackV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10302
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10314
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query_type PowerpackV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10326
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 10414
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 10407
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10489
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10505
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10534
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10563
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10592
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10493
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10509
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10522
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10538
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10551
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10567
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10580
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10596
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10483
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10499
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10515
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10528
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10544
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10557
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10573
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10586
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 10418
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestScatterplotTableQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestX": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestX",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 20122
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestX",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "Aggregator used for the request. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20128
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_query PowerpackV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20140
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula PowerpackV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20146
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#log_query PowerpackV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20152
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20158
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#q PowerpackV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20134
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20164
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#rum_query PowerpackV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20170
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#security_query PowerpackV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20176
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestX"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 11757
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXApmQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11763
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11775
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11781
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11787
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11769
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXApmQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 11081
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11087
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11093
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11099
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 11152
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 11145
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11210
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11226
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11198
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11214
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11230
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11191
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11204
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11220
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11156
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 11384
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11390
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11396
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11402
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 11561
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 11553
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11568
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11554
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 11458
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 11448
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11541
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11512
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11528
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11544
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11538
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11516
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11532
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11548
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11506
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11522
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11462
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 11234
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11240
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11252
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11246
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 11305
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 11298
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11363
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11351
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11367
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11380
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11344
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11357
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11373
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11309
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 11572
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11578
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11584
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11590
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 11746
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 11738
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11753
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11739
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 11646
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 11636
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11713
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11729
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11701
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11717
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11733
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11694
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11707
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11723
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11650
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 11854
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 11847
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11937
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11953
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11969
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11940
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11956
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11972
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11924
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11934
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11950
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11966
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11944
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11960
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11912
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11976
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11928
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11905
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11918
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11858
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 13258
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXFormula",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula_expression PowerpackV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13276
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias PowerpackV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13264
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode PowerpackV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13270
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode_options PowerpackV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13282
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#conditional_formats PowerpackV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13288
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13294
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#number_format PowerpackV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13300
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13306
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXFormula"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 11980
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptions",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#trend_type PowerpackV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11986
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#y_scale PowerpackV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 11992
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 12038
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 12031
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12077
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12093
          },
          "name": "resetYScale"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12081
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12097
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12071
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12087
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12042
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 12101
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormats",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#comparator PowerpackV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12107
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12143
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12155
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_bg_color PowerpackV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12113
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_fg_color PowerpackV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12119
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_value PowerpackV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12125
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#image_url PowerpackV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12131
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12137
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeframe PowerpackV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12149
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 12479
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 12471
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12486
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormatsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12472
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 12253
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 12243
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12356
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12372
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12388
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12404
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12420
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12449
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormatsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12344
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12360
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12376
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12392
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12408
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12424
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12437
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12453
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12466
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12337
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12350
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12366
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12382
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12398
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12414
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12430
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12443
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12459
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12257
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 12490
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXFormulaLimit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#count PowerpackV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12496
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12502
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXFormulaLimit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 12548
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 12541
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12587
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12603
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXFormulaLimitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12591
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12607
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12581
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12597
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12552
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaLimit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 13607
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 13599
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13614
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXFormulaList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13600
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXFormulaList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 13019
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormat",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13025
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_scale PowerpackV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13031
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 13077
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 13070
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13113
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13126
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13129
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13110
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13123
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13117
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13133
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13081
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 12815
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#canonical PowerpackV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12821
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom PowerpackV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12827
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 12611
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#per_unit_name PowerpackV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12617
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12623
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 12669
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 12662
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12708
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12724
          },
          "name": "resetUnitName"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12712
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12728
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12702
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12718
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12673
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 12732
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12738
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 12777
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 12770
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12811
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12804
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12781
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 12873
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 12866
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12909
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12925
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12912
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12928
          },
          "name": "resetCustom"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12906
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12922
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12916
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12932
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12877
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 12936
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScale",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12942
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 12981
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 12974
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13015
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13008
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 12985
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 13397
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 13387
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13523
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13539
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13555
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13571
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13587
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13481
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13497
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13526
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13542
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13558
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13574
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13590
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXFormulaOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13520
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13536
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13552
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13568
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13584
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13485
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13501
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13530
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13546
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13514
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13562
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13578
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13594
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13475
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13491
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13507
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13401
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 13137
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXFormulaStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13143
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette_index PowerpackV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13149
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXFormulaStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 13195
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 13188
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13234
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13250
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXFormulaStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13254
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13238
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13228
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13244
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13199
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 14294
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXLogQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14300
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14312
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14318
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14324
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14306
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXLogQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 13618
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13624
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13630
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13636
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 13689
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 13682
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13747
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13763
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13735
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13751
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13767
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13728
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13741
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13757
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13693
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 13921
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13927
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13933
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13939
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 14098
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 14090
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14105
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14091
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 13995
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 13985
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14078
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14049
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14065
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14081
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14075
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14053
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14069
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14085
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14043
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14059
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13999
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 13771
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13777
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13789
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13783
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 13842
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 13835
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13900
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13888
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13904
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13917
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13881
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13894
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13910
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 13846
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 14109
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14115
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14121
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14127
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 14283
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 14275
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14290
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14276
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 14183
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 14173
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14250
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14266
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14238
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14254
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14270
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14231
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14244
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14260
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14187
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 14391
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 14384
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14474
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14490
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14506
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14477
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14493
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14509
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14461
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14471
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14487
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14503
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14481
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14497
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14449
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14513
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14465
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14442
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14455
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14395
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 20271
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 20264
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20381
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20397
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20413
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20429
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20445
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20461
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20477
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20352
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20384
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20400
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20416
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20432
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20368
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20448
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20464
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20480
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20378
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20394
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20410
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20426
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20442
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20458
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20474
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20356
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20388
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20404
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20420
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20436
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20372
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20452
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20468
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20484
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20346
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20362
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20275
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestX"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 14517
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14535
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#filter_by PowerpackV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14523
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14529
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_by PowerpackV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14541
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 14601
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 14594
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14652
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14668
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14697
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14656
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14672
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14685
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14701
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14646
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14662
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14678
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14691
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14605
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 17996
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_dependency_stats_query PowerpackV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18002
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_resource_stats_query PowerpackV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18008
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cloud_cost_query PowerpackV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18014
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_query PowerpackV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18020
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric_query PowerpackV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18026
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18032
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query PowerpackV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18038
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 14705
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14717
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14723
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14735
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14741
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14759
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14765
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14771
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14711
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_upstream PowerpackV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14729
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14747
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14753
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 14880
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 14873
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14973
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15015
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15057
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15073
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14977
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14990
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15003
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15019
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15032
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15045
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15061
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15077
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15090
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15103
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15116
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14967
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14983
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14996
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15009
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15025
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15038
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15051
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15067
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15083
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15096
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15109
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 14884
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 15120
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXQueryApmResourceStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15132
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15138
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15150
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15180
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15186
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15126
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15144
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15156
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15162
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15168
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15174
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 15295
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 15288
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15388
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15430
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15459
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15475
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15491
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15507
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15392
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15405
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15418
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15434
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15447
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15463
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15479
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15495
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15511
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15524
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15537
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15382
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15398
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15411
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15424
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15440
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15453
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15469
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15485
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15501
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15517
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15530
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15299
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 15541
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXQueryCloudCostQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15559
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15565
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15571
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15547
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15553
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 15638
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 15631
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15695
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15711
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXQueryCloudCostQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15699
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15715
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15728
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15741
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15754
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15689
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15705
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15721
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15734
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15747
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15642
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 16670
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute PowerpackV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16706
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16682
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16694
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16676
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16712
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by_fields PowerpackV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16718
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#indexes PowerpackV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16688
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search PowerpackV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16724
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#storage PowerpackV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16700
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 15758
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15764
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15770
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15776
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 15932
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 15924
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15939
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15925
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 15832
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 15822
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15899
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15915
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15887
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15903
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15919
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15880
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15893
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15909
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15836
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 16096
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16102
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16108
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16114
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 16434
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFields",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fields PowerpackV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16440
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16446
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16452
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 16505
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 16498
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16576
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16563
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16579
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16573
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16551
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16567
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16583
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16544
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16557
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16509
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 16281
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16287
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16293
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16299
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 16352
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 16345
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16410
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16426
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16398
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16414
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16430
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16391
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16404
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16420
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16356
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 16270
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 16262
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16277
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16263
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 16170
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 16160
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16250
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16237
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16253
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16247
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16225
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16241
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16257
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16218
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16231
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16174
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 15943
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15949
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15955
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 15961
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 16014
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 16007
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16072
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16088
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16060
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16076
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16092
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16053
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16066
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16082
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16018
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 16819
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 16812
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16971
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16984
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17000
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17016
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16900
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16987
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17003
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16929
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17019
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16958
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16968
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16981
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16997
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17013
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16975
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16904
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16917
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17007
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16991
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16933
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16946
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17023
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16962
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16894
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16910
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16923
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16939
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16952
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16823
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 16587
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQuerySearch",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16593
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 16632
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 16625
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQuerySearchOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16666
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16659
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 16636
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 18313
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 18305
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18320
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXQueryList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18306
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXQueryList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 17027
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXQueryMetricQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17051
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17057
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17033
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17039
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17045
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#semantic_mode PowerpackV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17063
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 17137
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 17130
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17200
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17216
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17232
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17274
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXQueryMetricQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17204
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17220
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17236
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17249
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17262
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17278
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17194
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17210
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17226
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17242
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17255
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17268
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17141
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 18122
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 18112
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18197
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18213
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18229
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18245
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18261
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18277
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18293
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18200
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18216
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18232
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18248
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18264
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18280
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18296
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18194
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18210
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18226
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18242
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18258
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18274
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18290
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18204
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18220
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18236
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18252
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18268
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18284
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18300
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18126
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 17282
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXQueryProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17300
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17318
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17324
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17288
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17294
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_normalized_cpu PowerpackV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17306
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17312
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17330
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tag_filters PowerpackV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17336
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_filter PowerpackV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17342
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 17444
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 17437
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17531
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17547
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17576
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17592
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17634
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17650
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17666
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXQueryProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17535
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17551
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17564
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17580
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17596
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17609
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17622
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17638
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17654
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17670
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17525
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17541
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17557
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17570
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17586
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17602
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17615
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17628
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17644
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17660
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17448
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 17674
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXQuerySloQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17692
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#measure PowerpackV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17704
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_id PowerpackV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17716
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#additional_query_filters PowerpackV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17680
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17686
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_mode PowerpackV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17698
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17710
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query_type PowerpackV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17722
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 17810
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 17803
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17885
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17901
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17930
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17959
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17988
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXQuerySloQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17889
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17905
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17918
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17934
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17947
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17963
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17976
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17992
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17879
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17895
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17911
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17924
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17940
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17953
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17969
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17982
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 17814
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 19000
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXRumQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19006
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19018
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19024
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19030
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19012
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXRumQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 18324
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18330
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18336
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18342
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 18395
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 18388
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18453
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18469
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18441
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18457
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18473
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18434
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18447
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18463
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18399
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 18627
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18633
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18639
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18645
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 18804
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 18796
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18811
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18797
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 18701
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 18691
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18784
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18755
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18771
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18787
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18781
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18759
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18775
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18791
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18749
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18765
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18705
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 18477
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18483
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18495
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18489
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 18548
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 18541
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18606
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18594
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18610
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18623
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18587
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18600
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18616
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18552
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 18815
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18821
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18827
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18833
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 18989
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 18981
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18996
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18982
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 18889
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 18879
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18956
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18972
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18944
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18960
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18976
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18937
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18950
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18966
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 18893
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 19097
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 19090
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19180
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19196
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19212
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19183
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19199
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19215
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19167
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19177
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19193
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19209
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19187
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19203
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19155
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19219
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19171
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19148
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19161
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19101
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 19899
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19905
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19917
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19923
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19929
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19911
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 19223
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19229
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19235
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19241
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 19294
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 19287
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19352
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19368
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19340
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19356
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19372
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19333
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19346
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19362
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19298
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 19526
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19532
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19538
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19544
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 19703
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 19695
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19710
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19696
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 19600
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 19590
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19683
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19654
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19670
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19686
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19680
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19658
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19674
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19690
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19648
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19664
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19604
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 19376
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19382
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19394
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19388
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 19447
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 19440
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19505
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19493
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19509
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19522
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19486
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19499
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19515
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19451
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 19714
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19720
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19726
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19732
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 19888
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 19880
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19895
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19881
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 19788
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 19778
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19855
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19871
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19843
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19859
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19875
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19836
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19849
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19865
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 19792
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 19996
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 19989
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20079
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20095
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20111
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20082
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20098
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20114
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20066
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20076
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20092
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20108
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20086
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20102
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20054
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20118
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20070
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20047
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20060
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20000
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestXSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestY": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestY",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 4081
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestY",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "Aggregator used for the request. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4087
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_query PowerpackV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4099
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula PowerpackV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4105
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#log_query PowerpackV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4111
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4117
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#q PowerpackV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4093
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4123
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#rum_query PowerpackV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4129
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#security_query PowerpackV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4135
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestY"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 21164
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYApmQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21170
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21182
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21188
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21194
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21176
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYApmQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 20488
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20494
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20500
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20506
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 20559
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 20552
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20617
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20633
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20605
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20621
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20637
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20598
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20611
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20627
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20563
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 20791
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20797
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20803
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20809
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 20968
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 20960
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20975
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20961
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 20865
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 20855
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20948
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20919
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20935
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20951
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20945
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20923
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20939
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20955
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20913
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20929
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20869
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 20641
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20647
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20659
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20653
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 20712
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 20705
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20770
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20758
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20774
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20787
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20751
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20764
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20780
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20716
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 20979
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20985
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20991
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 20997
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 21153
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 21145
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21160
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21146
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 21053
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 21043
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21120
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21136
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21108
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21124
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21140
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21101
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21114
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21130
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21057
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 21261
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 21254
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21344
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21360
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21376
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21347
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21363
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21379
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21331
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21341
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21357
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21373
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21351
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21367
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21319
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21383
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21335
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21312
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21325
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21265
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 22665
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYFormula",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula_expression PowerpackV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22683
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias PowerpackV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22671
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode PowerpackV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22677
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode_options PowerpackV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22689
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#conditional_formats PowerpackV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22695
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22701
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#number_format PowerpackV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22707
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22713
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYFormula"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 21387
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptions",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#trend_type PowerpackV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21393
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#y_scale PowerpackV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21399
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 21445
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 21438
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21484
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21500
          },
          "name": "resetYScale"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21488
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21504
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21478
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21494
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21449
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 21508
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormats",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#comparator PowerpackV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21514
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21550
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21562
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_bg_color PowerpackV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21520
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_fg_color PowerpackV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21526
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_value PowerpackV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21532
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#image_url PowerpackV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21538
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21544
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeframe PowerpackV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21556
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 21886
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 21878
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21893
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormatsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21879
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 21660
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 21650
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21763
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21779
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21795
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21811
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21827
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21856
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormatsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21751
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21767
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21783
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21799
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21815
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21831
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21844
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21860
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21873
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21744
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21757
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21773
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21789
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21805
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21821
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21837
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21850
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21866
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21664
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 21897
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYFormulaLimit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#count PowerpackV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21903
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21909
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYFormulaLimit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 21955
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 21948
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21994
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22010
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYFormulaLimitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21998
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22014
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21988
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22004
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 21959
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaLimit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 23014
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 23006
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23021
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYFormulaList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23007
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYFormulaList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 22426
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormat",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22432
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_scale PowerpackV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22438
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 22484
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 22477
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22520
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22533
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22536
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22517
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22530
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22524
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22540
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22488
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 22222
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#canonical PowerpackV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22228
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom PowerpackV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22234
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 22018
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#per_unit_name PowerpackV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22024
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22030
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 22076
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 22069
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22115
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22131
          },
          "name": "resetUnitName"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22119
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22135
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22109
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22125
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22080
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 22139
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22145
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 22184
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 22177
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22218
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22211
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22188
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 22280
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 22273
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22316
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22332
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22319
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22335
          },
          "name": "resetCustom"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22313
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22329
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22323
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22339
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22284
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 22343
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScale",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22349
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 22388
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 22381
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22422
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22415
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22392
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 22804
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 22794
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22930
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22946
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22962
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22978
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22994
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22888
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22904
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22933
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22949
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22965
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22981
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22997
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYFormulaOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22927
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22943
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22959
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22975
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22991
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22892
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22908
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22937
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22953
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22921
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22969
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22985
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23001
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22882
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22898
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22914
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22808
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 22544
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYFormulaStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22550
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette_index PowerpackV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22556
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYFormulaStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 22602
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 22595
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22641
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22657
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYFormulaStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22661
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22645
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22635
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22651
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 22606
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 23701
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYLogQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23707
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23719
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23725
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23731
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23713
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYLogQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 23025
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23031
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23037
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23043
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 23096
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 23089
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23154
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23170
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23142
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23158
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23174
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23135
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23148
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23164
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23100
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 23328
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23334
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23340
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23346
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 23505
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 23497
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23512
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23498
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 23402
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 23392
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23485
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23456
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23472
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23488
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23482
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23460
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23476
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23492
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23450
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23466
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23406
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 23178
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23184
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23196
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23190
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 23249
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 23242
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23307
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23295
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23311
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23324
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23288
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23301
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23317
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23253
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 23516
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23522
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23528
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23534
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 23690
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 23682
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23697
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23683
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 23590
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 23580
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23657
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23673
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23645
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23661
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23677
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23638
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23651
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23667
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23594
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 23798
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 23791
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23881
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23897
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23913
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23884
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23900
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23916
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23868
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23878
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23894
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23910
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23888
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23904
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23856
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23920
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23872
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23849
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23862
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23802
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 4230
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 4223
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4340
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4356
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4372
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4388
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4404
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4420
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4436
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4311
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4343
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4359
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4375
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4391
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4327
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4407
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4423
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4439
          },
          "name": "resetSecurityQuery"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4337
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4353
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4369
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4385
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4401
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4417
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4433
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4315
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4347
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4363
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4379
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4395
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4331
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4411
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4427
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4443
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4305
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4321
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4234
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestY"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 23924
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23942
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#filter_by PowerpackV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23930
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23936
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_by PowerpackV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 23948
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 24008
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 24001
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24059
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24075
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24104
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24063
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24079
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24092
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24108
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24053
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24069
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24085
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24098
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24012
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 1955
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_dependency_stats_query PowerpackV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1961
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_resource_stats_query PowerpackV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1967
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cloud_cost_query PowerpackV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1973
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_query PowerpackV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1979
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric_query PowerpackV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1985
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1991
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query PowerpackV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1997
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 24112
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24124
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24130
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24142
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24148
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24166
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24172
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24178
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24118
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_upstream PowerpackV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24136
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24154
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24160
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 24287
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 24280
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24380
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24422
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24464
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24480
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24384
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24397
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24410
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24426
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24439
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24452
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24468
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24484
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24497
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24510
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24523
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24374
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24390
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24403
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24416
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24432
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24445
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24458
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24474
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24490
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24503
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24516
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24291
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 24527
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYQueryApmResourceStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24539
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24545
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24557
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24587
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24593
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24533
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24551
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24563
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24569
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24575
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24581
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 24702
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 24695
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24795
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24837
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24866
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24882
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24898
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24914
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24799
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24812
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24825
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24841
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24854
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24870
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24886
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24902
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24918
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24931
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24944
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24789
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24805
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24818
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24831
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24847
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24860
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24876
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24892
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24908
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24924
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24937
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24706
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 24948
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYQueryCloudCostQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24966
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24972
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24978
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24954
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 24960
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 25045
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 25038
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25102
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25118
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYQueryCloudCostQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25106
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25122
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25135
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25148
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25161
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25096
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25112
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25128
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25141
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25154
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25049
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 629
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute PowerpackV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 665
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 641
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 653
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 635
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 671
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by_fields PowerpackV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 677
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#indexes PowerpackV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 647
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search PowerpackV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 683
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#storage PowerpackV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 659
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 25165
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25171
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25177
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25183
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 25339
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 25331
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25346
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25332
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 25239
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 25229
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25306
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25322
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25294
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25310
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25326
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25287
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25300
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25316
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25243
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 55
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 61
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 67
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 73
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 393
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFields",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fields PowerpackV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 399
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 405
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 411
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 464
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 457
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 535
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 522
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 538
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 532
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 510
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 526
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 542
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 503
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 516
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 468
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 240
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 246
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 252
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 258
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 311
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 304
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 369
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 385
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 357
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 373
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 389
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 350
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 363
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 379
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 315
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 229
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 221
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 236
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 222
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 129
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 119
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 209
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 196
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 212
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 206
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 184
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 200
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 216
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 177
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 190
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 133
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 25350
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25356
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25362
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25368
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4400.ts",
          "line": 25421
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4400.ts",
        "line": 25414
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25479
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25495
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25467
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25483
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25499
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25460
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25473
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25489
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4400.ts",
            "line": 25425
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4400:PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 778
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 771
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 930
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 943
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 959
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 975
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 859
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 946
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 962
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 888
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 978
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 917
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 927
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 940
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 956
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 972
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 934
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 863
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 876
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 966
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 950
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 892
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 905
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 982
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 921
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 853
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 869
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 882
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 898
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 911
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 782
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 546
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQuerySearch",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 552
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 591
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 584
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQuerySearchOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 625
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 618
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 595
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 2272
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 2264
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2279
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYQueryList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2265
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYQueryList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 986
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYQueryMetricQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1010
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1016
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 992
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 998
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1004
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#semantic_mode PowerpackV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1022
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 1096
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 1089
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1159
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1175
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1191
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1233
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYQueryMetricQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1163
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1179
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1195
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1208
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1221
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1237
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1153
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1169
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1185
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1201
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1214
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1227
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1100
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 2081
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 2071
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2156
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2172
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2188
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2204
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2220
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2236
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2252
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2159
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2175
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2191
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2207
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2223
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2239
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2255
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2153
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2169
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2185
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2201
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2217
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2233
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2249
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2163
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2179
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2195
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2211
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2227
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2243
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2259
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2085
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 1241
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYQueryProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1259
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1277
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1283
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1247
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1253
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_normalized_cpu PowerpackV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1265
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1271
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1289
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tag_filters PowerpackV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1295
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_filter PowerpackV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1301
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 1403
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 1396
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1490
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1506
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1535
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1551
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1593
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1609
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1625
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYQueryProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1494
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1510
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1523
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1539
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1555
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1568
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1581
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1597
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1613
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1629
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1484
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1500
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1516
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1529
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1545
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1561
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1574
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1587
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1603
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1619
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1407
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 1633
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYQuerySloQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1651
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#measure PowerpackV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1663
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_id PowerpackV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1675
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#additional_query_filters PowerpackV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1639
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1645
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_mode PowerpackV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1657
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1669
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query_type PowerpackV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1681
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 1769
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 1762
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1844
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1860
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1889
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1918
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1947
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYQuerySloQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1848
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1864
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1877
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1893
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1906
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1922
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1935
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1951
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1838
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1854
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1870
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1883
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1899
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1912
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1928
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1941
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 1773
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 2959
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYRumQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2965
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2977
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2983
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2989
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2971
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYRumQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 2283
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2289
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2295
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2301
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 2354
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 2347
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2412
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2428
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2400
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2416
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2432
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2393
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2406
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2422
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2358
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 2586
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2592
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2598
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2604
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 2763
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 2755
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2770
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2756
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 2660
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 2650
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2743
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2714
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2730
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2746
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2740
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2718
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2734
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2750
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2708
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2724
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2664
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 2436
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2442
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2454
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2448
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 2507
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 2500
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2565
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2553
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2569
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2582
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2546
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2559
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2575
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2511
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 2774
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2780
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2786
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2792
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 2948
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 2940
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2955
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2941
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 2848
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 2838
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2915
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2931
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2903
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2919
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2935
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2896
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2909
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2925
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 2852
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 3056
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 3049
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3139
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3155
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3171
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3142
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3158
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3174
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3126
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3136
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3152
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3168
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3146
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3162
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3114
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3178
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3130
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3107
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3120
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3060
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 3858
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3864
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3876
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3882
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3888
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3870
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 3182
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3188
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3194
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3200
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 3253
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 3246
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3311
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3327
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3299
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3315
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3331
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3292
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3305
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3321
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3257
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 3485
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3491
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3497
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3503
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 3662
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 3654
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3669
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3655
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 3559
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 3549
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3642
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3613
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3629
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3645
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3639
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3617
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3633
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3649
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3607
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3623
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3563
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 3335
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3341
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3353
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3347
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 3406
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 3399
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3464
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3452
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3468
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3481
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3445
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3458
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3474
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3410
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 3673
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3679
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3685
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3691
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 3847
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 3839
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3854
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3840
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 3747
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 3737
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3814
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3830
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3802
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3818
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3834
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3795
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3808
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3824
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3751
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 3955
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 3948
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4038
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4054
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4070
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4041
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4057
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4073
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4025
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4035
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4051
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4067
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4045
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4061
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4013
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4077
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4029
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4006
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4019
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 3959
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionRequestYSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 4833
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4839
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4845
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 4603
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4609
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4615
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 4661
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 4654
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4701
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4714
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4694
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4707
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4665
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 4718
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4724
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4730
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 4776
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 4769
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4816
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4829
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4809
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4822
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4780
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 4891
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 4884
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4927
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4943
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4930
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4946
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4924
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4940
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4934
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4950
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4895
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionXaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionXaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 4954
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionXaxis",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#include_zero PowerpackV2#include_zero}",
            "stability": "stable",
            "summary": "Set to `true` to include zero."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4960
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph. Only usable on Scatterplot Widgets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4966
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#max PowerpackV2#max}",
            "stability": "stable",
            "summary": "Specifies the maximum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4972
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#min PowerpackV2#min}",
            "stability": "stable",
            "summary": "Specifies the minimum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4978
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#scale PowerpackV2#scale}",
            "stability": "stable",
            "summary": "Specifies the scale type. Possible values are `linear`, `log`, `sqrt`, and `pow##` (for example `pow2` or `pow0.5`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 4984
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionXaxis"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionXaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionXaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 5051
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 5044
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5108
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5124
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5140
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5156
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5172
          },
          "name": "resetScale"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionXaxisOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5112
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5128
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5144
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5160
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5176
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5102
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5118
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5134
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5150
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5166
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5055
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionXaxis"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionXaxisOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 5180
      },
      "name": "PowerpackV2WidgetScatterplotDefinitionYaxis",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#include_zero PowerpackV2#include_zero}",
            "stability": "stable",
            "summary": "Set to `true` to include zero."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5186
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph. Only usable on Scatterplot Widgets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5192
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#max PowerpackV2#max}",
            "stability": "stable",
            "summary": "Specifies the maximum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5198
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#min PowerpackV2#min}",
            "stability": "stable",
            "summary": "Specifies the minimum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5204
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#scale PowerpackV2#scale}",
            "stability": "stable",
            "summary": "Specifies the scale type. Possible values are `linear`, `log`, `sqrt`, and `pow##` (for example `pow2` or `pow0.5`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5210
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionYaxis"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 5277
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 5270
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5334
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5350
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5366
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5382
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5398
          },
          "name": "resetScale"
        }
      ],
      "name": "PowerpackV2WidgetScatterplotDefinitionYaxisOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5338
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5354
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5370
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5386
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5402
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5328
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5344
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5360
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5376
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5392
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5281
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetScatterplotDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetScatterplotDefinitionYaxisOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServiceLevelObjectiveDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServiceLevelObjectiveDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 6228
      },
      "name": "PowerpackV2WidgetServiceLevelObjectiveDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_id PowerpackV2#slo_id}",
            "stability": "stable",
            "summary": "The ID of the service level objective used by the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6270
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `7d`, `30d`, `90d`, `week_to_date`, `previous_week`, `month_to_date`, `previous_month`, `global_time`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time_windows PowerpackV2#time_windows}",
            "stability": "stable",
            "summary": "A list of time windows to display in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6276
          },
          "name": "timeWindows",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#view_mode PowerpackV2#view_mode}",
            "stability": "stable",
            "summary": "The view mode for the widget. Valid values are `overall`, `component`, `both`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6300
          },
          "name": "viewMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#view_type PowerpackV2#view_type}",
            "stability": "stable",
            "summary": "The type of view to use when displaying the widget. Only `detail` is supported."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6306
          },
          "name": "viewType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#additional_query_filters PowerpackV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6234
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6240
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#global_time_target PowerpackV2#global_time_target}",
            "stability": "stable",
            "summary": "The global time target of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6246
          },
          "name": "globalTimeTarget",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6252
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6258
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#show_error_budget PowerpackV2#show_error_budget}",
            "stability": "stable",
            "summary": "Whether to show the error budget or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6264
          },
          "name": "showErrorBudget",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6312
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServiceLevelObjectiveDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6282
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6288
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6294
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetServiceLevelObjectiveDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServiceLevelObjectiveDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServiceLevelObjectiveDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 6442
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 6435
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6746
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServiceLevelObjectiveDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6553
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6569
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6585
          },
          "name": "resetGlobalTimeTarget"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6601
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6617
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6633
          },
          "name": "resetShowErrorBudget"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6749
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6675
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6691
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6707
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetServiceLevelObjectiveDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6743
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServiceLevelObjectiveDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6557
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6573
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6589
          },
          "name": "globalTimeTargetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6605
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6621
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6637
          },
          "name": "showErrorBudgetInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6650
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6753
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServiceLevelObjectiveDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6663
          },
          "name": "timeWindowsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6695
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6679
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6711
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6724
          },
          "name": "viewModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6737
          },
          "name": "viewTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6547
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6563
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6579
          },
          "name": "globalTimeTarget",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6595
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6611
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6627
          },
          "name": "showErrorBudget",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6643
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6656
          },
          "name": "timeWindows",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6669
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6685
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6701
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6717
          },
          "name": "viewMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6730
          },
          "name": "viewType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6446
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServiceLevelObjectiveDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetServiceLevelObjectiveDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServiceLevelObjectiveDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServiceLevelObjectiveDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 6107
      },
      "name": "PowerpackV2WidgetServiceLevelObjectiveDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6113
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServiceLevelObjectiveDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6119
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServiceLevelObjectiveDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetServiceLevelObjectiveDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServiceLevelObjectiveDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServiceLevelObjectiveDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 5877
      },
      "name": "PowerpackV2WidgetServiceLevelObjectiveDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5883
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5889
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetServiceLevelObjectiveDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServiceLevelObjectiveDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServiceLevelObjectiveDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 5935
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 5928
      },
      "name": "PowerpackV2WidgetServiceLevelObjectiveDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5975
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5988
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5968
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5981
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5939
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServiceLevelObjectiveDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetServiceLevelObjectiveDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServiceLevelObjectiveDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServiceLevelObjectiveDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 5992
      },
      "name": "PowerpackV2WidgetServiceLevelObjectiveDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 5998
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6004
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetServiceLevelObjectiveDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServiceLevelObjectiveDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServiceLevelObjectiveDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 6050
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 6043
      },
      "name": "PowerpackV2WidgetServiceLevelObjectiveDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6090
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6103
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6083
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6096
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6054
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServiceLevelObjectiveDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetServiceLevelObjectiveDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServiceLevelObjectiveDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServiceLevelObjectiveDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 6165
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 6158
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6201
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServiceLevelObjectiveDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6217
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServiceLevelObjectiveDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6204
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6220
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetServiceLevelObjectiveDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6198
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServiceLevelObjectiveDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6214
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServiceLevelObjectiveDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6208
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServiceLevelObjectiveDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6224
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServiceLevelObjectiveDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6169
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServiceLevelObjectiveDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetServiceLevelObjectiveDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 7331
      },
      "name": "PowerpackV2WidgetServicemapDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#filters PowerpackV2#filters}",
            "stability": "stable",
            "summary": "Your environment and primary tag (or `*` if enabled for your account)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7343
          },
          "name": "filters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "The ID of the service to map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7361
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_link PowerpackV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7385
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7337
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7349
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7355
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7391
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7367
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7373
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7379
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetServicemapDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 6757
      },
      "name": "PowerpackV2WidgetServicemapDefinitionCustomLink",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_hidden PowerpackV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6763
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6769
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#link PowerpackV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6775
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#override_label PowerpackV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6781
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetServicemapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 6969
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 6961
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6976
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetServicemapDefinitionCustomLinkList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6962
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetServicemapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 6844
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 6834
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6904
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6920
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6936
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6952
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackV2WidgetServicemapDefinitionCustomLinkOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6908
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6924
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6940
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6956
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6898
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6914
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6930
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6946
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6848
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetServicemapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 7493
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 7486
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7699
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7715
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7702
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7580
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7609
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7625
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7718
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7654
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7670
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7686
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetServicemapDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7696
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7712
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7706
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7584
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7597
          },
          "name": "filtersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7613
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7629
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7642
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7722
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7674
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7658
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7690
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7574
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7590
          },
          "name": "filters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7603
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7619
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7635
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7648
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7664
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7680
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7497
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetServicemapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 7210
      },
      "name": "PowerpackV2WidgetServicemapDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7216
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7222
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetServicemapDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 6980
      },
      "name": "PowerpackV2WidgetServicemapDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6986
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 6992
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetServicemapDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 7038
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 7031
      },
      "name": "PowerpackV2WidgetServicemapDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7078
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7091
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7071
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7084
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7042
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetServicemapDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 7095
      },
      "name": "PowerpackV2WidgetServicemapDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7101
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7107
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetServicemapDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 7153
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 7146
      },
      "name": "PowerpackV2WidgetServicemapDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7193
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7206
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7186
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7199
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7157
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetServicemapDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 7268
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 7261
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7304
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7320
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7307
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7323
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetServicemapDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7301
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7317
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7311
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7327
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7272
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetServicemapDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetServicemapDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 8524
      },
      "name": "PowerpackV2WidgetSloListDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#request PowerpackV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8566
          },
          "name": "request",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8530
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8536
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8542
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8572
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8548
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8554
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8560
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSloListDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 8660
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 8653
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8828
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8841
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8735
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8751
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8767
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8844
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8783
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8799
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8815
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetSloListDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8825
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8838
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8739
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8755
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8771
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8832
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8848
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8803
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8787
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8819
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8729
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8745
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8761
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8777
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8793
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8809
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8664
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSloListDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 8026
      },
      "name": "PowerpackV2WidgetSloListDefinitionRequest",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8038
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionRequestQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#request_type PowerpackV2#request_type}",
            "stability": "stable",
            "summary": "The request type for the SLO List request. Valid values are `slo_list`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8032
          },
          "name": "requestType",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSloListDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 8162
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 8154
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8169
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetSloListDefinitionRequestList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8155
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSloListDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 8087
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 8077
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8145
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionRequestQuery"
              }
            }
          ]
        }
      ],
      "name": "PowerpackV2WidgetSloListDefinitionRequestOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8142
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionRequestQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8149
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionRequestQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8136
          },
          "name": "requestTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8129
          },
          "name": "requestType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8091
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSloListDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 7873
      },
      "name": "PowerpackV2WidgetSloListDefinitionRequestQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query_string PowerpackV2#query_string}",
            "stability": "stable",
            "summary": "Widget query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7885
          },
          "name": "queryString",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "Maximum number of results to display in the table."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7879
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7891
          },
          "name": "sort",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionRequestQuerySort"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSloListDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 7944
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 7937
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8015
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionRequestQuerySort"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7989
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8018
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetSloListDefinitionRequestQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8012
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionRequestQuerySortList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7993
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8006
          },
          "name": "queryStringInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8022
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionRequestQuerySort"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7983
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7999
          },
          "name": "queryString",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7948
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionRequestQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSloListDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionRequestQuerySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionRequestQuerySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 7726
      },
      "name": "PowerpackV2WidgetSloListDefinitionRequestQuerySort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#column PowerpackV2#column}",
            "stability": "stable",
            "summary": "The facet path for the column."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7732
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7738
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSloListDefinitionRequestQuerySort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionRequestQuerySortList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionRequestQuerySortList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 7862
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 7854
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7869
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionRequestQuerySortOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetSloListDefinitionRequestQuerySortList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7855
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionRequestQuerySort"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSloListDefinitionRequestQuerySortList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionRequestQuerySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionRequestQuerySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 7787
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 7777
      },
      "name": "PowerpackV2WidgetSloListDefinitionRequestQuerySortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7836
          },
          "name": "columnInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7849
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7829
          },
          "name": "column",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7842
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 7791
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionRequestQuerySort"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSloListDefinitionRequestQuerySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 8403
      },
      "name": "PowerpackV2WidgetSloListDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8409
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8415
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSloListDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 8173
      },
      "name": "PowerpackV2WidgetSloListDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8179
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8185
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSloListDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 8231
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 8224
      },
      "name": "PowerpackV2WidgetSloListDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8271
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8284
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8264
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8277
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8235
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSloListDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 8288
      },
      "name": "PowerpackV2WidgetSloListDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8294
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8300
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSloListDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 8346
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 8339
      },
      "name": "PowerpackV2WidgetSloListDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8386
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8399
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8379
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8392
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8350
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSloListDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 8461
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 8454
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8497
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8513
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8500
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8516
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetSloListDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8494
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8510
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8504
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8520
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8465
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSloListDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSloListDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 21629
      },
      "name": "PowerpackV2WidgetSunburstDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_link PowerpackV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21677
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21635
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21641
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_total PowerpackV2#hide_total}",
            "stability": "stable",
            "summary": "Whether or not to show the total value in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21647
          },
          "name": "hideTotal",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#legend_inline PowerpackV2#legend_inline}",
            "stability": "stable",
            "summary": "legend_inline block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21683
          },
          "name": "legendInline",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionLegendInline"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#legend_table PowerpackV2#legend_table}",
            "stability": "stable",
            "summary": "legend_table block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21689
          },
          "name": "legendTable",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionLegendTable"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21653
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#request PowerpackV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21695
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21701
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21659
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21665
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21671
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 8852
      },
      "name": "PowerpackV2WidgetSunburstDefinitionCustomLink",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_hidden PowerpackV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8858
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8864
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#link PowerpackV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8870
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#override_label PowerpackV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8876
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 9064
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 9056
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9071
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionCustomLinkList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9057
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 8939
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 8929
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8999
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9015
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9031
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9047
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionCustomLinkOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9003
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9019
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9035
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9051
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8993
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9009
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9025
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9041
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 8943
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionLegendInline": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionLegendInline",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 9075
      },
      "name": "PowerpackV2WidgetSunburstDefinitionLegendInline",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#type PowerpackV2#type}",
            "stability": "stable",
            "summary": "The type of legend (inline or automatic)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9093
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_percent PowerpackV2#hide_percent}",
            "stability": "stable",
            "summary": "Whether to hide the percentages of the groups."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9081
          },
          "name": "hidePercent",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_value PowerpackV2#hide_value}",
            "stability": "stable",
            "summary": "Whether to hide the values of the groups."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9087
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionLegendInline"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionLegendInlineOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionLegendInlineOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 9146
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 9139
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9191
          },
          "name": "resetHidePercent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9207
          },
          "name": "resetHideValue"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionLegendInlineOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9195
          },
          "name": "hidePercentInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9211
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9224
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9185
          },
          "name": "hidePercent",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9201
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9217
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9150
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionLegendInline"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionLegendInlineOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionLegendTable": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionLegendTable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 9228
      },
      "name": "PowerpackV2WidgetSunburstDefinitionLegendTable",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#type PowerpackV2#type}",
            "stability": "stable",
            "summary": "The type of legend (table or none)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9234
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionLegendTable"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionLegendTableOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionLegendTableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 9273
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 9266
      },
      "name": "PowerpackV2WidgetSunburstDefinitionLegendTableOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9307
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9300
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9277
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionLegendTable"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionLegendTableOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 21817
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 21810
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22025
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22041
          },
          "name": "putLegendInline",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionLegendInline"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22057
          },
          "name": "putLegendTable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionLegendTable"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22073
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22089
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22028
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21916
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21932
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21948
          },
          "name": "resetHideTotal"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22044
          },
          "name": "resetLegendInline"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22060
          },
          "name": "resetLegendTable"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21964
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22076
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22092
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21980
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21996
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22012
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22022
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22038
          },
          "name": "legendInline",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionLegendInlineOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22054
          },
          "name": "legendTable",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionLegendTableOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22070
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22086
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22032
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21920
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21936
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21952
          },
          "name": "hideTotalInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22048
          },
          "name": "legendInlineInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionLegendInline"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22064
          },
          "name": "legendTableInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionLegendTable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21968
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22080
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22096
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22000
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21984
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22016
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21910
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21926
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21942
          },
          "name": "hideTotal",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21958
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21974
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21990
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22006
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21821
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 20775
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequest",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_query PowerpackV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20787
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#audit_query PowerpackV2#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20793
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula PowerpackV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20799
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#log_query PowerpackV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20805
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#network_query PowerpackV2#network_query}",
            "stability": "stable",
            "summary": "network_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20811
          },
          "name": "networkQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20817
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#q PowerpackV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20781
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20823
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#rum_query PowerpackV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20829
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#security_query PowerpackV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20835
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20841
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20847
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 9987
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestApmQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9993
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10005
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10011
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10017
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9999
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 9311
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestApmQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9317
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9323
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9329
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 9382
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 9375
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9440
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9456
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9428
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9444
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9460
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9421
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9434
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9450
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9386
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 9614
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestApmQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9620
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9626
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9632
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 9791
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 9783
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9798
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestApmQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9784
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 9688
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 9678
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9771
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9742
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9758
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9774
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9768
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9746
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9762
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9778
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9736
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9752
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9692
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 9464
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9470
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9482
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9476
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 9535
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 9528
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9593
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9581
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9597
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9610
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9574
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9587
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9603
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9539
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 9802
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestApmQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9808
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9814
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9820
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 9976
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 9968
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9983
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestApmQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9969
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 9876
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 9866
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9943
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9959
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9931
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9947
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9963
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9924
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9937
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9953
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 9880
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 10084
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 10077
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10167
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10183
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10199
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10170
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10186
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10202
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10154
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestApmQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10164
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10180
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10196
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10174
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10190
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10142
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10206
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10158
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10135
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10148
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10088
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 10886
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestAuditQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10892
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10904
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10910
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10916
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10898
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 10210
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestAuditQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10216
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10222
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10228
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 10281
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 10274
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10339
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10355
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10327
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10343
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10359
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10320
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10333
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10349
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10285
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 10513
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestAuditQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10519
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10525
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10531
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 10690
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 10682
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10697
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestAuditQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10683
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 10587
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 10577
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10670
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10641
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10657
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10673
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10667
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10645
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10661
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10677
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10635
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10651
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10591
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 10363
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10369
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10381
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10375
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 10434
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 10427
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10492
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10480
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10496
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10509
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10473
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10486
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10502
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10438
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 10701
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestAuditQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10707
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10713
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10719
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 10875
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 10867
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10882
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10868
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 10775
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 10765
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10842
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10858
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10830
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10846
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10862
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10823
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10836
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10852
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10779
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 10983
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 10976
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11066
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11082
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11098
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11069
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11085
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11101
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11053
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestAuditQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11063
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11079
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11095
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11073
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11089
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11041
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11105
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11057
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11034
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11047
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 10987
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 12387
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestFormula",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula_expression PowerpackV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12405
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias PowerpackV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12393
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode PowerpackV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12399
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode_options PowerpackV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12411
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#conditional_formats PowerpackV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12417
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12423
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#number_format PowerpackV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12429
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12435
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 11109
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#trend_type PowerpackV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11115
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#y_scale PowerpackV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11121
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 11167
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 11160
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11206
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11222
          },
          "name": "resetYScale"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11210
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11226
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11200
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11216
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11171
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 11230
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestFormulaConditionalFormats",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#comparator PowerpackV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11236
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11272
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11284
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_bg_color PowerpackV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11242
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_fg_color PowerpackV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11248
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_value PowerpackV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11254
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#image_url PowerpackV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11260
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11266
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeframe PowerpackV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11278
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 11608
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 11600
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11615
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11601
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 11382
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 11372
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11485
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11501
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11517
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11533
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11549
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11578
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11473
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11489
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11505
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11521
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11537
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11553
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11566
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11582
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11595
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11466
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11479
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11495
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11511
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11527
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11543
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11559
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11572
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11588
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11386
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 11619
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestFormulaLimit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#count PowerpackV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11625
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11631
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 11677
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 11670
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11716
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11732
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestFormulaLimitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11720
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11736
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11710
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11726
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11681
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 12736
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 12728
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12743
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestFormulaList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12729
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 12148
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormat",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12154
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_scale PowerpackV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12160
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 12206
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 12199
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12242
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12255
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12258
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12239
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12252
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12246
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12262
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12210
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 11944
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#canonical PowerpackV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11950
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom PowerpackV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11956
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 11740
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#per_unit_name PowerpackV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11746
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11752
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 11798
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 11791
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11837
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11853
          },
          "name": "resetUnitName"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11841
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11857
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11831
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11847
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11802
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 11861
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11867
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 11906
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 11899
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11940
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11933
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 11910
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 12002
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 11995
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12038
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12054
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12041
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12057
          },
          "name": "resetCustom"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12035
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12051
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12045
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12061
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12006
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 12065
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12071
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 12110
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 12103
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12144
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12137
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12114
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 12526
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 12516
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12652
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12668
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12684
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12700
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12716
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12610
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12626
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12655
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12671
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12687
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12703
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12719
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestFormulaOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12649
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12665
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12681
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12697
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12713
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12614
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12630
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12659
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12675
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12643
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12691
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12707
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12723
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12604
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12620
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12636
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12530
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 12266
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestFormulaStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12272
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette_index PowerpackV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12278
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 12324
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 12317
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12363
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12379
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestFormulaStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12383
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12367
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12357
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12373
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12328
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 21267
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 21259
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21274
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21260
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 13423
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestLogQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13429
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13441
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13447
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13453
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13435
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 12747
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestLogQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12753
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12759
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12765
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 12818
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 12811
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12876
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12892
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12864
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12880
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12896
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12857
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12870
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12886
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12822
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 13050
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestLogQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13056
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13062
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13068
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 13227
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 13219
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13234
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestLogQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13220
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 13124
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 13114
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13207
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13178
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13194
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13210
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13204
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13182
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13198
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13214
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13172
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13188
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13128
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 12900
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12906
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12918
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12912
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 12971
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 12964
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13029
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13017
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13033
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13046
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13010
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13023
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13039
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 12975
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 13238
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestLogQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13244
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13250
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13256
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 13412
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 13404
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13419
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestLogQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13405
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 13312
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 13302
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13379
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13395
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13367
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13383
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13399
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13360
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13373
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13389
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13316
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 13520
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 13513
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13603
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13619
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13635
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13606
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13622
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13638
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13590
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestLogQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13600
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13616
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13632
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13610
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13626
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13578
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13642
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13594
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13571
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13584
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13524
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 14322
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestNetworkQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14328
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14340
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14346
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14352
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14334
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestNetworkQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 13646
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13652
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13658
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13664
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 13717
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 13710
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13775
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13791
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13763
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13779
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13795
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13756
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13769
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13785
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13721
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 13949
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13955
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13961
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13967
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 14126
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 14118
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14133
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14119
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 14023
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 14013
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14106
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14077
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14093
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14109
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14103
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14081
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14097
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14113
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14071
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14087
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14027
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 13799
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13805
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13817
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13811
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 13870
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 13863
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13928
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13916
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13932
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13945
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13909
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13922
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13938
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 13874
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 14137
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14143
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14149
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14155
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 14311
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 14303
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14318
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14304
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 14211
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 14201
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14278
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14294
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14266
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14282
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14298
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14259
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14272
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14288
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14215
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 14419
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 14412
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14502
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14518
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14534
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14505
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14521
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14537
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14489
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14499
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14515
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14531
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14509
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14525
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14477
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14541
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14493
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14470
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14483
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14423
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 20966
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 20956
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21087
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21103
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21119
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21135
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21151
          },
          "name": "putNetworkQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21167
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21183
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21199
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21215
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21231
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21247
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21090
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21106
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21122
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21138
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21154
          },
          "name": "resetNetworkQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21170
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21074
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21186
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21202
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21218
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21234
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21250
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21084
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21100
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21116
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21132
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21148
          },
          "name": "networkQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21164
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21180
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21196
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21212
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21228
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21244
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21094
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21110
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21126
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21142
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21158
          },
          "name": "networkQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestNetworkQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21174
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21078
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21190
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21206
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21222
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21238
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21254
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21068
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20970
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 14545
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14563
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#filter_by PowerpackV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14551
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14557
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_by PowerpackV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14569
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 14629
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 14622
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14680
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14696
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14725
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14684
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14700
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14713
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14729
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14674
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14690
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14706
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14719
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14633
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 18024
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_dependency_stats_query PowerpackV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18030
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_resource_stats_query PowerpackV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18036
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cloud_cost_query PowerpackV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18042
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_query PowerpackV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18048
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric_query PowerpackV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18054
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18060
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query PowerpackV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18066
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 14733
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14745
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14751
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14763
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14769
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14787
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14793
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14799
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14739
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_upstream PowerpackV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14757
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14775
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14781
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 14908
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 14901
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15001
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15043
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15085
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15101
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15005
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15018
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15031
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15047
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15060
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15073
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15089
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15105
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15118
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15131
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15144
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14995
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15011
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15024
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15037
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15053
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15066
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15079
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15095
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15111
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15124
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15137
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 14912
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 15148
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15160
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15166
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15178
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15208
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15214
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15154
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15172
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15184
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15190
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15196
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15202
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 15323
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 15316
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15416
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15458
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15487
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15503
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15519
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15535
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15420
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15433
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15446
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15462
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15475
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15491
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15507
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15523
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15539
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15552
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15565
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15410
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15426
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15439
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15452
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15468
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15481
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15497
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15513
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15529
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15545
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15558
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15327
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 15569
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestQueryCloudCostQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15587
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15593
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15599
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15575
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15581
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 15666
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 15659
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15723
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15739
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15727
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15743
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15756
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15769
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15782
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15717
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15733
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15749
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15762
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15775
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15670
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 16698
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestQueryEventQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute PowerpackV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16734
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16710
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16722
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16704
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16740
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by_fields PowerpackV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16746
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#indexes PowerpackV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16716
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search PowerpackV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16752
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#storage PowerpackV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16728
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 15786
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15792
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15798
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15804
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 15960
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 15952
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15967
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15953
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 15860
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 15850
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15927
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15943
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15915
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15931
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15947
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15908
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15921
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15937
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15864
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 16124
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16130
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16136
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16142
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 16462
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fields PowerpackV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16468
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16474
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16480
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 16533
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 16526
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16604
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16591
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16607
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16601
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16579
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16595
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16611
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16572
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16585
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16537
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 16309
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16315
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16321
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16327
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 16380
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 16373
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16438
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16454
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16426
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16442
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16458
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16419
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16432
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16448
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16384
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 16298
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 16290
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16305
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16291
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 16198
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 16188
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16278
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16265
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16281
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16275
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16253
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16269
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16285
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16246
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16259
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16202
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 15971
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15977
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15983
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 15989
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 16042
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 16035
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16100
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16116
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16088
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16104
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16120
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16081
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16094
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16110
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16046
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 16847
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 16840
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16999
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17012
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17028
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17044
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16928
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17015
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17031
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16957
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17047
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16986
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16996
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17009
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17025
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17041
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17003
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16932
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16945
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17035
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17019
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16961
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16974
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17051
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16990
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16922
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16938
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16951
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16967
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16980
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16851
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 16615
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestQueryEventQuerySearch",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16621
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 16660
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 16653
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16694
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16687
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 16664
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 18341
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 18333
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18348
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestQueryList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18334
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 17055
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestQueryMetricQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17079
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17085
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17061
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17067
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17073
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#semantic_mode PowerpackV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17091
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 17165
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 17158
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17228
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17244
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17260
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17302
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17232
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17248
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17264
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17277
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17290
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17306
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17222
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17238
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17254
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17270
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17283
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17296
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17169
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 18150
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 18140
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18225
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18241
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18257
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18273
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18289
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18305
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18321
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18228
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18244
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18260
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18276
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18292
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18308
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18324
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18222
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18238
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18254
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18270
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18286
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18302
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18318
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18232
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18248
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18264
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18280
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18296
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18312
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18328
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18154
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 17310
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestQueryProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17328
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17346
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17352
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17316
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17322
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_normalized_cpu PowerpackV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17334
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17340
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17358
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tag_filters PowerpackV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17364
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_filter PowerpackV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17370
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 17472
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 17465
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17559
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17575
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17604
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17620
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17662
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17678
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17694
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17563
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17579
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17592
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17608
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17624
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17637
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17650
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17666
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17682
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17698
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17553
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17569
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17585
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17598
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17614
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17630
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17643
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17656
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17672
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17688
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17476
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 17702
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestQuerySloQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17720
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#measure PowerpackV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17732
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_id PowerpackV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17744
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#additional_query_filters PowerpackV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17708
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17714
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_mode PowerpackV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17726
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17738
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query_type PowerpackV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17750
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 17838
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 17831
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17913
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17929
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17958
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17987
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18016
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17917
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17933
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17946
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17962
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17975
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17991
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18004
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18020
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17907
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17923
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17939
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17952
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17968
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17981
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17997
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18010
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 17842
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 19028
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestRumQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19034
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19046
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19052
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19058
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19040
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 18352
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestRumQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18358
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18364
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18370
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 18423
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 18416
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18481
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18497
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18469
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18485
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18501
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18462
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18475
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18491
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18427
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 18655
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestRumQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18661
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18667
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18673
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 18832
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 18824
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18839
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestRumQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18825
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 18729
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 18719
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18812
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18783
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18799
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18815
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18809
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18787
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18803
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18819
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18777
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18793
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18733
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 18505
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18511
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18523
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18517
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 18576
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 18569
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18634
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18622
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18638
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18651
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18615
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18628
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18644
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18580
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 18843
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestRumQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18849
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18855
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18861
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 19017
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 19009
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19024
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestRumQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19010
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 18917
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 18907
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18984
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19000
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18972
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18988
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19004
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18965
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18978
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18994
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 18921
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 19125
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 19118
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19208
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19224
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19240
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19211
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19227
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19243
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19195
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestRumQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19205
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19221
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19237
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19215
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19231
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19183
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19247
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19199
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19176
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19189
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19129
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 19927
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestSecurityQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19933
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19945
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19951
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19957
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19939
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 19251
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19257
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19263
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19269
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 19322
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 19315
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19380
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19396
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19368
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19384
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19400
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19361
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19374
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19390
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19326
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 19554
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19560
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19566
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19572
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 19731
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 19723
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19738
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19724
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 19628
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 19618
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19711
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19682
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19698
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19714
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19708
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19686
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19702
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19718
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19676
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19692
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19632
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 19404
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19410
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19422
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19416
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 19475
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 19468
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19533
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19521
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19537
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19550
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19514
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19527
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19543
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19479
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 19742
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19748
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19754
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19760
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 19916
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 19908
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19923
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19909
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 19816
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 19806
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19883
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19899
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19871
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19887
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19903
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19864
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19877
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19893
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 19820
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 20024
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 20017
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20107
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20123
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20139
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20110
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20126
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20142
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20094
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20104
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20120
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20136
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20114
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20130
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20082
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20146
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20098
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20075
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20088
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20028
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 20533
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#count PowerpackV2#count}",
            "stability": "stable",
            "summary": "The number of items to limit the widget to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20539
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order_by PowerpackV2#order_by}",
            "stability": "stable",
            "summary": "order_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20545
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSortOrderBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSortOrderBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 20380
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestSortOrderBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula_sort PowerpackV2#formula_sort}",
            "stability": "stable",
            "summary": "formula_sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20386
          },
          "name": "formulaSort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSortOrderByFormulaSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_sort PowerpackV2#group_sort}",
            "stability": "stable",
            "summary": "group_sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20392
          },
          "name": "groupSort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSortOrderByGroupSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestSortOrderBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSortOrderByFormulaSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSortOrderByFormulaSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 20150
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestSortOrderByFormulaSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "The index of the formula to sort by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20156
          },
          "name": "index",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting direction. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20162
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestSortOrderByFormulaSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSortOrderByFormulaSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSortOrderByFormulaSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 20208
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 20201
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestSortOrderByFormulaSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20248
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20261
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20241
          },
          "name": "index",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20254
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20212
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSortOrderByFormulaSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestSortOrderByFormulaSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSortOrderByGroupSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSortOrderByGroupSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 20265
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestSortOrderByGroupSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the group tag to sort by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20271
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting direction. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20277
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestSortOrderByGroupSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSortOrderByGroupSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSortOrderByGroupSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 20323
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 20316
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestSortOrderByGroupSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20363
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20376
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20356
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20369
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20327
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSortOrderByGroupSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestSortOrderByGroupSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSortOrderByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSortOrderByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 20522
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 20514
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20529
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSortOrderByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestSortOrderByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20515
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestSortOrderByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSortOrderByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSortOrderByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 20441
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 20431
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20486
          },
          "name": "putFormulaSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSortOrderByFormulaSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20502
          },
          "name": "putGroupSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSortOrderByGroupSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20489
          },
          "name": "resetFormulaSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20505
          },
          "name": "resetGroupSort"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestSortOrderByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20483
          },
          "name": "formulaSort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSortOrderByFormulaSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20499
          },
          "name": "groupSort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSortOrderByGroupSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20493
          },
          "name": "formulaSortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSortOrderByFormulaSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20509
          },
          "name": "groupSortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSortOrderByGroupSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20445
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSortOrderBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestSortOrderByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 20591
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 20584
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20643
          },
          "name": "putOrderBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSortOrderBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20630
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20646
          },
          "name": "resetOrderBy"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20640
          },
          "name": "orderBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSortOrderByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20634
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20650
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20624
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20595
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 20654
      },
      "name": "PowerpackV2WidgetSunburstDefinitionRequestStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order_by PowerpackV2#order_by}",
            "stability": "stable",
            "summary": "How to order series. Valid values are `tags`, `values`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20660
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20666
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 20712
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 20705
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20751
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20767
          },
          "name": "resetPalette"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionRequestStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20755
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20771
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20745
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20761
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 20716
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 21508
      },
      "name": "PowerpackV2WidgetSunburstDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21514
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21520
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 21278
      },
      "name": "PowerpackV2WidgetSunburstDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21284
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21290
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 21336
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 21329
      },
      "name": "PowerpackV2WidgetSunburstDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21376
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21389
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21369
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21382
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21340
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 21393
      },
      "name": "PowerpackV2WidgetSunburstDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21399
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21405
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 21451
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 21444
      },
      "name": "PowerpackV2WidgetSunburstDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21491
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21504
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21484
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21497
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21455
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 21566
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 21559
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21602
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21618
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21605
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21621
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetSunburstDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21599
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21615
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21609
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21625
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 21570
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetSunburstDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetSunburstDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 13288
      },
      "name": "PowerpackV2WidgetTimeseriesDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_link PowerpackV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13354
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13294
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event PowerpackV2#event}",
            "stability": "stable",
            "summary": "event block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13360
          },
          "name": "event",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13300
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#legend_columns PowerpackV2#legend_columns}",
            "stability": "stable",
            "summary": "A list of columns to display in the legend. Valid values are `value`, `avg`, `sum`, `min`, `max`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13306
          },
          "name": "legendColumns",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#legend_layout PowerpackV2#legend_layout}",
            "stability": "stable",
            "summary": "The layout of the legend displayed in the widget. Valid values are `auto`, `horizontal`, `vertical`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13312
          },
          "name": "legendLayout",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#legend_size PowerpackV2#legend_size}",
            "stability": "stable",
            "summary": "The size of the legend displayed in the widget. Valid values are `0`, `2`, `4`, `8`, `16`, `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13318
          },
          "name": "legendSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13324
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#marker PowerpackV2#marker}",
            "stability": "stable",
            "summary": "marker block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13366
          },
          "name": "marker",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#request PowerpackV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13372
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#right_yaxis PowerpackV2#right_yaxis}",
            "stability": "stable",
            "summary": "right_yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13378
          },
          "name": "rightYaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRightYaxis"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#show_legend PowerpackV2#show_legend}",
            "stability": "stable",
            "summary": "Whether or not to show the legend on this widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13330
          },
          "name": "showLegend",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13384
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13336
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13342
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13348
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#yaxis PowerpackV2#yaxis}",
            "stability": "stable",
            "summary": "yaxis block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13390
          },
          "name": "yaxis",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 22100
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionCustomLink",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_hidden PowerpackV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22106
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22112
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#link PowerpackV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22118
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#override_label PowerpackV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22124
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetTimeseriesDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 22312
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 22304
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22319
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionCustomLinkList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22305
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetTimeseriesDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 22187
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 22177
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22247
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22263
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22279
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22295
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionCustomLinkOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22251
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22267
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22283
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22299
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22241
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22257
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22273
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22289
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22191
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetTimeseriesDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionEvent": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionEvent",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 22323
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionEvent",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#q PowerpackV2#q}",
            "stability": "stable",
            "summary": "The event query to use in the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22329
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tags_execution PowerpackV2#tags_execution}",
            "stability": "stable",
            "summary": "The execution method for multi-value filters."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22335
          },
          "name": "tagsExecution",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetTimeseriesDefinitionEvent"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionEventList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionEventList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 22462
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 22454
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22469
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionEventOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionEventList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22455
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetTimeseriesDefinitionEventList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionEventOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionEventOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 22384
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 22374
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22445
          },
          "name": "resetTagsExecution"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionEventOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22433
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22449
          },
          "name": "tagsExecutionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22426
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22439
          },
          "name": "tagsExecution",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22388
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionEvent"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetTimeseriesDefinitionEventOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionMarker": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionMarker",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 22473
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionMarker",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be a single value `y = 15` or a range of values `0 < y < 10`. For Distribution widgets with `display_type` set to `percentile`, this should be a numeric percentile value (for example, `90` for P90).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22497
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "For Distribution widgets, this can be set to `percentile`. Example: `error dashed`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#display_type PowerpackV2#display_type}",
            "stability": "stable",
            "summary": "Combination of a severity (`error`, `warning`, `ok`, or `info`) and a line type (`dashed`, `solid`, or `bold`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22479
          },
          "name": "displayType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "Label to display over the marker."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22485
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "Timestamp for the marker position."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22491
          },
          "name": "time",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetTimeseriesDefinitionMarker"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionMarkerList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionMarkerList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 22682
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 22674
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22689
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionMarkerOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionMarkerList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22675
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetTimeseriesDefinitionMarkerList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionMarkerOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionMarkerOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 22560
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 22550
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22620
          },
          "name": "resetDisplayType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22636
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22652
          },
          "name": "resetTime"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionMarkerOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22624
          },
          "name": "displayTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22640
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22656
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22669
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22614
          },
          "name": "displayType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22630
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22646
          },
          "name": "time",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22662
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22564
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionMarker"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetTimeseriesDefinitionMarkerOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 13541
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 13534
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13827
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13843
          },
          "name": "putEvent",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionEvent"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13859
          },
          "name": "putMarker",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionMarker"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13875
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13891
          },
          "name": "putRightYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRightYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13907
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13923
          },
          "name": "putYaxis",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionYaxis"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13830
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13670
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13846
          },
          "name": "resetEvent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13686
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13702
          },
          "name": "resetLegendColumns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13718
          },
          "name": "resetLegendLayout"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13734
          },
          "name": "resetLegendSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13750
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13862
          },
          "name": "resetMarker"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13878
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13894
          },
          "name": "resetRightYaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13766
          },
          "name": "resetShowLegend"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13910
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13782
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13798
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13814
          },
          "name": "resetTitleSize"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13926
          },
          "name": "resetYaxis"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13824
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13840
          },
          "name": "event",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionEventList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13856
          },
          "name": "marker",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionMarkerList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13872
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13888
          },
          "name": "rightYaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRightYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13904
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13920
          },
          "name": "yaxis",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionYaxisOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13834
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13674
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13850
          },
          "name": "eventInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionEvent"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13690
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13706
          },
          "name": "legendColumnsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13722
          },
          "name": "legendLayoutInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13738
          },
          "name": "legendSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13754
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13866
          },
          "name": "markerInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionMarker"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13882
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13898
          },
          "name": "rightYaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRightYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13770
          },
          "name": "showLegendInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13914
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13802
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13786
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13818
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13930
          },
          "name": "yaxisInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionYaxis"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13664
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13680
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13696
          },
          "name": "legendColumns",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13712
          },
          "name": "legendLayout",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13728
          },
          "name": "legendSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13744
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13760
          },
          "name": "showLegend",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13776
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13792
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13808
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13545
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 11842
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequest",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_query PowerpackV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11866
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#audit_query PowerpackV2#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11872
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#display_type PowerpackV2#display_type}",
            "stability": "stable",
            "summary": "How to display the marker lines. Valid values are `area`, `bars`, `line`, `overlay`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11848
          },
          "name": "displayType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_query PowerpackV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11878
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula PowerpackV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11884
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#log_query PowerpackV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11890
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metadata PowerpackV2#metadata}",
            "stability": "stable",
            "summary": "metadata block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11896
          },
          "name": "metadata",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#network_query PowerpackV2#network_query}",
            "stability": "stable",
            "summary": "network_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11902
          },
          "name": "networkQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#on_right_yaxis PowerpackV2#on_right_yaxis}",
            "stability": "stable",
            "summary": "A Boolean indicating whether the request uses the right or left Y-Axis."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11854
          },
          "name": "onRightYaxis",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11908
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#profile_metrics_query PowerpackV2#profile_metrics_query}",
            "stability": "stable",
            "summary": "profile_metrics_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11914
          },
          "name": "profileMetricsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#q PowerpackV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11860
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11920
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#rum_query PowerpackV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11926
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#security_query PowerpackV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11932
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11938
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 23369
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestApmQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23375
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23387
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23393
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23399
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23381
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetTimeseriesDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 22693
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22699
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22705
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22711
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 22764
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 22757
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22822
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22838
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22810
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22826
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22842
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22803
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22816
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22832
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22768
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 22996
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23002
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23008
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23014
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 23173
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 23165
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23180
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23166
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 23070
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 23060
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23153
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23124
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23140
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23156
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23150
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23128
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23144
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23160
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23118
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23134
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23074
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 22846
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22852
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22864
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22858
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 22917
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 22910
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22975
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22963
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22979
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22992
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22956
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22969
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22985
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 22921
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 23184
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23190
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23196
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23202
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 23358
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 23350
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23365
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23351
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 23258
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 23248
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23325
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23341
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23313
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23329
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23345
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23306
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23319
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23335
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23262
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 23466
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 23459
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23549
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23565
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23581
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23552
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23568
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23584
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23536
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23546
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23562
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23578
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23556
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23572
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23524
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23588
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23540
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23517
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23530
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23470
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 404
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestAuditQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 410
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 422
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 428
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 434
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 416
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 23592
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23598
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23604
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23610
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 23663
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 23656
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23721
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23737
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23709
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23725
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23741
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23702
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23715
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23731
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23667
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 31
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 37
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 43
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 49
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 208
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 200
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 215
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 201
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 105
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 95
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 188
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 159
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 175
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 191
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 185
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 163
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 179
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 195
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 153
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 169
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 109
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 23745
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23751
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23763
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23757
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs4800.ts",
          "line": 23816
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs4800.ts",
        "line": 23809
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23874
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23862
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23878
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23891
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23855
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23868
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23884
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs4800.ts",
            "line": 23820
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs4800:PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 219
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 225
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 231
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 237
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 393
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 385
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 400
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 386
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 293
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 283
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 360
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 376
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 348
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 364
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 380
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 341
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 354
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 370
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 297
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 501
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 494
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 584
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 600
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 616
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 587
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 603
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 619
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 571
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 581
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 597
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 613
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 591
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 607
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 559
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 623
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 575
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 552
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 565
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 505
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 1303
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestEventQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1309
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1321
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1327
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1333
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1315
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestEventQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 627
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 633
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 639
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 645
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 698
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 691
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 756
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 772
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 744
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 760
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 776
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 737
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 750
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 766
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 702
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 930
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 936
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 942
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 948
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 1107
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 1099
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1114
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1100
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 1004
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 994
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1087
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1058
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1074
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1090
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1084
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1062
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1078
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1094
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1052
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1068
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1008
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 780
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 786
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 798
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 792
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 851
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 844
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 909
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 897
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 913
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 926
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 890
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 903
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 919
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 855
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 1118
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1124
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1130
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1136
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 1292
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 1284
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1299
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1285
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 1192
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 1182
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1259
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1275
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1247
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1263
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1279
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1240
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1253
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1269
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1196
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 1400
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 1393
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1483
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1499
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1515
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1486
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1502
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1518
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1470
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1480
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1496
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1512
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1490
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1506
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1458
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1522
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1474
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1451
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1464
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1404
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 2804
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestFormula",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula_expression PowerpackV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2822
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias PowerpackV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2810
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode PowerpackV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2816
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode_options PowerpackV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2828
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#conditional_formats PowerpackV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2834
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2840
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#number_format PowerpackV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2846
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2852
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 1526
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#trend_type PowerpackV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1532
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#y_scale PowerpackV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1538
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 1584
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 1577
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1623
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1639
          },
          "name": "resetYScale"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1627
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1643
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1617
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1633
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1588
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 1647
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormats",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#comparator PowerpackV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1653
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1689
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1701
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_bg_color PowerpackV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1659
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_fg_color PowerpackV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1665
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_value PowerpackV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1671
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#image_url PowerpackV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1677
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1683
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeframe PowerpackV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1695
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 2025
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 2017
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2032
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2018
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 1799
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 1789
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1902
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1918
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1934
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1950
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1966
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1995
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1890
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1906
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1922
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1938
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1954
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1970
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1983
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1999
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2012
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1883
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1896
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1912
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1928
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1944
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1960
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1976
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1989
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2005
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 1803
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 2036
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestFormulaLimit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#count PowerpackV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2042
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2048
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 2094
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 2087
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2133
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2149
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestFormulaLimitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2137
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2153
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2127
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2143
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2098
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 3153
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 3145
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3160
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestFormulaList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3146
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 2565
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormat",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2571
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_scale PowerpackV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2577
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 2623
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 2616
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2659
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2672
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2675
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2656
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2669
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2663
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2679
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2627
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 2361
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#canonical PowerpackV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2367
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom PowerpackV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2373
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 2157
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#per_unit_name PowerpackV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2163
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2169
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 2215
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 2208
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2254
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2270
          },
          "name": "resetUnitName"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2258
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2274
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2248
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2264
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2219
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 2278
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2284
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 2323
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 2316
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2357
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2350
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2327
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 2419
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 2412
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2455
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2471
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2458
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2474
          },
          "name": "resetCustom"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2452
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2468
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2462
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2478
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2423
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 2482
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2488
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 2527
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 2520
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2561
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2554
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2531
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 2943
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 2933
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3069
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3085
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3101
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3117
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3133
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3027
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3043
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3072
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3088
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3104
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3120
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3136
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestFormulaOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3066
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3082
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3098
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3114
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3130
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3031
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3047
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3076
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3092
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3060
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3108
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3124
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3140
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3021
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3037
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3053
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2947
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 2683
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestFormulaStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2689
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette_index PowerpackV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2695
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 2741
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 2734
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2780
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2796
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestFormulaStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2800
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2784
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2774
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2790
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 2745
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 12474
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 12466
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12481
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12467
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 3840
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestLogQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3846
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3858
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3864
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3870
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3852
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 3164
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3170
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3176
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3182
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 3235
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 3228
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3293
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3309
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3281
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3297
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3313
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3274
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3287
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3303
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3239
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 3467
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3473
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3479
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3485
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 3644
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 3636
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3651
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3637
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 3541
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 3531
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3624
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3595
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3611
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3627
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3621
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3599
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3615
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3631
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3589
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3605
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3545
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 3317
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3323
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3335
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3329
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 3388
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 3381
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3446
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3434
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3450
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3463
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3427
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3440
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3456
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3392
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 3655
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3661
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3667
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3673
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 3829
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 3821
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3836
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3822
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 3729
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 3719
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3796
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3812
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3784
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3800
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3816
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3777
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3790
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3806
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3733
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 3937
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 3930
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4020
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4036
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4052
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4023
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4039
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4055
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4007
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4017
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4033
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4049
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4027
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4043
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3995
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4059
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4011
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3988
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4001
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 3941
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestMetadata": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestMetadata",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 4063
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestMetadata",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#expression PowerpackV2#expression}",
            "stability": "stable",
            "summary": "The expression name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4075
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias_name PowerpackV2#alias_name}",
            "stability": "stable",
            "summary": "The expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4069
          },
          "name": "aliasName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestMetadata"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestMetadataList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestMetadataList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 4202
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 4194
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4209
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestMetadataOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestMetadataList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4195
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestMetadataList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestMetadataOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestMetadataOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 4124
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 4114
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4172
          },
          "name": "resetAliasName"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestMetadataOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4176
          },
          "name": "aliasNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4189
          },
          "name": "expressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4166
          },
          "name": "aliasName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4182
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4128
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestMetadata"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestMetadataOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 4889
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4895
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4907
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4913
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4919
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4901
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 4213
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4219
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4225
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4231
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 4284
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 4277
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4342
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4358
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4330
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4346
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4362
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4323
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4336
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4352
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4288
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 4516
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4522
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4528
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4534
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 4693
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 4685
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4700
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4686
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 4590
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 4580
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4673
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4644
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4660
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4676
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4670
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4648
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4664
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4680
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4638
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4654
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4594
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 4366
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4372
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4384
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4378
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 4437
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 4430
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4495
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4483
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4499
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4512
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4476
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4489
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4505
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4441
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 4704
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4710
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4716
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4722
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 4878
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 4870
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4885
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4871
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 4778
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 4768
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4845
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4861
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4833
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4849
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4865
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4826
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4839
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4855
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4782
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 4986
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 4979
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5069
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5085
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5101
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5072
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5088
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5104
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5056
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5066
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5082
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5098
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5076
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5092
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5044
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5108
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5060
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5037
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5050
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 4990
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 12085
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 12075
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12262
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12278
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12294
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12310
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12326
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12342
          },
          "name": "putMetadata",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestMetadata"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12358
          },
          "name": "putNetworkQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12374
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12390
          },
          "name": "putProfileMetricsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12406
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12422
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12438
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12454
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12265
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12281
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12217
          },
          "name": "resetDisplayType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12297
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12313
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12329
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12345
          },
          "name": "resetMetadata"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12361
          },
          "name": "resetNetworkQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12233
          },
          "name": "resetOnRightYaxis"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12377
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12393
          },
          "name": "resetProfileMetricsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12249
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12409
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12425
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12441
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12457
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12259
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12275
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12291
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12307
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12323
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12339
          },
          "name": "metadata",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestMetadataList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12355
          },
          "name": "networkQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12371
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12387
          },
          "name": "profileMetricsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12403
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12419
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12435
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12451
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12269
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12285
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12221
          },
          "name": "displayTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12301
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12317
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12333
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12349
          },
          "name": "metadataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12365
          },
          "name": "networkQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestNetworkQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12237
          },
          "name": "onRightYaxisInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12381
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12397
          },
          "name": "profileMetricsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12253
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12413
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12429
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12445
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12461
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12211
          },
          "name": "displayType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12227
          },
          "name": "onRightYaxis",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12243
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12089
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 5112
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5130
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#filter_by PowerpackV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5118
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5124
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_by PowerpackV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5136
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 5196
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 5189
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5247
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5263
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5292
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5251
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5267
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5280
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5296
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5241
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5257
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5273
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5286
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5200
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 5976
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5982
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5994
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6000
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6006
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5988
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 5300
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5306
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5312
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5318
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 5371
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 5364
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5429
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5445
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5417
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5433
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5449
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5410
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5423
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5439
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5375
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 5603
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5609
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5615
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5621
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 5780
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 5772
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5787
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5773
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 5677
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 5667
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5760
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5731
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5747
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5763
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5757
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5735
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5751
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5767
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5725
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5741
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5681
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 5453
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5459
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5471
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5465
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 5524
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 5517
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5582
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5570
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5586
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5599
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5563
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5576
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5592
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5528
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 5791
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5797
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5803
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5809
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 5965
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 5957
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5972
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5958
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 5865
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 5855
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5932
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5948
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5920
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5936
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5952
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5913
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5926
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5942
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 5869
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 6073
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 6066
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6156
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6172
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6188
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6159
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6175
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6191
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6143
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6153
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6169
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6185
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6163
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6179
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6131
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6195
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6147
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6124
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6137
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6077
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestProfileMetricsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 9490
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_dependency_stats_query PowerpackV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9496
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_resource_stats_query PowerpackV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9502
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cloud_cost_query PowerpackV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9508
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_query PowerpackV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9514
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric_query PowerpackV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9520
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9526
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query PowerpackV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9532
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 6199
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6211
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6217
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6229
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6235
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6253
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6259
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6265
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6205
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_upstream PowerpackV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6223
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6241
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6247
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 6374
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 6367
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6467
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6509
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6551
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6567
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6471
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6484
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6497
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6513
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6526
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6539
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6555
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6571
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6584
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6597
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6610
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6461
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6477
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6490
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6503
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6519
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6532
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6545
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6561
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6577
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6590
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6603
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6378
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 6614
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6626
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6632
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6644
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6674
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6680
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6620
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6638
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6650
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6656
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6662
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6668
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 6789
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 6782
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6882
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6924
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6953
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6969
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6985
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7001
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6886
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6899
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6912
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6928
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6941
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6957
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6973
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6989
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7005
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7018
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7031
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6876
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6892
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6905
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6918
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6934
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6947
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6963
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6979
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6995
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7011
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7024
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 6793
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 7035
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestQueryCloudCostQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7053
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7059
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7065
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7041
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7047
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 7132
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 7125
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7189
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7205
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7193
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7209
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7222
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7235
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7248
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7183
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7199
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7215
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7228
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7241
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7136
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 8164
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute PowerpackV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8200
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8176
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8188
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8170
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8206
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by_fields PowerpackV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8212
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#indexes PowerpackV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8182
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search PowerpackV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8218
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#storage PowerpackV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8194
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 7252
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7258
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7264
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7270
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 7426
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 7418
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7433
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7419
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 7326
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 7316
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7393
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7409
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7381
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7397
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7413
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7374
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7387
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7403
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7330
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 7590
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7596
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7602
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7608
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 7928
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fields PowerpackV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7934
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7940
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7946
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 7999
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 7992
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8070
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8057
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8073
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8067
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8045
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8061
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8077
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8038
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8051
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8003
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 7775
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7781
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7787
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7793
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 7846
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 7839
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7904
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7920
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7892
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7908
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7924
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7885
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7898
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7914
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7850
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 7764
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 7756
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7771
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7757
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 7664
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 7654
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7744
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7731
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7747
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7741
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7719
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7735
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7751
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7712
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7725
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7668
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 7437
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7443
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7449
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7455
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 7508
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 7501
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7566
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7582
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7554
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7570
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7586
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7547
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7560
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7576
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 7512
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 8313
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 8306
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8465
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8478
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8494
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8510
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8394
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8481
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8497
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8423
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8513
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8452
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8462
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8475
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8491
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8507
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8469
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8398
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8411
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8501
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8485
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8427
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8440
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8517
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8456
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8388
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8404
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8417
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8433
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8446
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8317
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 8081
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQuerySearch",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8087
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 8126
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 8119
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8160
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8153
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8130
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 9807
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 9799
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9814
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestQueryList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9800
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 8521
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestQueryMetricQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8545
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8551
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8527
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8533
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8539
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#semantic_mode PowerpackV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8557
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 8631
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 8624
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8694
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8710
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8726
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8768
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8698
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8714
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8730
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8743
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8756
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8772
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8688
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8704
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8720
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8736
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8749
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8762
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8635
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 9616
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 9606
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9691
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9707
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9723
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9739
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9755
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9771
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9787
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9694
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9710
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9726
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9742
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9758
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9774
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9790
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9688
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9704
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9720
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9736
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9752
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9768
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9784
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9698
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9714
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9730
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9746
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9762
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9778
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9794
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9620
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 8776
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestQueryProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8794
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8812
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8818
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8782
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8788
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_normalized_cpu PowerpackV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8800
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8806
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8824
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tag_filters PowerpackV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8830
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_filter PowerpackV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8836
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 8938
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 8931
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9025
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9041
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9070
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9086
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9128
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9144
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9160
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9029
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9045
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9058
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9074
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9090
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9103
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9116
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9132
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9148
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9164
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9019
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9035
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9051
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9064
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9080
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9096
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9109
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9122
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9138
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9154
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 8942
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 9168
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestQuerySloQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9186
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#measure PowerpackV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9198
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_id PowerpackV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9210
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#additional_query_filters PowerpackV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9174
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9180
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_mode PowerpackV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9192
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9204
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query_type PowerpackV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9216
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 9304
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 9297
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9379
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9395
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9424
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9453
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9482
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9383
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9399
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9412
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9428
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9441
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9457
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9470
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9486
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9373
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9389
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9405
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9418
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9434
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9447
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9463
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9476
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9308
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 10494
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestRumQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10500
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10512
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10518
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10524
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10506
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 9818
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9824
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9830
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9836
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 9889
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 9882
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9947
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9963
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9935
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9951
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9967
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9928
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9941
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9957
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9893
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 10121
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10127
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10133
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10139
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 10298
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 10290
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10305
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10291
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 10195
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 10185
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10278
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10249
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10265
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10281
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10275
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10253
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10269
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10285
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10243
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10259
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10199
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 9971
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9977
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9989
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 9983
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 10042
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 10035
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10100
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10088
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10104
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10117
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10081
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10094
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10110
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10046
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 10309
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10315
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10321
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10327
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 10483
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 10475
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10490
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10476
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 10383
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 10373
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10450
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10466
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10438
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10454
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10470
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10431
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10444
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10460
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10387
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 10591
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 10584
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10674
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10690
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10706
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10677
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10693
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10709
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10661
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10671
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10687
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10703
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10681
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10697
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10649
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10713
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10665
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10642
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10655
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10595
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 11393
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11399
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11411
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11417
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11423
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11405
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 10717
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10723
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10729
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10735
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 10788
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 10781
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10846
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10862
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10834
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10850
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10866
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10827
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10840
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10856
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10792
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 11020
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11026
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11032
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11038
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 11197
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 11189
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11204
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11190
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 11094
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 11084
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11177
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11148
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11164
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11180
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11174
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11152
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11168
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11184
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11142
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11158
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11098
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 10870
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10876
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10888
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10882
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 10941
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 10934
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10999
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10987
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11003
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11016
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10980
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10993
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11009
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 10945
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 11208
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11214
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11220
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11226
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 11382
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 11374
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11389
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11375
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 11282
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 11272
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11349
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11365
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11337
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11353
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11369
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11330
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11343
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11359
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11286
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 11490
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 11483
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11573
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11589
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11605
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11576
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11592
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11608
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11560
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11570
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11586
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11602
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11580
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11596
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11548
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11612
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11564
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11541
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11554
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11494
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 11616
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#has_value_labels PowerpackV2#has_value_labels}",
            "stability": "stable",
            "summary": "Whether to display value labels on the timeseries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11622
          },
          "name": "hasValueLabels",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#line_type PowerpackV2#line_type}",
            "stability": "stable",
            "summary": "The type of lines displayed. Valid values are `dashed`, `dotted`, `solid`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11628
          },
          "name": "lineType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#line_width PowerpackV2#line_width}",
            "stability": "stable",
            "summary": "The width of line displayed. Valid values are `normal`, `thick`, `thin`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11634
          },
          "name": "lineWidth",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order_by PowerpackV2#order_by}",
            "stability": "stable",
            "summary": "How to order series in timeseries visualizations. Valid values are `tags`, `values`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11640
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11646
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 11713
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 11706
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11770
          },
          "name": "resetHasValueLabels"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11786
          },
          "name": "resetLineType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11802
          },
          "name": "resetLineWidth"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11818
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11834
          },
          "name": "resetPalette"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRequestStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11774
          },
          "name": "hasValueLabelsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11790
          },
          "name": "lineTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11806
          },
          "name": "lineWidthInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11822
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11838
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11764
          },
          "name": "hasValueLabels",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11780
          },
          "name": "lineType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11796
          },
          "name": "lineWidth",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11812
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11828
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 11717
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRightYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRightYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 12485
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionRightYaxis",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#include_zero PowerpackV2#include_zero}",
            "stability": "stable",
            "summary": "Set to `true` to include zero."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12491
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph. Only usable on Scatterplot Widgets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12497
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#max PowerpackV2#max}",
            "stability": "stable",
            "summary": "Specifies the maximum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12503
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#min PowerpackV2#min}",
            "stability": "stable",
            "summary": "Specifies the minimum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12509
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#scale PowerpackV2#scale}",
            "stability": "stable",
            "summary": "Specifies the scale type. Possible values are `linear`, `log`, `sqrt`, and `pow##` (for example `pow2` or `pow0.5`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12515
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRightYaxis"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRightYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRightYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 12582
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 12575
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12639
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12655
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12671
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12687
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12703
          },
          "name": "resetScale"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionRightYaxisOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12643
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12659
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12675
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12691
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12707
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12633
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12649
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12665
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12681
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12697
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12586
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionRightYaxis"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionRightYaxisOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 12941
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12947
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12953
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 12711
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12717
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12723
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 12769
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 12762
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12809
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12822
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12802
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12815
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12773
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 12826
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12832
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12838
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 12884
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 12877
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12924
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12937
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12917
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12930
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 12888
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 12999
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 12992
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13035
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13051
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13038
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13054
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13032
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13048
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13042
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13058
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13003
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionYaxis": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionYaxis",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 13062
      },
      "name": "PowerpackV2WidgetTimeseriesDefinitionYaxis",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#include_zero PowerpackV2#include_zero}",
            "stability": "stable",
            "summary": "Set to `true` to include zero."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13068
          },
          "name": "includeZero",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label of the axis to display on the graph. Only usable on Scatterplot Widgets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13074
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#max PowerpackV2#max}",
            "stability": "stable",
            "summary": "Specifies the maximum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13080
          },
          "name": "max",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#min PowerpackV2#min}",
            "stability": "stable",
            "summary": "Specifies the minimum numeric value to show on the axis. Defaults to `auto`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13086
          },
          "name": "min",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#scale PowerpackV2#scale}",
            "stability": "stable",
            "summary": "Specifies the scale type. Possible values are `linear`, `log`, `sqrt`, and `pow##` (for example `pow2` or `pow0.5`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13092
          },
          "name": "scale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionYaxis"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionYaxisOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionYaxisOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 13159
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 13152
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13216
          },
          "name": "resetIncludeZero"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13232
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13248
          },
          "name": "resetMax"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13264
          },
          "name": "resetMin"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13280
          },
          "name": "resetScale"
        }
      ],
      "name": "PowerpackV2WidgetTimeseriesDefinitionYaxisOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13220
          },
          "name": "includeZeroInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13236
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13252
          },
          "name": "maxInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13268
          },
          "name": "minInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13284
          },
          "name": "scaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13210
          },
          "name": "includeZero",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13226
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13242
          },
          "name": "max",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13258
          },
          "name": "min",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13274
          },
          "name": "scale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13163
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTimeseriesDefinitionYaxis"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetTimeseriesDefinitionYaxisOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 1939
      },
      "name": "PowerpackV2WidgetToplistDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_link PowerpackV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1981
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1945
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1951
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1957
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#request PowerpackV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1987
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1993
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionStyle"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1999
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1963
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1969
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1975
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetToplistDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 13934
      },
      "name": "PowerpackV2WidgetToplistDefinitionCustomLink",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_hidden PowerpackV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13940
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13946
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#link PowerpackV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13952
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#override_label PowerpackV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 13958
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 14146
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 14138
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14153
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionCustomLinkList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14139
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 14021
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 14011
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14081
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14097
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14113
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14129
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionCustomLinkOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14085
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14101
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14117
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14133
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14075
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14091
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14107
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14123
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14025
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 2101
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 2094
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2281
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2297
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2313
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2329
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2284
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2188
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2204
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2220
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2300
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2316
          },
          "name": "resetStyle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2332
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2236
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2252
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2268
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2278
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2294
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2310
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2326
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2288
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2192
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2208
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2224
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2304
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2320
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2336
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2256
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2240
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2272
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2182
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2198
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2214
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2230
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2246
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2262
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2105
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetToplistDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 673
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequest",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_query PowerpackV2#apm_query}",
            "stability": "stable",
            "summary": "apm_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 685
          },
          "name": "apmQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#audit_query PowerpackV2#audit_query}",
            "stability": "stable",
            "summary": "audit_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 691
          },
          "name": "auditQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#conditional_formats PowerpackV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 697
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula PowerpackV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 703
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#log_query PowerpackV2#log_query}",
            "stability": "stable",
            "summary": "log_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 709
          },
          "name": "logQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 715
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#q PowerpackV2#q}",
            "stability": "stable",
            "summary": "The metric query to use for this widget. **Deprecated.** Use queries and formulas instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 679
          },
          "name": "q",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 721
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#rum_query PowerpackV2#rum_query}",
            "stability": "stable",
            "summary": "rum_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 727
          },
          "name": "rumQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#security_query PowerpackV2#security_query}",
            "stability": "stable",
            "summary": "security_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 733
          },
          "name": "securityQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 739
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 745
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetToplistDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 14833
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestApmQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14839
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14851
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14857
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14863
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14845
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestApmQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 14157
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestApmQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14163
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14169
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14175
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestApmQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 14228
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 14221
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14286
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14302
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14274
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14290
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14306
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14267
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14280
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14296
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14232
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 14460
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestApmQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14466
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14472
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14478
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestApmQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 14637
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 14629
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14644
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestApmQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14630
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestApmQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 14534
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 14524
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14617
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14588
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14604
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14620
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestApmQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14614
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14592
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14608
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14624
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14582
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14598
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14538
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestApmQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 14310
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestApmQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14316
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14328
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14322
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 14381
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 14374
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14439
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14427
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14443
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14456
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14420
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14433
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14449
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14385
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestApmQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 14648
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestApmQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14654
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14660
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14666
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestApmQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 14822
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 14814
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14829
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestApmQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14815
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestApmQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 14722
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 14712
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14789
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14805
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14777
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14793
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14809
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14770
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14783
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14799
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14726
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestApmQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 14930
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 14923
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15013
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15029
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15045
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15016
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15032
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15048
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15000
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestApmQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15010
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15026
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15042
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15020
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15036
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14988
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15052
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15004
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14981
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14994
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 14934
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestApmQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 15732
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestAuditQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15738
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15750
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15756
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15762
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15744
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestAuditQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 15056
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestAuditQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15062
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15068
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15074
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestAuditQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 15127
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 15120
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15185
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15201
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15173
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15189
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15205
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15166
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15179
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15195
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15131
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 15359
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestAuditQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15365
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15371
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15377
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestAuditQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 15536
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 15528
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15543
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestAuditQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15529
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestAuditQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 15433
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 15423
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15516
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15487
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15503
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15519
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestAuditQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15513
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15491
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15507
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15523
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15481
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15497
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15437
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestAuditQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 15209
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestAuditQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15215
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15227
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15221
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 15280
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 15273
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15338
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15326
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15342
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15355
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15319
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15332
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15348
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15284
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestAuditQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 15547
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestAuditQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15553
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15559
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15565
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestAuditQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 15721
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 15713
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15728
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestAuditQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15714
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestAuditQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 15621
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 15611
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15688
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15704
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15676
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15692
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15708
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15669
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15682
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15698
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15625
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestAuditQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 15829
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 15822
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15912
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15928
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15944
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15915
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15931
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15947
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15899
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestAuditQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15909
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15925
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15941
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15919
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15935
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15887
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15951
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15903
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15880
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15893
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15833
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestAuditQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 15955
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestConditionalFormats",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#comparator PowerpackV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15961
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15997
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16009
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_bg_color PowerpackV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15967
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_fg_color PowerpackV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15973
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_value PowerpackV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15979
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#image_url PowerpackV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15985
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 15991
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeframe PowerpackV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16003
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 16333
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 16325
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16340
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestConditionalFormatsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16326
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 16107
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 16097
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16210
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16226
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16242
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16258
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16274
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16303
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestConditionalFormatsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16198
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16214
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16230
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16246
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16262
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16278
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16291
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16307
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16320
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16191
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16204
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16220
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16236
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16252
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16268
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16284
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16297
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16313
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16111
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 17622
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestFormula",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula_expression PowerpackV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17640
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias PowerpackV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17628
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode PowerpackV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17634
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode_options PowerpackV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17646
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#conditional_formats PowerpackV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17652
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17658
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#number_format PowerpackV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17664
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17670
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 16344
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#trend_type PowerpackV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16350
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#y_scale PowerpackV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16356
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 16402
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 16395
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16441
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16457
          },
          "name": "resetYScale"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16445
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16461
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16435
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16451
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16406
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 16465
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestFormulaConditionalFormats",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#comparator PowerpackV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16471
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16507
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16519
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_bg_color PowerpackV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16477
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_fg_color PowerpackV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16483
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_value PowerpackV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16489
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#image_url PowerpackV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16495
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16501
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeframe PowerpackV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16513
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 16843
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 16835
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16850
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16836
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 16617
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 16607
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16720
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16736
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16752
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16768
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16784
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16813
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16708
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16724
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16740
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16756
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16772
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16788
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16801
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16817
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16830
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16701
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16714
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16730
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16746
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16762
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16778
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16794
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16807
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16823
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16621
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 16854
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestFormulaLimit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#count PowerpackV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16860
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16866
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 16912
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 16905
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16951
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16967
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestFormulaLimitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16955
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16971
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16945
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16961
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16916
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 17971
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 17963
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17978
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestFormulaList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17964
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 17383
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormat",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17389
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_scale PowerpackV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17395
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 17441
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 17434
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17477
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17490
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17493
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17474
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17487
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17481
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17497
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17445
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 17179
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#canonical PowerpackV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17185
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom PowerpackV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17191
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 16975
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#per_unit_name PowerpackV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16981
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 16987
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 17033
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 17026
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17072
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17088
          },
          "name": "resetUnitName"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17076
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17092
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17066
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17082
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17037
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 17096
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17102
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 17141
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 17134
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17175
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17168
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17145
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 17237
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 17230
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17273
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17289
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17276
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17292
          },
          "name": "resetCustom"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17270
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17286
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17280
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17296
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17241
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 17300
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17306
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 17345
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 17338
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17379
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17372
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17349
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 17761
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 17751
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17887
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17903
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17919
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17935
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17951
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17845
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17861
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17890
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17906
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17922
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17938
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17954
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestFormulaOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17884
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17900
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17916
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17932
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17948
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17849
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17865
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17894
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17910
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17878
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17926
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17942
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17958
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17839
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17855
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17871
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17765
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 17501
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestFormulaStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17507
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette_index PowerpackV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17513
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 17559
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 17552
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17598
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17614
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestFormulaStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17618
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17602
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17592
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17608
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17563
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 1165
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 1157
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1172
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1158
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetToplistDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 18658
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestLogQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18664
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18676
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18682
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18688
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18670
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestLogQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 17982
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestLogQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17988
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 17994
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18000
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestLogQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 18053
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 18046
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18111
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18127
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18099
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18115
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18131
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18092
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18105
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18121
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18057
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 18285
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestLogQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18291
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18297
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18303
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestLogQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 18462
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 18454
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18469
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestLogQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18455
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestLogQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 18359
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 18349
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18442
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18413
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18429
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18445
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestLogQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18439
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18417
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18433
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18449
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18407
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18423
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18363
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestLogQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 18135
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestLogQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18141
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18153
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18147
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 18206
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 18199
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18264
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18252
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18268
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18281
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18245
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18258
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18274
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18210
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestLogQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 18473
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestLogQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18479
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18485
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18491
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestLogQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 18647
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 18639
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18654
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestLogQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18640
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestLogQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 18547
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 18537
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18614
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18630
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18602
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18618
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18634
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18595
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18608
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18624
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18551
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestLogQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 18755
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 18748
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18838
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18854
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18870
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18841
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18857
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18873
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18825
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestLogQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18835
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18851
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18867
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18845
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18861
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18813
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18877
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18829
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18806
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18819
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18759
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestLogQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 864
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 854
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 985
          },
          "name": "putApmQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1001
          },
          "name": "putAuditQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1017
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1033
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1049
          },
          "name": "putLogQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1065
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1081
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1097
          },
          "name": "putRumQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1113
          },
          "name": "putSecurityQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1129
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1145
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 988
          },
          "name": "resetApmQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1004
          },
          "name": "resetAuditQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1020
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1036
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1052
          },
          "name": "resetLogQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1068
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 972
          },
          "name": "resetQ"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1084
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1100
          },
          "name": "resetRumQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1116
          },
          "name": "resetSecurityQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1132
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1148
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 982
          },
          "name": "apmQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 998
          },
          "name": "auditQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1014
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1030
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1046
          },
          "name": "logQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1062
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1078
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1094
          },
          "name": "rumQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1110
          },
          "name": "securityQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1126
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1142
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 992
          },
          "name": "apmQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestApmQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1008
          },
          "name": "auditQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestAuditQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1024
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1040
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1056
          },
          "name": "logQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestLogQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1072
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 976
          },
          "name": "qInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1088
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1104
          },
          "name": "rumQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1120
          },
          "name": "securityQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1136
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1152
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 966
          },
          "name": "q",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 868
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetToplistDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 18881
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "Your chosen metric."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18899
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#filter_by PowerpackV2#filter_by}",
            "stability": "stable",
            "summary": "A list of processes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18887
          },
          "name": "filterBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The max number of items in the filter list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18893
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_by PowerpackV2#search_by}",
            "stability": "stable",
            "summary": "Your chosen search term."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18905
          },
          "name": "searchBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 18965
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 18958
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19016
          },
          "name": "resetFilterBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19032
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19061
          },
          "name": "resetSearchBy"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19020
          },
          "name": "filterByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19036
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19049
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19065
          },
          "name": "searchByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19010
          },
          "name": "filterBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19026
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19042
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19055
          },
          "name": "searchBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 18969
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 22360
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_dependency_stats_query PowerpackV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22366
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_resource_stats_query PowerpackV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22372
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cloud_cost_query PowerpackV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22378
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_query PowerpackV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22384
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric_query PowerpackV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22390
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22396
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query PowerpackV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22402
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 19069
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19081
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19087
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19099
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19105
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19123
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19129
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19135
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19075
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_upstream PowerpackV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19093
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19111
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19117
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 19244
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 19237
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19337
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19379
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19421
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19437
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19341
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19354
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19367
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19383
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19396
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19409
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19425
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19441
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19454
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19467
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19480
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19331
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19347
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19360
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19373
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19389
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19402
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19415
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19431
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19447
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19460
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19473
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19248
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 19484
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19496
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19502
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19514
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19544
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19550
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19490
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19508
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19520
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19526
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19532
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19538
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 19659
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 19652
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19752
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19794
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19823
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19839
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19855
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19871
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19756
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19769
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19782
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19798
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19811
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19827
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19843
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19859
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19875
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19888
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19901
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19746
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19762
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19775
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19788
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19804
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19817
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19833
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19849
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19865
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19881
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19894
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19663
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 19905
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestQueryCloudCostQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19923
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19929
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19935
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19911
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 19917
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 20002
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 19995
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20059
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20075
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20063
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20079
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20092
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20105
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20118
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20053
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20069
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20085
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20098
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20111
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20006
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 21034
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestQueryEventQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute PowerpackV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21070
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21046
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21058
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21040
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21076
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by_fields PowerpackV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21082
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#indexes PowerpackV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21052
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search PowerpackV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21088
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#storage PowerpackV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21064
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 20122
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20128
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20134
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20140
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 20296
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 20288
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20303
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20289
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 20196
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 20186
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20263
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20279
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20251
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20267
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20283
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20244
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20257
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20273
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20200
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 20460
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20466
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20472
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20478
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 20798
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fields PowerpackV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20804
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20810
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20816
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 20869
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 20862
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20940
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20927
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20943
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20937
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20915
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20931
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20947
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20908
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20921
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20873
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 20645
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20651
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20657
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20663
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 20716
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 20709
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20774
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20790
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20762
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20778
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20794
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20755
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20768
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20784
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20720
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 20634
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 20626
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20641
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20627
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 20534
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 20524
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20614
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20601
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20617
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20611
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20589
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20605
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20621
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20582
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20595
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20538
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 20307
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20313
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20319
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20325
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 20378
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 20371
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20436
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20452
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20424
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20440
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20456
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20417
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20430
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20446
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20382
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 21183
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 21176
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21335
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21348
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21364
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21380
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21264
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21351
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21367
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21293
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21383
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21322
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21332
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21345
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21361
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21377
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21339
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21268
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21281
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21371
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21355
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21297
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21310
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21387
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21326
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21258
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21274
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21287
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21303
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21316
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21187
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 20951
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestQueryEventQuerySearch",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 20957
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 20996
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 20989
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21030
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21023
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21000
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 22677
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 22669
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22684
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestQueryList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22670
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 21391
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestQueryMetricQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21415
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21421
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21397
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21403
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21409
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#semantic_mode PowerpackV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21427
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 21501
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 21494
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21564
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21580
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21596
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21638
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21568
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21584
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21600
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21613
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21626
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21642
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21558
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21574
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21590
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21606
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21619
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21632
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21505
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 22486
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 22476
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22561
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22577
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22593
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22609
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22625
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22641
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22657
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22564
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22580
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22596
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22612
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22628
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22644
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22660
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22558
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22574
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22590
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22606
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22622
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22638
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22654
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22568
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22584
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22600
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22616
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22632
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22648
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22664
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22490
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 21646
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestQueryProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21664
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21682
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21688
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21652
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21658
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_normalized_cpu PowerpackV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21670
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21676
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21694
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tag_filters PowerpackV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21700
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_filter PowerpackV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21706
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 21808
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 21801
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21895
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21911
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21940
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21956
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21998
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22014
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22030
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21899
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21915
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21928
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21944
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21960
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21973
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21986
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22002
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22018
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22034
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21889
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21905
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21921
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21934
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21950
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21966
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21979
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21992
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22008
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22024
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 21812
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 22038
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestQuerySloQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22056
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#measure PowerpackV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22068
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_id PowerpackV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22080
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#additional_query_filters PowerpackV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22044
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22050
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_mode PowerpackV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22062
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22074
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query_type PowerpackV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22086
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 22174
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 22167
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22249
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22265
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22294
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22323
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22352
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22253
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22269
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22282
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22298
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22311
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22327
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22340
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22356
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22243
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22259
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22275
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22288
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22304
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22317
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22333
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22346
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22178
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 23364
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestRumQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23370
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23382
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23388
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23394
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23376
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestRumQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 22688
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestRumQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22694
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22700
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22706
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestRumQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 22759
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 22752
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22817
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22833
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22805
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22821
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22837
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22798
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22811
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22827
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22763
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 22991
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestRumQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22997
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23003
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23009
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestRumQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 23168
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 23160
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23175
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestRumQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23161
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestRumQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 23065
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 23055
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23148
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23119
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23135
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23151
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestRumQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23145
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23123
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23139
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23155
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23113
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23129
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23069
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestRumQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 22841
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestRumQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22847
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22859
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22853
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 22912
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 22905
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22970
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22958
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22974
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22987
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22951
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22964
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22980
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 22916
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestRumQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 23179
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestRumQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23185
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23191
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23197
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestRumQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 23353
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 23345
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23360
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestRumQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23346
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestRumQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 23253
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 23243
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23320
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23336
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23308
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23324
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23340
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23301
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23314
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23330
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23257
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestRumQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 23461
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 23454
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23544
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23560
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23576
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23547
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23563
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23579
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23531
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestRumQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23541
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23557
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23573
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23551
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23567
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23519
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23583
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23535
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23512
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23525
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23465
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestRumQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestRumQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 24263
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestSecurityQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "A comma separated-list of index names. Use `*` to query all indexes at once. [Multiple Indexes](https://docs.datadoghq.com/logs/indexes/#multiple-indexes)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24269
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute_query PowerpackV2#compute_query}",
            "stability": "stable",
            "summary": "compute_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24281
          },
          "name": "computeQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24287
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#multi_compute PowerpackV2#multi_compute}",
            "stability": "stable",
            "summary": "multi_compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24293
          },
          "name": "multiCompute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search_query PowerpackV2#search_query}",
            "stability": "stable",
            "summary": "The search query to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24275
          },
          "name": "searchQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestSecurityQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryComputeQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryComputeQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 23587
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestSecurityQueryComputeQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23593
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23599
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23605
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestSecurityQueryComputeQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 23658
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 23651
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23716
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23732
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23704
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23720
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23736
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23697
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23710
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23726
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23662
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryComputeQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 23890
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestSecurityQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23896
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The maximum number of items in the group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23902
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort_query PowerpackV2#sort_query}",
            "stability": "stable",
            "summary": "sort_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23908
          },
          "name": "sortQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestSecurityQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 24067
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 24059
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24074
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestSecurityQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24060
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestSecurityQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 23964
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 23954
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24047
          },
          "name": "putSortQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24018
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24034
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24050
          },
          "name": "resetSortQuery"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24044
          },
          "name": "sortQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24022
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24038
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24054
          },
          "name": "sortQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24012
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24028
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23968
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestSecurityQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 23740
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23746
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting methods. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23758
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23752
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 23811
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 23804
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23869
          },
          "name": "resetFacet"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23857
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23873
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23886
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23850
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23863
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23879
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 23815
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryGroupBySortQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestSecurityQueryGroupBySortQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryMultiCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryMultiCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 24078
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestSecurityQueryMultiCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation method."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24084
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The facet name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24090
          },
          "name": "facet",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "Define the time interval in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24096
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestSecurityQueryMultiCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryMultiComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryMultiComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 24252
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 24244
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24259
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestSecurityQueryMultiComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24245
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestSecurityQueryMultiComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 24152
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 24142
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24219
          },
          "name": "resetFacet"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24235
          },
          "name": "resetInterval"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24207
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24223
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24239
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24200
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24213
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24229
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24156
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestSecurityQueryMultiComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 24360
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 24353
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24443
          },
          "name": "putComputeQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryComputeQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24459
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24475
          },
          "name": "putMultiCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24446
          },
          "name": "resetComputeQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24462
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24478
          },
          "name": "resetMultiCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24430
          },
          "name": "resetSearchQuery"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestSecurityQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24440
          },
          "name": "computeQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryComputeQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24456
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24472
          },
          "name": "multiCompute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryMultiComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24450
          },
          "name": "computeQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryComputeQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24466
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24418
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24482
          },
          "name": "multiComputeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQueryMultiCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24434
          },
          "name": "searchQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24411
          },
          "name": "index",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24424
          },
          "name": "searchQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24364
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSecurityQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestSecurityQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 431
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#count PowerpackV2#count}",
            "stability": "stable",
            "summary": "The number of items to limit the widget to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 437
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order_by PowerpackV2#order_by}",
            "stability": "stable",
            "summary": "order_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 443
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetToplistDefinitionRequestSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSortOrderBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSortOrderBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 278
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestSortOrderBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula_sort PowerpackV2#formula_sort}",
            "stability": "stable",
            "summary": "formula_sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 284
          },
          "name": "formulaSort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSortOrderByFormulaSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_sort PowerpackV2#group_sort}",
            "stability": "stable",
            "summary": "group_sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 290
          },
          "name": "groupSort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSortOrderByGroupSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetToplistDefinitionRequestSortOrderBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSortOrderByFormulaSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSortOrderByFormulaSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 24486
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestSortOrderByFormulaSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "The index of the formula to sort by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24492
          },
          "name": "index",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting direction. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24498
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestSortOrderByFormulaSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSortOrderByFormulaSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSortOrderByFormulaSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5200.ts",
          "line": 24544
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5200.ts",
        "line": 24537
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestSortOrderByFormulaSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24584
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24597
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24577
          },
          "name": "index",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24590
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5200.ts",
            "line": 24548
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSortOrderByFormulaSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5200:PowerpackV2WidgetToplistDefinitionRequestSortOrderByFormulaSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSortOrderByGroupSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSortOrderByGroupSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 163
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestSortOrderByGroupSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the group tag to sort by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 169
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting direction. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 175
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetToplistDefinitionRequestSortOrderByGroupSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSortOrderByGroupSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSortOrderByGroupSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 221
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 214
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestSortOrderByGroupSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 261
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 274
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 254
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 267
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 225
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSortOrderByGroupSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetToplistDefinitionRequestSortOrderByGroupSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSortOrderByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSortOrderByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 420
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 412
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 427
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSortOrderByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestSortOrderByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 413
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetToplistDefinitionRequestSortOrderByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSortOrderByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSortOrderByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 339
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 329
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 384
          },
          "name": "putFormulaSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSortOrderByFormulaSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 400
          },
          "name": "putGroupSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSortOrderByGroupSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 387
          },
          "name": "resetFormulaSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 403
          },
          "name": "resetGroupSort"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestSortOrderByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 381
          },
          "name": "formulaSort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSortOrderByFormulaSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 397
          },
          "name": "groupSort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSortOrderByGroupSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 391
          },
          "name": "formulaSortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSortOrderByFormulaSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 407
          },
          "name": "groupSortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSortOrderByGroupSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 343
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSortOrderBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetToplistDefinitionRequestSortOrderByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 489
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 482
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 541
          },
          "name": "putOrderBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSortOrderBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 528
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 544
          },
          "name": "resetOrderBy"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 538
          },
          "name": "orderBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSortOrderByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 532
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 548
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 522
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 493
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetToplistDefinitionRequestSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 552
      },
      "name": "PowerpackV2WidgetToplistDefinitionRequestStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order_by PowerpackV2#order_by}",
            "stability": "stable",
            "summary": "How to order series. Valid values are `tags`, `values`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 558
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 564
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetToplistDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 610
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 603
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 649
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 665
          },
          "name": "resetPalette"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionRequestStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 653
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 669
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 643
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 659
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 614
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetToplistDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 1432
      },
      "name": "PowerpackV2WidgetToplistDefinitionStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#display PowerpackV2#display}",
            "stability": "stable",
            "summary": "display block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1450
          },
          "name": "display",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionStyleDisplay"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette for the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1438
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#scaling PowerpackV2#scaling}",
            "stability": "stable",
            "summary": "The scaling mode for the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1444
          },
          "name": "scaling",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetToplistDefinitionStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionStyleDisplay": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionStyleDisplay",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 1311
      },
      "name": "PowerpackV2WidgetToplistDefinitionStyleDisplay",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#flat PowerpackV2#flat}",
            "stability": "stable",
            "summary": "flat block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1317
          },
          "name": "flat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionStyleDisplayFlat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stacked PowerpackV2#stacked}",
            "stability": "stable",
            "summary": "stacked block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1323
          },
          "name": "stacked",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionStyleDisplayStacked"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetToplistDefinitionStyleDisplay"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionStyleDisplayFlat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionStyleDisplayFlat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 1176
      },
      "name": "PowerpackV2WidgetToplistDefinitionStyleDisplayFlat",
      "namespace": "powerpackV2",
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetToplistDefinitionStyleDisplayFlat"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionStyleDisplayFlatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionStyleDisplayFlatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 1206
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 1199
      },
      "name": "PowerpackV2WidgetToplistDefinitionStyleDisplayFlatOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1210
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionStyleDisplayFlat"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetToplistDefinitionStyleDisplayFlatOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionStyleDisplayOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionStyleDisplayOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 1369
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 1362
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1405
          },
          "name": "putFlat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionStyleDisplayFlat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1421
          },
          "name": "putStacked",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionStyleDisplayStacked"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1408
          },
          "name": "resetFlat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1424
          },
          "name": "resetStacked"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionStyleDisplayOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1402
          },
          "name": "flat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionStyleDisplayFlatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1418
          },
          "name": "stacked",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionStyleDisplayStackedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1412
          },
          "name": "flatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionStyleDisplayFlat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1428
          },
          "name": "stackedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionStyleDisplayStacked"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1373
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionStyleDisplay"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetToplistDefinitionStyleDisplayOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionStyleDisplayStacked": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionStyleDisplayStacked",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 1225
      },
      "name": "PowerpackV2WidgetToplistDefinitionStyleDisplayStacked",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#legend PowerpackV2#legend}",
            "stability": "stable",
            "summary": "Legend behavior for the stacked top list. Valid values are `automatic`, `inline`, `none`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1231
          },
          "name": "legend",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetToplistDefinitionStyleDisplayStacked"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionStyleDisplayStackedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionStyleDisplayStackedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 1270
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 1263
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1303
          },
          "name": "resetLegend"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionStyleDisplayStackedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1307
          },
          "name": "legendInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1297
          },
          "name": "legend",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1274
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionStyleDisplayStacked"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetToplistDefinitionStyleDisplayStackedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 1503
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 1496
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1577
          },
          "name": "putDisplay",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionStyleDisplay"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1580
          },
          "name": "resetDisplay"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1548
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1564
          },
          "name": "resetScaling"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1574
          },
          "name": "display",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionStyleDisplayOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1584
          },
          "name": "displayInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionStyleDisplay"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1552
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1568
          },
          "name": "scalingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1542
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1558
          },
          "name": "scaling",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1507
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetToplistDefinitionStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 1818
      },
      "name": "PowerpackV2WidgetToplistDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1824
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1830
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetToplistDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 1588
      },
      "name": "PowerpackV2WidgetToplistDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1594
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1600
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetToplistDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 1646
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 1639
      },
      "name": "PowerpackV2WidgetToplistDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1686
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1699
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1679
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1692
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1650
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetToplistDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 1703
      },
      "name": "PowerpackV2WidgetToplistDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1709
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1715
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetToplistDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 1761
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 1754
      },
      "name": "PowerpackV2WidgetToplistDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1801
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1814
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1794
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1807
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1765
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetToplistDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 1876
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 1869
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1912
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1928
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1915
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1931
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetToplistDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1909
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1925
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1919
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1935
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 1880
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetToplistDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetToplistDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 3211
      },
      "name": "PowerpackV2WidgetTopologyMapDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_link PowerpackV2#custom_link}",
            "stability": "stable",
            "summary": "custom_link block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3253
          },
          "name": "customLink",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3217
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3223
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3229
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#request PowerpackV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3259
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3265
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3235
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3241
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3247
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTopologyMapDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionCustomLink": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionCustomLink",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 2340
      },
      "name": "PowerpackV2WidgetTopologyMapDefinitionCustomLink",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_hidden PowerpackV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2346
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2352
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#link PowerpackV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2358
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#override_label PowerpackV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2364
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTopologyMapDefinitionCustomLink"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionCustomLinkList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionCustomLinkList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 2552
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 2544
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2559
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionCustomLinkOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetTopologyMapDefinitionCustomLinkList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2545
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTopologyMapDefinitionCustomLinkList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionCustomLinkOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionCustomLinkOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 2427
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 2417
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2487
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2503
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2519
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2535
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackV2WidgetTopologyMapDefinitionCustomLinkOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2491
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2507
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2523
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2539
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2481
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2497
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2513
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2529
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2431
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionCustomLink"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTopologyMapDefinitionCustomLinkOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 3360
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 3353
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3534
          },
          "name": "putCustomLink",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionCustomLink"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3550
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3566
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3537
          },
          "name": "resetCustomLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3441
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3457
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3473
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3553
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3569
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3489
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3505
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3521
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetTopologyMapDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3531
          },
          "name": "customLink",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionCustomLinkList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3547
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3563
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3541
          },
          "name": "customLinkInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionCustomLink"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3445
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3461
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3477
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3557
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3573
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3509
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3493
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3525
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3435
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3451
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3467
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3483
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3499
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3515
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3364
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTopologyMapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 2710
      },
      "name": "PowerpackV2WidgetTopologyMapDefinitionRequest",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#request_type PowerpackV2#request_type}",
            "stability": "stable",
            "summary": "The request type for the Topology request ('topology')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2716
          },
          "name": "requestType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2722
          },
          "name": "query",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionRequestQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTopologyMapDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 2849
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 2841
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2856
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetTopologyMapDefinitionRequestList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2842
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTopologyMapDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 2771
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 2761
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2829
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionRequestQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2832
          },
          "name": "resetQuery"
        }
      ],
      "name": "PowerpackV2WidgetTopologyMapDefinitionRequestOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2826
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionRequestQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2836
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionRequestQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2820
          },
          "name": "requestTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2813
          },
          "name": "requestType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2775
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTopologyMapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 2563
      },
      "name": "PowerpackV2WidgetTopologyMapDefinitionRequestQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for the Topology request ('service_map' or 'data_streams')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2569
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#filters PowerpackV2#filters}",
            "stability": "stable",
            "summary": "Your environment and primary tag (or `*` if enabled for your account)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2575
          },
          "name": "filters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "Name of the service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2581
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTopologyMapDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 2634
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 2627
      },
      "name": "PowerpackV2WidgetTopologyMapDefinitionRequestQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2680
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2693
          },
          "name": "filtersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2706
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2673
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2686
          },
          "name": "filters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2699
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2638
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionRequestQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTopologyMapDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 3090
      },
      "name": "PowerpackV2WidgetTopologyMapDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3096
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3102
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTopologyMapDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 2860
      },
      "name": "PowerpackV2WidgetTopologyMapDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2866
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2872
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTopologyMapDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 2918
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 2911
      },
      "name": "PowerpackV2WidgetTopologyMapDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2958
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2971
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2951
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2964
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2922
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTopologyMapDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 2975
      },
      "name": "PowerpackV2WidgetTopologyMapDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2981
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 2987
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTopologyMapDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 3033
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 3026
      },
      "name": "PowerpackV2WidgetTopologyMapDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3073
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3086
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3066
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3079
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3037
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTopologyMapDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 3148
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 3141
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3184
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3200
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3187
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3203
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetTopologyMapDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3181
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3197
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3191
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3207
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3152
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTopologyMapDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTopologyMapDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTraceServiceDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTraceServiceDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 3928
      },
      "name": "PowerpackV2WidgetTraceServiceDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3946
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3964
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#span_name PowerpackV2#span_name}",
            "stability": "stable",
            "summary": "APM span name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4012
          },
          "name": "spanName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3934
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#display_format PowerpackV2#display_format}",
            "stability": "stable",
            "summary": "The number of columns to display. Valid values are `one_column`, `two_column`, `three_column`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3940
          },
          "name": "displayFormat",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3952
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3958
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#show_breakdown PowerpackV2#show_breakdown}",
            "stability": "stable",
            "summary": "Whether to show the latency breakdown or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3970
          },
          "name": "showBreakdown",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#show_distribution PowerpackV2#show_distribution}",
            "stability": "stable",
            "summary": "Whether to show the latency distribution or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3976
          },
          "name": "showDistribution",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#show_errors PowerpackV2#show_errors}",
            "stability": "stable",
            "summary": "Whether to show the error metrics or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3982
          },
          "name": "showErrors",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#show_hits PowerpackV2#show_hits}",
            "stability": "stable",
            "summary": "Whether to show the hits metrics or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3988
          },
          "name": "showHits",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#show_latency PowerpackV2#show_latency}",
            "stability": "stable",
            "summary": "Whether to show the latency metrics or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3994
          },
          "name": "showLatency",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#show_resource_list PowerpackV2#show_resource_list}",
            "stability": "stable",
            "summary": "Whether to show the resource list or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4000
          },
          "name": "showResourceList",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#size_format PowerpackV2#size_format}",
            "stability": "stable",
            "summary": "The size of the widget. Valid values are `small`, `medium`, `large`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4006
          },
          "name": "sizeFormat",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4036
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTraceServiceDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4018
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4024
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4030
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTraceServiceDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTraceServiceDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTraceServiceDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 4194
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 4187
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4589
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTraceServiceDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4329
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4345
          },
          "name": "resetDisplayFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4374
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4390
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4419
          },
          "name": "resetShowBreakdown"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4435
          },
          "name": "resetShowDistribution"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4451
          },
          "name": "resetShowErrors"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4467
          },
          "name": "resetShowHits"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4483
          },
          "name": "resetShowLatency"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4499
          },
          "name": "resetShowResourceList"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4515
          },
          "name": "resetSizeFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4592
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4544
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4560
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4576
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetTraceServiceDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4586
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTraceServiceDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4333
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4349
          },
          "name": "displayFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4362
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4378
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4394
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4407
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4423
          },
          "name": "showBreakdownInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4439
          },
          "name": "showDistributionInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4455
          },
          "name": "showErrorsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4471
          },
          "name": "showHitsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4487
          },
          "name": "showLatencyInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4503
          },
          "name": "showResourceListInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4519
          },
          "name": "sizeFormatInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4532
          },
          "name": "spanNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4596
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTraceServiceDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4564
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4548
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4580
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4323
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4339
          },
          "name": "displayFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4355
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4368
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4384
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4400
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4413
          },
          "name": "showBreakdown",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4429
          },
          "name": "showDistribution",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4445
          },
          "name": "showErrors",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4461
          },
          "name": "showHits",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4477
          },
          "name": "showLatency",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4493
          },
          "name": "showResourceList",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4509
          },
          "name": "sizeFormat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4525
          },
          "name": "spanName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4538
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4554
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4570
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4198
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTraceServiceDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTraceServiceDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTraceServiceDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTraceServiceDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 3807
      },
      "name": "PowerpackV2WidgetTraceServiceDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3813
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTraceServiceDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3819
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTraceServiceDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTraceServiceDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTraceServiceDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTraceServiceDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 3577
      },
      "name": "PowerpackV2WidgetTraceServiceDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3583
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3589
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTraceServiceDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTraceServiceDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTraceServiceDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 3635
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 3628
      },
      "name": "PowerpackV2WidgetTraceServiceDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3675
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3688
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3668
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3681
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3639
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTraceServiceDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTraceServiceDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTraceServiceDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTraceServiceDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 3692
      },
      "name": "PowerpackV2WidgetTraceServiceDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3698
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3704
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTraceServiceDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTraceServiceDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTraceServiceDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 3750
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 3743
      },
      "name": "PowerpackV2WidgetTraceServiceDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3790
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3803
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3783
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3796
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3754
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTraceServiceDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTraceServiceDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTraceServiceDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTraceServiceDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 3865
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 3858
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3901
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTraceServiceDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3917
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTraceServiceDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3904
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3920
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetTraceServiceDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3898
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTraceServiceDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3914
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTraceServiceDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3908
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTraceServiceDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3924
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTraceServiceDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 3869
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTraceServiceDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTraceServiceDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 11279
      },
      "name": "PowerpackV2WidgetTreemapDefinition",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_links PowerpackV2#custom_links}",
            "stability": "stable",
            "summary": "custom_links block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11321
          },
          "name": "customLinks",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionCustomLinks"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#description PowerpackV2#description}",
            "stability": "stable",
            "summary": "The description of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11285
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_incomplete_cost_data PowerpackV2#hide_incomplete_cost_data}",
            "stability": "stable",
            "summary": "Hide any portion of the widget's timeframe that is incomplete due to cost data not being available."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11291
          },
          "name": "hideIncompleteCostData",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `1m`, `5m`, `10m`, `15m`, `30m`, `1h`, `4h`, `1d`, `2d`, `1w`, `1mo`, `3mo`, `6mo`, `week_to_date`, `month_to_date`, `1y`, `alert`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live_span PowerpackV2#live_span}",
            "stability": "stable",
            "summary": "The timeframe to use when displaying the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11297
          },
          "name": "liveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#request PowerpackV2#request}",
            "stability": "stable",
            "summary": "request block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11327
          },
          "name": "request",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#time PowerpackV2#time}",
            "stability": "stable",
            "summary": "time block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11333
          },
          "name": "time",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionTime"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title PowerpackV2#title}",
            "stability": "stable",
            "summary": "The title of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11303
          },
          "name": "title",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_align PowerpackV2#title_align}",
            "stability": "stable",
            "summary": "The alignment of the widget's title. Valid values are `center`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11309
          },
          "name": "titleAlign",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#title_size PowerpackV2#title_size}",
            "stability": "stable",
            "summary": "The size of the widget's title (defaults to 16)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11315
          },
          "name": "titleSize",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinition"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionCustomLinks": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionCustomLinks",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 4600
      },
      "name": "PowerpackV2WidgetTreemapDefinitionCustomLinks",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_hidden PowerpackV2#is_hidden}",
            "stability": "stable",
            "summary": "The flag for toggling context menu link visibility."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4606
          },
          "name": "isHidden",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "The label for the custom link URL. Keep the label short and descriptive. Use metrics and tags as variables."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4612
          },
          "name": "label",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#link PowerpackV2#link}",
            "stability": "stable",
            "summary": "The URL of the custom link. URL must include `http` or `https`. A relative URL must start with `/`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4618
          },
          "name": "link",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be `logs`, `hosts`, `traces`, `profiles`, `processes`, `containers`, or `rum`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#override_label PowerpackV2#override_label}",
            "stability": "stable",
            "summary": "The label ID that refers to a context menu link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4624
          },
          "name": "overrideLabel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionCustomLinks"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionCustomLinksList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionCustomLinksList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 4812
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 4804
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4819
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionCustomLinksOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetTreemapDefinitionCustomLinksList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4805
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionCustomLinks"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionCustomLinksList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionCustomLinksOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionCustomLinksOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 4687
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 4677
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4747
          },
          "name": "resetIsHidden"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4763
          },
          "name": "resetLabel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4779
          },
          "name": "resetLink"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4795
          },
          "name": "resetOverrideLabel"
        }
      ],
      "name": "PowerpackV2WidgetTreemapDefinitionCustomLinksOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4751
          },
          "name": "isHiddenInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4767
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4783
          },
          "name": "linkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4799
          },
          "name": "overrideLabelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4741
          },
          "name": "isHidden",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4757
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4773
          },
          "name": "link",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4789
          },
          "name": "overrideLabel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4691
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionCustomLinks"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionCustomLinksOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 11428
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 11421
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11602
          },
          "name": "putCustomLinks",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionCustomLinks"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11618
          },
          "name": "putRequest",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequest"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11634
          },
          "name": "putTime",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionTime"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11605
          },
          "name": "resetCustomLinks"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11509
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11525
          },
          "name": "resetHideIncompleteCostData"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11541
          },
          "name": "resetLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11621
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11637
          },
          "name": "resetTime"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11557
          },
          "name": "resetTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11573
          },
          "name": "resetTitleAlign"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11589
          },
          "name": "resetTitleSize"
        }
      ],
      "name": "PowerpackV2WidgetTreemapDefinitionOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11599
          },
          "name": "customLinks",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionCustomLinksList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11615
          },
          "name": "request",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11631
          },
          "name": "time",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionTimeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11609
          },
          "name": "customLinksInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionCustomLinks"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11513
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11529
          },
          "name": "hideIncompleteCostDataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11545
          },
          "name": "liveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11625
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11641
          },
          "name": "timeInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionTime"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11577
          },
          "name": "titleAlignInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11561
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11593
          },
          "name": "titleSizeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11503
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11519
          },
          "name": "hideIncompleteCostData",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11535
          },
          "name": "liveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11551
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11567
          },
          "name": "titleAlign",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11583
          },
          "name": "titleSize",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11432
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinition"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequest": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequest",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 10705
      },
      "name": "PowerpackV2WidgetTreemapDefinitionRequest",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula PowerpackV2#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10711
          },
          "name": "formula",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10717
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10723
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10729
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequest"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 6101
      },
      "name": "PowerpackV2WidgetTreemapDefinitionRequestFormula",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula_expression PowerpackV2#formula_expression}",
            "stability": "stable",
            "summary": "A string expression built from queries, formulas, and functions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6119
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#alias PowerpackV2#alias}",
            "stability": "stable",
            "summary": "An expression alias."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6107
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode PowerpackV2#cell_display_mode}",
            "stability": "stable",
            "summary": "A list of display modes for each table cell. Valid values are `number`, `bar`, and `trend`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6113
          },
          "name": "cellDisplayMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cell_display_mode_options PowerpackV2#cell_display_mode_options}",
            "stability": "stable",
            "summary": "cell_display_mode_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6125
          },
          "name": "cellDisplayModeOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#conditional_formats PowerpackV2#conditional_formats}",
            "stability": "stable",
            "summary": "conditional_formats block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6131
          },
          "name": "conditionalFormats",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "limit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6137
          },
          "name": "limit",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaLimit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#number_format PowerpackV2#number_format}",
            "stability": "stable",
            "summary": "number_format block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6143
          },
          "name": "numberFormat",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#style PowerpackV2#style}",
            "stability": "stable",
            "summary": "style block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6149
          },
          "name": "style",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestFormula"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaCellDisplayModeOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaCellDisplayModeOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 4823
      },
      "name": "PowerpackV2WidgetTreemapDefinitionRequestFormulaCellDisplayModeOptions",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#trend_type PowerpackV2#trend_type}",
            "stability": "stable",
            "summary": "The type of trend line to display. Valid values are `area`, `line`, and `bars`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4829
          },
          "name": "trendType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#y_scale PowerpackV2#y_scale}",
            "stability": "stable",
            "summary": "The scale of the y-axis. Valid values are `shared` and `independent`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4835
          },
          "name": "yScale",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestFormulaCellDisplayModeOptions"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 4881
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 4874
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4920
          },
          "name": "resetTrendType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4936
          },
          "name": "resetYScale"
        }
      ],
      "name": "PowerpackV2WidgetTreemapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4924
          },
          "name": "trendTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4940
          },
          "name": "yScaleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4914
          },
          "name": "trendType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4930
          },
          "name": "yScale",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4885
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaConditionalFormats": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaConditionalFormats",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 4944
      },
      "name": "PowerpackV2WidgetTreemapDefinitionRequestFormulaConditionalFormats",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#comparator PowerpackV2#comparator}",
            "stability": "stable",
            "summary": "The comparator to use. Valid values are `=`, `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4950
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `blue`, `custom_bg`, `custom_image`, `custom_text`, `gray_on_white`, `grey`, `green`, `orange`, `red`, `red_on_white`, `white_on_gray`, `white_on_green`, `green_on_white`, `white_on_red`, `white_on_yellow`, `yellow_on_white`, `black_on_light_yellow`, `black_on_light_green`, `black_on_light_red`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette to apply."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4986
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "A value for the comparator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4998
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_bg_color PowerpackV2#custom_bg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the background, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4956
          },
          "name": "customBgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom_fg_color PowerpackV2#custom_fg_color}",
            "stability": "stable",
            "summary": "The color palette to apply to the foreground, same values available as palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4962
          },
          "name": "customFgColor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#hide_value PowerpackV2#hide_value}",
            "stability": "stable",
            "summary": "Setting this to True hides values."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4968
          },
          "name": "hideValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#image_url PowerpackV2#image_url}",
            "stability": "stable",
            "summary": "Displays an image as the background."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4974
          },
          "name": "imageUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric from the request to correlate with this conditional format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4980
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#timeframe PowerpackV2#timeframe}",
            "stability": "stable",
            "summary": "Defines the displayed timeframe."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 4992
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestFormulaConditionalFormats"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaConditionalFormatsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaConditionalFormatsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 5322
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 5314
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5329
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetTreemapDefinitionRequestFormulaConditionalFormatsList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5315
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestFormulaConditionalFormatsList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 5096
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 5086
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5199
          },
          "name": "resetCustomBgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5215
          },
          "name": "resetCustomFgColor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5231
          },
          "name": "resetHideValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5247
          },
          "name": "resetImageUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5263
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5292
          },
          "name": "resetTimeframe"
        }
      ],
      "name": "PowerpackV2WidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5187
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5203
          },
          "name": "customBgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5219
          },
          "name": "customFgColorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5235
          },
          "name": "hideValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5251
          },
          "name": "imageUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5267
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5280
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5296
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5309
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5180
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5193
          },
          "name": "customBgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5209
          },
          "name": "customFgColor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5225
          },
          "name": "hideValue",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5241
          },
          "name": "imageUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5257
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5273
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5286
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5302
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5100
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaConditionalFormats"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestFormulaConditionalFormatsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaLimit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaLimit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 5333
      },
      "name": "PowerpackV2WidgetTreemapDefinitionRequestFormulaLimit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#count PowerpackV2#count}",
            "stability": "stable",
            "summary": "The number of results to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5339
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5345
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestFormulaLimit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaLimitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaLimitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 5391
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 5384
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5430
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5446
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetTreemapDefinitionRequestFormulaLimitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5434
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5450
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5424
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5440
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5395
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaLimit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestFormulaLimitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 6450
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 6442
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6457
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetTreemapDefinitionRequestFormulaList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6443
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestFormulaList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormat": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormat",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 5862
      },
      "name": "PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormat",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "unit block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5868
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_scale PowerpackV2#unit_scale}",
            "stability": "stable",
            "summary": "unit_scale block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5874
          },
          "name": "unitScale",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormat"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 5920
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 5913
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5956
          },
          "name": "putUnit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5969
          },
          "name": "putUnitScale",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5972
          },
          "name": "resetUnitScale"
        }
      ],
      "name": "PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5953
          },
          "name": "unit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5966
          },
          "name": "unitScale",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5960
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5976
          },
          "name": "unitScaleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5924
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormat"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnit": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnit",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 5658
      },
      "name": "PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnit",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#canonical PowerpackV2#canonical}",
            "stability": "stable",
            "summary": "canonical block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5664
          },
          "name": "canonical",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#custom PowerpackV2#custom}",
            "stability": "stable",
            "summary": "custom block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5670
          },
          "name": "custom",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnit"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 5454
      },
      "name": "PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#per_unit_name PowerpackV2#per_unit_name}",
            "stability": "stable",
            "summary": "per unit name. If you want to represent megabytes/s, you set 'unit_name' = 'megabyte' and 'per_unit_name = 'second'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5460
          },
          "name": "perUnitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "Unit name. It should be in singular form ('megabyte' and not 'megabytes')."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5466
          },
          "name": "unitName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 5512
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 5505
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5551
          },
          "name": "resetPerUnitName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5567
          },
          "name": "resetUnitName"
        }
      ],
      "name": "PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5555
          },
          "name": "perUnitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5571
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5545
          },
          "name": "perUnitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5561
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5516
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 5575
      },
      "name": "PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#label PowerpackV2#label}",
            "stability": "stable",
            "summary": "Unit label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5581
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 5620
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 5613
      },
      "name": "PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5654
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5647
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5624
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 5716
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 5709
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5752
          },
          "name": "putCanonical",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5768
          },
          "name": "putCustom",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5755
          },
          "name": "resetCanonical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5771
          },
          "name": "resetCustom"
        }
      ],
      "name": "PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5749
          },
          "name": "canonical",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonicalOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5765
          },
          "name": "custom",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustomOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5759
          },
          "name": "canonicalInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCanonical"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5775
          },
          "name": "customInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitCustom"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5720
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnit"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 5779
      },
      "name": "PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit_name PowerpackV2#unit_name}",
            "stability": "stable",
            "summary": "The name of the unit."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5785
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 5824
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 5817
      },
      "name": "PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5858
          },
          "name": "unitNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5851
          },
          "name": "unitName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5828
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitScale"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatUnitScaleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 6240
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 6230
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6366
          },
          "name": "putCellDisplayModeOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaCellDisplayModeOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6382
          },
          "name": "putConditionalFormats",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaConditionalFormats"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6398
          },
          "name": "putLimit",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaLimit"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6414
          },
          "name": "putNumberFormat",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormat"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6430
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6324
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6340
          },
          "name": "resetCellDisplayMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6369
          },
          "name": "resetCellDisplayModeOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6385
          },
          "name": "resetConditionalFormats"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6401
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6417
          },
          "name": "resetNumberFormat"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6433
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetTreemapDefinitionRequestFormulaOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6363
          },
          "name": "cellDisplayModeOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaCellDisplayModeOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6379
          },
          "name": "conditionalFormats",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaConditionalFormatsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6395
          },
          "name": "limit",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaLimitOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6411
          },
          "name": "numberFormat",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormatOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6427
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6328
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6344
          },
          "name": "cellDisplayModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6373
          },
          "name": "cellDisplayModeOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaCellDisplayModeOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6389
          },
          "name": "conditionalFormatsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaConditionalFormats"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6357
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6405
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaLimit"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6421
          },
          "name": "numberFormatInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaNumberFormat"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6437
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6318
          },
          "name": "alias",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6334
          },
          "name": "cellDisplayMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6350
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6244
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormula"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestFormulaOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 5980
      },
      "name": "PowerpackV2WidgetTreemapDefinitionRequestFormulaStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A guide to the available color palettes can be found at https://docs.datadoghq.com/dashboards/guide/widget_colors.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "The color palette used to display the formula."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5986
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette_index PowerpackV2#palette_index}",
            "stability": "stable",
            "summary": "Index specifying which color to use within the palette."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 5992
          },
          "name": "paletteIndex",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestFormulaStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 6038
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 6031
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6077
          },
          "name": "resetPalette"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6093
          },
          "name": "resetPaletteIndex"
        }
      ],
      "name": "PowerpackV2WidgetTreemapDefinitionRequestFormulaStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6097
          },
          "name": "paletteIndexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6081
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6071
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6087
          },
          "name": "paletteIndex",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6042
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestFormulaStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 10917
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 10909
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10924
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetTreemapDefinitionRequestList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10910
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequest"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 10792
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 10782
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10849
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormula"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10865
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10881
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10897
          },
          "name": "putStyle",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestStyle"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10852
          },
          "name": "resetFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10868
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10884
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10900
          },
          "name": "resetStyle"
        }
      ],
      "name": "PowerpackV2WidgetTreemapDefinitionRequestOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10846
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormulaList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10862
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10878
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10894
          },
          "name": "style",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestStyleOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10856
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestFormula"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10872
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10888
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10904
          },
          "name": "styleInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestStyle"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10796
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequest"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 9752
      },
      "name": "PowerpackV2WidgetTreemapDefinitionRequestQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_dependency_stats_query PowerpackV2#apm_dependency_stats_query}",
            "stability": "stable",
            "summary": "apm_dependency_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9758
          },
          "name": "apmDependencyStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#apm_resource_stats_query PowerpackV2#apm_resource_stats_query}",
            "stability": "stable",
            "summary": "apm_resource_stats_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9764
          },
          "name": "apmResourceStatsQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cloud_cost_query PowerpackV2#cloud_cost_query}",
            "stability": "stable",
            "summary": "cloud_cost_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9770
          },
          "name": "cloudCostQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#event_query PowerpackV2#event_query}",
            "stability": "stable",
            "summary": "event_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9776
          },
          "name": "eventQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric_query PowerpackV2#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9782
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#process_query PowerpackV2#process_query}",
            "stability": "stable",
            "summary": "process_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9788
          },
          "name": "processQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query PowerpackV2#slo_query}",
            "stability": "stable",
            "summary": "slo_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9794
          },
          "name": "sloQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 6461
      },
      "name": "PowerpackV2WidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Dependency Stats queries. Valid values are `apm_dependency_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6473
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6479
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6491
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6497
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6515
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6521
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `avg_duration`, `avg_root_duration`, `avg_spans_per_trace`, `error_rate`, `pct_exec_time`, `pct_of_traces`, `total_traces_count`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6527
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6467
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_upstream PowerpackV2#is_upstream}",
            "stability": "stable",
            "summary": "Determines whether stats for upstream or downstream dependencies should be queried."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6485
          },
          "name": "isUpstream",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6503
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6509
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 6636
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 6629
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6729
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6771
          },
          "name": "resetIsUpstream"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6813
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6829
          },
          "name": "resetPrimaryTagValue"
        }
      ],
      "name": "PowerpackV2WidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6733
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6746
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6759
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6775
          },
          "name": "isUpstreamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6788
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6801
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6817
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6833
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6846
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6859
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6872
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6723
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6739
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6752
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6765
          },
          "name": "isUpstream",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6781
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6794
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6807
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6823
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6839
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6852
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6865
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6640
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryApmResourceStatsQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryApmResourceStatsQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 6876
      },
      "name": "PowerpackV2WidgetTreemapDefinitionRequestQueryApmResourceStatsQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for APM Resource Stats queries. Valid values are `apm_resource_stats`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6888
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#env PowerpackV2#env}",
            "stability": "stable",
            "summary": "APM environment."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6894
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6906
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#service PowerpackV2#service}",
            "stability": "stable",
            "summary": "APM service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6936
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#stat PowerpackV2#stat}",
            "stability": "stable",
            "summary": "APM statistic. Valid values are `errors`, `error_rate`, `hits`, `latency_avg`, `latency_distribution`, `latency_max`, `latency_p50`, `latency_p75`, `latency_p90`, `latency_p95`, `latency_p99`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6942
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6882
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "Array of fields to group results by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6900
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#operation_name PowerpackV2#operation_name}",
            "stability": "stable",
            "summary": "Name of operation on service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6912
          },
          "name": "operationName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_name PowerpackV2#primary_tag_name}",
            "stability": "stable",
            "summary": "The name of the second primary tag used within APM; required when `primary_tag_value` is specified. See https://docs.datadoghq.com/tracing/guide/setting_primary_tags_to_scope/#add-a-second-primary-tag-in-datadog."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6918
          },
          "name": "primaryTagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#primary_tag_value PowerpackV2#primary_tag_value}",
            "stability": "stable",
            "summary": "Filter APM data by the second primary tag. `primary_tag_name` must also be specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6924
          },
          "name": "primaryTagValue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#resource_name PowerpackV2#resource_name}",
            "stability": "stable",
            "summary": "APM resource."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 6930
          },
          "name": "resourceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 7051
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 7044
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7144
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7186
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7215
          },
          "name": "resetOperationName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7231
          },
          "name": "resetPrimaryTagName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7247
          },
          "name": "resetPrimaryTagValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7263
          },
          "name": "resetResourceName"
        }
      ],
      "name": "PowerpackV2WidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7148
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7161
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7174
          },
          "name": "envInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7190
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7203
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7219
          },
          "name": "operationNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7235
          },
          "name": "primaryTagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7251
          },
          "name": "primaryTagValueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7267
          },
          "name": "resourceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7280
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7293
          },
          "name": "statInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7138
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7154
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7167
          },
          "name": "env",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7180
          },
          "name": "groupBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7196
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7209
          },
          "name": "operationName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7225
          },
          "name": "primaryTagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7241
          },
          "name": "primaryTagValue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7257
          },
          "name": "resourceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7273
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7286
          },
          "name": "stat",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7055
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryCloudCostQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryCloudCostQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 7297
      },
      "name": "PowerpackV2WidgetTreemapDefinitionRequestQueryCloudCostQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for cloud cost queries. Valid values are `cloud_cost`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7315
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7321
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "Query for Cloud Cost data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7327
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for cloud cost queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7303
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7309
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestQueryCloudCostQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 7394
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 7387
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7451
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7467
          },
          "name": "resetCrossOrgUuids"
        }
      ],
      "name": "PowerpackV2WidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7455
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7471
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7484
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7497
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7510
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7445
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7461
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7477
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7490
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7503
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7398
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryCloudCostQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 8426
      },
      "name": "PowerpackV2WidgetTreemapDefinitionRequestQueryEventQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#compute PowerpackV2#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8462
          },
          "name": "compute",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `logs`, `spans`, `network`, `rum`, `security_signals`, `profiles`, `audit`, `events`, `ci_tests`, `ci_pipelines`, `incident_analytics`, `product_analytics`, `on_call_events`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for event platform-based queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8438
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8450
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8432
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by PowerpackV2#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8468
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_by_fields PowerpackV2#group_by_fields}",
            "stability": "stable",
            "summary": "group_by_fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8474
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Omit or use `[]` to query all indexes at once.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#indexes PowerpackV2#indexes}",
            "stability": "stable",
            "summary": "An array of index names to query in the stream."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8444
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#search PowerpackV2#search}",
            "stability": "stable",
            "summary": "search block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8480
          },
          "name": "search",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#storage PowerpackV2#storage}",
            "stability": "stable",
            "summary": "Option for storage location. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8456
          },
          "name": "storage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestQueryEventQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 7514
      },
      "name": "PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryCompute",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7520
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#interval PowerpackV2#interval}",
            "stability": "stable",
            "summary": "A time interval in milliseconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7526
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The measurable attribute to compute."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7532
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryCompute"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryComputeList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryComputeList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 7688
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 7680
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7695
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryComputeList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7681
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryComputeList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 7588
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 7578
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7655
          },
          "name": "resetInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7671
          },
          "name": "resetMetric"
        }
      ],
      "name": "PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7643
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7659
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7675
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7636
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7649
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7665
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7592
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryComputeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 7852
      },
      "name": "PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#facet PowerpackV2#facet}",
            "stability": "stable",
            "summary": "The event facet."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7858
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7864
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7870
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 8190
      },
      "name": "PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFields",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fields PowerpackV2#fields}",
            "stability": "stable",
            "summary": "List of event facets to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8196
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of groups to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8202
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8208
          },
          "name": "sort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFields"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 8261
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 8254
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8332
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8319
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8335
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8329
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8307
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8323
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8339
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8300
          },
          "name": "fields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8313
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8265
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFields"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 8037
      },
      "name": "PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8043
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8049
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8055
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 8108
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 8101
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8166
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8182
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8154
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8170
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8186
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8147
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8160
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8176
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8112
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 8026
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 8018
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8033
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8019
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 7926
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 7916
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8006
          },
          "name": "putSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7993
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8009
          },
          "name": "resetSort"
        }
      ],
      "name": "PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8003
          },
          "name": "sort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7981
          },
          "name": "facetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7997
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8013
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7974
          },
          "name": "facet",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7987
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7930
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBySort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBySort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 7699
      },
      "name": "PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBySort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `count`, `cardinality`, `median`, `pc75`, `pc90`, `pc95`, `pc98`, `pc99`, `sum`, `min`, `max`, `avg`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregation PowerpackV2#aggregation}",
            "stability": "stable",
            "summary": "The aggregation methods for the event platform queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7705
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The metric used for sorting group by results."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7711
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Direction of sort. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7717
          },
          "name": "order",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 7770
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 7763
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7828
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7844
          },
          "name": "resetOrder"
        }
      ],
      "name": "PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7816
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7832
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7848
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7809
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7822
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7838
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 7774
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBySort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBySortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 8575
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 8568
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8727
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryCompute"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8740
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8756
          },
          "name": "putGroupByFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFields"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8772
          },
          "name": "putSearch",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQuerySearch"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8656
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8743
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8759
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8685
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8775
          },
          "name": "resetSearch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8714
          },
          "name": "resetStorage"
        }
      ],
      "name": "PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8724
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryComputeList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8737
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8753
          },
          "name": "groupByFields",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFieldsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8769
          },
          "name": "search",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8731
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryCompute"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8660
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8673
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8763
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupByFields"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8747
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8689
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8702
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8779
          },
          "name": "searchInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQuerySearch"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8718
          },
          "name": "storageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8650
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8666
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8679
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8695
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8708
          },
          "name": "storage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8579
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQuerySearch": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQuerySearch",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 8343
      },
      "name": "PowerpackV2WidgetTreemapDefinitionRequestQueryEventQuerySearch",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The events search string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8349
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestQueryEventQuerySearch"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 8388
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 8381
      },
      "name": "PowerpackV2WidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8422
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8415
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8392
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQuerySearch"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestQueryEventQuerySearchOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 10069
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 10061
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10076
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetTreemapDefinitionRequestQueryList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10062
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestQueryList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 8783
      },
      "name": "PowerpackV2WidgetTreemapDefinitionRequestQueryMetricQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8807
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#query PowerpackV2#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8813
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8789
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8795
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8801
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This determines how metrics from different sources are combined or displayed. Valid values are `combined`, `native`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#semantic_mode PowerpackV2#semantic_mode}",
            "stability": "stable",
            "summary": "Semantic mode for metrics queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8819
          },
          "name": "semanticMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestQueryMetricQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 8893
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 8886
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8956
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8972
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8988
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9030
          },
          "name": "resetSemanticMode"
        }
      ],
      "name": "PowerpackV2WidgetTreemapDefinitionRequestQueryMetricQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8960
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8976
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8992
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9005
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9018
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9034
          },
          "name": "semanticModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8950
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8966
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8982
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8998
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9011
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9024
          },
          "name": "semanticMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 8897
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 9878
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 9868
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9953
          },
          "name": "putApmDependencyStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9969
          },
          "name": "putApmResourceStatsQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9985
          },
          "name": "putCloudCostQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryCloudCostQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10001
          },
          "name": "putEventQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10017
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10033
          },
          "name": "putProcessQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryProcessQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10049
          },
          "name": "putSloQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQuerySloQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9956
          },
          "name": "resetApmDependencyStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9972
          },
          "name": "resetApmResourceStatsQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9988
          },
          "name": "resetCloudCostQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10004
          },
          "name": "resetEventQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10020
          },
          "name": "resetMetricQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10036
          },
          "name": "resetProcessQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10052
          },
          "name": "resetSloQuery"
        }
      ],
      "name": "PowerpackV2WidgetTreemapDefinitionRequestQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9950
          },
          "name": "apmDependencyStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryApmDependencyStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9966
          },
          "name": "apmResourceStatsQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryApmResourceStatsQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9982
          },
          "name": "cloudCostQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryCloudCostQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9998
          },
          "name": "eventQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10014
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10030
          },
          "name": "processQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryProcessQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10046
          },
          "name": "sloQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQuerySloQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9960
          },
          "name": "apmDependencyStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryApmDependencyStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9976
          },
          "name": "apmResourceStatsQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryApmResourceStatsQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9992
          },
          "name": "cloudCostQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryCloudCostQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10008
          },
          "name": "eventQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryEventQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10024
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10040
          },
          "name": "processQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryProcessQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10056
          },
          "name": "sloQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQuerySloQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9882
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryProcessQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryProcessQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 9038
      },
      "name": "PowerpackV2WidgetTreemapDefinitionRequestQueryProcessQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for process queries. Valid values are `process`, `container`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9056
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#metric PowerpackV2#metric}",
            "stability": "stable",
            "summary": "The process metric name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9074
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9080
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#aggregator PowerpackV2#aggregator}",
            "stability": "stable",
            "summary": "The aggregation methods available for metrics queries. Valid values are `avg`, `min`, `max`, `sum`, `last`, `area`, `l2norm`, `percentile`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9044
          },
          "name": "aggregator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9050
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_normalized_cpu PowerpackV2#is_normalized_cpu}",
            "stability": "stable",
            "summary": "Whether to normalize the CPU percentages."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9062
          },
          "name": "isNormalizedCpu",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#limit PowerpackV2#limit}",
            "stability": "stable",
            "summary": "The number of hits to return."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9068
          },
          "name": "limit",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#sort PowerpackV2#sort}",
            "stability": "stable",
            "summary": "The direction of the sort. Valid values are `asc`, `desc`. Defaults to `\"desc\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9086
          },
          "name": "sort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#tag_filters PowerpackV2#tag_filters}",
            "stability": "stable",
            "summary": "An array of tags to filter by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9092
          },
          "name": "tagFilters",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#text_filter PowerpackV2#text_filter}",
            "stability": "stable",
            "summary": "The text to use as a filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9098
          },
          "name": "textFilter",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestQueryProcessQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryProcessQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryProcessQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 9200
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 9193
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9287
          },
          "name": "resetAggregator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9303
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9332
          },
          "name": "resetIsNormalizedCpu"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9348
          },
          "name": "resetLimit"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9390
          },
          "name": "resetSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9406
          },
          "name": "resetTagFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9422
          },
          "name": "resetTextFilter"
        }
      ],
      "name": "PowerpackV2WidgetTreemapDefinitionRequestQueryProcessQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9291
          },
          "name": "aggregatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9307
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9320
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9336
          },
          "name": "isNormalizedCpuInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9352
          },
          "name": "limitInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9365
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9378
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9394
          },
          "name": "sortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9410
          },
          "name": "tagFiltersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9426
          },
          "name": "textFilterInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9281
          },
          "name": "aggregator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9297
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9313
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9326
          },
          "name": "isNormalizedCpu",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9342
          },
          "name": "limit",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9358
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9371
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9384
          },
          "name": "sort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9400
          },
          "name": "tagFilters",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9416
          },
          "name": "textFilter",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9204
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQueryProcessQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestQueryProcessQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQuerySloQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQuerySloQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 9430
      },
      "name": "PowerpackV2WidgetTreemapDefinitionRequestQuerySloQuery",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#data_source PowerpackV2#data_source}",
            "stability": "stable",
            "summary": "The data source for SLO queries. Valid values are `slo`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9448
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#measure PowerpackV2#measure}",
            "stability": "stable",
            "summary": "SLO measures queries. Valid values are `good_events`, `bad_events`, `good_minutes`, `bad_minutes`, `slo_status`, `error_budget_remaining`, `burn_rate`, `error_budget_burndown`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9460
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_id PowerpackV2#slo_id}",
            "stability": "stable",
            "summary": "ID of an SLO to query measures."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9472
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#additional_query_filters PowerpackV2#additional_query_filters}",
            "stability": "stable",
            "summary": "Additional filters applied to the SLO query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9436
          },
          "name": "additionalQueryFilters",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#cross_org_uuids PowerpackV2#cross_org_uuids}",
            "stability": "stable",
            "summary": "The source organization UUID for cross organization queries. Feature in Private Beta."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9442
          },
          "name": "crossOrgUuids",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_mode PowerpackV2#group_mode}",
            "stability": "stable",
            "summary": "Group mode to query measures. Valid values are `overall`, `components`. Defaults to `\"overall\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9454
          },
          "name": "groupMode",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9466
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#slo_query_type PowerpackV2#slo_query_type}",
            "stability": "stable",
            "summary": "type of the SLO to query. Valid values are `metric`, `monitor`, `time_slice`. Defaults to `\"metric\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9478
          },
          "name": "sloQueryType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestQuerySloQuery"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQuerySloQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQuerySloQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 9566
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 9559
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9641
          },
          "name": "resetAdditionalQueryFilters"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9657
          },
          "name": "resetCrossOrgUuids"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9686
          },
          "name": "resetGroupMode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9715
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9744
          },
          "name": "resetSloQueryType"
        }
      ],
      "name": "PowerpackV2WidgetTreemapDefinitionRequestQuerySloQueryOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9645
          },
          "name": "additionalQueryFiltersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9661
          },
          "name": "crossOrgUuidsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9674
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9690
          },
          "name": "groupModeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9703
          },
          "name": "measureInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9719
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9732
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9748
          },
          "name": "sloQueryTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9635
          },
          "name": "additionalQueryFilters",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9651
          },
          "name": "crossOrgUuids",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9667
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9680
          },
          "name": "groupMode",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9696
          },
          "name": "measure",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9709
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9725
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9738
          },
          "name": "sloQueryType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 9570
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestQuerySloQuery"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestQuerySloQueryOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 10463
      },
      "name": "PowerpackV2WidgetTreemapDefinitionRequestSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#count PowerpackV2#count}",
            "stability": "stable",
            "summary": "The number of items to limit the widget to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10469
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order_by PowerpackV2#order_by}",
            "stability": "stable",
            "summary": "order_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10475
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSortOrderBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSortOrderBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 10310
      },
      "name": "PowerpackV2WidgetTreemapDefinitionRequestSortOrderBy",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#formula_sort PowerpackV2#formula_sort}",
            "stability": "stable",
            "summary": "formula_sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10316
          },
          "name": "formulaSort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSortOrderByFormulaSort"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#group_sort PowerpackV2#group_sort}",
            "stability": "stable",
            "summary": "group_sort block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10322
          },
          "name": "groupSort",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSortOrderByGroupSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestSortOrderBy"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSortOrderByFormulaSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSortOrderByFormulaSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 10080
      },
      "name": "PowerpackV2WidgetTreemapDefinitionRequestSortOrderByFormulaSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#index PowerpackV2#index}",
            "stability": "stable",
            "summary": "The index of the formula to sort by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10086
          },
          "name": "index",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting direction. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10092
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestSortOrderByFormulaSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSortOrderByFormulaSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSortOrderByFormulaSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 10138
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 10131
      },
      "name": "PowerpackV2WidgetTreemapDefinitionRequestSortOrderByFormulaSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10178
          },
          "name": "indexInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10191
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10171
          },
          "name": "index",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10184
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10142
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSortOrderByFormulaSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestSortOrderByFormulaSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSortOrderByGroupSort": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSortOrderByGroupSort",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 10195
      },
      "name": "PowerpackV2WidgetTreemapDefinitionRequestSortOrderByGroupSort",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#name PowerpackV2#name}",
            "stability": "stable",
            "summary": "The name of the group tag to sort by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10201
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order PowerpackV2#order}",
            "stability": "stable",
            "summary": "Widget sorting direction. Valid values are `asc`, `desc`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10207
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestSortOrderByGroupSort"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSortOrderByGroupSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSortOrderByGroupSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 10253
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 10246
      },
      "name": "PowerpackV2WidgetTreemapDefinitionRequestSortOrderByGroupSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10293
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10306
          },
          "name": "orderInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10286
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10299
          },
          "name": "order",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10257
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSortOrderByGroupSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestSortOrderByGroupSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSortOrderByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSortOrderByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 10452
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 10444
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10459
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSortOrderByOutputReference"
            }
          }
        }
      ],
      "name": "PowerpackV2WidgetTreemapDefinitionRequestSortOrderByList",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10445
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestSortOrderByList"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSortOrderByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSortOrderByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 10371
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 10361
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10416
          },
          "name": "putFormulaSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSortOrderByFormulaSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10432
          },
          "name": "putGroupSort",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSortOrderByGroupSort"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10419
          },
          "name": "resetFormulaSort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10435
          },
          "name": "resetGroupSort"
        }
      ],
      "name": "PowerpackV2WidgetTreemapDefinitionRequestSortOrderByOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10413
          },
          "name": "formulaSort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSortOrderByFormulaSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10429
          },
          "name": "groupSort",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSortOrderByGroupSortOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10423
          },
          "name": "formulaSortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSortOrderByFormulaSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10439
          },
          "name": "groupSortInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSortOrderByGroupSort"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10375
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSortOrderBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestSortOrderByOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSortOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSortOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 10521
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 10514
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10573
          },
          "name": "putOrderBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSortOrderBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10560
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10576
          },
          "name": "resetOrderBy"
        }
      ],
      "name": "PowerpackV2WidgetTreemapDefinitionRequestSortOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10570
          },
          "name": "orderBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSortOrderByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10564
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10580
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSortOrderBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10554
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10525
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestSort"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestSortOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestStyle": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestStyle",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 10584
      },
      "name": "PowerpackV2WidgetTreemapDefinitionRequestStyle",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#order_by PowerpackV2#order_by}",
            "stability": "stable",
            "summary": "How to order series. Valid values are `tags`, `values`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10590
          },
          "name": "orderBy",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#palette PowerpackV2#palette}",
            "stability": "stable",
            "summary": "A color palette to apply to the widget. The available options are available at: https://docs.datadoghq.com/dashboards/widgets/timeseries/#appearance."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10596
          },
          "name": "palette",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestStyle"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestStyleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestStyleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 10642
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 10635
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10681
          },
          "name": "resetOrderBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10697
          },
          "name": "resetPalette"
        }
      ],
      "name": "PowerpackV2WidgetTreemapDefinitionRequestStyleOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10685
          },
          "name": "orderByInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10701
          },
          "name": "paletteInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10675
          },
          "name": "orderBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10691
          },
          "name": "palette",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10646
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionRequestStyle"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionRequestStyleOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionTime": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionTime",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 11158
      },
      "name": "PowerpackV2WidgetTreemapDefinitionTime",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#fixed PowerpackV2#fixed}",
            "stability": "stable",
            "summary": "fixed block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11164
          },
          "name": "fixed",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionTimeFixed"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#live PowerpackV2#live}",
            "stability": "stable",
            "summary": "live block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11170
          },
          "name": "live",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionTime"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionTimeFixed": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionTimeFixed",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 10928
      },
      "name": "PowerpackV2WidgetTreemapDefinitionTimeFixed",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#from PowerpackV2#from}",
            "stability": "stable",
            "summary": "Start time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10934
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#to PowerpackV2#to}",
            "stability": "stable",
            "summary": "End time in seconds since epoch."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10940
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionTimeFixed"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionTimeFixedOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionTimeFixedOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 10986
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 10979
      },
      "name": "PowerpackV2WidgetTreemapDefinitionTimeFixedOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11026
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11039
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11019
          },
          "name": "from",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11032
          },
          "name": "to",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 10990
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionTimeFixed"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionTimeFixedOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionTimeLive": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionTimeLive",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 11043
      },
      "name": "PowerpackV2WidgetTreemapDefinitionTimeLive",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#unit PowerpackV2#unit}",
            "stability": "stable",
            "summary": "Unit of the time span. Valid values are `minute`, `hour`, `day`, `week`, `month`, `year`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11049
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#value PowerpackV2#value}",
            "stability": "stable",
            "summary": "Value of the time span."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11055
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionTimeLive"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionTimeLiveOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionTimeLiveOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 11101
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 11094
      },
      "name": "PowerpackV2WidgetTreemapDefinitionTimeLiveOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11141
          },
          "name": "unitInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11154
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11134
          },
          "name": "unit",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11147
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11105
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionTimeLive"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionTimeLiveOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionTimeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionTimeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 11216
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 11209
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11252
          },
          "name": "putFixed",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionTimeFixed"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11268
          },
          "name": "putLive",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionTimeLive"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11255
          },
          "name": "resetFixed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11271
          },
          "name": "resetLive"
        }
      ],
      "name": "PowerpackV2WidgetTreemapDefinitionTimeOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11249
          },
          "name": "fixed",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionTimeFixedOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11265
          },
          "name": "live",
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionTimeLiveOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11259
          },
          "name": "fixedInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionTimeFixed"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11275
          },
          "name": "liveInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionTimeLive"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11220
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetTreemapDefinitionTime"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetTreemapDefinitionTimeOutputReference"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetWidgetLayout": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetWidgetLayout",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 11645
      },
      "name": "PowerpackV2WidgetWidgetLayout",
      "namespace": "powerpackV2",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#height PowerpackV2#height}",
            "stability": "stable",
            "summary": "The height of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11651
          },
          "name": "height",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#width PowerpackV2#width}",
            "stability": "stable",
            "summary": "The width of the widget."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11663
          },
          "name": "width",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#x PowerpackV2#x}",
            "stability": "stable",
            "summary": "The position of the widget on the x (horizontal) axis. Must be greater than or equal to 0."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11669
          },
          "name": "x",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#y PowerpackV2#y}",
            "stability": "stable",
            "summary": "The position of the widget on the y (vertical) axis. Must be greater than or equal to 0."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11675
          },
          "name": "y",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Only one widget in the dashboard should have this property set to `true`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/powerpack_v2#is_column_break PowerpackV2#is_column_break}",
            "stability": "stable",
            "summary": "Whether the widget should be the first one on the second column in high density or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11657
          },
          "name": "isColumnBreak",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetWidgetLayout"
    },
    "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetWidgetLayoutOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetWidgetLayoutOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/powerpack-v2/index-structs/structs5600.ts",
          "line": 11742
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/powerpack-v2/index-structs/structs5600.ts",
        "line": 11735
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11812
          },
          "name": "resetIsColumnBreak"
        }
      ],
      "name": "PowerpackV2WidgetWidgetLayoutOutputReference",
      "namespace": "powerpackV2",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11800
          },
          "name": "heightInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11816
          },
          "name": "isColumnBreakInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11829
          },
          "name": "widthInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11842
          },
          "name": "xInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11855
          },
          "name": "yInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11793
          },
          "name": "height",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11806
          },
          "name": "isColumnBreak",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11822
          },
          "name": "width",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11835
          },
          "name": "x",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11848
          },
          "name": "y",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/powerpack-v2/index-structs/structs5600.ts",
            "line": 11746
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.powerpackV2.PowerpackV2WidgetWidgetLayout"
          }
        }
      ],
      "symbolId": "src/powerpack-v2/index-structs/structs5600:PowerpackV2WidgetWidgetLayoutOutputReference"
    },
    "@cdktn/provider-datadog.provider.DatadogProvider": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformProvider",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs datadog}."
      },
      "fqn": "@cdktn/provider-datadog.provider.DatadogProvider",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs datadog} Resource."
        },
        "locationInModule": {
          "filename": "src/provider/index.ts",
          "line": 192
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.provider.DatadogProviderConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/provider/index.ts",
        "line": 160
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a DatadogProvider resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 177
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the DatadogProvider to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing DatadogProvider that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the DatadogProvider to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 473
          },
          "name": "resetAlias"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 233
          },
          "name": "resetApiKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 249
          },
          "name": "resetApiUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 265
          },
          "name": "resetAppKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 281
          },
          "name": "resetAwsAccessKeyId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 297
          },
          "name": "resetAwsSecretAccessKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 313
          },
          "name": "resetAwsSessionToken"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 329
          },
          "name": "resetCloudProviderRegion"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 345
          },
          "name": "resetCloudProviderType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 489
          },
          "name": "resetDefaultTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 361
          },
          "name": "resetHttpClientRetryBackoffBase"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 377
          },
          "name": "resetHttpClientRetryBackoffMultiplier"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 393
          },
          "name": "resetHttpClientRetryEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 409
          },
          "name": "resetHttpClientRetryMaxRetries"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 425
          },
          "name": "resetHttpClientRetryTimeout"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 441
          },
          "name": "resetOrgUuid"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 457
          },
          "name": "resetValidate"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 501
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformProvider",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 523
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformProvider",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "DatadogProvider",
      "namespace": "provider",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 165
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 477
          },
          "name": "aliasInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 237
          },
          "name": "apiKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 253
          },
          "name": "apiUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 269
          },
          "name": "appKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 285
          },
          "name": "awsAccessKeyIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 301
          },
          "name": "awsSecretAccessKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 317
          },
          "name": "awsSessionTokenInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 333
          },
          "name": "cloudProviderRegionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 349
          },
          "name": "cloudProviderTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 493
          },
          "name": "defaultTagsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.provider.DatadogProviderDefaultTags"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 365
          },
          "name": "httpClientRetryBackoffBaseInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 381
          },
          "name": "httpClientRetryBackoffMultiplierInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 397
          },
          "name": "httpClientRetryEnabledInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 413
          },
          "name": "httpClientRetryMaxRetriesInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 429
          },
          "name": "httpClientRetryTimeoutInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 445
          },
          "name": "orgUuidInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 461
          },
          "name": "validateInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 467
          },
          "name": "alias",
          "optional": true,
          "overrides": "cdktn.TerraformProvider",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 227
          },
          "name": "apiKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 243
          },
          "name": "apiUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 259
          },
          "name": "appKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 275
          },
          "name": "awsAccessKeyId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 291
          },
          "name": "awsSecretAccessKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 307
          },
          "name": "awsSessionToken",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 323
          },
          "name": "cloudProviderRegion",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 339
          },
          "name": "cloudProviderType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 483
          },
          "name": "defaultTags",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.provider.DatadogProviderDefaultTags"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 355
          },
          "name": "httpClientRetryBackoffBase",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 371
          },
          "name": "httpClientRetryBackoffMultiplier",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 387
          },
          "name": "httpClientRetryEnabled",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 403
          },
          "name": "httpClientRetryMaxRetries",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 419
          },
          "name": "httpClientRetryTimeout",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 435
          },
          "name": "orgUuid",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 451
          },
          "name": "validate",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/provider/index:DatadogProvider"
    },
    "@cdktn/provider-datadog.provider.DatadogProviderConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.provider.DatadogProviderConfig",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/provider/index.ts",
        "line": 14
      },
      "name": "DatadogProviderConfig",
      "namespace": "provider",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs#alias DatadogProvider#alias}",
            "stability": "stable",
            "summary": "Alias name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 110
          },
          "name": "alias",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs#api_key DatadogProvider#api_key}",
            "stability": "stable",
            "summary": "(Required unless validate is false) Datadog API key. This can also be set via the DD_API_KEY environment variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 20
          },
          "name": "apiKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This can also be set via the DD_HOST environment variable, and defaults to `https://api.datadoghq.com`. Note that this URL must not end with the `/api/` path. For example, `https://api.datadoghq.com/` is a correct value, while `https://api.datadoghq.com/api/` is not. And if you're working with \"EU\" version of Datadog, use `https://api.datadoghq.eu/`. Other Datadog region examples: `https://api.us5.datadoghq.com/`, `https://api.us3.datadoghq.com/` and `https://api.ddog-gov.com/`. See https://docs.datadoghq.com/getting_started/site/ for all available regions.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs#api_url DatadogProvider#api_url}",
            "stability": "stable",
            "summary": "The API URL."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 26
          },
          "name": "apiUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs#app_key DatadogProvider#app_key}",
            "stability": "stable",
            "summary": "(Required unless validate is false) Datadog APP key. This can also be set via the DD_APP_KEY environment variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 32
          },
          "name": "appKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "used for cloud-provider-based authentication. This can also be set using the `AWS_ACCESS_KEY_ID` environment variable. Required when using `cloud_provider_type` set to `aws`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs#aws_access_key_id DatadogProvider#aws_access_key_id}",
            "stability": "stable",
            "summary": "The AWS access key ID;"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 38
          },
          "name": "awsAccessKeyId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "used for cloud-provider-based authentication. This can also be set using the `AWS_SECRET_ACCESS_KEY` environment variable. Required when using `cloud_provider_type` set to `aws`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs#aws_secret_access_key DatadogProvider#aws_secret_access_key}",
            "stability": "stable",
            "summary": "The AWS secret access key;"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 44
          },
          "name": "awsSecretAccessKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "used for cloud-provider-based authentication. This can also be set using the `AWS_SESSION_TOKEN` environment variable. Required when using `cloud_provider_type` set to `aws` and using temporary credentials.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs#aws_session_token DatadogProvider#aws_session_token}",
            "stability": "stable",
            "summary": "The AWS session token;"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 50
          },
          "name": "awsSessionToken",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs#cloud_provider_region DatadogProvider#cloud_provider_region}",
            "stability": "stable",
            "summary": "The cloud provider region specifier; used for cloud-provider-based authentication. For example, `us-east-1` for AWS."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 56
          },
          "name": "cloudProviderRegion",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Only [`aws`] is supported. This feature is in Preview. If you'd like to enable it for your organization, contact [support](https://docs.datadoghq.com/help/).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs#cloud_provider_type DatadogProvider#cloud_provider_type}",
            "stability": "stable",
            "summary": "Specifies the cloud provider used for cloud-provider-based authentication, enabling keyless access without API or app keys."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 62
          },
          "name": "cloudProviderType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs#default_tags DatadogProvider#default_tags}",
            "stability": "stable",
            "summary": "default_tags block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 116
          },
          "name": "defaultTags",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.provider.DatadogProviderDefaultTags"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs#http_client_retry_backoff_base DatadogProvider#http_client_retry_backoff_base}",
            "stability": "stable",
            "summary": "The HTTP request retry back off base. Defaults to 2."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 68
          },
          "name": "httpClientRetryBackoffBase",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs#http_client_retry_backoff_multiplier DatadogProvider#http_client_retry_backoff_multiplier}",
            "stability": "stable",
            "summary": "The HTTP request retry back off multiplier. Defaults to 2."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 74
          },
          "name": "httpClientRetryBackoffMultiplier",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs#http_client_retry_enabled DatadogProvider#http_client_retry_enabled}",
            "stability": "stable",
            "summary": "Enables request retries on HTTP status codes 429 and 5xx. Valid values are [`true`, `false`]. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 80
          },
          "name": "httpClientRetryEnabled",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs#http_client_retry_max_retries DatadogProvider#http_client_retry_max_retries}",
            "stability": "stable",
            "summary": "The HTTP request maximum retry number. Defaults to 3."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 86
          },
          "name": "httpClientRetryMaxRetries",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs#http_client_retry_timeout DatadogProvider#http_client_retry_timeout}",
            "stability": "stable",
            "summary": "The HTTP request retry timeout period. Defaults to 60 seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 92
          },
          "name": "httpClientRetryTimeout",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs#org_uuid DatadogProvider#org_uuid}",
            "stability": "stable",
            "summary": "The organization UUID; used for cloud-provider-based authentication. See the [Datadog API documentation](https://docs.datadoghq.com/api/v1/organizations/) for more information."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 98
          },
          "name": "orgUuid",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are [`true`, `false`]. Default is true. When false, api_key won't be checked.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs#validate DatadogProvider#validate}",
            "stability": "stable",
            "summary": "Enables validation of the provided API key during provider initialization."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 104
          },
          "name": "validate",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/provider/index:DatadogProviderConfig"
    },
    "@cdktn/provider-datadog.provider.DatadogProviderDefaultTags": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.provider.DatadogProviderDefaultTags",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/provider/index.ts",
        "line": 118
      },
      "name": "DatadogProviderDefaultTags",
      "namespace": "provider",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs#tags DatadogProvider#tags}",
            "stability": "stable",
            "summary": "[Experimental - Logs Indexes, Logs Pipelines, Monitors Security Monitoring Rules, and Service Level Objectives only] Resource tags to be applied by default across all resources."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/provider/index.ts",
            "line": 124
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        }
      ],
      "symbolId": "src/provider/index:DatadogProviderDefaultTags"
    },
    "@cdktn/provider-datadog.referenceTable.ReferenceTable": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/reference_table datadog_reference_table}."
      },
      "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTable",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/reference_table datadog_reference_table} Resource."
        },
        "locationInModule": {
          "filename": "src/reference-table/index.ts",
          "line": 1275
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/reference-table/index.ts",
        "line": 1243
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a ReferenceTable resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1260
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the ReferenceTable to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/reference_table#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing ReferenceTable that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the ReferenceTable to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1396
          },
          "name": "putFileMetadata",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadata"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1412
          },
          "name": "putSchema",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableSchema"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1316
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1399
          },
          "name": "resetFileMetadata"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1415
          },
          "name": "resetSchema"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1378
          },
          "name": "resetTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1427
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1438
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "ReferenceTable",
      "namespace": "referenceTable",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1248
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1304
          },
          "name": "createdBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1393
          },
          "name": "fileMetadata",
          "type": {
            "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1325
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1330
          },
          "name": "lastUpdatedBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1335
          },
          "name": "rowCount",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1409
          },
          "name": "schema",
          "type": {
            "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableSchemaOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1353
          },
          "name": "status",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1387
          },
          "name": "updatedAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1320
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1403
          },
          "name": "fileMetadataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadata"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1419
          },
          "name": "schemaInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableSchema"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1348
          },
          "name": "sourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1366
          },
          "name": "tableNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1382
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1310
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1341
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1359
          },
          "name": "tableName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1372
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/reference-table/index:ReferenceTable"
    },
    "@cdktn/provider-datadog.referenceTable.ReferenceTableConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/reference-table/index.ts",
        "line": 14
      },
      "name": "ReferenceTableConfig",
      "namespace": "referenceTable",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/reference_table#source ReferenceTable#source}",
            "stability": "stable",
            "summary": "The source type for the reference table. Valid values are `S3`, `GCS`, `AZURE`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 26
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/reference_table#table_name ReferenceTable#table_name}",
            "stability": "stable",
            "summary": "The name of the reference table. This must be unique within your organization."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 32
          },
          "name": "tableName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/reference_table#description ReferenceTable#description}",
            "stability": "stable",
            "summary": "The description of the reference table."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 20
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/reference_table#file_metadata ReferenceTable#file_metadata}",
            "stability": "stable",
            "summary": "file_metadata block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 44
          },
          "name": "fileMetadata",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadata"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/reference_table#schema ReferenceTable#schema}",
            "stability": "stable",
            "summary": "schema block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 50
          },
          "name": "schema",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableSchema"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/reference_table#tags ReferenceTable#tags}",
            "stability": "stable",
            "summary": "A list of tags to associate with the reference table."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 38
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/reference-table/index:ReferenceTableConfig"
    },
    "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadata": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadata",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/reference-table/index.ts",
        "line": 821
      },
      "name": "ReferenceTableFileMetadata",
      "namespace": "referenceTable",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/reference_table#sync_enabled ReferenceTable#sync_enabled}",
            "stability": "stable",
            "summary": "Whether this table should automatically sync with the cloud storage source."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 827
          },
          "name": "syncEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/reference_table#access_details ReferenceTable#access_details}",
            "stability": "stable",
            "summary": "access_details block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 833
          },
          "name": "accessDetails",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetails"
          }
        }
      ],
      "symbolId": "src/reference-table/index:ReferenceTableFileMetadata"
    },
    "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetails": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetails",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/reference-table/index.ts",
        "line": 655
      },
      "name": "ReferenceTableFileMetadataAccessDetails",
      "namespace": "referenceTable",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/reference_table#aws_detail ReferenceTable#aws_detail}",
            "stability": "stable",
            "summary": "aws_detail block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 661
          },
          "name": "awsDetail",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsAwsDetail"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/reference_table#azure_detail ReferenceTable#azure_detail}",
            "stability": "stable",
            "summary": "azure_detail block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 667
          },
          "name": "azureDetail",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsAzureDetail"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/reference_table#gcp_detail ReferenceTable#gcp_detail}",
            "stability": "stable",
            "summary": "gcp_detail block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 673
          },
          "name": "gcpDetail",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsGcpDetail"
          }
        }
      ],
      "symbolId": "src/reference-table/index:ReferenceTableFileMetadataAccessDetails"
    },
    "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsAwsDetail": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsAwsDetail",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/reference-table/index.ts",
        "line": 52
      },
      "name": "ReferenceTableFileMetadataAccessDetailsAwsDetail",
      "namespace": "referenceTable",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/reference_table#aws_account_id ReferenceTable#aws_account_id}",
            "stability": "stable",
            "summary": "The ID of the AWS account."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 58
          },
          "name": "awsAccountId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/reference_table#aws_bucket_name ReferenceTable#aws_bucket_name}",
            "stability": "stable",
            "summary": "The name of the AWS S3 bucket."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 64
          },
          "name": "awsBucketName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/reference_table#file_path ReferenceTable#file_path}",
            "stability": "stable",
            "summary": "The relative file path from the AWS S3 bucket root to the CSV file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 70
          },
          "name": "filePath",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/reference-table/index:ReferenceTableFileMetadataAccessDetailsAwsDetail"
    },
    "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsAwsDetailOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsAwsDetailOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/reference-table/index.ts",
          "line": 124
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/reference-table/index.ts",
        "line": 116
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 178
          },
          "name": "resetAwsAccountId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 194
          },
          "name": "resetAwsBucketName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 210
          },
          "name": "resetFilePath"
        }
      ],
      "name": "ReferenceTableFileMetadataAccessDetailsAwsDetailOutputReference",
      "namespace": "referenceTable",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 182
          },
          "name": "awsAccountIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 198
          },
          "name": "awsBucketNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 214
          },
          "name": "filePathInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 172
          },
          "name": "awsAccountId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 188
          },
          "name": "awsBucketName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 204
          },
          "name": "filePath",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 128
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsAwsDetail"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/reference-table/index:ReferenceTableFileMetadataAccessDetailsAwsDetailOutputReference"
    },
    "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsAzureDetail": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsAzureDetail",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/reference-table/index.ts",
        "line": 218
      },
      "name": "ReferenceTableFileMetadataAccessDetailsAzureDetail",
      "namespace": "referenceTable",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/reference_table#azure_client_id ReferenceTable#azure_client_id}",
            "stability": "stable",
            "summary": "The Azure client ID (application ID)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 224
          },
          "name": "azureClientId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/reference_table#azure_container_name ReferenceTable#azure_container_name}",
            "stability": "stable",
            "summary": "The name of the Azure container."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 230
          },
          "name": "azureContainerName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/reference_table#azure_storage_account_name ReferenceTable#azure_storage_account_name}",
            "stability": "stable",
            "summary": "The name of the Azure storage account."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 236
          },
          "name": "azureStorageAccountName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/reference_table#azure_tenant_id ReferenceTable#azure_tenant_id}",
            "stability": "stable",
            "summary": "The ID of the Azure tenant."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 242
          },
          "name": "azureTenantId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/reference_table#file_path ReferenceTable#file_path}",
            "stability": "stable",
            "summary": "The relative file path from the Azure container root to the CSV file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 248
          },
          "name": "filePath",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/reference-table/index:ReferenceTableFileMetadataAccessDetailsAzureDetail"
    },
    "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsAzureDetailOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsAzureDetailOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/reference-table/index.ts",
          "line": 316
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/reference-table/index.ts",
        "line": 308
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 382
          },
          "name": "resetAzureClientId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 398
          },
          "name": "resetAzureContainerName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 414
          },
          "name": "resetAzureStorageAccountName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 430
          },
          "name": "resetAzureTenantId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 446
          },
          "name": "resetFilePath"
        }
      ],
      "name": "ReferenceTableFileMetadataAccessDetailsAzureDetailOutputReference",
      "namespace": "referenceTable",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 386
          },
          "name": "azureClientIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 402
          },
          "name": "azureContainerNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 418
          },
          "name": "azureStorageAccountNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 434
          },
          "name": "azureTenantIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 450
          },
          "name": "filePathInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 376
          },
          "name": "azureClientId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 392
          },
          "name": "azureContainerName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 408
          },
          "name": "azureStorageAccountName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 424
          },
          "name": "azureTenantId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 440
          },
          "name": "filePath",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 320
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsAzureDetail"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/reference-table/index:ReferenceTableFileMetadataAccessDetailsAzureDetailOutputReference"
    },
    "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsGcpDetail": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsGcpDetail",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/reference-table/index.ts",
        "line": 454
      },
      "name": "ReferenceTableFileMetadataAccessDetailsGcpDetail",
      "namespace": "referenceTable",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/reference_table#file_path ReferenceTable#file_path}",
            "stability": "stable",
            "summary": "The relative file path from the GCS bucket root to the CSV file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 460
          },
          "name": "filePath",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/reference_table#gcp_bucket_name ReferenceTable#gcp_bucket_name}",
            "stability": "stable",
            "summary": "The name of the GCP bucket."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 466
          },
          "name": "gcpBucketName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/reference_table#gcp_project_id ReferenceTable#gcp_project_id}",
            "stability": "stable",
            "summary": "The ID of the GCP project."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 472
          },
          "name": "gcpProjectId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/reference_table#gcp_service_account_email ReferenceTable#gcp_service_account_email}",
            "stability": "stable",
            "summary": "The email of the GCP service account used to access the bucket."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 478
          },
          "name": "gcpServiceAccountEmail",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/reference-table/index:ReferenceTableFileMetadataAccessDetailsGcpDetail"
    },
    "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsGcpDetailOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsGcpDetailOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/reference-table/index.ts",
          "line": 539
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/reference-table/index.ts",
        "line": 531
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 599
          },
          "name": "resetFilePath"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 615
          },
          "name": "resetGcpBucketName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 631
          },
          "name": "resetGcpProjectId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 647
          },
          "name": "resetGcpServiceAccountEmail"
        }
      ],
      "name": "ReferenceTableFileMetadataAccessDetailsGcpDetailOutputReference",
      "namespace": "referenceTable",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 603
          },
          "name": "filePathInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 619
          },
          "name": "gcpBucketNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 635
          },
          "name": "gcpProjectIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 651
          },
          "name": "gcpServiceAccountEmailInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 593
          },
          "name": "filePath",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 609
          },
          "name": "gcpBucketName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 625
          },
          "name": "gcpProjectId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 641
          },
          "name": "gcpServiceAccountEmail",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 543
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsGcpDetail"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/reference-table/index:ReferenceTableFileMetadataAccessDetailsGcpDetailOutputReference"
    },
    "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/reference-table/index.ts",
          "line": 727
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/reference-table/index.ts",
        "line": 719
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 778
          },
          "name": "putAwsDetail",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsAwsDetail"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 794
          },
          "name": "putAzureDetail",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsAzureDetail"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 810
          },
          "name": "putGcpDetail",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsGcpDetail"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 781
          },
          "name": "resetAwsDetail"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 797
          },
          "name": "resetAzureDetail"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 813
          },
          "name": "resetGcpDetail"
        }
      ],
      "name": "ReferenceTableFileMetadataAccessDetailsOutputReference",
      "namespace": "referenceTable",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 775
          },
          "name": "awsDetail",
          "type": {
            "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsAwsDetailOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 791
          },
          "name": "azureDetail",
          "type": {
            "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsAzureDetailOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 807
          },
          "name": "gcpDetail",
          "type": {
            "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsGcpDetailOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 785
          },
          "name": "awsDetailInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsAwsDetail"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 801
          },
          "name": "azureDetailInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsAzureDetail"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 817
          },
          "name": "gcpDetailInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsGcpDetail"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 731
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetails"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/reference-table/index:ReferenceTableFileMetadataAccessDetailsOutputReference"
    },
    "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/reference-table/index.ts",
          "line": 880
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/reference-table/index.ts",
        "line": 872
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 953
          },
          "name": "putAccessDetails",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetails"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 956
          },
          "name": "resetAccessDetails"
        }
      ],
      "name": "ReferenceTableFileMetadataOutputReference",
      "namespace": "referenceTable",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 950
          },
          "name": "accessDetails",
          "type": {
            "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetailsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 921
          },
          "name": "errorMessage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 926
          },
          "name": "errorRowCount",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 931
          },
          "name": "errorType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 960
          },
          "name": "accessDetailsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadataAccessDetails"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 944
          },
          "name": "syncEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 937
          },
          "name": "syncEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 884
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableFileMetadata"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/reference-table/index:ReferenceTableFileMetadataOutputReference"
    },
    "@cdktn/provider-datadog.referenceTable.ReferenceTableSchema": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableSchema",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/reference-table/index.ts",
        "line": 1111
      },
      "name": "ReferenceTableSchema",
      "namespace": "referenceTable",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/reference_table#primary_keys ReferenceTable#primary_keys}",
            "stability": "stable",
            "summary": "List of field names that serve as primary keys for the table. Currently only one primary key is supported."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1117
          },
          "name": "primaryKeys",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/reference_table#fields ReferenceTable#fields}",
            "stability": "stable",
            "summary": "fields block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1123
          },
          "name": "fields",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableSchemaFields"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/reference-table/index:ReferenceTableSchema"
    },
    "@cdktn/provider-datadog.referenceTable.ReferenceTableSchemaFields": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableSchemaFields",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/reference-table/index.ts",
        "line": 964
      },
      "name": "ReferenceTableSchemaFields",
      "namespace": "referenceTable",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/reference_table#name ReferenceTable#name}",
            "stability": "stable",
            "summary": "The name of the field."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 970
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/reference_table#type ReferenceTable#type}",
            "stability": "stable",
            "summary": "The data type of the field. Must be one of: STRING, INT32. Valid values are `STRING`, `INT32`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 976
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/reference-table/index:ReferenceTableSchemaFields"
    },
    "@cdktn/provider-datadog.referenceTable.ReferenceTableSchemaFieldsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableSchemaFieldsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/reference-table/index.ts",
          "line": 1100
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/reference-table/index.ts",
        "line": 1092
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1107
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableSchemaFieldsOutputReference"
            }
          }
        }
      ],
      "name": "ReferenceTableSchemaFieldsList",
      "namespace": "referenceTable",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1093
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableSchemaFields"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/reference-table/index:ReferenceTableSchemaFieldsList"
    },
    "@cdktn/provider-datadog.referenceTable.ReferenceTableSchemaFieldsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableSchemaFieldsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/reference-table/index.ts",
          "line": 1025
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/reference-table/index.ts",
        "line": 1015
      },
      "name": "ReferenceTableSchemaFieldsOutputReference",
      "namespace": "referenceTable",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1074
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1087
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1067
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1080
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1029
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableSchemaFields"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/reference-table/index:ReferenceTableSchemaFieldsOutputReference"
    },
    "@cdktn/provider-datadog.referenceTable.ReferenceTableSchemaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableSchemaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/reference-table/index.ts",
          "line": 1170
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/reference-table/index.ts",
        "line": 1162
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1228
          },
          "name": "putFields",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableSchemaFields"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1231
          },
          "name": "resetFields"
        }
      ],
      "name": "ReferenceTableSchemaOutputReference",
      "namespace": "referenceTable",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1225
          },
          "name": "fields",
          "type": {
            "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableSchemaFieldsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1235
          },
          "name": "fieldsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableSchemaFields"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1219
          },
          "name": "primaryKeysInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1212
          },
          "name": "primaryKeys",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/reference-table/index.ts",
            "line": 1174
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.referenceTable.ReferenceTableSchema"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/reference-table/index:ReferenceTableSchemaOutputReference"
    },
    "@cdktn/provider-datadog.restrictionPolicy.RestrictionPolicy": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/restriction_policy datadog_restriction_policy}."
      },
      "fqn": "@cdktn/provider-datadog.restrictionPolicy.RestrictionPolicy",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/restriction_policy datadog_restriction_policy} Resource."
        },
        "locationInModule": {
          "filename": "src/restriction-policy/index.ts",
          "line": 219
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.restrictionPolicy.RestrictionPolicyConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/restriction-policy/index.ts",
        "line": 187
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a RestrictionPolicy resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/restriction-policy/index.ts",
            "line": 204
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the RestrictionPolicy to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/restriction_policy#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing RestrictionPolicy that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the RestrictionPolicy to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/restriction-policy/index.ts",
            "line": 266
          },
          "name": "putBindings",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.restrictionPolicy.RestrictionPolicyBindings"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/restriction-policy/index.ts",
            "line": 269
          },
          "name": "resetBindings"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/restriction-policy/index.ts",
            "line": 281
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/restriction-policy/index.ts",
            "line": 288
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "RestrictionPolicy",
      "namespace": "restrictionPolicy",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/restriction-policy/index.ts",
            "line": 192
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/restriction-policy/index.ts",
            "line": 263
          },
          "name": "bindings",
          "type": {
            "fqn": "@cdktn/provider-datadog.restrictionPolicy.RestrictionPolicyBindingsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/restriction-policy/index.ts",
            "line": 244
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/restriction-policy/index.ts",
            "line": 273
          },
          "name": "bindingsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.restrictionPolicy.RestrictionPolicyBindings"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/restriction-policy/index.ts",
            "line": 257
          },
          "name": "resourceIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/restriction-policy/index.ts",
            "line": 250
          },
          "name": "resourceId",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/restriction-policy/index:RestrictionPolicy"
    },
    "@cdktn/provider-datadog.restrictionPolicy.RestrictionPolicyBindings": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.restrictionPolicy.RestrictionPolicyBindings",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/restriction-policy/index.ts",
        "line": 36
      },
      "name": "RestrictionPolicyBindings",
      "namespace": "restrictionPolicy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "A principal is a subject or group of subjects. Each principal is formatted as `type:id`. Supported types: `role`, `team`, `user`, and `org`. Org ID can be obtained using a `GET /api/v2/current_user` API request. Find it in the `data.relationships.org.data.id` field.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/restriction_policy#principals RestrictionPolicy#principals}",
            "stability": "stable",
            "summary": "An array of principals."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/restriction-policy/index.ts",
            "line": 42
          },
          "name": "principals",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/restriction_policy#relation RestrictionPolicy#relation}",
            "stability": "stable",
            "summary": "The role/level of access. See this page for more details https://docs.datadoghq.com/api/latest/restriction-policies/#supported-relations-for-resources."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/restriction-policy/index.ts",
            "line": 48
          },
          "name": "relation",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/restriction-policy/index:RestrictionPolicyBindings"
    },
    "@cdktn/provider-datadog.restrictionPolicy.RestrictionPolicyBindingsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.restrictionPolicy.RestrictionPolicyBindingsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/restriction-policy/index.ts",
          "line": 172
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/restriction-policy/index.ts",
        "line": 164
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/restriction-policy/index.ts",
            "line": 179
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.restrictionPolicy.RestrictionPolicyBindingsOutputReference"
            }
          }
        }
      ],
      "name": "RestrictionPolicyBindingsList",
      "namespace": "restrictionPolicy",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/restriction-policy/index.ts",
            "line": 165
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.restrictionPolicy.RestrictionPolicyBindings"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/restriction-policy/index:RestrictionPolicyBindingsList"
    },
    "@cdktn/provider-datadog.restrictionPolicy.RestrictionPolicyBindingsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.restrictionPolicy.RestrictionPolicyBindingsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/restriction-policy/index.ts",
          "line": 97
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/restriction-policy/index.ts",
        "line": 87
      },
      "name": "RestrictionPolicyBindingsOutputReference",
      "namespace": "restrictionPolicy",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/restriction-policy/index.ts",
            "line": 146
          },
          "name": "principalsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/restriction-policy/index.ts",
            "line": 159
          },
          "name": "relationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/restriction-policy/index.ts",
            "line": 139
          },
          "name": "principals",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/restriction-policy/index.ts",
            "line": 152
          },
          "name": "relation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/restriction-policy/index.ts",
            "line": 101
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.restrictionPolicy.RestrictionPolicyBindings"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/restriction-policy/index:RestrictionPolicyBindingsOutputReference"
    },
    "@cdktn/provider-datadog.restrictionPolicy.RestrictionPolicyConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.restrictionPolicy.RestrictionPolicyConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/restriction-policy/index.ts",
        "line": 14
      },
      "name": "RestrictionPolicyConfig",
      "namespace": "restrictionPolicy",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Resources to define `resource_type` : \n* [List of supported resources](https://docs.datadoghq.com/account_management/rbac/granular_access)\n* [Resource type definition](https://docs.datadoghq.com/api/latest/restriction-policies/#supported-resources)\n\nRestrictions :\n* Dashboards : support is in private beta. Reach out to your Datadog contact or support to enable this.\n\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/restriction_policy#resource_id RestrictionPolicy#resource_id}",
            "stability": "stable",
            "summary": "Identifier for the resource, formatted as resource_type:resource_id."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/restriction-policy/index.ts",
            "line": 28
          },
          "name": "resourceId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/restriction_policy#bindings RestrictionPolicy#bindings}",
            "stability": "stable",
            "summary": "bindings block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/restriction-policy/index.ts",
            "line": 34
          },
          "name": "bindings",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.restrictionPolicy.RestrictionPolicyBindings"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/restriction-policy/index:RestrictionPolicyConfig"
    },
    "@cdktn/provider-datadog.role.Role": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/role datadog_role}."
      },
      "fqn": "@cdktn/provider-datadog.role.Role",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/role datadog_role} Resource."
        },
        "locationInModule": {
          "filename": "src/role/index.ts",
          "line": 206
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.role.RoleConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/role/index.ts",
        "line": 174
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a Role resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/role/index.ts",
            "line": 191
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the Role to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/role#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing Role that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the Role to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/role/index.ts",
            "line": 304
          },
          "name": "putPermission",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.role.RolePermission"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/role/index.ts",
            "line": 241
          },
          "name": "resetDefaultPermissionsOptOut"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/role/index.ts",
            "line": 257
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/role/index.ts",
            "line": 307
          },
          "name": "resetPermission"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/role/index.ts",
            "line": 291
          },
          "name": "resetValidate"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/role/index.ts",
            "line": 319
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/role/index.ts",
            "line": 329
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "Role",
      "namespace": "role",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/role/index.ts",
            "line": 179
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/role/index.ts",
            "line": 301
          },
          "name": "permission",
          "type": {
            "fqn": "@cdktn/provider-datadog.role.RolePermissionList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/role/index.ts",
            "line": 279
          },
          "name": "userCount",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/role/index.ts",
            "line": 245
          },
          "name": "defaultPermissionsOptOutInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/role/index.ts",
            "line": 261
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/role/index.ts",
            "line": 274
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/role/index.ts",
            "line": 311
          },
          "name": "permissionInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.role.RolePermission"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/role/index.ts",
            "line": 295
          },
          "name": "validateInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/role/index.ts",
            "line": 235
          },
          "name": "defaultPermissionsOptOut",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/role/index.ts",
            "line": 251
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/role/index.ts",
            "line": 267
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/role/index.ts",
            "line": 285
          },
          "name": "validate",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/role/index:Role"
    },
    "@cdktn/provider-datadog.role.RoleConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.role.RoleConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/role/index.ts",
        "line": 14
      },
      "name": "RoleConfig",
      "namespace": "role",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/role#name Role#name}",
            "stability": "stable",
            "summary": "Name of the role."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/role/index.ts",
            "line": 33
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "The `include_restricted` attribute for the `datadog_permissions` data source must be set to `true` to manage default permissions in Terraform.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/role#default_permissions_opt_out Role#default_permissions_opt_out}",
            "stability": "stable",
            "summary": "If set to `true`, the role does not have default (restricted) permissions unless they are explicitly set."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/role/index.ts",
            "line": 20
          },
          "name": "defaultPermissionsOptOut",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/role#id Role#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/role/index.ts",
            "line": 27
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/role#permission Role#permission}",
            "stability": "stable",
            "summary": "permission block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/role/index.ts",
            "line": 45
          },
          "name": "permission",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.role.RolePermission"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/role#validate Role#validate}",
            "stability": "stable",
            "summary": "If set to `false`, skip the validation call done during plan."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/role/index.ts",
            "line": 39
          },
          "name": "validate",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/role/index:RoleConfig"
    },
    "@cdktn/provider-datadog.role.RolePermission": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.role.RolePermission",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/role/index.ts",
        "line": 47
      },
      "name": "RolePermission",
      "namespace": "role",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/role#id Role#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "ID of the permission to assign."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/role/index.ts",
            "line": 56
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/role/index:RolePermission"
    },
    "@cdktn/provider-datadog.role.RolePermissionList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.role.RolePermissionList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/role/index.ts",
          "line": 159
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/role/index.ts",
        "line": 151
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/role/index.ts",
            "line": 166
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.role.RolePermissionOutputReference"
            }
          }
        }
      ],
      "name": "RolePermissionList",
      "namespace": "role",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/role/index.ts",
            "line": 152
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.role.RolePermission"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/role/index:RolePermissionList"
    },
    "@cdktn/provider-datadog.role.RolePermissionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.role.RolePermissionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/role/index.ts",
          "line": 98
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/role/index.ts",
        "line": 88
      },
      "name": "RolePermissionOutputReference",
      "namespace": "role",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/role/index.ts",
            "line": 146
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/role/index.ts",
            "line": 141
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/role/index.ts",
            "line": 134
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/role/index.ts",
            "line": 102
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.role.RolePermission"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/role/index:RolePermissionOutputReference"
    },
    "@cdktn/provider-datadog.rumApplication.RumApplication": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_application datadog_rum_application}."
      },
      "fqn": "@cdktn/provider-datadog.rumApplication.RumApplication",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_application datadog_rum_application} Resource."
        },
        "locationInModule": {
          "filename": "src/rum-application/index.ts",
          "line": 76
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.rumApplication.RumApplicationConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/rum-application/index.ts",
        "line": 44
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a RumApplication resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/rum-application/index.ts",
            "line": 61
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the RumApplication to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_application#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing RumApplication that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the RumApplication to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-application/index.ts",
            "line": 138
          },
          "name": "resetProductAnalyticsRetentionState"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-application/index.ts",
            "line": 154
          },
          "name": "resetRumEventProcessingState"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-application/index.ts",
            "line": 170
          },
          "name": "resetType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-application/index.ts",
            "line": 182
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-application/index.ts",
            "line": 191
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "RumApplication",
      "namespace": "rumApplication",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-application/index.ts",
            "line": 49
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-application/index.ts",
            "line": 103
          },
          "name": "apiKeyId",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-application/index.ts",
            "line": 108
          },
          "name": "clientToken",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-application/index.ts",
            "line": 113
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-application/index.ts",
            "line": 126
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-application/index.ts",
            "line": 142
          },
          "name": "productAnalyticsRetentionStateInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-application/index.ts",
            "line": 158
          },
          "name": "rumEventProcessingStateInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-application/index.ts",
            "line": 174
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-application/index.ts",
            "line": 119
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-application/index.ts",
            "line": 132
          },
          "name": "productAnalyticsRetentionState",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-application/index.ts",
            "line": 148
          },
          "name": "rumEventProcessingState",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-application/index.ts",
            "line": 164
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/rum-application/index:RumApplication"
    },
    "@cdktn/provider-datadog.rumApplication.RumApplicationConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.rumApplication.RumApplicationConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/rum-application/index.ts",
        "line": 14
      },
      "name": "RumApplicationConfig",
      "namespace": "rumApplication",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_application#name RumApplication#name}",
            "stability": "stable",
            "summary": "Name of the RUM application."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-application/index.ts",
            "line": 20
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_application#product_analytics_retention_state RumApplication#product_analytics_retention_state}",
            "stability": "stable",
            "summary": "Controls the retention policy for Product Analytics data derived from RUM events. Valid values are `MAX`, `NONE`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-application/index.ts",
            "line": 26
          },
          "name": "productAnalyticsRetentionState",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_application#rum_event_processing_state RumApplication#rum_event_processing_state}",
            "stability": "stable",
            "summary": "Configures which RUM events are processed and stored for the application. Valid values are `ALL`, `ERROR_FOCUSED_MODE`, `NONE`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-application/index.ts",
            "line": 32
          },
          "name": "rumEventProcessingState",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_application#type RumApplication#type}",
            "stability": "stable",
            "summary": "Type of the RUM application. Supported values are `browser`, `ios`, `android`, `react-native`, `flutter`. Defaults to `\"browser\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-application/index.ts",
            "line": 38
          },
          "name": "type",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/rum-application/index:RumApplicationConfig"
    },
    "@cdktn/provider-datadog.rumMetric.RumMetric": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_metric datadog_rum_metric}."
      },
      "fqn": "@cdktn/provider-datadog.rumMetric.RumMetric",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_metric datadog_rum_metric} Resource."
        },
        "locationInModule": {
          "filename": "src/rum-metric/index.ts",
          "line": 596
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.rumMetric.RumMetricConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/rum-metric/index.ts",
        "line": 564
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a RumMetric resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 581
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the RumMetric to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_metric#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing RumMetric that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the RumMetric to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 660
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.rumMetric.RumMetricCompute"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 676
          },
          "name": "putFilter",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.rumMetric.RumMetricFilter"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 692
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.rumMetric.RumMetricGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 708
          },
          "name": "putUniqueness",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.rumMetric.RumMetricUniqueness"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 663
          },
          "name": "resetCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 679
          },
          "name": "resetFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 695
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 711
          },
          "name": "resetUniqueness"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 723
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 734
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "RumMetric",
      "namespace": "rumMetric",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 569
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 657
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.rumMetric.RumMetricComputeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 673
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktn/provider-datadog.rumMetric.RumMetricFilterOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 689
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.rumMetric.RumMetricGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 638
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 705
          },
          "name": "uniqueness",
          "type": {
            "fqn": "@cdktn/provider-datadog.rumMetric.RumMetricUniquenessOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 667
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.rumMetric.RumMetricCompute"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 633
          },
          "name": "eventTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 683
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.rumMetric.RumMetricFilter"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 699
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.rumMetric.RumMetricGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 651
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 715
          },
          "name": "uniquenessInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.rumMetric.RumMetricUniqueness"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 626
          },
          "name": "eventType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 644
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/rum-metric/index:RumMetric"
    },
    "@cdktn/provider-datadog.rumMetric.RumMetricCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.rumMetric.RumMetricCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/rum-metric/index.ts",
        "line": 52
      },
      "name": "RumMetricCompute",
      "namespace": "rumMetric",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_metric#aggregation_type RumMetric#aggregation_type}",
            "stability": "stable",
            "summary": "The type of aggregation to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 58
          },
          "name": "aggregationType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_metric#include_percentiles RumMetric#include_percentiles}",
            "stability": "stable",
            "summary": "Toggle to include or exclude percentile aggregations for distribution metrics. Only present when `aggregation_type` is `distribution`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 64
          },
          "name": "includePercentiles",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_metric#path RumMetric#path}",
            "stability": "stable",
            "summary": "The path to the value the RUM-based metric will aggregate on. Only present when `aggregation_type` is `distribution`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 70
          },
          "name": "path",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/rum-metric/index:RumMetricCompute"
    },
    "@cdktn/provider-datadog.rumMetric.RumMetricComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.rumMetric.RumMetricComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/rum-metric/index.ts",
          "line": 124
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/rum-metric/index.ts",
        "line": 116
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 191
          },
          "name": "resetIncludePercentiles"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 207
          },
          "name": "resetPath"
        }
      ],
      "name": "RumMetricComputeOutputReference",
      "namespace": "rumMetric",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 179
          },
          "name": "aggregationTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 195
          },
          "name": "includePercentilesInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 211
          },
          "name": "pathInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 172
          },
          "name": "aggregationType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 185
          },
          "name": "includePercentiles",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 201
          },
          "name": "path",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 128
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.rumMetric.RumMetricCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/rum-metric/index:RumMetricComputeOutputReference"
    },
    "@cdktn/provider-datadog.rumMetric.RumMetricConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.rumMetric.RumMetricConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/rum-metric/index.ts",
        "line": 14
      },
      "name": "RumMetricConfig",
      "namespace": "rumMetric",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_metric#event_type RumMetric#event_type}",
            "stability": "stable",
            "summary": "The type of RUM events to filter on."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 20
          },
          "name": "eventType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_metric#name RumMetric#name}",
            "stability": "stable",
            "summary": "The name of the RUM-based metric. This field can't be updated after creation."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 26
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_metric#compute RumMetric#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 32
          },
          "name": "compute",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.rumMetric.RumMetricCompute"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_metric#filter RumMetric#filter}",
            "stability": "stable",
            "summary": "filter block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 38
          },
          "name": "filter",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.rumMetric.RumMetricFilter"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_metric#group_by RumMetric#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 44
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.rumMetric.RumMetricGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_metric#uniqueness RumMetric#uniqueness}",
            "stability": "stable",
            "summary": "uniqueness block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 50
          },
          "name": "uniqueness",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.rumMetric.RumMetricUniqueness"
          }
        }
      ],
      "symbolId": "src/rum-metric/index:RumMetricConfig"
    },
    "@cdktn/provider-datadog.rumMetric.RumMetricFilter": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.rumMetric.RumMetricFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/rum-metric/index.ts",
        "line": 215
      },
      "name": "RumMetricFilter",
      "namespace": "rumMetric",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_metric#query RumMetric#query}",
            "stability": "stable",
            "summary": "The search query. Follows RUM search syntax."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 221
          },
          "name": "query",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/rum-metric/index:RumMetricFilter"
    },
    "@cdktn/provider-datadog.rumMetric.RumMetricFilterOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.rumMetric.RumMetricFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/rum-metric/index.ts",
          "line": 261
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/rum-metric/index.ts",
        "line": 253
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 303
          },
          "name": "resetQuery"
        }
      ],
      "name": "RumMetricFilterOutputReference",
      "namespace": "rumMetric",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 307
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 297
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 265
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.rumMetric.RumMetricFilter"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/rum-metric/index:RumMetricFilterOutputReference"
    },
    "@cdktn/provider-datadog.rumMetric.RumMetricGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.rumMetric.RumMetricGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/rum-metric/index.ts",
        "line": 311
      },
      "name": "RumMetricGroupBy",
      "namespace": "rumMetric",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_metric#path RumMetric#path}",
            "stability": "stable",
            "summary": "The path to the value the RUM-based metric will be aggregated over."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 317
          },
          "name": "path",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_metric#tag_name RumMetric#tag_name}",
            "stability": "stable",
            "summary": "Name of the tag that gets created. By default, `path` is used as the tag name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 323
          },
          "name": "tagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/rum-metric/index:RumMetricGroupBy"
    },
    "@cdktn/provider-datadog.rumMetric.RumMetricGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.rumMetric.RumMetricGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/rum-metric/index.ts",
          "line": 453
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/rum-metric/index.ts",
        "line": 445
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 460
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.rumMetric.RumMetricGroupByOutputReference"
            }
          }
        }
      ],
      "name": "RumMetricGroupByList",
      "namespace": "rumMetric",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 446
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.rumMetric.RumMetricGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/rum-metric/index:RumMetricGroupByList"
    },
    "@cdktn/provider-datadog.rumMetric.RumMetricGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.rumMetric.RumMetricGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/rum-metric/index.ts",
          "line": 372
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/rum-metric/index.ts",
        "line": 362
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 420
          },
          "name": "resetPath"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 436
          },
          "name": "resetTagName"
        }
      ],
      "name": "RumMetricGroupByOutputReference",
      "namespace": "rumMetric",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 424
          },
          "name": "pathInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 440
          },
          "name": "tagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 414
          },
          "name": "path",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 430
          },
          "name": "tagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 376
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.rumMetric.RumMetricGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/rum-metric/index:RumMetricGroupByOutputReference"
    },
    "@cdktn/provider-datadog.rumMetric.RumMetricUniqueness": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.rumMetric.RumMetricUniqueness",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/rum-metric/index.ts",
        "line": 464
      },
      "name": "RumMetricUniqueness",
      "namespace": "rumMetric",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_metric#when RumMetric#when}",
            "stability": "stable",
            "summary": "When to count updatable events. `match` when the event is first seen, or `end` when the event is complete."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 470
          },
          "name": "when",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/rum-metric/index:RumMetricUniqueness"
    },
    "@cdktn/provider-datadog.rumMetric.RumMetricUniquenessOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.rumMetric.RumMetricUniquenessOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/rum-metric/index.ts",
          "line": 510
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/rum-metric/index.ts",
        "line": 502
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 552
          },
          "name": "resetWhen"
        }
      ],
      "name": "RumMetricUniquenessOutputReference",
      "namespace": "rumMetric",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 556
          },
          "name": "whenInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 546
          },
          "name": "when",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-metric/index.ts",
            "line": 514
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.rumMetric.RumMetricUniqueness"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/rum-metric/index:RumMetricUniquenessOutputReference"
    },
    "@cdktn/provider-datadog.rumRetentionFilter.RumRetentionFilter": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_retention_filter datadog_rum_retention_filter}."
      },
      "fqn": "@cdktn/provider-datadog.rumRetentionFilter.RumRetentionFilter",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_retention_filter datadog_rum_retention_filter} Resource."
        },
        "locationInModule": {
          "filename": "src/rum-retention-filter/index.ts",
          "line": 88
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.rumRetentionFilter.RumRetentionFilterConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/rum-retention-filter/index.ts",
        "line": 56
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a RumRetentionFilter resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/rum-retention-filter/index.ts",
            "line": 73
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the RumRetentionFilter to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_retention_filter#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing RumRetentionFilter that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the RumRetentionFilter to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-retention-filter/index.ts",
            "line": 137
          },
          "name": "resetEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-retention-filter/index.ts",
            "line": 184
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-retention-filter/index.ts",
            "line": 209
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-retention-filter/index.ts",
            "line": 220
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "RumRetentionFilter",
      "namespace": "rumRetentionFilter",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-retention-filter/index.ts",
            "line": 61
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-retention-filter/index.ts",
            "line": 159
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-retention-filter/index.ts",
            "line": 125
          },
          "name": "applicationIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-retention-filter/index.ts",
            "line": 141
          },
          "name": "enabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-retention-filter/index.ts",
            "line": 154
          },
          "name": "eventTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-retention-filter/index.ts",
            "line": 172
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-retention-filter/index.ts",
            "line": 188
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-retention-filter/index.ts",
            "line": 201
          },
          "name": "sampleRateInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-retention-filter/index.ts",
            "line": 118
          },
          "name": "applicationId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-retention-filter/index.ts",
            "line": 131
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-retention-filter/index.ts",
            "line": 147
          },
          "name": "eventType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-retention-filter/index.ts",
            "line": 165
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-retention-filter/index.ts",
            "line": 178
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-retention-filter/index.ts",
            "line": 194
          },
          "name": "sampleRate",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/rum-retention-filter/index:RumRetentionFilter"
    },
    "@cdktn/provider-datadog.rumRetentionFilter.RumRetentionFilterConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.rumRetentionFilter.RumRetentionFilterConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/rum-retention-filter/index.ts",
        "line": 14
      },
      "name": "RumRetentionFilterConfig",
      "namespace": "rumRetentionFilter",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_retention_filter#application_id RumRetentionFilter#application_id}",
            "stability": "stable",
            "summary": "RUM application ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-retention-filter/index.ts",
            "line": 20
          },
          "name": "applicationId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_retention_filter#event_type RumRetentionFilter#event_type}",
            "stability": "stable",
            "summary": "The type of RUM events to filter on."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-retention-filter/index.ts",
            "line": 32
          },
          "name": "eventType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_retention_filter#name RumRetentionFilter#name}",
            "stability": "stable",
            "summary": "The name of a RUM retention filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-retention-filter/index.ts",
            "line": 38
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_retention_filter#sample_rate RumRetentionFilter#sample_rate}",
            "stability": "stable",
            "summary": "The sample rate for a RUM retention filter, between 0.1 and 100. Supports one decimal place (for example, 50.5)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-retention-filter/index.ts",
            "line": 50
          },
          "name": "sampleRate",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_retention_filter#enabled RumRetentionFilter#enabled}",
            "stability": "stable",
            "summary": "Whether the retention filter is to be enabled. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-retention-filter/index.ts",
            "line": 26
          },
          "name": "enabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_retention_filter#query RumRetentionFilter#query}",
            "stability": "stable",
            "summary": "The Query string for a RUM retention filter. Defaults to `\"\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-retention-filter/index.ts",
            "line": 44
          },
          "name": "query",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/rum-retention-filter/index:RumRetentionFilterConfig"
    },
    "@cdktn/provider-datadog.rumRetentionFiltersOrder.RumRetentionFiltersOrder": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_retention_filters_order datadog_rum_retention_filters_order}."
      },
      "fqn": "@cdktn/provider-datadog.rumRetentionFiltersOrder.RumRetentionFiltersOrder",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_retention_filters_order datadog_rum_retention_filters_order} Resource."
        },
        "locationInModule": {
          "filename": "src/rum-retention-filters-order/index.ts",
          "line": 64
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.rumRetentionFiltersOrder.RumRetentionFiltersOrderConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/rum-retention-filters-order/index.ts",
        "line": 32
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a RumRetentionFiltersOrder resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/rum-retention-filters-order/index.ts",
            "line": 49
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the RumRetentionFiltersOrder to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_retention_filters_order#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing RumRetentionFiltersOrder that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the RumRetentionFiltersOrder to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-retention-filters-order/index.ts",
            "line": 123
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-retention-filters-order/index.ts",
            "line": 130
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "RumRetentionFiltersOrder",
      "namespace": "rumRetentionFiltersOrder",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-retention-filters-order/index.ts",
            "line": 37
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-retention-filters-order/index.ts",
            "line": 102
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-retention-filters-order/index.ts",
            "line": 97
          },
          "name": "applicationIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-retention-filters-order/index.ts",
            "line": 115
          },
          "name": "retentionFilterIdsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-retention-filters-order/index.ts",
            "line": 90
          },
          "name": "applicationId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/rum-retention-filters-order/index.ts",
            "line": 108
          },
          "name": "retentionFilterIds",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/rum-retention-filters-order/index:RumRetentionFiltersOrder"
    },
    "@cdktn/provider-datadog.rumRetentionFiltersOrder.RumRetentionFiltersOrderConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.rumRetentionFiltersOrder.RumRetentionFiltersOrderConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/rum-retention-filters-order/index.ts",
        "line": 14
      },
      "name": "RumRetentionFiltersOrderConfig",
      "namespace": "rumRetentionFiltersOrder",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_retention_filters_order#application_id RumRetentionFiltersOrder#application_id}",
            "stability": "stable",
            "summary": "RUM application ID."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-retention-filters-order/index.ts",
            "line": 20
          },
          "name": "applicationId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/rum_retention_filters_order#retention_filter_ids RumRetentionFiltersOrder#retention_filter_ids}",
            "stability": "stable",
            "summary": "RUM retention filter ID list. The order of IDs in this attribute defines the order of RUM retention filters."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/rum-retention-filters-order/index.ts",
            "line": 26
          },
          "name": "retentionFilterIds",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/rum-retention-filters-order/index:RumRetentionFiltersOrderConfig"
    },
    "@cdktn/provider-datadog.secureEmbedDashboard.SecureEmbedDashboard": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/secure_embed_dashboard datadog_secure_embed_dashboard}."
      },
      "fqn": "@cdktn/provider-datadog.secureEmbedDashboard.SecureEmbedDashboard",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/secure_embed_dashboard datadog_secure_embed_dashboard} Resource."
        },
        "locationInModule": {
          "filename": "src/secure-embed-dashboard/index.ts",
          "line": 355
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.secureEmbedDashboard.SecureEmbedDashboardConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/secure-embed-dashboard/index.ts",
        "line": 323
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a SecureEmbedDashboard resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 340
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the SecureEmbedDashboard to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/secure_embed_dashboard#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing SecureEmbedDashboard that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the SecureEmbedDashboard to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 516
          },
          "name": "putSelectableTemplateVars",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.secureEmbedDashboard.SecureEmbedDashboardSelectableTemplateVars"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 411
          },
          "name": "resetGlobalTimeLiveSpan"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 427
          },
          "name": "resetGlobalTimeSelectable"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 519
          },
          "name": "resetSelectableTemplateVars"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 448
          },
          "name": "resetStatus"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 487
          },
          "name": "resetViewingPreferencesHighDensity"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 503
          },
          "name": "resetViewingPreferencesTheme"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 531
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 544
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "SecureEmbedDashboard",
      "namespace": "secureEmbedDashboard",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 328
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 386
          },
          "name": "credential",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 436
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 513
          },
          "name": "selectableTemplateVars",
          "type": {
            "fqn": "@cdktn/provider-datadog.secureEmbedDashboard.SecureEmbedDashboardSelectableTemplateVarsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 470
          },
          "name": "token",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 475
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 399
          },
          "name": "dashboardIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 415
          },
          "name": "globalTimeLiveSpanInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 431
          },
          "name": "globalTimeSelectableInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 523
          },
          "name": "selectableTemplateVarsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.secureEmbedDashboard.SecureEmbedDashboardSelectableTemplateVars"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 452
          },
          "name": "statusInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 465
          },
          "name": "titleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 491
          },
          "name": "viewingPreferencesHighDensityInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 507
          },
          "name": "viewingPreferencesThemeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 392
          },
          "name": "dashboardId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 405
          },
          "name": "globalTimeLiveSpan",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 421
          },
          "name": "globalTimeSelectable",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 442
          },
          "name": "status",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 458
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 481
          },
          "name": "viewingPreferencesHighDensity",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 497
          },
          "name": "viewingPreferencesTheme",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/secure-embed-dashboard/index:SecureEmbedDashboard"
    },
    "@cdktn/provider-datadog.secureEmbedDashboard.SecureEmbedDashboardConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.secureEmbedDashboard.SecureEmbedDashboardConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/secure-embed-dashboard/index.ts",
        "line": 14
      },
      "name": "SecureEmbedDashboardConfig",
      "namespace": "secureEmbedDashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/secure_embed_dashboard#dashboard_id SecureEmbedDashboard#dashboard_id}",
            "stability": "stable",
            "summary": "The ID of the dashboard to create a secure embed for."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 20
          },
          "name": "dashboardId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/secure_embed_dashboard#title SecureEmbedDashboard#title}",
            "stability": "stable",
            "summary": "Title of the secure embed share."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 44
          },
          "name": "title",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/secure_embed_dashboard#global_time_live_span SecureEmbedDashboard#global_time_live_span}",
            "stability": "stable",
            "summary": "The live span for the global time, e.g. `1h`, `4h`, `1d`, `2d`, `1w`. Defaults to `\"1h\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 26
          },
          "name": "globalTimeLiveSpan",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/secure_embed_dashboard#global_time_selectable SecureEmbedDashboard#global_time_selectable}",
            "stability": "stable",
            "summary": "Whether viewers can change the global time range. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 32
          },
          "name": "globalTimeSelectable",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/secure_embed_dashboard#selectable_template_vars SecureEmbedDashboard#selectable_template_vars}",
            "stability": "stable",
            "summary": "selectable_template_vars block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 62
          },
          "name": "selectableTemplateVars",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.secureEmbedDashboard.SecureEmbedDashboardSelectableTemplateVars"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/secure_embed_dashboard#status SecureEmbedDashboard#status}",
            "stability": "stable",
            "summary": "Status of the secure embed. Valid values are `active` and `paused`. Defaults to `\"active\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 38
          },
          "name": "status",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/secure_embed_dashboard#viewing_preferences_high_density SecureEmbedDashboard#viewing_preferences_high_density}",
            "stability": "stable",
            "summary": "Whether to display the dashboard in high density mode. Defaults to `false`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 50
          },
          "name": "viewingPreferencesHighDensity",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/secure_embed_dashboard#viewing_preferences_theme SecureEmbedDashboard#viewing_preferences_theme}",
            "stability": "stable",
            "summary": "Display theme for the embedded dashboard. Valid values are `system`, `dark`, `light`. Defaults to `\"system\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 56
          },
          "name": "viewingPreferencesTheme",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/secure-embed-dashboard/index:SecureEmbedDashboardConfig"
    },
    "@cdktn/provider-datadog.secureEmbedDashboard.SecureEmbedDashboardSelectableTemplateVars": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.secureEmbedDashboard.SecureEmbedDashboardSelectableTemplateVars",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/secure-embed-dashboard/index.ts",
        "line": 64
      },
      "name": "SecureEmbedDashboardSelectableTemplateVars",
      "namespace": "secureEmbedDashboard",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/secure_embed_dashboard#name SecureEmbedDashboard#name}",
            "stability": "stable",
            "summary": "The name of the template variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 76
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/secure_embed_dashboard#default_values SecureEmbedDashboard#default_values}",
            "stability": "stable",
            "summary": "The default values for this template variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 70
          },
          "name": "defaultValues",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/secure_embed_dashboard#prefix SecureEmbedDashboard#prefix}",
            "stability": "stable",
            "summary": "The tag prefix for this template variable. Defaults to `\"\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 82
          },
          "name": "prefix",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/secure_embed_dashboard#type SecureEmbedDashboard#type}",
            "stability": "stable",
            "summary": "The type of the template variable. Defaults to `\"\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 88
          },
          "name": "type",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/secure_embed_dashboard#visible_tags SecureEmbedDashboard#visible_tags}",
            "stability": "stable",
            "summary": "The visible tag values for this template variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 94
          },
          "name": "visibleTags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/secure-embed-dashboard/index:SecureEmbedDashboardSelectableTemplateVars"
    },
    "@cdktn/provider-datadog.secureEmbedDashboard.SecureEmbedDashboardSelectableTemplateVarsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.secureEmbedDashboard.SecureEmbedDashboardSelectableTemplateVarsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/secure-embed-dashboard/index.ts",
          "line": 308
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/secure-embed-dashboard/index.ts",
        "line": 300
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 315
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.secureEmbedDashboard.SecureEmbedDashboardSelectableTemplateVarsOutputReference"
            }
          }
        }
      ],
      "name": "SecureEmbedDashboardSelectableTemplateVarsList",
      "namespace": "secureEmbedDashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 301
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.secureEmbedDashboard.SecureEmbedDashboardSelectableTemplateVars"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/secure-embed-dashboard/index:SecureEmbedDashboardSelectableTemplateVarsList"
    },
    "@cdktn/provider-datadog.secureEmbedDashboard.SecureEmbedDashboardSelectableTemplateVarsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.secureEmbedDashboard.SecureEmbedDashboardSelectableTemplateVarsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/secure-embed-dashboard/index.ts",
          "line": 164
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/secure-embed-dashboard/index.ts",
        "line": 154
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 230
          },
          "name": "resetDefaultValues"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 259
          },
          "name": "resetPrefix"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 275
          },
          "name": "resetType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 291
          },
          "name": "resetVisibleTags"
        }
      ],
      "name": "SecureEmbedDashboardSelectableTemplateVarsOutputReference",
      "namespace": "secureEmbedDashboard",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 234
          },
          "name": "defaultValuesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 247
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 263
          },
          "name": "prefixInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 279
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 295
          },
          "name": "visibleTagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 224
          },
          "name": "defaultValues",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 240
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 253
          },
          "name": "prefix",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 269
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 285
          },
          "name": "visibleTags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/secure-embed-dashboard/index.ts",
            "line": 168
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.secureEmbedDashboard.SecureEmbedDashboardSelectableTemplateVars"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/secure-embed-dashboard/index:SecureEmbedDashboardSelectableTemplateVarsOutputReference"
    },
    "@cdktn/provider-datadog.securityMonitoringCriticalAsset.SecurityMonitoringCriticalAsset": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_critical_asset datadog_security_monitoring_critical_asset}."
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringCriticalAsset.SecurityMonitoringCriticalAsset",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_critical_asset datadog_security_monitoring_critical_asset} Resource."
        },
        "locationInModule": {
          "filename": "src/security-monitoring-critical-asset/index.ts",
          "line": 82
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.securityMonitoringCriticalAsset.SecurityMonitoringCriticalAssetConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-critical-asset/index.ts",
        "line": 50
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a SecurityMonitoringCriticalAsset resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/security-monitoring-critical-asset/index.ts",
            "line": 67
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the SecurityMonitoringCriticalAsset to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_critical_asset#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing SecurityMonitoringCriticalAsset that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the SecurityMonitoringCriticalAsset to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-critical-asset/index.ts",
            "line": 117
          },
          "name": "resetEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-critical-asset/index.ts",
            "line": 177
          },
          "name": "resetTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-critical-asset/index.ts",
            "line": 189
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-critical-asset/index.ts",
            "line": 199
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "SecurityMonitoringCriticalAsset",
      "namespace": "securityMonitoringCriticalAsset",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-critical-asset/index.ts",
            "line": 55
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-critical-asset/index.ts",
            "line": 126
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-critical-asset/index.ts",
            "line": 121
          },
          "name": "enabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-critical-asset/index.ts",
            "line": 139
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-critical-asset/index.ts",
            "line": 152
          },
          "name": "ruleQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-critical-asset/index.ts",
            "line": 165
          },
          "name": "severityInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-critical-asset/index.ts",
            "line": 181
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-critical-asset/index.ts",
            "line": 111
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-critical-asset/index.ts",
            "line": 132
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-critical-asset/index.ts",
            "line": 145
          },
          "name": "ruleQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-critical-asset/index.ts",
            "line": 158
          },
          "name": "severity",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-critical-asset/index.ts",
            "line": 171
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-critical-asset/index:SecurityMonitoringCriticalAsset"
    },
    "@cdktn/provider-datadog.securityMonitoringCriticalAsset.SecurityMonitoringCriticalAssetConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringCriticalAsset.SecurityMonitoringCriticalAssetConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-critical-asset/index.ts",
        "line": 14
      },
      "name": "SecurityMonitoringCriticalAssetConfig",
      "namespace": "securityMonitoringCriticalAsset",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Uses the same syntax as the search bar in the Security Signals Explorer.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_critical_asset#query SecurityMonitoringCriticalAsset#query}",
            "stability": "stable",
            "summary": "The query used to match a critical asset and the associated signals."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-critical-asset/index.ts",
            "line": 26
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Uses the same syntax as the search bar for detection rules.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_critical_asset#rule_query SecurityMonitoringCriticalAsset#rule_query}",
            "stability": "stable",
            "summary": "The rule query to filter which detection rules this critical asset applies to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-critical-asset/index.ts",
            "line": 32
          },
          "name": "ruleQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `critical`, `high`, `medium`, `low`, `info`, `no-op`, `increase`, `decrease`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_critical_asset#severity SecurityMonitoringCriticalAsset#severity}",
            "stability": "stable",
            "summary": "The severity change applied to signals matching this critical asset."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-critical-asset/index.ts",
            "line": 38
          },
          "name": "severity",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_critical_asset#enabled SecurityMonitoringCriticalAsset#enabled}",
            "stability": "stable",
            "summary": "Whether the critical asset is enabled. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-critical-asset/index.ts",
            "line": 20
          },
          "name": "enabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_critical_asset#tags SecurityMonitoringCriticalAsset#tags}",
            "stability": "stable",
            "summary": "A list of tags associated with the critical asset."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-critical-asset/index.ts",
            "line": 44
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-critical-asset/index:SecurityMonitoringCriticalAssetConfig"
    },
    "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRule": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_default_rule datadog_security_monitoring_default_rule}."
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRule",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_default_rule datadog_security_monitoring_default_rule} Resource."
        },
        "locationInModule": {
          "filename": "src/security-monitoring-default-rule/index.ts",
          "line": 1140
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "optional": true,
            "type": {
              "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-default-rule/index.ts",
        "line": 1108
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a SecurityMonitoringDefaultRule resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1125
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the SecurityMonitoringDefaultRule to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_default_rule#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing SecurityMonitoringDefaultRule that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the SecurityMonitoringDefaultRule to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1261
          },
          "name": "putCase",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleCase"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1277
          },
          "name": "putFilter",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleFilter"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1293
          },
          "name": "putOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1309
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1264
          },
          "name": "resetCase"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1179
          },
          "name": "resetCustomMessage"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1195
          },
          "name": "resetCustomName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1211
          },
          "name": "resetCustomTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1227
          },
          "name": "resetEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1280
          },
          "name": "resetFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1243
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1296
          },
          "name": "resetOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1312
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1324
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1338
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "SecurityMonitoringDefaultRule",
      "namespace": "securityMonitoringDefaultRule",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1113
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1258
          },
          "name": "case",
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleCaseList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1274
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleFilterList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1290
          },
          "name": "options",
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1306
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1252
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1268
          },
          "name": "caseInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleCase"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1183
          },
          "name": "customMessageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1199
          },
          "name": "customNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1215
          },
          "name": "customTagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1231
          },
          "name": "enabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1284
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1247
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1300
          },
          "name": "optionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1316
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1173
          },
          "name": "customMessage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1189
          },
          "name": "customName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1205
          },
          "name": "customTags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1221
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1237
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/security-monitoring-default-rule/index:SecurityMonitoringDefaultRule"
    },
    "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleCase": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleCase",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-default-rule/index.ts",
        "line": 71
      },
      "name": "SecurityMonitoringDefaultRuleCase",
      "namespace": "securityMonitoringDefaultRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_default_rule#status SecurityMonitoringDefaultRule#status}",
            "stability": "stable",
            "summary": "Status of the rule case to match. Valid values are `info`, `low`, `medium`, `high`, `critical`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 89
          },
          "name": "status",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_default_rule#custom_status SecurityMonitoringDefaultRule#custom_status}",
            "stability": "stable",
            "summary": "Status of the rule case to override. Valid values are `info`, `low`, `medium`, `high`, `critical`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 77
          },
          "name": "customStatus",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_default_rule#notifications SecurityMonitoringDefaultRule#notifications}",
            "stability": "stable",
            "summary": "Notification targets for each rule case."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 83
          },
          "name": "notifications",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-default-rule/index:SecurityMonitoringDefaultRuleCase"
    },
    "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleCaseList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleCaseList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-default-rule/index.ts",
          "line": 245
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-default-rule/index.ts",
        "line": 237
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 252
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleCaseOutputReference"
            }
          }
        }
      ],
      "name": "SecurityMonitoringDefaultRuleCaseList",
      "namespace": "securityMonitoringDefaultRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 238
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleCase"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-default-rule/index:SecurityMonitoringDefaultRuleCaseList"
    },
    "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleCaseOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleCaseOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-default-rule/index.ts",
          "line": 145
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-default-rule/index.ts",
        "line": 135
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 199
          },
          "name": "resetCustomStatus"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 215
          },
          "name": "resetNotifications"
        }
      ],
      "name": "SecurityMonitoringDefaultRuleCaseOutputReference",
      "namespace": "securityMonitoringDefaultRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 203
          },
          "name": "customStatusInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 219
          },
          "name": "notificationsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 232
          },
          "name": "statusInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 193
          },
          "name": "customStatus",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 209
          },
          "name": "notifications",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 225
          },
          "name": "status",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 149
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleCase"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-default-rule/index:SecurityMonitoringDefaultRuleCaseOutputReference"
    },
    "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-default-rule/index.ts",
        "line": 14
      },
      "name": "SecurityMonitoringDefaultRuleConfig",
      "namespace": "securityMonitoringDefaultRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_default_rule#case SecurityMonitoringDefaultRule#case}",
            "stability": "stable",
            "summary": "case block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 51
          },
          "name": "case",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleCase"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_default_rule#custom_message SecurityMonitoringDefaultRule#custom_message}",
            "stability": "stable",
            "summary": "Custom Message (will override default message) for generated signals."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 20
          },
          "name": "customMessage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_default_rule#custom_name SecurityMonitoringDefaultRule#custom_name}",
            "stability": "stable",
            "summary": "The name (will override default name) of the rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 26
          },
          "name": "customName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_default_rule#custom_tags SecurityMonitoringDefaultRule#custom_tags}",
            "stability": "stable",
            "summary": "Custom tags for generated signals."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 32
          },
          "name": "customTags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_default_rule#enabled SecurityMonitoringDefaultRule#enabled}",
            "stability": "stable",
            "summary": "Enable the rule. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 38
          },
          "name": "enabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_default_rule#filter SecurityMonitoringDefaultRule#filter}",
            "stability": "stable",
            "summary": "filter block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 57
          },
          "name": "filter",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_default_rule#id SecurityMonitoringDefaultRule#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 45
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_default_rule#options SecurityMonitoringDefaultRule#options}",
            "stability": "stable",
            "summary": "options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 63
          },
          "name": "options",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_default_rule#query SecurityMonitoringDefaultRule#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 69
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-default-rule/index:SecurityMonitoringDefaultRuleConfig"
    },
    "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleFilter": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-default-rule/index.ts",
        "line": 256
      },
      "name": "SecurityMonitoringDefaultRuleFilter",
      "namespace": "securityMonitoringDefaultRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_default_rule#action SecurityMonitoringDefaultRule#action}",
            "stability": "stable",
            "summary": "The type of filtering action. Allowed enum values: require, suppress Valid values are `require`, `suppress`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 262
          },
          "name": "action",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_default_rule#query SecurityMonitoringDefaultRule#query}",
            "stability": "stable",
            "summary": "Query for selecting logs to apply the filtering action."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 268
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/security-monitoring-default-rule/index:SecurityMonitoringDefaultRuleFilter"
    },
    "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleFilterList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleFilterList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-default-rule/index.ts",
          "line": 392
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-default-rule/index.ts",
        "line": 384
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 399
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleFilterOutputReference"
            }
          }
        }
      ],
      "name": "SecurityMonitoringDefaultRuleFilterList",
      "namespace": "securityMonitoringDefaultRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 385
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-default-rule/index:SecurityMonitoringDefaultRuleFilterList"
    },
    "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleFilterOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-default-rule/index.ts",
          "line": 317
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-default-rule/index.ts",
        "line": 307
      },
      "name": "SecurityMonitoringDefaultRuleFilterOutputReference",
      "namespace": "securityMonitoringDefaultRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 366
          },
          "name": "actionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 379
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 359
          },
          "name": "action",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 372
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 321
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleFilter"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-default-rule/index:SecurityMonitoringDefaultRuleFilterOutputReference"
    },
    "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-default-rule/index.ts",
        "line": 403
      },
      "name": "SecurityMonitoringDefaultRuleOptions",
      "namespace": "securityMonitoringDefaultRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "The decrement is applied when the environment tag of the signal starts with `staging`, `test`, or `dev`. Only available when the rule type is `log_detection`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_default_rule#decrease_criticality_based_on_env SecurityMonitoringDefaultRule#decrease_criticality_based_on_env}",
            "stability": "stable",
            "summary": "If true, signals in non-production environments have a lower severity than what is defined by the rule case, which can reduce noise."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 409
          },
          "name": "decreaseCriticalityBasedOnEnv",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-default-rule/index:SecurityMonitoringDefaultRuleOptions"
    },
    "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-default-rule/index.ts",
          "line": 448
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-default-rule/index.ts",
        "line": 441
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 481
          },
          "name": "resetDecreaseCriticalityBasedOnEnv"
        }
      ],
      "name": "SecurityMonitoringDefaultRuleOptionsOutputReference",
      "namespace": "securityMonitoringDefaultRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 485
          },
          "name": "decreaseCriticalityBasedOnEnvInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 475
          },
          "name": "decreaseCriticalityBasedOnEnv",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 452
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleOptions"
          }
        }
      ],
      "symbolId": "src/security-monitoring-default-rule/index:SecurityMonitoringDefaultRuleOptionsOutputReference"
    },
    "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-default-rule/index.ts",
        "line": 636
      },
      "name": "SecurityMonitoringDefaultRuleQuery",
      "namespace": "securityMonitoringDefaultRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_default_rule#agent_rule SecurityMonitoringDefaultRule#agent_rule}",
            "stability": "stable",
            "summary": "agent_rule block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 702
          },
          "name": "agentRule",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryAgentRule"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "For Signal Correlation rules, it must be event_count. Valid values are `count`, `cardinality`, `sum`, `max`, `new_value`, `geo_data`, `event_count`, `none`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_default_rule#aggregation SecurityMonitoringDefaultRule#aggregation}",
            "stability": "stable",
            "summary": "The aggregation type."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 642
          },
          "name": "aggregation",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_default_rule#custom_query_extension SecurityMonitoringDefaultRule#custom_query_extension}",
            "stability": "stable",
            "summary": "Query extension to append to the logs query."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 648
          },
          "name": "customQueryExtension",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_default_rule#data_source SecurityMonitoringDefaultRule#data_source}",
            "stability": "stable",
            "summary": "Source of events. Valid values are `logs`, `audit`, `app_sec_spans`, `spans`, `security_runtime`, `network`, `events`, `security_signals`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 654
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_default_rule#distinct_fields SecurityMonitoringDefaultRule#distinct_fields}",
            "stability": "stable",
            "summary": "Field for which the cardinality is measured. Sent as an array."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 660
          },
          "name": "distinctFields",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_default_rule#group_by_fields SecurityMonitoringDefaultRule#group_by_fields}",
            "stability": "stable",
            "summary": "Fields to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 666
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When true, events with missing group-by fields are processed with `N/A`, replacing the missing values.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_default_rule#has_optional_group_by_fields SecurityMonitoringDefaultRule#has_optional_group_by_fields}",
            "stability": "stable",
            "summary": "When false, events without a group-by value are ignored by the rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 672
          },
          "name": "hasOptionalGroupByFields",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "**Deprecated.** Configure `metrics` instead. This attribute will be removed in the next major version of the provider.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_default_rule#metric SecurityMonitoringDefaultRule#metric}",
            "stability": "stable",
            "summary": "The target field to aggregate over when using the `sum`, `max`, or `geo_data` aggregations."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 678
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "The `sum`, `max`, and `geo_data` aggregations only accept one value in this list, whereas the `new_value` aggregation accepts up to five values.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_default_rule#metrics SecurityMonitoringDefaultRule#metrics}",
            "stability": "stable",
            "summary": "Group of target fields to aggregate over when using the `sum`, `max`, `geo_data`, or `new_value` aggregations."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 684
          },
          "name": "metrics",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_default_rule#name SecurityMonitoringDefaultRule#name}",
            "stability": "stable",
            "summary": "Name of the query. Not compatible with `new_value` aggregations."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 690
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_default_rule#query SecurityMonitoringDefaultRule#query}",
            "stability": "stable",
            "summary": "Query to run on logs."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 696
          },
          "name": "query",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/security-monitoring-default-rule/index:SecurityMonitoringDefaultRuleQuery"
    },
    "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryAgentRule": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryAgentRule",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-default-rule/index.ts",
        "line": 489
      },
      "name": "SecurityMonitoringDefaultRuleQueryAgentRule",
      "namespace": "securityMonitoringDefaultRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_default_rule#agent_rule_id SecurityMonitoringDefaultRule#agent_rule_id}",
            "stability": "stable",
            "summary": "**Deprecated**. It won't be applied anymore."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 495
          },
          "name": "agentRuleId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_default_rule#expression SecurityMonitoringDefaultRule#expression}",
            "stability": "stable",
            "summary": "**Deprecated**. It won't be applied anymore."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 501
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/security-monitoring-default-rule/index:SecurityMonitoringDefaultRuleQueryAgentRule"
    },
    "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryAgentRuleList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryAgentRuleList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-default-rule/index.ts",
          "line": 625
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-default-rule/index.ts",
        "line": 617
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 632
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryAgentRuleOutputReference"
            }
          }
        }
      ],
      "name": "SecurityMonitoringDefaultRuleQueryAgentRuleList",
      "namespace": "securityMonitoringDefaultRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 618
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryAgentRule"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-default-rule/index:SecurityMonitoringDefaultRuleQueryAgentRuleList"
    },
    "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryAgentRuleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryAgentRuleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-default-rule/index.ts",
          "line": 550
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-default-rule/index.ts",
        "line": 540
      },
      "name": "SecurityMonitoringDefaultRuleQueryAgentRuleOutputReference",
      "namespace": "securityMonitoringDefaultRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 599
          },
          "name": "agentRuleIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 612
          },
          "name": "expressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 592
          },
          "name": "agentRuleId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 605
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 554
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryAgentRule"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-default-rule/index:SecurityMonitoringDefaultRuleQueryAgentRuleOutputReference"
    },
    "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-default-rule/index.ts",
          "line": 1093
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-default-rule/index.ts",
        "line": 1085
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1100
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryOutputReference"
            }
          }
        }
      ],
      "name": "SecurityMonitoringDefaultRuleQueryList",
      "namespace": "securityMonitoringDefaultRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1086
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-default-rule/index:SecurityMonitoringDefaultRuleQueryList"
    },
    "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-default-rule/index.ts",
          "line": 814
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-default-rule/index.ts",
        "line": 804
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1073
          },
          "name": "putAgentRule",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryAgentRule"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1076
          },
          "name": "resetAgentRule"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 916
          },
          "name": "resetAggregation"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 932
          },
          "name": "resetCustomQueryExtension"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 948
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 964
          },
          "name": "resetDistinctFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 980
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 996
          },
          "name": "resetHasOptionalGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1012
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1028
          },
          "name": "resetMetrics"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1044
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1060
          },
          "name": "resetQuery"
        }
      ],
      "name": "SecurityMonitoringDefaultRuleQueryOutputReference",
      "namespace": "securityMonitoringDefaultRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1070
          },
          "name": "agentRule",
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryAgentRuleList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1080
          },
          "name": "agentRuleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQueryAgentRule"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 920
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 936
          },
          "name": "customQueryExtensionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 952
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 968
          },
          "name": "distinctFieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 984
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1000
          },
          "name": "hasOptionalGroupByFieldsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1016
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1032
          },
          "name": "metricsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1048
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1064
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 910
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 926
          },
          "name": "customQueryExtension",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 942
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 958
          },
          "name": "distinctFields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 974
          },
          "name": "groupByFields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 990
          },
          "name": "hasOptionalGroupByFields",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1006
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1022
          },
          "name": "metrics",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1038
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 1054
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-default-rule/index.ts",
            "line": 818
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.securityMonitoringDefaultRule.SecurityMonitoringDefaultRuleQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-default-rule/index:SecurityMonitoringDefaultRuleQueryOutputReference"
    },
    "@cdktn/provider-datadog.securityMonitoringFilter.SecurityMonitoringFilter": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_filter datadog_security_monitoring_filter}."
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringFilter.SecurityMonitoringFilter",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_filter datadog_security_monitoring_filter} Resource."
        },
        "locationInModule": {
          "filename": "src/security-monitoring-filter/index.ts",
          "line": 236
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.securityMonitoringFilter.SecurityMonitoringFilterConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-filter/index.ts",
        "line": 204
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a SecurityMonitoringFilter resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/security-monitoring-filter/index.ts",
            "line": 221
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the SecurityMonitoringFilter to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_filter#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing SecurityMonitoringFilter that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the SecurityMonitoringFilter to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-filter/index.ts",
            "line": 345
          },
          "name": "putExclusionFilter",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.securityMonitoringFilter.SecurityMonitoringFilterExclusionFilter"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-filter/index.ts",
            "line": 348
          },
          "name": "resetExclusionFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-filter/index.ts",
            "line": 272
          },
          "name": "resetFilteredDataType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-filter/index.ts",
            "line": 288
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-filter/index.ts",
            "line": 360
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-filter/index.ts",
            "line": 371
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "SecurityMonitoringFilter",
      "namespace": "securityMonitoringFilter",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-filter/index.ts",
            "line": 209
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-filter/index.ts",
            "line": 342
          },
          "name": "exclusionFilter",
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringFilter.SecurityMonitoringFilterExclusionFilterList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-filter/index.ts",
            "line": 336
          },
          "name": "version",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-filter/index.ts",
            "line": 352
          },
          "name": "exclusionFilterInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringFilter.SecurityMonitoringFilterExclusionFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-filter/index.ts",
            "line": 276
          },
          "name": "filteredDataTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-filter/index.ts",
            "line": 292
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-filter/index.ts",
            "line": 305
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-filter/index.ts",
            "line": 318
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-filter/index.ts",
            "line": 331
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-filter/index.ts",
            "line": 266
          },
          "name": "filteredDataType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-filter/index.ts",
            "line": 282
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-filter/index.ts",
            "line": 298
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-filter/index.ts",
            "line": 311
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-filter/index.ts",
            "line": 324
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/security-monitoring-filter/index:SecurityMonitoringFilter"
    },
    "@cdktn/provider-datadog.securityMonitoringFilter.SecurityMonitoringFilterConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringFilter.SecurityMonitoringFilterConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-filter/index.ts",
        "line": 14
      },
      "name": "SecurityMonitoringFilterConfig",
      "namespace": "securityMonitoringFilter",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_filter#is_enabled SecurityMonitoringFilter#is_enabled}",
            "stability": "stable",
            "summary": "Whether the security filter is enabled."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-filter/index.ts",
            "line": 33
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_filter#name SecurityMonitoringFilter#name}",
            "stability": "stable",
            "summary": "The name of the security filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-filter/index.ts",
            "line": 39
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_filter#query SecurityMonitoringFilter#query}",
            "stability": "stable",
            "summary": "The query of the security filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-filter/index.ts",
            "line": 45
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_filter#exclusion_filter SecurityMonitoringFilter#exclusion_filter}",
            "stability": "stable",
            "summary": "exclusion_filter block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-filter/index.ts",
            "line": 51
          },
          "name": "exclusionFilter",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringFilter.SecurityMonitoringFilterExclusionFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_filter#filtered_data_type SecurityMonitoringFilter#filtered_data_type}",
            "stability": "stable",
            "summary": "The filtered data type. Valid values are `logs`. Defaults to `\"logs\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-filter/index.ts",
            "line": 20
          },
          "name": "filteredDataType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_filter#id SecurityMonitoringFilter#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-filter/index.ts",
            "line": 27
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/security-monitoring-filter/index:SecurityMonitoringFilterConfig"
    },
    "@cdktn/provider-datadog.securityMonitoringFilter.SecurityMonitoringFilterExclusionFilter": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringFilter.SecurityMonitoringFilterExclusionFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-filter/index.ts",
        "line": 53
      },
      "name": "SecurityMonitoringFilterExclusionFilter",
      "namespace": "securityMonitoringFilter",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_filter#name SecurityMonitoringFilter#name}",
            "stability": "stable",
            "summary": "Exclusion filter name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-filter/index.ts",
            "line": 59
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_filter#query SecurityMonitoringFilter#query}",
            "stability": "stable",
            "summary": "Exclusion filter query. Logs that match this query are excluded from the security filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-filter/index.ts",
            "line": 65
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/security-monitoring-filter/index:SecurityMonitoringFilterExclusionFilter"
    },
    "@cdktn/provider-datadog.securityMonitoringFilter.SecurityMonitoringFilterExclusionFilterList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringFilter.SecurityMonitoringFilterExclusionFilterList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-filter/index.ts",
          "line": 189
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-filter/index.ts",
        "line": 181
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-filter/index.ts",
            "line": 196
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.securityMonitoringFilter.SecurityMonitoringFilterExclusionFilterOutputReference"
            }
          }
        }
      ],
      "name": "SecurityMonitoringFilterExclusionFilterList",
      "namespace": "securityMonitoringFilter",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-filter/index.ts",
            "line": 182
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringFilter.SecurityMonitoringFilterExclusionFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-filter/index:SecurityMonitoringFilterExclusionFilterList"
    },
    "@cdktn/provider-datadog.securityMonitoringFilter.SecurityMonitoringFilterExclusionFilterOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringFilter.SecurityMonitoringFilterExclusionFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-filter/index.ts",
          "line": 114
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-filter/index.ts",
        "line": 104
      },
      "name": "SecurityMonitoringFilterExclusionFilterOutputReference",
      "namespace": "securityMonitoringFilter",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-filter/index.ts",
            "line": 163
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-filter/index.ts",
            "line": 176
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-filter/index.ts",
            "line": 156
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-filter/index.ts",
            "line": 169
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-filter/index.ts",
            "line": 118
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.securityMonitoringFilter.SecurityMonitoringFilterExclusionFilter"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-filter/index:SecurityMonitoringFilterExclusionFilterOutputReference"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRule": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule datadog_security_monitoring_rule}."
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRule",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule datadog_security_monitoring_rule} Resource."
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule/index.ts",
          "line": 4214
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 4182
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a SecurityMonitoringRule resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4199
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the SecurityMonitoringRule to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing SecurityMonitoringRule that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the SecurityMonitoringRule to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4397
          },
          "name": "putCalculatedField",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCalculatedField"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4413
          },
          "name": "putCase",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCase"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4429
          },
          "name": "putFilter",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleFilter"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4445
          },
          "name": "putOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4461
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4477
          },
          "name": "putReferenceTables",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleReferenceTables"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4493
          },
          "name": "putSchedulingOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSchedulingOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4509
          },
          "name": "putSignalQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSignalQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4525
          },
          "name": "putThirdPartyCase",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleThirdPartyCase"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4400
          },
          "name": "resetCalculatedField"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4416
          },
          "name": "resetCase"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4262
          },
          "name": "resetEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4432
          },
          "name": "resetFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4278
          },
          "name": "resetGroupSignalsBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4294
          },
          "name": "resetHasExtendedTitle"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4310
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4448
          },
          "name": "resetOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4464
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4480
          },
          "name": "resetReferenceTables"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4496
          },
          "name": "resetSchedulingOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4512
          },
          "name": "resetSignalQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4352
          },
          "name": "resetTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4528
          },
          "name": "resetThirdPartyCase"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4368
          },
          "name": "resetType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4384
          },
          "name": "resetValidate"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4540
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4563
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "SecurityMonitoringRule",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4187
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4394
          },
          "name": "calculatedField",
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCalculatedFieldList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4410
          },
          "name": "case",
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4426
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleFilterList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4442
          },
          "name": "options",
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4458
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4474
          },
          "name": "referenceTables",
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleReferenceTablesList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4490
          },
          "name": "schedulingOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSchedulingOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4506
          },
          "name": "signalQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSignalQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4522
          },
          "name": "thirdPartyCase",
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleThirdPartyCaseList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4404
          },
          "name": "calculatedFieldInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCalculatedField"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4420
          },
          "name": "caseInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCase"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4266
          },
          "name": "enabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4436
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4282
          },
          "name": "groupSignalsByInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4298
          },
          "name": "hasExtendedTitleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4314
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4327
          },
          "name": "messageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4340
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4452
          },
          "name": "optionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4468
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4484
          },
          "name": "referenceTablesInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleReferenceTables"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4500
          },
          "name": "schedulingOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSchedulingOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4516
          },
          "name": "signalQueryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSignalQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4356
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4532
          },
          "name": "thirdPartyCaseInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleThirdPartyCase"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4372
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4388
          },
          "name": "validateInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4256
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4272
          },
          "name": "groupSignalsBy",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4288
          },
          "name": "hasExtendedTitle",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4304
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4320
          },
          "name": "message",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4333
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4346
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4362
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4378
          },
          "name": "validate",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRule"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCalculatedField": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCalculatedField",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 125
      },
      "name": "SecurityMonitoringRuleCalculatedField",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#expression SecurityMonitoringRule#expression}",
            "stability": "stable",
            "summary": "Expression."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 131
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#name SecurityMonitoringRule#name}",
            "stability": "stable",
            "summary": "Field name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 137
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleCalculatedField"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCalculatedFieldList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCalculatedFieldList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule/index.ts",
          "line": 261
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 253
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 268
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCalculatedFieldOutputReference"
            }
          }
        }
      ],
      "name": "SecurityMonitoringRuleCalculatedFieldList",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 254
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCalculatedField"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleCalculatedFieldList"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCalculatedFieldOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCalculatedFieldOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule/index.ts",
          "line": 186
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 176
      },
      "name": "SecurityMonitoringRuleCalculatedFieldOutputReference",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 235
          },
          "name": "expressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 248
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 228
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 241
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 190
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCalculatedField"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleCalculatedFieldOutputReference"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCase": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCase",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 508
      },
      "name": "SecurityMonitoringRuleCase",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#status SecurityMonitoringRule#status}",
            "stability": "stable",
            "summary": "Severity of the Security Signal. Valid values are `info`, `low`, `medium`, `high`, `critical`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 532
          },
          "name": "status",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#action SecurityMonitoringRule#action}",
            "stability": "stable",
            "summary": "action block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 538
          },
          "name": "action",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseAction"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#condition SecurityMonitoringRule#condition}",
            "stability": "stable",
            "summary": "A rule case contains logical operations (`>`,`>=`, `&&`, `||`) to determine if a signal should be generated based on the event counts in the previously defined queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 514
          },
          "name": "condition",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#name SecurityMonitoringRule#name}",
            "stability": "stable",
            "summary": "Name of the case."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 520
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#notifications SecurityMonitoringRule#notifications}",
            "stability": "stable",
            "summary": "Notification targets for each rule case."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 526
          },
          "name": "notifications",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleCase"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseAction": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseAction",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 358
      },
      "name": "SecurityMonitoringRuleCaseAction",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#type SecurityMonitoringRule#type}",
            "stability": "stable",
            "summary": "Type of action to perform when the case triggers. Valid values are `block_ip`, `block_user`, `user_behavior`, `flag_ip`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 364
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#options SecurityMonitoringRule#options}",
            "stability": "stable",
            "summary": "options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 370
          },
          "name": "options",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseActionOptions"
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleCaseAction"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseActionList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseActionList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule/index.ts",
          "line": 497
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 489
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 504
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseActionOutputReference"
            }
          }
        }
      ],
      "name": "SecurityMonitoringRuleCaseActionList",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 490
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseAction"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleCaseActionList"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseActionOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseActionOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 272
      },
      "name": "SecurityMonitoringRuleCaseActionOptions",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#duration SecurityMonitoringRule#duration}",
            "stability": "stable",
            "summary": "Duration of the action in seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 278
          },
          "name": "duration",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleCaseActionOptions"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseActionOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseActionOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule/index.ts",
          "line": 317
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 310
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 350
          },
          "name": "resetDuration"
        }
      ],
      "name": "SecurityMonitoringRuleCaseActionOptionsOutputReference",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 354
          },
          "name": "durationInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 344
          },
          "name": "duration",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 321
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseActionOptions"
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleCaseActionOptionsOutputReference"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseActionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseActionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule/index.ts",
          "line": 419
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 409
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 477
          },
          "name": "putOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseActionOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 480
          },
          "name": "resetOptions"
        }
      ],
      "name": "SecurityMonitoringRuleCaseActionOutputReference",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 474
          },
          "name": "options",
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseActionOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 484
          },
          "name": "optionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseActionOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 468
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 461
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 423
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseAction"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleCaseActionOutputReference"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule/index.ts",
          "line": 752
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 744
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 759
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseOutputReference"
            }
          }
        }
      ],
      "name": "SecurityMonitoringRuleCaseList",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 745
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCase"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleCaseList"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule/index.ts",
          "line": 608
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 598
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 732
          },
          "name": "putAction",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseAction"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 735
          },
          "name": "resetAction"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 674
          },
          "name": "resetCondition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 690
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 706
          },
          "name": "resetNotifications"
        }
      ],
      "name": "SecurityMonitoringRuleCaseOutputReference",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 729
          },
          "name": "action",
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseActionList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 739
          },
          "name": "actionInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCaseAction"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 678
          },
          "name": "conditionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 694
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 710
          },
          "name": "notificationsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 723
          },
          "name": "statusInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 668
          },
          "name": "condition",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 684
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 700
          },
          "name": "notifications",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 716
          },
          "name": "status",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 612
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCase"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleCaseOutputReference"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 14
      },
      "name": "SecurityMonitoringRuleConfig",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#message SecurityMonitoringRule#message}",
            "stability": "stable",
            "summary": "Message for generated signals."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 45
          },
          "name": "message",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#name SecurityMonitoringRule#name}",
            "stability": "stable",
            "summary": "The name of the rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 51
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#calculated_field SecurityMonitoringRule#calculated_field}",
            "stability": "stable",
            "summary": "calculated_field block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 75
          },
          "name": "calculatedField",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCalculatedField"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#case SecurityMonitoringRule#case}",
            "stability": "stable",
            "summary": "case block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 81
          },
          "name": "case",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleCase"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#enabled SecurityMonitoringRule#enabled}",
            "stability": "stable",
            "summary": "Whether the rule is enabled. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 20
          },
          "name": "enabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#filter SecurityMonitoringRule#filter}",
            "stability": "stable",
            "summary": "filter block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 87
          },
          "name": "filter",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#group_signals_by SecurityMonitoringRule#group_signals_by}",
            "stability": "stable",
            "summary": "Additional grouping to perform on top of the query grouping."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 26
          },
          "name": "groupSignalsBy",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#has_extended_title SecurityMonitoringRule#has_extended_title}",
            "stability": "stable",
            "summary": "Whether the notifications include the triggering group-by values in their title. Defaults to `false`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 32
          },
          "name": "hasExtendedTitle",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#id SecurityMonitoringRule#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 39
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#options SecurityMonitoringRule#options}",
            "stability": "stable",
            "summary": "options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 93
          },
          "name": "options",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#query SecurityMonitoringRule#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 99
          },
          "name": "query",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#reference_tables SecurityMonitoringRule#reference_tables}",
            "stability": "stable",
            "summary": "reference_tables block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 105
          },
          "name": "referenceTables",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleReferenceTables"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#scheduling_options SecurityMonitoringRule#scheduling_options}",
            "stability": "stable",
            "summary": "scheduling_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 111
          },
          "name": "schedulingOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSchedulingOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#signal_query SecurityMonitoringRule#signal_query}",
            "stability": "stable",
            "summary": "signal_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 117
          },
          "name": "signalQuery",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSignalQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Note: if default tags are present at provider level, they will be added to this resource.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#tags SecurityMonitoringRule#tags}",
            "stability": "stable",
            "summary": "Tags for generated signals."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 57
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#third_party_case SecurityMonitoringRule#third_party_case}",
            "stability": "stable",
            "summary": "third_party_case block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 123
          },
          "name": "thirdPartyCase",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleThirdPartyCase"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#type SecurityMonitoringRule#type}",
            "stability": "stable",
            "summary": "The rule type. Valid values are `application_security`, `log_detection`, `workload_security`, `signal_correlation`. Defaults to `\"log_detection\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 63
          },
          "name": "type",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#validate SecurityMonitoringRule#validate}",
            "stability": "stable",
            "summary": "Whether or not to validate the Rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 69
          },
          "name": "validate",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleConfig"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleFilter": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 763
      },
      "name": "SecurityMonitoringRuleFilter",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#action SecurityMonitoringRule#action}",
            "stability": "stable",
            "summary": "The type of filtering action. Valid values are `require`, `suppress`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 769
          },
          "name": "action",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#query SecurityMonitoringRule#query}",
            "stability": "stable",
            "summary": "Query for selecting logs to apply the filtering action."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 775
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleFilter"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleFilterList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleFilterList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule/index.ts",
          "line": 899
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 891
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 906
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleFilterOutputReference"
            }
          }
        }
      ],
      "name": "SecurityMonitoringRuleFilterList",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 892
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleFilter"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleFilterList"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleFilterOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule/index.ts",
          "line": 824
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 814
      },
      "name": "SecurityMonitoringRuleFilterOutputReference",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 873
          },
          "name": "actionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 886
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 866
          },
          "name": "action",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 879
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 828
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleFilter"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleFilterOutputReference"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 2265
      },
      "name": "SecurityMonitoringRuleOptions",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#anomaly_detection_options SecurityMonitoringRule#anomaly_detection_options}",
            "stability": "stable",
            "summary": "anomaly_detection_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2301
          },
          "name": "anomalyDetectionOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsAnomalyDetectionOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "The decrement is applied when the environment tag of the signal starts with `staging`, `test`, or `dev`. Only available when the rule type is `log_detection`. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#decrease_criticality_based_on_env SecurityMonitoringRule#decrease_criticality_based_on_env}",
            "stability": "stable",
            "summary": "If true, signals in non-production environments have a lower severity than what is defined by the rule case, which can reduce noise."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2271
          },
          "name": "decreaseCriticalityBasedOnEnv",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#detection_method SecurityMonitoringRule#detection_method}",
            "stability": "stable",
            "summary": "The detection method. Valid values are `threshold`, `new_value`, `anomaly_detection`, `impossible_travel`, `hardcoded`, `third_party`, `anomaly_threshold`, `sequence_detection`. Defaults to `\"threshold\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2277
          },
          "name": "detectionMethod",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This is a sliding window and evaluates in real time. Valid values are `0`, `60`, `300`, `600`, `900`, `1800`, `3600`, `7200`, `10800`, `21600`, `43200`, `86400`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#evaluation_window SecurityMonitoringRule#evaluation_window}",
            "stability": "stable",
            "summary": "A time window is specified to match when at least one of the cases matches true."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2283
          },
          "name": "evaluationWindow",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#impossible_travel_options SecurityMonitoringRule#impossible_travel_options}",
            "stability": "stable",
            "summary": "impossible_travel_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2307
          },
          "name": "impossibleTravelOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsImpossibleTravelOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `0`, `60`, `300`, `600`, `900`, `1800`, `3600`, `7200`, `10800`, `21600`, `43200`, `86400`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#keep_alive SecurityMonitoringRule#keep_alive}",
            "stability": "stable",
            "summary": "Once a signal is generated, the signal will remain “open” if a case is matched at least once within this keep alive window (in seconds)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2289
          },
          "name": "keepAlive",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This time is calculated from the first seen timestamp. Valid values are `0`, `60`, `300`, `600`, `900`, `1800`, `3600`, `7200`, `10800`, `21600`, `43200`, `86400`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#max_signal_duration SecurityMonitoringRule#max_signal_duration}",
            "stability": "stable",
            "summary": "A signal will “close” regardless of the query being matched once the time exceeds the maximum duration (in seconds)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2295
          },
          "name": "maxSignalDuration",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#new_value_options SecurityMonitoringRule#new_value_options}",
            "stability": "stable",
            "summary": "new_value_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2313
          },
          "name": "newValueOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsNewValueOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#sequence_detection_options SecurityMonitoringRule#sequence_detection_options}",
            "stability": "stable",
            "summary": "sequence_detection_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2319
          },
          "name": "sequenceDetectionOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#third_party_rule_options SecurityMonitoringRule#third_party_rule_options}",
            "stability": "stable",
            "summary": "third_party_rule_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2325
          },
          "name": "thirdPartyRuleOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptions"
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptions"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsAnomalyDetectionOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsAnomalyDetectionOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 910
      },
      "name": "SecurityMonitoringRuleOptionsAnomalyDetectionOptions",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are 300, 600, 900, 1800, 3600, 10800. Valid values are `300`, `600`, `900`, `1800`, `3600`, `10800`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#bucket_duration SecurityMonitoringRule#bucket_duration}",
            "stability": "stable",
            "summary": "Duration in seconds of the time buckets used to aggregate events matched by the rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 916
          },
          "name": "bucketDuration",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Higher values require higher deviations before triggering a signal. Valid values are 1, 2, 3, 4, 5. Valid values are `1`, `2`, `3`, `4`, `5`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#detection_tolerance SecurityMonitoringRule#detection_tolerance}",
            "stability": "stable",
            "summary": "An optional parameter that sets how permissive anomaly detection is."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 922
          },
          "name": "detectionTolerance",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#instantaneous_baseline SecurityMonitoringRule#instantaneous_baseline}",
            "stability": "stable",
            "summary": "When set to true, Datadog uses previous values that fall within the defined learning window to construct the baseline, enabling the system to establish an accurate baseline more rapidly rather than relying solely on gradual learning over time."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 928
          },
          "name": "instantaneousBaseline",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Anomaly detection waits for at least this amount of historical data before it starts evaluating. Valid values are 1, 6, 12, 24, 48, 168, 336. Valid values are `1`, `6`, `12`, `24`, `48`, `168`, `336`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#learning_duration SecurityMonitoringRule#learning_duration}",
            "stability": "stable",
            "summary": "Learning duration in hours."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 934
          },
          "name": "learningDuration",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Must be greater than or equal to 0.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#learning_period_baseline SecurityMonitoringRule#learning_period_baseline}",
            "stability": "stable",
            "summary": "An optional override baseline to apply while the rule is in the learning period."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 940
          },
          "name": "learningPeriodBaseline",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsAnomalyDetectionOptions"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsAnomalyDetectionOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsAnomalyDetectionOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule/index.ts",
          "line": 1007
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 1000
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1064
          },
          "name": "resetBucketDuration"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1080
          },
          "name": "resetDetectionTolerance"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1096
          },
          "name": "resetInstantaneousBaseline"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1112
          },
          "name": "resetLearningDuration"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1128
          },
          "name": "resetLearningPeriodBaseline"
        }
      ],
      "name": "SecurityMonitoringRuleOptionsAnomalyDetectionOptionsOutputReference",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1068
          },
          "name": "bucketDurationInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1084
          },
          "name": "detectionToleranceInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1100
          },
          "name": "instantaneousBaselineInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1116
          },
          "name": "learningDurationInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1132
          },
          "name": "learningPeriodBaselineInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1058
          },
          "name": "bucketDuration",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1074
          },
          "name": "detectionTolerance",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1090
          },
          "name": "instantaneousBaseline",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1106
          },
          "name": "learningDuration",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1122
          },
          "name": "learningPeriodBaseline",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1011
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsAnomalyDetectionOptions"
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsAnomalyDetectionOptionsOutputReference"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsImpossibleTravelOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsImpossibleTravelOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 1136
      },
      "name": "SecurityMonitoringRuleOptionsImpossibleTravelOptions",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "During that time, Datadog learns the user's regular access locations. This can be helpful to reduce noise and infer VPN usage or credentialed API access. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#baseline_user_locations SecurityMonitoringRule#baseline_user_locations}",
            "stability": "stable",
            "summary": "If true, signals are suppressed for the first 24 hours."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1142
          },
          "name": "baselineUserLocations",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsImpossibleTravelOptions"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsImpossibleTravelOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsImpossibleTravelOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule/index.ts",
          "line": 1181
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 1174
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1214
          },
          "name": "resetBaselineUserLocations"
        }
      ],
      "name": "SecurityMonitoringRuleOptionsImpossibleTravelOptionsOutputReference",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1218
          },
          "name": "baselineUserLocationsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1208
          },
          "name": "baselineUserLocations",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1185
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsImpossibleTravelOptions"
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsImpossibleTravelOptionsOutputReference"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsNewValueOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsNewValueOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 1222
      },
      "name": "SecurityMonitoringRuleOptionsNewValueOptions",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#forget_after SecurityMonitoringRule#forget_after}",
            "stability": "stable",
            "summary": "The duration in days after which a learned value is forgotten. Accepted values are between 1 and 30."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1228
          },
          "name": "forgetAfter",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#instantaneous_baseline SecurityMonitoringRule#instantaneous_baseline}",
            "stability": "stable",
            "summary": "When set to true, Datadog uses previous values that fall within the defined learning window to construct the baseline, enabling the system to establish an accurate baseline more rapidly rather than relying solely on gradual learning over time."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1234
          },
          "name": "instantaneousBaseline",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "If set to 0, a signal will be generated for all new values after the first value is learned. Accepted values are between 0 and 30. Defaults to `1`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#learning_duration SecurityMonitoringRule#learning_duration}",
            "stability": "stable",
            "summary": "The duration in days during which values are learned, and after which signals will be generated for values that weren't learned."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1240
          },
          "name": "learningDuration",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `duration`, `threshold`. Defaults to `\"duration\"`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#learning_method SecurityMonitoringRule#learning_method}",
            "stability": "stable",
            "summary": "The learning method used to determine when signals should be generated for values that weren't learned."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1246
          },
          "name": "learningMethod",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `0`, `1`. Defaults to `0`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#learning_threshold SecurityMonitoringRule#learning_threshold}",
            "stability": "stable",
            "summary": "A number of occurrences after which signals are generated for values that weren't learned."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1252
          },
          "name": "learningThreshold",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsNewValueOptions"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsNewValueOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsNewValueOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule/index.ts",
          "line": 1319
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 1312
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1389
          },
          "name": "resetInstantaneousBaseline"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1405
          },
          "name": "resetLearningDuration"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1421
          },
          "name": "resetLearningMethod"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1437
          },
          "name": "resetLearningThreshold"
        }
      ],
      "name": "SecurityMonitoringRuleOptionsNewValueOptionsOutputReference",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1377
          },
          "name": "forgetAfterInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1393
          },
          "name": "instantaneousBaselineInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1409
          },
          "name": "learningDurationInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1425
          },
          "name": "learningMethodInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1441
          },
          "name": "learningThresholdInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1370
          },
          "name": "forgetAfter",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1383
          },
          "name": "instantaneousBaseline",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1399
          },
          "name": "learningDuration",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1415
          },
          "name": "learningMethod",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1431
          },
          "name": "learningThreshold",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1323
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsNewValueOptions"
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsNewValueOptionsOutputReference"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule/index.ts",
          "line": 2427
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 2420
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2591
          },
          "name": "putAnomalyDetectionOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsAnomalyDetectionOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2607
          },
          "name": "putImpossibleTravelOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsImpossibleTravelOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2623
          },
          "name": "putNewValueOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsNewValueOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2639
          },
          "name": "putSequenceDetectionOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2655
          },
          "name": "putThirdPartyRuleOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2594
          },
          "name": "resetAnomalyDetectionOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2514
          },
          "name": "resetDecreaseCriticalityBasedOnEnv"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2530
          },
          "name": "resetDetectionMethod"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2546
          },
          "name": "resetEvaluationWindow"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2610
          },
          "name": "resetImpossibleTravelOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2562
          },
          "name": "resetKeepAlive"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2578
          },
          "name": "resetMaxSignalDuration"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2626
          },
          "name": "resetNewValueOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2642
          },
          "name": "resetSequenceDetectionOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2658
          },
          "name": "resetThirdPartyRuleOptions"
        }
      ],
      "name": "SecurityMonitoringRuleOptionsOutputReference",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2588
          },
          "name": "anomalyDetectionOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsAnomalyDetectionOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2604
          },
          "name": "impossibleTravelOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsImpossibleTravelOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2620
          },
          "name": "newValueOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsNewValueOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2636
          },
          "name": "sequenceDetectionOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2652
          },
          "name": "thirdPartyRuleOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2598
          },
          "name": "anomalyDetectionOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsAnomalyDetectionOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2518
          },
          "name": "decreaseCriticalityBasedOnEnvInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2534
          },
          "name": "detectionMethodInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2550
          },
          "name": "evaluationWindowInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2614
          },
          "name": "impossibleTravelOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsImpossibleTravelOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2566
          },
          "name": "keepAliveInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2582
          },
          "name": "maxSignalDurationInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2630
          },
          "name": "newValueOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsNewValueOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2646
          },
          "name": "sequenceDetectionOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2662
          },
          "name": "thirdPartyRuleOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2508
          },
          "name": "decreaseCriticalityBasedOnEnv",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2524
          },
          "name": "detectionMethod",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2540
          },
          "name": "evaluationWindow",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2556
          },
          "name": "keepAlive",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2572
          },
          "name": "maxSignalDuration",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2431
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptions"
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsOutputReference"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 1809
      },
      "name": "SecurityMonitoringRuleOptionsSequenceDetectionOptions",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#steps SecurityMonitoringRule#steps}",
            "stability": "stable",
            "summary": "steps block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1821
          },
          "name": "steps",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsSteps"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#step_transitions SecurityMonitoringRule#step_transitions}",
            "stability": "stable",
            "summary": "step_transitions block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1815
          },
          "name": "stepTransitions",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitions"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsSequenceDetectionOptions"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule/index.ts",
          "line": 1867
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 1860
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1919
          },
          "name": "putSteps",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsSteps"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1903
          },
          "name": "putStepTransitions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitions"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1922
          },
          "name": "resetSteps"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1906
          },
          "name": "resetStepTransitions"
        }
      ],
      "name": "SecurityMonitoringRuleOptionsSequenceDetectionOptionsOutputReference",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1916
          },
          "name": "steps",
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1900
          },
          "name": "stepTransitions",
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitionsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1926
          },
          "name": "stepsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsSteps"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1910
          },
          "name": "stepTransitionsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitions"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1871
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptions"
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsSequenceDetectionOptionsOutputReference"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 1445
      },
      "name": "SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitions",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#child SecurityMonitoringRule#child}",
            "stability": "stable",
            "summary": "Child step name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1451
          },
          "name": "child",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#parent SecurityMonitoringRule#parent}",
            "stability": "stable",
            "summary": "Parent step name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1463
          },
          "name": "parent",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `0`, `60`, `300`, `600`, `900`, `1800`, `3600`, `7200`, `10800`, `21600`, `43200`, `86400`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#evaluation_window SecurityMonitoringRule#evaluation_window}",
            "stability": "stable",
            "summary": "Maximum time allowed to transition from parent to child."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1457
          },
          "name": "evaluationWindow",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitions"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitionsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitionsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule/index.ts",
          "line": 1616
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 1608
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1623
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitionsOutputReference"
            }
          }
        }
      ],
      "name": "SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitionsList",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1609
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitions"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitionsList"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule/index.ts",
          "line": 1519
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 1509
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1586
          },
          "name": "resetEvaluationWindow"
        }
      ],
      "name": "SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitionsOutputReference",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1574
          },
          "name": "childInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1590
          },
          "name": "evaluationWindowInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1603
          },
          "name": "parentInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1567
          },
          "name": "child",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1580
          },
          "name": "evaluationWindow",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1596
          },
          "name": "parent",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1523
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitions"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepTransitionsOutputReference"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsSteps": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsSteps",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 1627
      },
      "name": "SecurityMonitoringRuleOptionsSequenceDetectionOptionsSteps",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#condition SecurityMonitoringRule#condition}",
            "stability": "stable",
            "summary": "Condition for the step to match."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1633
          },
          "name": "condition",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#name SecurityMonitoringRule#name}",
            "stability": "stable",
            "summary": "Unique name of the step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1645
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `0`, `60`, `300`, `600`, `900`, `1800`, `3600`, `7200`, `10800`, `21600`, `43200`, `86400`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#evaluation_window SecurityMonitoringRule#evaluation_window}",
            "stability": "stable",
            "summary": "Evaluation window for the step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1639
          },
          "name": "evaluationWindow",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsSequenceDetectionOptionsSteps"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule/index.ts",
          "line": 1798
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 1790
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1805
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepsOutputReference"
            }
          }
        }
      ],
      "name": "SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepsList",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1791
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsSteps"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepsList"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule/index.ts",
          "line": 1701
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 1691
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1768
          },
          "name": "resetEvaluationWindow"
        }
      ],
      "name": "SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepsOutputReference",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1756
          },
          "name": "conditionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1772
          },
          "name": "evaluationWindowInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1785
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1749
          },
          "name": "condition",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1762
          },
          "name": "evaluationWindow",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1778
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1705
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsSequenceDetectionOptionsSteps"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsSequenceDetectionOptionsStepsOutputReference"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 2080
      },
      "name": "SecurityMonitoringRuleOptionsThirdPartyRuleOptions",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `info`, `low`, `medium`, `high`, `critical`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#default_status SecurityMonitoringRule#default_status}",
            "stability": "stable",
            "summary": "Severity of the default rule case, when none of the third-party cases match."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2092
          },
          "name": "defaultStatus",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#root_query SecurityMonitoringRule#root_query}",
            "stability": "stable",
            "summary": "root_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2104
          },
          "name": "rootQuery",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#default_notifications SecurityMonitoringRule#default_notifications}",
            "stability": "stable",
            "summary": "Notification targets for the default rule case, when none of the third-party cases match."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2086
          },
          "name": "defaultNotifications",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#signal_title_template SecurityMonitoringRule#signal_title_template}",
            "stability": "stable",
            "summary": "A template for the signal title; if omitted, the title is generated based on the case name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2098
          },
          "name": "signalTitleTemplate",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsThirdPartyRuleOptions"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule/index.ts",
          "line": 2164
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 2157
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2257
          },
          "name": "putRootQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2215
          },
          "name": "resetDefaultNotifications"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2244
          },
          "name": "resetSignalTitleTemplate"
        }
      ],
      "name": "SecurityMonitoringRuleOptionsThirdPartyRuleOptionsOutputReference",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2254
          },
          "name": "rootQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2219
          },
          "name": "defaultNotificationsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2232
          },
          "name": "defaultStatusInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2261
          },
          "name": "rootQueryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2248
          },
          "name": "signalTitleTemplateInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2209
          },
          "name": "defaultNotifications",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2225
          },
          "name": "defaultStatus",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2238
          },
          "name": "signalTitleTemplate",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2168
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptions"
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsThirdPartyRuleOptionsOutputReference"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 1930
      },
      "name": "SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQuery",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#query SecurityMonitoringRule#query}",
            "stability": "stable",
            "summary": "Query to filter logs."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1942
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#group_by_fields SecurityMonitoringRule#group_by_fields}",
            "stability": "stable",
            "summary": "Fields to group by. If empty, each log triggers a signal."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1936
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQuery"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule/index.ts",
          "line": 2069
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 2061
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2076
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQueryOutputReference"
            }
          }
        }
      ],
      "name": "SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQueryList",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2062
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQueryList"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule/index.ts",
          "line": 1991
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 1981
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2039
          },
          "name": "resetGroupByFields"
        }
      ],
      "name": "SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQueryOutputReference",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2043
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2056
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2033
          },
          "name": "groupByFields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2049
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 1995
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleOptionsThirdPartyRuleOptionsRootQueryOutputReference"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 2813
      },
      "name": "SecurityMonitoringRuleQuery",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#query SecurityMonitoringRule#query}",
            "stability": "stable",
            "summary": "Query to run on logs."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2873
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#agent_rule SecurityMonitoringRule#agent_rule}",
            "stability": "stable",
            "summary": "agent_rule block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2879
          },
          "name": "agentRule",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryAgentRule"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "For Signal Correlation rules, it must be event_count. Valid values are `count`, `cardinality`, `sum`, `max`, `new_value`, `geo_data`, `event_count`, `none`. Defaults to `\"count\"`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#aggregation SecurityMonitoringRule#aggregation}",
            "stability": "stable",
            "summary": "The aggregation type."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2819
          },
          "name": "aggregation",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#data_source SecurityMonitoringRule#data_source}",
            "stability": "stable",
            "summary": "Source of events. Valid values are `logs`, `audit`, `app_sec_spans`, `spans`, `security_runtime`, `network`, `events`, `security_signals`. Defaults to `\"logs\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2825
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#distinct_fields SecurityMonitoringRule#distinct_fields}",
            "stability": "stable",
            "summary": "Field for which the cardinality is measured. Sent as an array."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2831
          },
          "name": "distinctFields",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#group_by_fields SecurityMonitoringRule#group_by_fields}",
            "stability": "stable",
            "summary": "Fields to group by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2837
          },
          "name": "groupByFields",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When true, events with missing group-by fields are processed with `N/A`, replacing the missing values. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#has_optional_group_by_fields SecurityMonitoringRule#has_optional_group_by_fields}",
            "stability": "stable",
            "summary": "When false, events without a group-by value are ignored by the rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2843
          },
          "name": "hasOptionalGroupByFields",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Supports only one element. Used only for scheduled rules (in other words, when `scheduling_options` is defined).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#indexes SecurityMonitoringRule#indexes}",
            "stability": "stable",
            "summary": "List of indexes to run the query on when the data source is `logs`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2849
          },
          "name": "indexes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "**Deprecated.** Configure `metrics` instead. This attribute will be removed in the next major version of the provider.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#metric SecurityMonitoringRule#metric}",
            "stability": "stable",
            "summary": "The target field to aggregate over when using the `sum`, `max`, or `geo_data` aggregations."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2855
          },
          "name": "metric",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "The `sum`, `max`, and `geo_data` aggregations only accept one value in this list, whereas the `new_value` aggregation accepts up to five values.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#metrics SecurityMonitoringRule#metrics}",
            "stability": "stable",
            "summary": "Group of target fields to aggregate over when using the `sum`, `max`, `geo_data`, or `new_value` aggregations."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2861
          },
          "name": "metrics",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#name SecurityMonitoringRule#name}",
            "stability": "stable",
            "summary": "Name of the query. Not compatible with `new_value` aggregations."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2867
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleQuery"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryAgentRule": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryAgentRule",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 2666
      },
      "name": "SecurityMonitoringRuleQueryAgentRule",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#agent_rule_id SecurityMonitoringRule#agent_rule_id}",
            "stability": "stable",
            "summary": "**Deprecated**. It won't be applied anymore."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2672
          },
          "name": "agentRuleId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#expression SecurityMonitoringRule#expression}",
            "stability": "stable",
            "summary": "**Deprecated**. It won't be applied anymore."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2678
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleQueryAgentRule"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryAgentRuleList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryAgentRuleList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule/index.ts",
          "line": 2802
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 2794
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2809
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryAgentRuleOutputReference"
            }
          }
        }
      ],
      "name": "SecurityMonitoringRuleQueryAgentRuleList",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2795
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryAgentRule"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleQueryAgentRuleList"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryAgentRuleOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryAgentRuleOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule/index.ts",
          "line": 2727
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 2717
      },
      "name": "SecurityMonitoringRuleQueryAgentRuleOutputReference",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2776
          },
          "name": "agentRuleIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2789
          },
          "name": "expressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2769
          },
          "name": "agentRuleId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2782
          },
          "name": "expression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2731
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryAgentRule"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleQueryAgentRuleOutputReference"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule/index.ts",
          "line": 3267
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 3259
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3274
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryOutputReference"
            }
          }
        }
      ],
      "name": "SecurityMonitoringRuleQueryList",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3260
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleQueryList"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule/index.ts",
          "line": 2991
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 2981
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3247
          },
          "name": "putAgentRule",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryAgentRule"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3250
          },
          "name": "resetAgentRule"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3093
          },
          "name": "resetAggregation"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3109
          },
          "name": "resetDataSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3125
          },
          "name": "resetDistinctFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3141
          },
          "name": "resetGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3157
          },
          "name": "resetHasOptionalGroupByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3173
          },
          "name": "resetIndexes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3189
          },
          "name": "resetMetric"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3205
          },
          "name": "resetMetrics"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3221
          },
          "name": "resetName"
        }
      ],
      "name": "SecurityMonitoringRuleQueryOutputReference",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3244
          },
          "name": "agentRule",
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryAgentRuleList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3254
          },
          "name": "agentRuleInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQueryAgentRule"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3097
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3113
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3129
          },
          "name": "distinctFieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3145
          },
          "name": "groupByFieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3161
          },
          "name": "hasOptionalGroupByFieldsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3177
          },
          "name": "indexesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3193
          },
          "name": "metricInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3209
          },
          "name": "metricsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3225
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3238
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3087
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3103
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3119
          },
          "name": "distinctFields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3135
          },
          "name": "groupByFields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3151
          },
          "name": "hasOptionalGroupByFields",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3167
          },
          "name": "indexes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3183
          },
          "name": "metric",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3199
          },
          "name": "metrics",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3215
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3231
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 2995
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleQueryOutputReference"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleReferenceTables": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleReferenceTables",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 3278
      },
      "name": "SecurityMonitoringRuleReferenceTables",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#check_presence SecurityMonitoringRule#check_presence}",
            "stability": "stable",
            "summary": "Whether to include or exclude logs that match the reference table."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3284
          },
          "name": "checkPresence",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#column_name SecurityMonitoringRule#column_name}",
            "stability": "stable",
            "summary": "The name of the column in the reference table."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3290
          },
          "name": "columnName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#log_field_path SecurityMonitoringRule#log_field_path}",
            "stability": "stable",
            "summary": "The field in the log that should be matched against the reference table."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3296
          },
          "name": "logFieldPath",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#rule_query_name SecurityMonitoringRule#rule_query_name}",
            "stability": "stable",
            "summary": "The name of the query to filter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3302
          },
          "name": "ruleQueryName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#table_name SecurityMonitoringRule#table_name}",
            "stability": "stable",
            "summary": "The name of the reference table."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3308
          },
          "name": "tableName",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleReferenceTables"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleReferenceTablesList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleReferenceTablesList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule/index.ts",
          "line": 3510
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 3502
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3517
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleReferenceTablesOutputReference"
            }
          }
        }
      ],
      "name": "SecurityMonitoringRuleReferenceTablesList",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3503
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleReferenceTables"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleReferenceTablesList"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleReferenceTablesOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleReferenceTablesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule/index.ts",
          "line": 3378
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 3368
      },
      "name": "SecurityMonitoringRuleReferenceTablesOutputReference",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3445
          },
          "name": "checkPresenceInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3458
          },
          "name": "columnNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3471
          },
          "name": "logFieldPathInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3484
          },
          "name": "ruleQueryNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3497
          },
          "name": "tableNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3438
          },
          "name": "checkPresence",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3451
          },
          "name": "columnName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3464
          },
          "name": "logFieldPath",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3477
          },
          "name": "ruleQueryName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3490
          },
          "name": "tableName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3382
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleReferenceTables"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleReferenceTablesOutputReference"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSchedulingOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSchedulingOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 3521
      },
      "name": "SecurityMonitoringRuleSchedulingOptions",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#rrule SecurityMonitoringRule#rrule}",
            "stability": "stable",
            "summary": "Schedule for the rule queries, written in RRULE syntax. See [RFC](https://icalendar.org/iCalendar-RFC-5545/3-8-5-3-recurrence-rule.html) for syntax reference."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3527
          },
          "name": "rrule",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#start SecurityMonitoringRule#start}",
            "stability": "stable",
            "summary": "Start date for the schedule, in ISO 8601 format without timezone."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3533
          },
          "name": "start",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#timezone SecurityMonitoringRule#timezone}",
            "stability": "stable",
            "summary": "Time zone of the start date, in the [tz database](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) format."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3539
          },
          "name": "timezone",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleSchedulingOptions"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSchedulingOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSchedulingOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule/index.ts",
          "line": 3592
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 3585
      },
      "name": "SecurityMonitoringRuleSchedulingOptionsOutputReference",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3638
          },
          "name": "rruleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3651
          },
          "name": "startInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3664
          },
          "name": "timezoneInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3631
          },
          "name": "rrule",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3644
          },
          "name": "start",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3657
          },
          "name": "timezone",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3596
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSchedulingOptions"
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleSchedulingOptionsOutputReference"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSignalQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSignalQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 3668
      },
      "name": "SecurityMonitoringRuleSignalQuery",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#rule_id SecurityMonitoringRule#rule_id}",
            "stability": "stable",
            "summary": "Rule ID of the signal to correlate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3704
          },
          "name": "ruleId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "For Signal Correlation rules, it must be event_count. Valid values are `count`, `cardinality`, `sum`, `max`, `new_value`, `geo_data`, `event_count`, `none`. Defaults to `\"event_count\"`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#aggregation SecurityMonitoringRule#aggregation}",
            "stability": "stable",
            "summary": "The aggregation type."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3674
          },
          "name": "aggregation",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#correlated_by_fields SecurityMonitoringRule#correlated_by_fields}",
            "stability": "stable",
            "summary": "Fields to correlate by."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3680
          },
          "name": "correlatedByFields",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "An empty string applies correlation on the non-projected per query attributes of the rule. Defaults to `\"\"`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#correlated_query_index SecurityMonitoringRule#correlated_query_index}",
            "stability": "stable",
            "summary": "Index of the rule query used to retrieve the correlated field."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3686
          },
          "name": "correlatedQueryIndex",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#default_rule_id SecurityMonitoringRule#default_rule_id}",
            "stability": "stable",
            "summary": "Default Rule ID of the signal to correlate. This value is READ-ONLY."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3692
          },
          "name": "defaultRuleId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#name SecurityMonitoringRule#name}",
            "stability": "stable",
            "summary": "Name of the query. Not compatible with `new_value` aggregations."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3698
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleSignalQuery"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSignalQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSignalQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule/index.ts",
          "line": 3947
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 3939
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3954
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSignalQueryOutputReference"
            }
          }
        }
      ],
      "name": "SecurityMonitoringRuleSignalQueryList",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3940
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSignalQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleSignalQueryList"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSignalQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSignalQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule/index.ts",
          "line": 3781
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 3771
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3853
          },
          "name": "resetAggregation"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3869
          },
          "name": "resetCorrelatedByFields"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3885
          },
          "name": "resetCorrelatedQueryIndex"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3901
          },
          "name": "resetDefaultRuleId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3917
          },
          "name": "resetName"
        }
      ],
      "name": "SecurityMonitoringRuleSignalQueryOutputReference",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3857
          },
          "name": "aggregationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3873
          },
          "name": "correlatedByFieldsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3889
          },
          "name": "correlatedQueryIndexInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3905
          },
          "name": "defaultRuleIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3921
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3934
          },
          "name": "ruleIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3847
          },
          "name": "aggregation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3863
          },
          "name": "correlatedByFields",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3879
          },
          "name": "correlatedQueryIndex",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3895
          },
          "name": "defaultRuleId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3911
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3927
          },
          "name": "ruleId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3785
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleSignalQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleSignalQueryOutputReference"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleThirdPartyCase": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleThirdPartyCase",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 3958
      },
      "name": "SecurityMonitoringRuleThirdPartyCase",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#status SecurityMonitoringRule#status}",
            "stability": "stable",
            "summary": "Severity of the Security Signal. Valid values are `info`, `low`, `medium`, `high`, `critical`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3982
          },
          "name": "status",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#name SecurityMonitoringRule#name}",
            "stability": "stable",
            "summary": "Name of the case."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3964
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#notifications SecurityMonitoringRule#notifications}",
            "stability": "stable",
            "summary": "Notification targets for each rule case."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3970
          },
          "name": "notifications",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule#query SecurityMonitoringRule#query}",
            "stability": "stable",
            "summary": "A query to associate a third-party event to this case."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 3976
          },
          "name": "query",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleThirdPartyCase"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleThirdPartyCaseList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleThirdPartyCaseList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule/index.ts",
          "line": 4167
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 4159
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4174
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleThirdPartyCaseOutputReference"
            }
          }
        }
      ],
      "name": "SecurityMonitoringRuleThirdPartyCaseList",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4160
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleThirdPartyCase"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleThirdPartyCaseList"
    },
    "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleThirdPartyCaseOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleThirdPartyCaseOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule/index.ts",
          "line": 4045
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-rule/index.ts",
        "line": 4035
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4105
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4121
          },
          "name": "resetNotifications"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4137
          },
          "name": "resetQuery"
        }
      ],
      "name": "SecurityMonitoringRuleThirdPartyCaseOutputReference",
      "namespace": "securityMonitoringRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4109
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4125
          },
          "name": "notificationsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4141
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4154
          },
          "name": "statusInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4099
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4115
          },
          "name": "notifications",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4131
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4147
          },
          "name": "status",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule/index.ts",
            "line": 4049
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.securityMonitoringRule.SecurityMonitoringRuleThirdPartyCase"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule/index:SecurityMonitoringRuleThirdPartyCaseOutputReference"
    },
    "@cdktn/provider-datadog.securityMonitoringRuleJson.SecurityMonitoringRuleJson": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule_json datadog_security_monitoring_rule_json}."
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRuleJson.SecurityMonitoringRuleJson",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule_json datadog_security_monitoring_rule_json} Resource."
        },
        "locationInModule": {
          "filename": "src/security-monitoring-rule-json/index.ts",
          "line": 58
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.securityMonitoringRuleJson.SecurityMonitoringRuleJsonConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-rule-json/index.ts",
        "line": 26
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a SecurityMonitoringRuleJson resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule-json/index.ts",
            "line": 43
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the SecurityMonitoringRuleJson to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule_json#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing SecurityMonitoringRuleJson that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the SecurityMonitoringRuleJson to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule-json/index.ts",
            "line": 103
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule-json/index.ts",
            "line": 109
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "SecurityMonitoringRuleJson",
      "namespace": "securityMonitoringRuleJson",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule-json/index.ts",
            "line": 31
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule-json/index.ts",
            "line": 82
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule-json/index.ts",
            "line": 95
          },
          "name": "jsonInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-rule-json/index.ts",
            "line": 88
          },
          "name": "json",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule-json/index:SecurityMonitoringRuleJson"
    },
    "@cdktn/provider-datadog.securityMonitoringRuleJson.SecurityMonitoringRuleJsonConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringRuleJson.SecurityMonitoringRuleJsonConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-rule-json/index.ts",
        "line": 14
      },
      "name": "SecurityMonitoringRuleJsonConfig",
      "namespace": "securityMonitoringRuleJson",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_rule_json#json SecurityMonitoringRuleJson#json}",
            "stability": "stable",
            "summary": "The JSON definition of the Security Monitoring Rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-rule-json/index.ts",
            "line": 20
          },
          "name": "json",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/security-monitoring-rule-json/index:SecurityMonitoringRuleJsonConfig"
    },
    "@cdktn/provider-datadog.securityMonitoringSuppression.SecurityMonitoringSuppression": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_suppression datadog_security_monitoring_suppression}."
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringSuppression.SecurityMonitoringSuppression",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_suppression datadog_security_monitoring_suppression} Resource."
        },
        "locationInModule": {
          "filename": "src/security-monitoring-suppression/index.ts",
          "line": 112
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.securityMonitoringSuppression.SecurityMonitoringSuppressionConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-monitoring-suppression/index.ts",
        "line": 80
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a SecurityMonitoringSuppression resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 97
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the SecurityMonitoringSuppression to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_suppression#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing SecurityMonitoringSuppression that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the SecurityMonitoringSuppression to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 152
          },
          "name": "resetDataExclusionQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 168
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 197
          },
          "name": "resetExpirationDate"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 244
          },
          "name": "resetStartDate"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 260
          },
          "name": "resetSuppressionQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 276
          },
          "name": "resetTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 292
          },
          "name": "resetValidate"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 304
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 319
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "SecurityMonitoringSuppression",
      "namespace": "securityMonitoringSuppression",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 85
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 206
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 156
          },
          "name": "dataExclusionQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 172
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 185
          },
          "name": "enabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 201
          },
          "name": "expirationDateInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 219
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 232
          },
          "name": "ruleQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 248
          },
          "name": "startDateInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 264
          },
          "name": "suppressionQueryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 280
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 296
          },
          "name": "validateInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 146
          },
          "name": "dataExclusionQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 162
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 178
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 191
          },
          "name": "expirationDate",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 212
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 225
          },
          "name": "ruleQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 238
          },
          "name": "startDate",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 254
          },
          "name": "suppressionQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 270
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 286
          },
          "name": "validate",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-suppression/index:SecurityMonitoringSuppression"
    },
    "@cdktn/provider-datadog.securityMonitoringSuppression.SecurityMonitoringSuppressionConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityMonitoringSuppression.SecurityMonitoringSuppressionConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-monitoring-suppression/index.ts",
        "line": 14
      },
      "name": "SecurityMonitoringSuppressionConfig",
      "namespace": "securityMonitoringSuppression",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_suppression#enabled SecurityMonitoringSuppression#enabled}",
            "stability": "stable",
            "summary": "Whether the suppression rule is enabled."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 32
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_suppression#name SecurityMonitoringSuppression#name}",
            "stability": "stable",
            "summary": "The name of the suppression rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 44
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_suppression#rule_query SecurityMonitoringSuppression#rule_query}",
            "stability": "stable",
            "summary": "The rule query of the suppression rule, with the same syntax as the search bar for detection rules."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 50
          },
          "name": "ruleQuery",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Events matching this query are ignored by any detection rules referenced in the suppression rule.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_suppression#data_exclusion_query SecurityMonitoringSuppression#data_exclusion_query}",
            "stability": "stable",
            "summary": "An exclusion query on the input data of the security rules, which could be logs, Agent events, or other types of data based on the security rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 20
          },
          "name": "dataExclusionQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_suppression#description SecurityMonitoringSuppression#description}",
            "stability": "stable",
            "summary": "A description for the suppression rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 26
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_suppression#expiration_date SecurityMonitoringSuppression#expiration_date}",
            "stability": "stable",
            "summary": "A RFC3339 timestamp giving an expiration date for the suppression rule. After this date, it won't suppress signals anymore."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 38
          },
          "name": "expirationDate",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_suppression#start_date SecurityMonitoringSuppression#start_date}",
            "stability": "stable",
            "summary": "A RFC3339 timestamp giving a start date for the suppression rule. Before this date, it doesn't suppress signals."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 56
          },
          "name": "startDate",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "If a signal matches this query, it is suppressed and is not triggered. It uses the same syntax as the queries to search signals in the Signals Explorer.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_suppression#suppression_query SecurityMonitoringSuppression#suppression_query}",
            "stability": "stable",
            "summary": "The suppression query of the suppression rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 62
          },
          "name": "suppressionQuery",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_suppression#tags SecurityMonitoringSuppression#tags}",
            "stability": "stable",
            "summary": "A list of tags associated with the suppression rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 68
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When set to `true`, the rule is validated against Datadog's suppression validation endpoint. Defaults to `true`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_monitoring_suppression#validate SecurityMonitoringSuppression#validate}",
            "stability": "stable",
            "summary": "Whether to validate the suppression rule during `terraform plan`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-monitoring-suppression/index.ts",
            "line": 74
          },
          "name": "validate",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-monitoring-suppression/index:SecurityMonitoringSuppressionConfig"
    },
    "@cdktn/provider-datadog.securityNotificationRule.SecurityNotificationRule": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_notification_rule datadog_security_notification_rule}."
      },
      "fqn": "@cdktn/provider-datadog.securityNotificationRule.SecurityNotificationRule",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_notification_rule datadog_security_notification_rule} Resource."
        },
        "locationInModule": {
          "filename": "src/security-notification-rule/index.ts",
          "line": 277
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.securityNotificationRule.SecurityNotificationRuleConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-notification-rule/index.ts",
        "line": 245
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a SecurityNotificationRule resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 262
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the SecurityNotificationRule to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_notification_rule#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing SecurityNotificationRule that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the SecurityNotificationRule to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 407
          },
          "name": "putSelectors",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.securityNotificationRule.SecurityNotificationRuleSelectors"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 327
          },
          "name": "resetEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 410
          },
          "name": "resetSelectors"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 389
          },
          "name": "resetTimeAggregation"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 422
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 432
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "SecurityNotificationRule",
      "namespace": "securityNotificationRule",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 250
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 305
          },
          "name": "createdAt",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 310
          },
          "name": "createdByHandle",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 315
          },
          "name": "createdByName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 336
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 341
          },
          "name": "modifiedAt",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 346
          },
          "name": "modifiedByHandle",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 351
          },
          "name": "modifiedByName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 404
          },
          "name": "selectors",
          "type": {
            "fqn": "@cdktn/provider-datadog.securityNotificationRule.SecurityNotificationRuleSelectorsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 398
          },
          "name": "version",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 331
          },
          "name": "enabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 364
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 414
          },
          "name": "selectorsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.securityNotificationRule.SecurityNotificationRuleSelectors"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 377
          },
          "name": "targetsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 393
          },
          "name": "timeAggregationInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 321
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 357
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 370
          },
          "name": "targets",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 383
          },
          "name": "timeAggregation",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/security-notification-rule/index:SecurityNotificationRule"
    },
    "@cdktn/provider-datadog.securityNotificationRule.SecurityNotificationRuleConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityNotificationRule.SecurityNotificationRuleConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-notification-rule/index.ts",
        "line": 14
      },
      "name": "SecurityNotificationRuleConfig",
      "namespace": "securityNotificationRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_notification_rule#name SecurityNotificationRule#name}",
            "stability": "stable",
            "summary": "The name of the rule (must be unique)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 26
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "custom": {
              "": ". It can be an email address (@bob@email.com), or any installed integration. For example, a Slack recipient (@slack-ops), or a Teams recipient (@teams-ops).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_notification_rule#targets SecurityNotificationRule#targets}"
            },
            "remarks": "A target must be prefixed with an",
            "stability": "stable",
            "summary": "The list of handle targets for the notifications."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 32
          },
          "name": "targets",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_notification_rule#enabled SecurityNotificationRule#enabled}",
            "stability": "stable",
            "summary": "Indicates whether the rule is enabled. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 20
          },
          "name": "enabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_notification_rule#selectors SecurityNotificationRule#selectors}",
            "stability": "stable",
            "summary": "selectors block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 44
          },
          "name": "selectors",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.securityNotificationRule.SecurityNotificationRuleSelectors"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_notification_rule#time_aggregation SecurityNotificationRule#time_aggregation}",
            "stability": "stable",
            "summary": "Specifies the time period, in seconds, used to aggregate the notification. Defaults to `0`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 38
          },
          "name": "timeAggregation",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/security-notification-rule/index:SecurityNotificationRuleConfig"
    },
    "@cdktn/provider-datadog.securityNotificationRule.SecurityNotificationRuleSelectors": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityNotificationRule.SecurityNotificationRuleSelectors",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/security-notification-rule/index.ts",
        "line": 46
      },
      "name": "SecurityNotificationRuleSelectors",
      "namespace": "securityNotificationRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_notification_rule#rule_types SecurityNotificationRule#rule_types}",
            "stability": "stable",
            "summary": "Specifies security rule types for filtering signals and vulnerabilities that generate notifications."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 58
          },
          "name": "ruleTypes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Use `security_signals` for rules based on security signals and `security_findings` for those based on vulnerabilities.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_notification_rule#trigger_source SecurityNotificationRule#trigger_source}",
            "stability": "stable",
            "summary": "The type of security issues the rule applies to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 70
          },
          "name": "triggerSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_notification_rule#query SecurityNotificationRule#query}",
            "stability": "stable",
            "summary": "Comprises one or several key:value pairs for filtering security issues based on tags and attributes. Defaults to `\"\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 52
          },
          "name": "query",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/security_notification_rule#severities SecurityNotificationRule#severities}",
            "stability": "stable",
            "summary": "The security rules severities to consider."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 64
          },
          "name": "severities",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/security-notification-rule/index:SecurityNotificationRuleSelectors"
    },
    "@cdktn/provider-datadog.securityNotificationRule.SecurityNotificationRuleSelectorsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.securityNotificationRule.SecurityNotificationRuleSelectorsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/security-notification-rule/index.ts",
          "line": 131
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/security-notification-rule/index.ts",
        "line": 123
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 191
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 220
          },
          "name": "resetSeverities"
        }
      ],
      "name": "SecurityNotificationRuleSelectorsOutputReference",
      "namespace": "securityNotificationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 195
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 208
          },
          "name": "ruleTypesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 224
          },
          "name": "severitiesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 237
          },
          "name": "triggerSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 185
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 201
          },
          "name": "ruleTypes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 214
          },
          "name": "severities",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 230
          },
          "name": "triggerSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/security-notification-rule/index.ts",
            "line": 135
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.securityNotificationRule.SecurityNotificationRuleSelectors"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/security-notification-rule/index:SecurityNotificationRuleSelectorsOutputReference"
    },
    "@cdktn/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroup": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_group datadog_sensitive_data_scanner_group}."
      },
      "fqn": "@cdktn/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroup",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_group datadog_sensitive_data_scanner_group} Resource."
        },
        "locationInModule": {
          "filename": "src/sensitive-data-scanner-group/index.ts",
          "line": 325
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/sensitive-data-scanner-group/index.ts",
        "line": 293
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a SensitiveDataScannerGroup resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 310
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the SensitiveDataScannerGroup to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_group#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing SensitiveDataScannerGroup that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the SensitiveDataScannerGroup to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 430
          },
          "name": "putFilter",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupFilter"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 443
          },
          "name": "putSamplings",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupSamplings"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 362
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 378
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 446
          },
          "name": "resetSamplings"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 458
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 470
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "SensitiveDataScannerGroup",
      "namespace": "sensitiveDataScannerGroup",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 298
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 427
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktn/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupFilterOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 440
          },
          "name": "samplings",
          "type": {
            "fqn": "@cdktn/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupSamplingsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 366
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 434
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupFilter"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 382
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 395
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 408
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 421
          },
          "name": "productListInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 450
          },
          "name": "samplingsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupSamplings"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 356
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 372
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 388
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 401
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 414
          },
          "name": "productList",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/sensitive-data-scanner-group/index:SensitiveDataScannerGroup"
    },
    "@cdktn/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/sensitive-data-scanner-group/index.ts",
        "line": 14
      },
      "name": "SensitiveDataScannerGroupConfig",
      "namespace": "sensitiveDataScannerGroup",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_group#filter SensitiveDataScannerGroup#filter}",
            "stability": "stable",
            "summary": "filter block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 51
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktn/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupFilter"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "If the group doesn't contain any rule or if all the rules in it are disabled, the group is force-disabled by our backend\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_group#is_enabled SensitiveDataScannerGroup#is_enabled}",
            "stability": "stable",
            "summary": "Whether or not the scanning group is enabled."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 33
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_group#name SensitiveDataScannerGroup#name}",
            "stability": "stable",
            "summary": "Name of the Datadog scanning group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 39
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_group#product_list SensitiveDataScannerGroup#product_list}",
            "stability": "stable",
            "summary": "List of products the scanning group applies. Valid values are `logs`, `rum`, `events`, `apm`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 45
          },
          "name": "productList",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_group#description SensitiveDataScannerGroup#description}",
            "stability": "stable",
            "summary": "Description of the Datadog scanning group."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 20
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_group#id SensitiveDataScannerGroup#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 27
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_group#samplings SensitiveDataScannerGroup#samplings}",
            "stability": "stable",
            "summary": "samplings block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 57
          },
          "name": "samplings",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupSamplings"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/sensitive-data-scanner-group/index:SensitiveDataScannerGroupConfig"
    },
    "@cdktn/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupFilter": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/sensitive-data-scanner-group/index.ts",
        "line": 59
      },
      "name": "SensitiveDataScannerGroupFilter",
      "namespace": "sensitiveDataScannerGroup",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_group#query SensitiveDataScannerGroup#query}",
            "stability": "stable",
            "summary": "Query to filter the events."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 65
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/sensitive-data-scanner-group/index:SensitiveDataScannerGroupFilter"
    },
    "@cdktn/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupFilterOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/sensitive-data-scanner-group/index.ts",
          "line": 104
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/sensitive-data-scanner-group/index.ts",
        "line": 97
      },
      "name": "SensitiveDataScannerGroupFilterOutputReference",
      "namespace": "sensitiveDataScannerGroup",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 138
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 131
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 108
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupFilter"
          }
        }
      ],
      "symbolId": "src/sensitive-data-scanner-group/index:SensitiveDataScannerGroupFilterOutputReference"
    },
    "@cdktn/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupSamplings": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupSamplings",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/sensitive-data-scanner-group/index.ts",
        "line": 142
      },
      "name": "SensitiveDataScannerGroupSamplings",
      "namespace": "sensitiveDataScannerGroup",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_group#product SensitiveDataScannerGroup#product}",
            "stability": "stable",
            "summary": "Product that the sampling rate applies to. Valid values are `logs`, `rum`, `events`, `apm`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 148
          },
          "name": "product",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_group#rate SensitiveDataScannerGroup#rate}",
            "stability": "stable",
            "summary": "Percentage rate at which data for the product type is scanned."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 154
          },
          "name": "rate",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/sensitive-data-scanner-group/index:SensitiveDataScannerGroupSamplings"
    },
    "@cdktn/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupSamplingsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupSamplingsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/sensitive-data-scanner-group/index.ts",
          "line": 278
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/sensitive-data-scanner-group/index.ts",
        "line": 270
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 285
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupSamplingsOutputReference"
            }
          }
        }
      ],
      "name": "SensitiveDataScannerGroupSamplingsList",
      "namespace": "sensitiveDataScannerGroup",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 271
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupSamplings"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/sensitive-data-scanner-group/index:SensitiveDataScannerGroupSamplingsList"
    },
    "@cdktn/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupSamplingsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupSamplingsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/sensitive-data-scanner-group/index.ts",
          "line": 203
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/sensitive-data-scanner-group/index.ts",
        "line": 193
      },
      "name": "SensitiveDataScannerGroupSamplingsOutputReference",
      "namespace": "sensitiveDataScannerGroup",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 252
          },
          "name": "productInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 265
          },
          "name": "rateInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 245
          },
          "name": "product",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 258
          },
          "name": "rate",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group/index.ts",
            "line": 207
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.sensitiveDataScannerGroup.SensitiveDataScannerGroupSamplings"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/sensitive-data-scanner-group/index:SensitiveDataScannerGroupSamplingsOutputReference"
    },
    "@cdktn/provider-datadog.sensitiveDataScannerGroupOrder.SensitiveDataScannerGroupOrder": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_group_order datadog_sensitive_data_scanner_group_order}."
      },
      "fqn": "@cdktn/provider-datadog.sensitiveDataScannerGroupOrder.SensitiveDataScannerGroupOrder",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_group_order datadog_sensitive_data_scanner_group_order} Resource."
        },
        "locationInModule": {
          "filename": "src/sensitive-data-scanner-group-order/index.ts",
          "line": 58
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.sensitiveDataScannerGroupOrder.SensitiveDataScannerGroupOrderConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/sensitive-data-scanner-group-order/index.ts",
        "line": 26
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a SensitiveDataScannerGroupOrder resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group-order/index.ts",
            "line": 43
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the SensitiveDataScannerGroupOrder to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_group_order#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing SensitiveDataScannerGroupOrder that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the SensitiveDataScannerGroupOrder to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group-order/index.ts",
            "line": 103
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group-order/index.ts",
            "line": 109
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "SensitiveDataScannerGroupOrder",
      "namespace": "sensitiveDataScannerGroupOrder",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group-order/index.ts",
            "line": 31
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group-order/index.ts",
            "line": 95
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group-order/index.ts",
            "line": 90
          },
          "name": "groupIdsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group-order/index.ts",
            "line": 83
          },
          "name": "groupIds",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/sensitive-data-scanner-group-order/index:SensitiveDataScannerGroupOrder"
    },
    "@cdktn/provider-datadog.sensitiveDataScannerGroupOrder.SensitiveDataScannerGroupOrderConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.sensitiveDataScannerGroupOrder.SensitiveDataScannerGroupOrderConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/sensitive-data-scanner-group-order/index.ts",
        "line": 14
      },
      "name": "SensitiveDataScannerGroupOrderConfig",
      "namespace": "sensitiveDataScannerGroupOrder",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Logs are tested against the query filter of each index one by one following the order of the list.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_group_order#group_ids SensitiveDataScannerGroupOrder#group_ids}",
            "stability": "stable",
            "summary": "The list of Sensitive Data Scanner group IDs, in order."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-group-order/index.ts",
            "line": 20
          },
          "name": "groupIds",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/sensitive-data-scanner-group-order/index:SensitiveDataScannerGroupOrderConfig"
    },
    "@cdktn/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRule": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_rule datadog_sensitive_data_scanner_rule}."
      },
      "fqn": "@cdktn/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRule",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_rule datadog_sensitive_data_scanner_rule} Resource."
        },
        "locationInModule": {
          "filename": "src/sensitive-data-scanner-rule/index.ts",
          "line": 596
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/sensitive-data-scanner-rule/index.ts",
        "line": 564
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a SensitiveDataScannerRule resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 581
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the SensitiveDataScannerRule to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_rule#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing SensitiveDataScannerRule that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the SensitiveDataScannerRule to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 810
          },
          "name": "putIncludedKeywordConfiguration",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleIncludedKeywordConfiguration"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 826
          },
          "name": "putSuppressions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleSuppressions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 842
          },
          "name": "putTextReplacement",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleTextReplacement"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 640
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 656
          },
          "name": "resetExcludedNamespaces"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 685
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 813
          },
          "name": "resetIncludedKeywordConfiguration"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 701
          },
          "name": "resetIsEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 717
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 733
          },
          "name": "resetNamespaces"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 749
          },
          "name": "resetPattern"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 765
          },
          "name": "resetPriority"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 781
          },
          "name": "resetStandardPatternId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 829
          },
          "name": "resetSuppressions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 797
          },
          "name": "resetTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 845
          },
          "name": "resetTextReplacement"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 857
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 876
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "SensitiveDataScannerRule",
      "namespace": "sensitiveDataScannerRule",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 569
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 807
          },
          "name": "includedKeywordConfiguration",
          "type": {
            "fqn": "@cdktn/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleIncludedKeywordConfigurationOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 823
          },
          "name": "suppressions",
          "type": {
            "fqn": "@cdktn/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleSuppressionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 839
          },
          "name": "textReplacement",
          "type": {
            "fqn": "@cdktn/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleTextReplacementOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 644
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 660
          },
          "name": "excludedNamespacesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 673
          },
          "name": "groupIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 689
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 817
          },
          "name": "includedKeywordConfigurationInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleIncludedKeywordConfiguration"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 705
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 721
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 737
          },
          "name": "namespacesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 753
          },
          "name": "patternInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 769
          },
          "name": "priorityInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 785
          },
          "name": "standardPatternIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 833
          },
          "name": "suppressionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleSuppressions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 801
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 849
          },
          "name": "textReplacementInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleTextReplacement"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 634
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 650
          },
          "name": "excludedNamespaces",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 666
          },
          "name": "groupId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 679
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 695
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 711
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 727
          },
          "name": "namespaces",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 743
          },
          "name": "pattern",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 759
          },
          "name": "priority",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 775
          },
          "name": "standardPatternId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 791
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/sensitive-data-scanner-rule/index:SensitiveDataScannerRule"
    },
    "@cdktn/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/sensitive-data-scanner-rule/index.ts",
        "line": 14
      },
      "name": "SensitiveDataScannerRuleConfig",
      "namespace": "sensitiveDataScannerRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_rule#group_id SensitiveDataScannerRule#group_id}",
            "stability": "stable",
            "summary": "Id of the scanning group the rule belongs to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 32
          },
          "name": "groupId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_rule#description SensitiveDataScannerRule#description}",
            "stability": "stable",
            "summary": "Description of the rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 20
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_rule#excluded_namespaces SensitiveDataScannerRule#excluded_namespaces}",
            "stability": "stable",
            "summary": "Attributes excluded from the scan. If namespaces is provided, it has to be a sub-path of the namespaces array."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 26
          },
          "name": "excludedNamespaces",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_rule#id SensitiveDataScannerRule#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 39
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_rule#included_keyword_configuration SensitiveDataScannerRule#included_keyword_configuration}",
            "stability": "stable",
            "summary": "included_keyword_configuration block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 87
          },
          "name": "includedKeywordConfiguration",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleIncludedKeywordConfiguration"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_rule#is_enabled SensitiveDataScannerRule#is_enabled}",
            "stability": "stable",
            "summary": "Whether or not the rule is enabled."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 45
          },
          "name": "isEnabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_rule#name SensitiveDataScannerRule#name}",
            "stability": "stable",
            "summary": "Name of the rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 51
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "If namespaces is empty or missing, all attributes except excluded_namespaces are scanned. If both are missing the whole event is scanned.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_rule#namespaces SensitiveDataScannerRule#namespaces}",
            "stability": "stable",
            "summary": "Attributes included in the scan."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 57
          },
          "name": "namespaces",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_rule#pattern SensitiveDataScannerRule#pattern}",
            "stability": "stable",
            "summary": "Not included if there is a relationship to a standard pattern."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 63
          },
          "name": "pattern",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Used to order sensitive data discovered in the sds summary page. It must be between 1 and 5 (1 being the most important).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_rule#priority SensitiveDataScannerRule#priority}",
            "stability": "stable",
            "summary": "Priority level of the rule (optional)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 69
          },
          "name": "priority",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_rule#standard_pattern_id SensitiveDataScannerRule#standard_pattern_id}",
            "stability": "stable",
            "summary": "Id of the standard pattern the rule refers to. If provided, then pattern must not be provided."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 75
          },
          "name": "standardPatternId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_rule#suppressions SensitiveDataScannerRule#suppressions}",
            "stability": "stable",
            "summary": "suppressions block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 93
          },
          "name": "suppressions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleSuppressions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_rule#tags SensitiveDataScannerRule#tags}",
            "stability": "stable",
            "summary": "List of tags."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 81
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_rule#text_replacement SensitiveDataScannerRule#text_replacement}",
            "stability": "stable",
            "summary": "text_replacement block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 99
          },
          "name": "textReplacement",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleTextReplacement"
          }
        }
      ],
      "symbolId": "src/sensitive-data-scanner-rule/index:SensitiveDataScannerRuleConfig"
    },
    "@cdktn/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleIncludedKeywordConfiguration": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleIncludedKeywordConfiguration",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/sensitive-data-scanner-rule/index.ts",
        "line": 101
      },
      "name": "SensitiveDataScannerRuleIncludedKeywordConfiguration",
      "namespace": "sensitiveDataScannerRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "It must be between 1 and 50 (inclusive).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_rule#character_count SensitiveDataScannerRule#character_count}",
            "stability": "stable",
            "summary": "Number of characters before the match to find a keyword validating the match."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 107
          },
          "name": "characterCount",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "The number of keywords in the list must be lower than or equal to 30.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_rule#keywords SensitiveDataScannerRule#keywords}",
            "stability": "stable",
            "summary": "Keyword list that is checked during scanning in order to validate a match."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 113
          },
          "name": "keywords",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/sensitive-data-scanner-rule/index:SensitiveDataScannerRuleIncludedKeywordConfiguration"
    },
    "@cdktn/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleIncludedKeywordConfigurationOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleIncludedKeywordConfigurationOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/sensitive-data-scanner-rule/index.ts",
          "line": 159
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/sensitive-data-scanner-rule/index.ts",
        "line": 152
      },
      "name": "SensitiveDataScannerRuleIncludedKeywordConfigurationOutputReference",
      "namespace": "sensitiveDataScannerRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 199
          },
          "name": "characterCountInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 212
          },
          "name": "keywordsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 192
          },
          "name": "characterCount",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 205
          },
          "name": "keywords",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 163
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleIncludedKeywordConfiguration"
          }
        }
      ],
      "symbolId": "src/sensitive-data-scanner-rule/index:SensitiveDataScannerRuleIncludedKeywordConfigurationOutputReference"
    },
    "@cdktn/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleSuppressions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleSuppressions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/sensitive-data-scanner-rule/index.ts",
        "line": 216
      },
      "name": "SensitiveDataScannerRuleSuppressions",
      "namespace": "sensitiveDataScannerRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_rule#ends_with SensitiveDataScannerRule#ends_with}",
            "stability": "stable",
            "summary": "Any match that ends with a value in this list will be suppressed."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 222
          },
          "name": "endsWith",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_rule#exact_match SensitiveDataScannerRule#exact_match}",
            "stability": "stable",
            "summary": "Any match that appears in this list will be suppressed."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 228
          },
          "name": "exactMatch",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_rule#starts_with SensitiveDataScannerRule#starts_with}",
            "stability": "stable",
            "summary": "Any match that starts with a value in this list will be suppressed."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 234
          },
          "name": "startsWith",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/sensitive-data-scanner-rule/index:SensitiveDataScannerRuleSuppressions"
    },
    "@cdktn/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleSuppressionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleSuppressionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/sensitive-data-scanner-rule/index.ts",
          "line": 287
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/sensitive-data-scanner-rule/index.ts",
        "line": 280
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 332
          },
          "name": "resetEndsWith"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 348
          },
          "name": "resetExactMatch"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 364
          },
          "name": "resetStartsWith"
        }
      ],
      "name": "SensitiveDataScannerRuleSuppressionsOutputReference",
      "namespace": "sensitiveDataScannerRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 336
          },
          "name": "endsWithInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 352
          },
          "name": "exactMatchInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 368
          },
          "name": "startsWithInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 326
          },
          "name": "endsWith",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 342
          },
          "name": "exactMatch",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 358
          },
          "name": "startsWith",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 291
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleSuppressions"
          }
        }
      ],
      "symbolId": "src/sensitive-data-scanner-rule/index:SensitiveDataScannerRuleSuppressionsOutputReference"
    },
    "@cdktn/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleTextReplacement": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleTextReplacement",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/sensitive-data-scanner-rule/index.ts",
        "line": 372
      },
      "name": "SensitiveDataScannerRuleTextReplacement",
      "namespace": "sensitiveDataScannerRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "None means no replacement. hash means the data will be stubbed. replacement_string means that one can chose a text to replace the data. partial_replacement_from_beginning allows a user to partially replace the data from the beginning, and partial_replacement_from_end on the other hand, allows to replace data from the end. Valid values are `none`, `hash`, `replacement_string`, `partial_replacement_from_beginning`, `partial_replacement_from_end`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_rule#type SensitiveDataScannerRule#type}",
            "stability": "stable",
            "summary": "Type of the replacement text."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 396
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_rule#number_of_chars SensitiveDataScannerRule#number_of_chars}",
            "stability": "stable",
            "summary": "Required if type == 'partial_replacement_from_beginning' or 'partial_replacement_from_end'. It must be > 0."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 378
          },
          "name": "numberOfChars",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_rule#replacement_string SensitiveDataScannerRule#replacement_string}",
            "stability": "stable",
            "summary": "Required if type == 'replacement_string'."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 384
          },
          "name": "replacementString",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When enabled, matches can be unmasked in logs by users with ‘Data Scanner Unmask’ permission. As a security best practice, avoid masking for highly-sensitive, long-lived data.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/sensitive_data_scanner_rule#should_save_match SensitiveDataScannerRule#should_save_match}",
            "stability": "stable",
            "summary": "Only valid when type == `replacement_string`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 390
          },
          "name": "shouldSaveMatch",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/sensitive-data-scanner-rule/index:SensitiveDataScannerRuleTextReplacement"
    },
    "@cdktn/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleTextReplacementOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleTextReplacementOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/sensitive-data-scanner-rule/index.ts",
          "line": 456
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/sensitive-data-scanner-rule/index.ts",
        "line": 449
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 507
          },
          "name": "resetNumberOfChars"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 523
          },
          "name": "resetReplacementString"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 539
          },
          "name": "resetShouldSaveMatch"
        }
      ],
      "name": "SensitiveDataScannerRuleTextReplacementOutputReference",
      "namespace": "sensitiveDataScannerRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 511
          },
          "name": "numberOfCharsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 527
          },
          "name": "replacementStringInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 543
          },
          "name": "shouldSaveMatchInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 556
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 501
          },
          "name": "numberOfChars",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 517
          },
          "name": "replacementString",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 533
          },
          "name": "shouldSaveMatch",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 549
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/sensitive-data-scanner-rule/index.ts",
            "line": 460
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.sensitiveDataScannerRule.SensitiveDataScannerRuleTextReplacement"
          }
        }
      ],
      "symbolId": "src/sensitive-data-scanner-rule/index:SensitiveDataScannerRuleTextReplacementOutputReference"
    },
    "@cdktn/provider-datadog.serviceAccount.ServiceAccount": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_account datadog_service_account}."
      },
      "fqn": "@cdktn/provider-datadog.serviceAccount.ServiceAccount",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_account datadog_service_account} Resource."
        },
        "locationInModule": {
          "filename": "src/service-account/index.ts",
          "line": 76
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.serviceAccount.ServiceAccountConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/service-account/index.ts",
        "line": 44
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a ServiceAccount resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/service-account/index.ts",
            "line": 61
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the ServiceAccount to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_account#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing ServiceAccount that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the ServiceAccount to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-account/index.ts",
            "line": 110
          },
          "name": "resetDisabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-account/index.ts",
            "line": 144
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-account/index.ts",
            "line": 160
          },
          "name": "resetRoles"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-account/index.ts",
            "line": 172
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-account/index.ts",
            "line": 181
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "ServiceAccount",
      "namespace": "serviceAccount",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-account/index.ts",
            "line": 49
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-account/index.ts",
            "line": 132
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-account/index.ts",
            "line": 114
          },
          "name": "disabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-account/index.ts",
            "line": 127
          },
          "name": "emailInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-account/index.ts",
            "line": 148
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-account/index.ts",
            "line": 164
          },
          "name": "rolesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-account/index.ts",
            "line": 104
          },
          "name": "disabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-account/index.ts",
            "line": 120
          },
          "name": "email",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-account/index.ts",
            "line": 138
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-account/index.ts",
            "line": 154
          },
          "name": "roles",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/service-account/index:ServiceAccount"
    },
    "@cdktn/provider-datadog.serviceAccount.ServiceAccountConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.serviceAccount.ServiceAccountConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/service-account/index.ts",
        "line": 14
      },
      "name": "ServiceAccountConfig",
      "namespace": "serviceAccount",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_account#email ServiceAccount#email}",
            "stability": "stable",
            "summary": "Email of the associated user."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-account/index.ts",
            "line": 26
          },
          "name": "email",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_account#disabled ServiceAccount#disabled}",
            "stability": "stable",
            "summary": "Whether the service account is disabled. Defaults to `false`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-account/index.ts",
            "line": 20
          },
          "name": "disabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_account#name ServiceAccount#name}",
            "stability": "stable",
            "summary": "Name for the service account."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-account/index.ts",
            "line": 32
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_account#roles ServiceAccount#roles}",
            "stability": "stable",
            "summary": "A list of role IDs to assign to the service account."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-account/index.ts",
            "line": 38
          },
          "name": "roles",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/service-account/index:ServiceAccountConfig"
    },
    "@cdktn/provider-datadog.serviceAccountApplicationKey.ServiceAccountApplicationKey": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_account_application_key datadog_service_account_application_key}."
      },
      "fqn": "@cdktn/provider-datadog.serviceAccountApplicationKey.ServiceAccountApplicationKey",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_account_application_key datadog_service_account_application_key} Resource."
        },
        "locationInModule": {
          "filename": "src/service-account-application-key/index.ts",
          "line": 70
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.serviceAccountApplicationKey.ServiceAccountApplicationKeyConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/service-account-application-key/index.ts",
        "line": 38
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a ServiceAccountApplicationKey resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/service-account-application-key/index.ts",
            "line": 55
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the ServiceAccountApplicationKey to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_account_application_key#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing ServiceAccountApplicationKey that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the ServiceAccountApplicationKey to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-account-application-key/index.ts",
            "line": 136
          },
          "name": "resetScopes"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-account-application-key/index.ts",
            "line": 161
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-account-application-key/index.ts",
            "line": 169
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "ServiceAccountApplicationKey",
      "namespace": "serviceAccountApplicationKey",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-account-application-key/index.ts",
            "line": 43
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-account-application-key/index.ts",
            "line": 96
          },
          "name": "createdAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-account-application-key/index.ts",
            "line": 101
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-account-application-key/index.ts",
            "line": 106
          },
          "name": "key",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-account-application-key/index.ts",
            "line": 111
          },
          "name": "last4",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-account-application-key/index.ts",
            "line": 124
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-account-application-key/index.ts",
            "line": 140
          },
          "name": "scopesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-account-application-key/index.ts",
            "line": 153
          },
          "name": "serviceAccountIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-account-application-key/index.ts",
            "line": 117
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-account-application-key/index.ts",
            "line": 130
          },
          "name": "scopes",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-account-application-key/index.ts",
            "line": 146
          },
          "name": "serviceAccountId",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/service-account-application-key/index:ServiceAccountApplicationKey"
    },
    "@cdktn/provider-datadog.serviceAccountApplicationKey.ServiceAccountApplicationKeyConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.serviceAccountApplicationKey.ServiceAccountApplicationKeyConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/service-account-application-key/index.ts",
        "line": 14
      },
      "name": "ServiceAccountApplicationKeyConfig",
      "namespace": "serviceAccountApplicationKey",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_account_application_key#name ServiceAccountApplicationKey#name}",
            "stability": "stable",
            "summary": "Name of the application key."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-account-application-key/index.ts",
            "line": 20
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_account_application_key#service_account_id ServiceAccountApplicationKey#service_account_id}",
            "stability": "stable",
            "summary": "ID of the service account that owns this key."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-account-application-key/index.ts",
            "line": 32
          },
          "name": "serviceAccountId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_account_application_key#scopes ServiceAccountApplicationKey#scopes}",
            "stability": "stable",
            "summary": "Authorization scopes for the Application Key. Application Keys configured with no scopes have full access."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-account-application-key/index.ts",
            "line": 26
          },
          "name": "scopes",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/service-account-application-key/index:ServiceAccountApplicationKeyConfig"
    },
    "@cdktn/provider-datadog.serviceDefinitionYaml.ServiceDefinitionYaml": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_definition_yaml datadog_service_definition_yaml}."
      },
      "fqn": "@cdktn/provider-datadog.serviceDefinitionYaml.ServiceDefinitionYaml",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_definition_yaml datadog_service_definition_yaml} Resource."
        },
        "locationInModule": {
          "filename": "src/service-definition-yaml/index.ts",
          "line": 65
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.serviceDefinitionYaml.ServiceDefinitionYamlConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/service-definition-yaml/index.ts",
        "line": 33
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a ServiceDefinitionYaml resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/service-definition-yaml/index.ts",
            "line": 50
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the ServiceDefinitionYaml to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_definition_yaml#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing ServiceDefinitionYaml that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the ServiceDefinitionYaml to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-definition-yaml/index.ts",
            "line": 97
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-definition-yaml/index.ts",
            "line": 122
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-definition-yaml/index.ts",
            "line": 129
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "ServiceDefinitionYaml",
      "namespace": "serviceDefinitionYaml",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-definition-yaml/index.ts",
            "line": 38
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-definition-yaml/index.ts",
            "line": 101
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-definition-yaml/index.ts",
            "line": 114
          },
          "name": "serviceDefinitionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-definition-yaml/index.ts",
            "line": 91
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-definition-yaml/index.ts",
            "line": 107
          },
          "name": "serviceDefinition",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/service-definition-yaml/index:ServiceDefinitionYaml"
    },
    "@cdktn/provider-datadog.serviceDefinitionYaml.ServiceDefinitionYamlConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.serviceDefinitionYaml.ServiceDefinitionYamlConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/service-definition-yaml/index.ts",
        "line": 14
      },
      "name": "ServiceDefinitionYamlConfig",
      "namespace": "serviceDefinitionYaml",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_definition_yaml#service_definition ServiceDefinitionYaml#service_definition}",
            "stability": "stable",
            "summary": "The YAML/JSON formatted definition of the service."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-definition-yaml/index.ts",
            "line": 27
          },
          "name": "serviceDefinition",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_definition_yaml#id ServiceDefinitionYaml#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-definition-yaml/index.ts",
            "line": 21
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/service-definition-yaml/index:ServiceDefinitionYamlConfig"
    },
    "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjective": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective datadog_service_level_objective}."
      },
      "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjective",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective datadog_service_level_objective} Resource."
        },
        "locationInModule": {
          "filename": "src/service-level-objective/index.ts",
          "line": 1672
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/service-level-objective/index.ts",
        "line": 1640
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a ServiceLevelObjective resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1657
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the ServiceLevelObjective to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing ServiceLevelObjective that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the ServiceLevelObjective to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1900
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1916
          },
          "name": "putSliSpecification",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecification"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1932
          },
          "name": "putThresholds",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveThresholds"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1717
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1733
          },
          "name": "resetForceDelete"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1749
          },
          "name": "resetGroups"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1765
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1781
          },
          "name": "resetMonitorIds"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1903
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1919
          },
          "name": "resetSliSpecification"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1810
          },
          "name": "resetTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1826
          },
          "name": "resetTargetThreshold"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1842
          },
          "name": "resetTimeframe"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1871
          },
          "name": "resetValidate"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1887
          },
          "name": "resetWarningThreshold"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1944
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1964
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "ServiceLevelObjective",
      "namespace": "serviceLevelObjective",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1645
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1897
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1913
          },
          "name": "sliSpecification",
          "type": {
            "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1929
          },
          "name": "thresholds",
          "type": {
            "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveThresholdsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1721
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1737
          },
          "name": "forceDeleteInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1753
          },
          "name": "groupsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1769
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1785
          },
          "name": "monitorIdsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "number"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1798
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1907
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1923
          },
          "name": "sliSpecificationInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecification"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1814
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1830
          },
          "name": "targetThresholdInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1936
          },
          "name": "thresholdsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveThresholds"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1846
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1859
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1875
          },
          "name": "validateInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1891
          },
          "name": "warningThresholdInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1711
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1727
          },
          "name": "forceDelete",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1743
          },
          "name": "groups",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1759
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1775
          },
          "name": "monitorIds",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "number"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1791
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1804
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1820
          },
          "name": "targetThreshold",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1836
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1852
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1865
          },
          "name": "validate",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1881
          },
          "name": "warningThreshold",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/service-level-objective/index:ServiceLevelObjective"
    },
    "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/service-level-objective/index.ts",
        "line": 14
      },
      "name": "ServiceLevelObjectiveConfig",
      "namespace": "serviceLevelObjective",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#name ServiceLevelObjective#name}",
            "stability": "stable",
            "summary": "Name of Datadog service level objective."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 51
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#thresholds ServiceLevelObjective#thresholds}",
            "stability": "stable",
            "summary": "thresholds block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 105
          },
          "name": "thresholds",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveThresholds"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "The mapping from these types to the types found in the Datadog Web UI can be found in the Datadog API [documentation page](https://docs.datadoghq.com/api/v1/service-level-objectives/#create-a-slo-object). Valid values are `metric`, `monitor`, `time_slice`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#type ServiceLevelObjective#type}",
            "stability": "stable",
            "summary": "The type of the service level objective."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 75
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#description ServiceLevelObjective#description}",
            "stability": "stable",
            "summary": "A description of this service level objective."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 20
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#force_delete ServiceLevelObjective#force_delete}",
            "stability": "stable",
            "summary": "A boolean indicating whether this monitor can be deleted even if it's referenced by other resources (for example, dashboards)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 26
          },
          "name": "forceDelete",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#groups ServiceLevelObjective#groups}",
            "stability": "stable",
            "summary": "A static set of groups to filter monitor-based SLOs."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 32
          },
          "name": "groups",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#id ServiceLevelObjective#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 39
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#monitor_ids ServiceLevelObjective#monitor_ids}",
            "stability": "stable",
            "summary": "A static set of monitor IDs to use as part of the SLO."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 45
          },
          "name": "monitorIds",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "number"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#query ServiceLevelObjective#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 93
          },
          "name": "query",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#sli_specification ServiceLevelObjective#sli_specification}",
            "stability": "stable",
            "summary": "sli_specification block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 99
          },
          "name": "sliSpecification",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecification"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This can help you categorize and filter service level objectives in the service level objectives page of the UI. **Note**: it's not currently possible to filter by these tags when querying via the API. If default tags are present at the provider level, they will be added to this resource.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#tags ServiceLevelObjective#tags}",
            "stability": "stable",
            "summary": "A list of tags to associate with your service level objective."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 57
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#target_threshold ServiceLevelObjective#target_threshold}",
            "stability": "stable",
            "summary": "The objective's target in `(0,100)`. This must match the corresponding thresholds of the primary time frame."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 63
          },
          "name": "targetThreshold",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "The mapping from these types to the types found in the Datadog Web UI can be found in the Datadog API documentation page. Valid values are `7d`, `30d`, `90d`, `custom`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#timeframe ServiceLevelObjective#timeframe}",
            "stability": "stable",
            "summary": "The primary time frame for the objective."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 69
          },
          "name": "timeframe",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#validate ServiceLevelObjective#validate}",
            "stability": "stable",
            "summary": "Whether or not to validate the SLO. It checks if monitors added to a monitor SLO already exist."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 81
          },
          "name": "validate",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This must be greater than the target value and match the corresponding thresholds of the primary time frame.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#warning_threshold ServiceLevelObjective#warning_threshold}",
            "stability": "stable",
            "summary": "The objective's warning value in `(0,100)`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 87
          },
          "name": "warningThreshold",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveConfig"
    },
    "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/service-level-objective/index.ts",
        "line": 107
      },
      "name": "ServiceLevelObjectiveQuery",
      "namespace": "serviceLevelObjective",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#denominator ServiceLevelObjective#denominator}",
            "stability": "stable",
            "summary": "The sum of the `total` events."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 113
          },
          "name": "denominator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#numerator ServiceLevelObjective#numerator}",
            "stability": "stable",
            "summary": "The sum of all the `good` events."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 119
          },
          "name": "numerator",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveQuery"
    },
    "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/service-level-objective/index.ts",
          "line": 165
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/service-level-objective/index.ts",
        "line": 158
      },
      "name": "ServiceLevelObjectiveQueryOutputReference",
      "namespace": "serviceLevelObjective",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 205
          },
          "name": "denominatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 218
          },
          "name": "numeratorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 198
          },
          "name": "denominator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 211
          },
          "name": "numerator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 169
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveQuery"
          }
        }
      ],
      "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveQueryOutputReference"
    },
    "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecification": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecification",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/service-level-objective/index.ts",
        "line": 1323
      },
      "name": "ServiceLevelObjectiveSliSpecification",
      "namespace": "serviceLevelObjective",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#count ServiceLevelObjective#count}",
            "stability": "stable",
            "summary": "count block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1329
          },
          "name": "count",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationCount"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#time_slice ServiceLevelObjective#time_slice}",
            "stability": "stable",
            "summary": "time_slice block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1335
          },
          "name": "timeSlice",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSlice"
          }
        }
      ],
      "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveSliSpecification"
    },
    "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationCount": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationCount",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/service-level-objective/index.ts",
        "line": 490
      },
      "name": "ServiceLevelObjectiveSliSpecificationCount",
      "namespace": "serviceLevelObjective",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#good_events_formula ServiceLevelObjective#good_events_formula}",
            "stability": "stable",
            "summary": "The formula that specifies how to compute the good events."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 502
          },
          "name": "goodEventsFormula",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#queries ServiceLevelObjective#queries}",
            "stability": "stable",
            "summary": "queries block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 514
          },
          "name": "queries",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationCountQueries"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#bad_events_formula ServiceLevelObjective#bad_events_formula}",
            "stability": "stable",
            "summary": "The formula that specifies how to compute the bad events. Mutually exclusive with `total_events_formula`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 496
          },
          "name": "badEventsFormula",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#total_events_formula ServiceLevelObjective#total_events_formula}",
            "stability": "stable",
            "summary": "The formula that specifies how to compute the total events. Mutually exclusive with `bad_events_formula`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 508
          },
          "name": "totalEventsFormula",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveSliSpecificationCount"
    },
    "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationCountOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationCountOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/service-level-objective/index.ts",
          "line": 574
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/service-level-objective/index.ts",
        "line": 567
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 667
          },
          "name": "putQueries",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationCountQueries"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 625
          },
          "name": "resetBadEventsFormula"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 654
          },
          "name": "resetTotalEventsFormula"
        }
      ],
      "name": "ServiceLevelObjectiveSliSpecificationCountOutputReference",
      "namespace": "serviceLevelObjective",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 664
          },
          "name": "queries",
          "type": {
            "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationCountQueriesList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 629
          },
          "name": "badEventsFormulaInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 642
          },
          "name": "goodEventsFormulaInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 671
          },
          "name": "queriesInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationCountQueries"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 658
          },
          "name": "totalEventsFormulaInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 619
          },
          "name": "badEventsFormula",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 635
          },
          "name": "goodEventsFormula",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 648
          },
          "name": "totalEventsFormula",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 578
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationCount"
          }
        }
      ],
      "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveSliSpecificationCountOutputReference"
    },
    "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationCountQueries": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationCountQueries",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/service-level-objective/index.ts",
        "line": 372
      },
      "name": "ServiceLevelObjectiveSliSpecificationCountQueries",
      "namespace": "serviceLevelObjective",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#metric_query ServiceLevelObjective#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 378
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationCountQueriesMetricQuery"
          }
        }
      ],
      "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveSliSpecificationCountQueries"
    },
    "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationCountQueriesList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationCountQueriesList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/service-level-objective/index.ts",
          "line": 479
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/service-level-objective/index.ts",
        "line": 471
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 486
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationCountQueriesOutputReference"
            }
          }
        }
      ],
      "name": "ServiceLevelObjectiveSliSpecificationCountQueriesList",
      "namespace": "serviceLevelObjective",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 472
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationCountQueries"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveSliSpecificationCountQueriesList"
    },
    "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationCountQueriesMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationCountQueriesMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/service-level-objective/index.ts",
        "line": 222
      },
      "name": "ServiceLevelObjectiveSliSpecificationCountQueriesMetricQuery",
      "namespace": "serviceLevelObjective",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#name ServiceLevelObjective#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 234
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#query ServiceLevelObjective#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 240
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#data_source ServiceLevelObjective#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 228
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveSliSpecificationCountQueriesMetricQuery"
    },
    "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationCountQueriesMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationCountQueriesMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/service-level-objective/index.ts",
          "line": 293
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/service-level-objective/index.ts",
        "line": 286
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 338
          },
          "name": "resetDataSource"
        }
      ],
      "name": "ServiceLevelObjectiveSliSpecificationCountQueriesMetricQueryOutputReference",
      "namespace": "serviceLevelObjective",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 342
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 355
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 368
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 332
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 348
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 361
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 297
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationCountQueriesMetricQuery"
          }
        }
      ],
      "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveSliSpecificationCountQueriesMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationCountQueriesOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationCountQueriesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/service-level-objective/index.ts",
          "line": 420
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/service-level-objective/index.ts",
        "line": 410
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 459
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationCountQueriesMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 462
          },
          "name": "resetMetricQuery"
        }
      ],
      "name": "ServiceLevelObjectiveSliSpecificationCountQueriesOutputReference",
      "namespace": "serviceLevelObjective",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 456
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationCountQueriesMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 466
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationCountQueriesMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 424
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationCountQueries"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveSliSpecificationCountQueriesOutputReference"
    },
    "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/service-level-objective/index.ts",
          "line": 1381
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/service-level-objective/index.ts",
        "line": 1374
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1417
          },
          "name": "putCount",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationCount"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1433
          },
          "name": "putTimeSlice",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSlice"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1420
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1436
          },
          "name": "resetTimeSlice"
        }
      ],
      "name": "ServiceLevelObjectiveSliSpecificationOutputReference",
      "namespace": "serviceLevelObjective",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1414
          },
          "name": "count",
          "type": {
            "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationCountOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1430
          },
          "name": "timeSlice",
          "type": {
            "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1424
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationCount"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1440
          },
          "name": "timeSliceInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSlice"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1385
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecification"
          }
        }
      ],
      "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveSliSpecificationOutputReference"
    },
    "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSlice": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSlice",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/service-level-objective/index.ts",
        "line": 1141
      },
      "name": "ServiceLevelObjectiveSliSpecificationTimeSlice",
      "namespace": "serviceLevelObjective",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#comparator ServiceLevelObjective#comparator}",
            "stability": "stable",
            "summary": "The comparator used to compare the SLI value to the threshold. Valid values are `>`, `>=`, `<`, `<=`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1147
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#query ServiceLevelObjective#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1165
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#threshold ServiceLevelObjective#threshold}",
            "stability": "stable",
            "summary": "The threshold value to which each SLI value will be compared."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1159
          },
          "name": "threshold",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `60`, `300`. Defaults to `300`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#query_interval_seconds ServiceLevelObjective#query_interval_seconds}",
            "stability": "stable",
            "summary": "The interval used when querying data, which defines the size of a time slice."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1153
          },
          "name": "queryIntervalSeconds",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveSliSpecificationTimeSlice"
    },
    "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/service-level-objective/index.ts",
          "line": 1225
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/service-level-objective/index.ts",
        "line": 1218
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1315
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1289
          },
          "name": "resetQueryIntervalSeconds"
        }
      ],
      "name": "ServiceLevelObjectiveSliSpecificationTimeSliceOutputReference",
      "namespace": "serviceLevelObjective",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1312
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1277
          },
          "name": "comparatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1319
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1293
          },
          "name": "queryIntervalSecondsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1306
          },
          "name": "thresholdInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1270
          },
          "name": "comparator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1283
          },
          "name": "queryIntervalSeconds",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1299
          },
          "name": "threshold",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1229
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSlice"
          }
        }
      ],
      "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveSliSpecificationTimeSliceOutputReference"
    },
    "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/service-level-objective/index.ts",
        "line": 1026
      },
      "name": "ServiceLevelObjectiveSliSpecificationTimeSliceQuery",
      "namespace": "serviceLevelObjective",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#formula ServiceLevelObjective#formula}",
            "stability": "stable",
            "summary": "formula block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1032
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryFormula"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#query ServiceLevelObjective#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1038
          },
          "name": "query",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveSliSpecificationTimeSliceQuery"
    },
    "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryFormula": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryFormula",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/service-level-objective/index.ts",
        "line": 675
      },
      "name": "ServiceLevelObjectiveSliSpecificationTimeSliceQueryFormula",
      "namespace": "serviceLevelObjective",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#formula_expression ServiceLevelObjective#formula_expression}",
            "stability": "stable",
            "summary": "The formula string, which is an expression involving named queries."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 681
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveSliSpecificationTimeSliceQueryFormula"
    },
    "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryFormulaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryFormulaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/service-level-objective/index.ts",
          "line": 720
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/service-level-objective/index.ts",
        "line": 713
      },
      "name": "ServiceLevelObjectiveSliSpecificationTimeSliceQueryFormulaOutputReference",
      "namespace": "serviceLevelObjective",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 754
          },
          "name": "formulaExpressionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 747
          },
          "name": "formulaExpression",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 724
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryFormula"
          }
        }
      ],
      "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveSliSpecificationTimeSliceQueryFormulaOutputReference"
    },
    "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/service-level-objective/index.ts",
          "line": 1084
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/service-level-objective/index.ts",
        "line": 1077
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1120
          },
          "name": "putFormula",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryFormula"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1133
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQuery"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        }
      ],
      "name": "ServiceLevelObjectiveSliSpecificationTimeSliceQueryOutputReference",
      "namespace": "serviceLevelObjective",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1117
          },
          "name": "formula",
          "type": {
            "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryFormulaOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1130
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1124
          },
          "name": "formulaInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryFormula"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1137
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1088
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQuery"
          }
        }
      ],
      "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveSliSpecificationTimeSliceQueryOutputReference"
    },
    "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/service-level-objective/index.ts",
        "line": 908
      },
      "name": "ServiceLevelObjectiveSliSpecificationTimeSliceQueryQuery",
      "namespace": "serviceLevelObjective",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#metric_query ServiceLevelObjective#metric_query}",
            "stability": "stable",
            "summary": "metric_query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 914
          },
          "name": "metricQuery",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveSliSpecificationTimeSliceQueryQuery"
    },
    "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/service-level-objective/index.ts",
          "line": 1015
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/service-level-objective/index.ts",
        "line": 1007
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1022
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryOutputReference"
            }
          }
        }
      ],
      "name": "ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryList",
      "namespace": "serviceLevelObjective",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1008
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQuery"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryList"
    },
    "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryMetricQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryMetricQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/service-level-objective/index.ts",
        "line": 758
      },
      "name": "ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryMetricQuery",
      "namespace": "serviceLevelObjective",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#name ServiceLevelObjective#name}",
            "stability": "stable",
            "summary": "The name of the query for use in formulas."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 770
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#query ServiceLevelObjective#query}",
            "stability": "stable",
            "summary": "The metrics query definition."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 776
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#data_source ServiceLevelObjective#data_source}",
            "stability": "stable",
            "summary": "The data source for metrics queries. Defaults to `\"metrics\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 764
          },
          "name": "dataSource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryMetricQuery"
    },
    "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryMetricQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryMetricQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/service-level-objective/index.ts",
          "line": 829
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/service-level-objective/index.ts",
        "line": 822
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 874
          },
          "name": "resetDataSource"
        }
      ],
      "name": "ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryMetricQueryOutputReference",
      "namespace": "serviceLevelObjective",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 878
          },
          "name": "dataSourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 891
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 904
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 868
          },
          "name": "dataSource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 884
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 897
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 833
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryMetricQuery"
          }
        }
      ],
      "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryMetricQueryOutputReference"
    },
    "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/service-level-objective/index.ts",
          "line": 956
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/service-level-objective/index.ts",
        "line": 946
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 995
          },
          "name": "putMetricQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryMetricQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 998
          },
          "name": "resetMetricQuery"
        }
      ],
      "name": "ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryOutputReference",
      "namespace": "serviceLevelObjective",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 992
          },
          "name": "metricQuery",
          "type": {
            "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryMetricQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1002
          },
          "name": "metricQueryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryMetricQuery"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 960
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveSliSpecificationTimeSliceQueryQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveSliSpecificationTimeSliceQueryQueryOutputReference"
    },
    "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveThresholds": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveThresholds",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/service-level-objective/index.ts",
        "line": 1444
      },
      "name": "ServiceLevelObjectiveThresholds",
      "namespace": "serviceLevelObjective",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#target ServiceLevelObjective#target}",
            "stability": "stable",
            "summary": "The objective's target in `(0,100)`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1450
          },
          "name": "target",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "The mapping from these types to the types found in the Datadog Web UI can be found in the Datadog API documentation page. Valid values are `7d`, `30d`, `90d`, `custom`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#timeframe ServiceLevelObjective#timeframe}",
            "stability": "stable",
            "summary": "The time frame for the objective."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1456
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/service_level_objective#warning ServiceLevelObjective#warning}",
            "stability": "stable",
            "summary": "The objective's warning value in `(0,100)`. This must be greater than the target value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1462
          },
          "name": "warning",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveThresholds"
    },
    "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveThresholdsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveThresholdsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/service-level-objective/index.ts",
          "line": 1625
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/service-level-objective/index.ts",
        "line": 1617
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1632
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveThresholdsOutputReference"
            }
          }
        }
      ],
      "name": "ServiceLevelObjectiveThresholdsList",
      "namespace": "serviceLevelObjective",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1618
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveThresholds"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveThresholdsList"
    },
    "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveThresholdsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveThresholdsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/service-level-objective/index.ts",
          "line": 1518
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/service-level-objective/index.ts",
        "line": 1508
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1603
          },
          "name": "resetWarning"
        }
      ],
      "name": "ServiceLevelObjectiveThresholdsOutputReference",
      "namespace": "serviceLevelObjective",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1578
          },
          "name": "targetDisplay",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1612
          },
          "name": "warningDisplay",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1573
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1591
          },
          "name": "timeframeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1607
          },
          "name": "warningInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1566
          },
          "name": "target",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1584
          },
          "name": "timeframe",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1597
          },
          "name": "warning",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/service-level-objective/index.ts",
            "line": 1522
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.serviceLevelObjective.ServiceLevelObjectiveThresholds"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/service-level-objective/index:ServiceLevelObjectiveThresholdsOutputReference"
    },
    "@cdktn/provider-datadog.sloCorrection.SloCorrection": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/slo_correction datadog_slo_correction}."
      },
      "fqn": "@cdktn/provider-datadog.sloCorrection.SloCorrection",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/slo_correction datadog_slo_correction} Resource."
        },
        "locationInModule": {
          "filename": "src/slo-correction/index.ts",
          "line": 107
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.sloCorrection.SloCorrectionConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/slo-correction/index.ts",
        "line": 75
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a SloCorrection resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/slo-correction/index.ts",
            "line": 92
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the SloCorrection to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/slo_correction#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing SloCorrection that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the SloCorrection to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/slo-correction/index.ts",
            "line": 159
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/slo-correction/index.ts",
            "line": 175
          },
          "name": "resetDuration"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/slo-correction/index.ts",
            "line": 191
          },
          "name": "resetEnd"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/slo-correction/index.ts",
            "line": 207
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/slo-correction/index.ts",
            "line": 223
          },
          "name": "resetRrule"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/slo-correction/index.ts",
            "line": 265
          },
          "name": "resetTimezone"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/slo-correction/index.ts",
            "line": 277
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/slo-correction/index.ts",
            "line": 291
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "SloCorrection",
      "namespace": "sloCorrection",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/slo-correction/index.ts",
            "line": 80
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/slo-correction/index.ts",
            "line": 147
          },
          "name": "categoryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/slo-correction/index.ts",
            "line": 163
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/slo-correction/index.ts",
            "line": 179
          },
          "name": "durationInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/slo-correction/index.ts",
            "line": 195
          },
          "name": "endInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/slo-correction/index.ts",
            "line": 211
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/slo-correction/index.ts",
            "line": 227
          },
          "name": "rruleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/slo-correction/index.ts",
            "line": 240
          },
          "name": "sloIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/slo-correction/index.ts",
            "line": 253
          },
          "name": "startInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/slo-correction/index.ts",
            "line": 269
          },
          "name": "timezoneInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/slo-correction/index.ts",
            "line": 140
          },
          "name": "category",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/slo-correction/index.ts",
            "line": 153
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/slo-correction/index.ts",
            "line": 169
          },
          "name": "duration",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/slo-correction/index.ts",
            "line": 185
          },
          "name": "end",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/slo-correction/index.ts",
            "line": 201
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/slo-correction/index.ts",
            "line": 217
          },
          "name": "rrule",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/slo-correction/index.ts",
            "line": 233
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/slo-correction/index.ts",
            "line": 246
          },
          "name": "start",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/slo-correction/index.ts",
            "line": 259
          },
          "name": "timezone",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/slo-correction/index:SloCorrection"
    },
    "@cdktn/provider-datadog.sloCorrection.SloCorrectionConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.sloCorrection.SloCorrectionConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/slo-correction/index.ts",
        "line": 14
      },
      "name": "SloCorrectionConfig",
      "namespace": "sloCorrection",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/slo_correction#category SloCorrection#category}",
            "stability": "stable",
            "summary": "Category the SLO correction belongs to. Valid values are `Scheduled Maintenance`, `Outside Business Hours`, `Deployment`, `Other`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/slo-correction/index.ts",
            "line": 20
          },
          "name": "category",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/slo_correction#slo_id SloCorrection#slo_id}",
            "stability": "stable",
            "summary": "ID of the SLO that this correction will be applied to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/slo-correction/index.ts",
            "line": 57
          },
          "name": "sloId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/slo_correction#start SloCorrection#start}",
            "stability": "stable",
            "summary": "Starting time of the correction in epoch seconds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/slo-correction/index.ts",
            "line": 63
          },
          "name": "start",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/slo_correction#description SloCorrection#description}",
            "stability": "stable",
            "summary": "Description of the correction being made."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/slo-correction/index.ts",
            "line": 26
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/slo_correction#duration SloCorrection#duration}",
            "stability": "stable",
            "summary": "Length of time in seconds for a specified `rrule` recurring SLO correction (required if specifying `rrule`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/slo-correction/index.ts",
            "line": 32
          },
          "name": "duration",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/slo_correction#end SloCorrection#end}",
            "stability": "stable",
            "summary": "Ending time of the correction in epoch seconds. Required for one time corrections, but optional if `rrule` is specified."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/slo-correction/index.ts",
            "line": 38
          },
          "name": "end",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/slo_correction#id SloCorrection#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/slo-correction/index.ts",
            "line": 45
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Supported rules for SLO corrections are `FREQ`, `INTERVAL`, `COUNT` and `UNTIL`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/slo_correction#rrule SloCorrection#rrule}",
            "stability": "stable",
            "summary": "Recurrence rules as defined in the iCalendar RFC 5545."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/slo-correction/index.ts",
            "line": 51
          },
          "name": "rrule",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Prefers IANA timezone name format (for example, 'America/Los_Angeles', 'Europe/Paris'), but some common standard abbreviations are supported. Defaults to 'UTC'.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/slo_correction#timezone SloCorrection#timezone}",
            "stability": "stable",
            "summary": "The timezone to display in the UI for the correction times."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/slo-correction/index.ts",
            "line": 69
          },
          "name": "timezone",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/slo-correction/index:SloCorrectionConfig"
    },
    "@cdktn/provider-datadog.softwareCatalog.SoftwareCatalog": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/software_catalog datadog_software_catalog}."
      },
      "fqn": "@cdktn/provider-datadog.softwareCatalog.SoftwareCatalog",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/software_catalog datadog_software_catalog} Resource."
        },
        "locationInModule": {
          "filename": "src/software-catalog/index.ts",
          "line": 58
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.softwareCatalog.SoftwareCatalogConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/software-catalog/index.ts",
        "line": 26
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a SoftwareCatalog resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/software-catalog/index.ts",
            "line": 43
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the SoftwareCatalog to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/software_catalog#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing SoftwareCatalog that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the SoftwareCatalog to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/software-catalog/index.ts",
            "line": 103
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/software-catalog/index.ts",
            "line": 109
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "SoftwareCatalog",
      "namespace": "softwareCatalog",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/software-catalog/index.ts",
            "line": 31
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/software-catalog/index.ts",
            "line": 95
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/software-catalog/index.ts",
            "line": 90
          },
          "name": "entityInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/software-catalog/index.ts",
            "line": 83
          },
          "name": "entity",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/software-catalog/index:SoftwareCatalog"
    },
    "@cdktn/provider-datadog.softwareCatalog.SoftwareCatalogConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.softwareCatalog.SoftwareCatalogConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/software-catalog/index.ts",
        "line": 14
      },
      "name": "SoftwareCatalogConfig",
      "namespace": "softwareCatalog",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/software_catalog#entity SoftwareCatalog#entity}",
            "stability": "stable",
            "summary": "The catalog entity definition. Entity must be a valid entity YAML/JSON structure."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/software-catalog/index.ts",
            "line": 20
          },
          "name": "entity",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/software-catalog/index:SoftwareCatalogConfig"
    },
    "@cdktn/provider-datadog.spansMetric.SpansMetric": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/spans_metric datadog_spans_metric}."
      },
      "fqn": "@cdktn/provider-datadog.spansMetric.SpansMetric",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/spans_metric datadog_spans_metric} Resource."
        },
        "locationInModule": {
          "filename": "src/spans-metric/index.ts",
          "line": 485
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.spansMetric.SpansMetricConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/spans-metric/index.ts",
        "line": 453
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a SpansMetric resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 470
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the SpansMetric to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/spans_metric#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing SpansMetric that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the SpansMetric to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 534
          },
          "name": "putCompute",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.spansMetric.SpansMetricCompute"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 550
          },
          "name": "putFilter",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.spansMetric.SpansMetricFilter"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 566
          },
          "name": "putGroupBy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.spansMetric.SpansMetricGroupBy"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 537
          },
          "name": "resetCompute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 553
          },
          "name": "resetFilter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 569
          },
          "name": "resetGroupBy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 581
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 590
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "SpansMetric",
      "namespace": "spansMetric",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 458
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 531
          },
          "name": "compute",
          "type": {
            "fqn": "@cdktn/provider-datadog.spansMetric.SpansMetricComputeOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 547
          },
          "name": "filter",
          "type": {
            "fqn": "@cdktn/provider-datadog.spansMetric.SpansMetricFilterOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 563
          },
          "name": "groupBy",
          "type": {
            "fqn": "@cdktn/provider-datadog.spansMetric.SpansMetricGroupByList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 512
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 541
          },
          "name": "computeInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.spansMetric.SpansMetricCompute"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 557
          },
          "name": "filterInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.spansMetric.SpansMetricFilter"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 573
          },
          "name": "groupByInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.spansMetric.SpansMetricGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 525
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 518
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/spans-metric/index:SpansMetric"
    },
    "@cdktn/provider-datadog.spansMetric.SpansMetricCompute": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.spansMetric.SpansMetricCompute",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/spans-metric/index.ts",
        "line": 40
      },
      "name": "SpansMetricCompute",
      "namespace": "spansMetric",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/spans_metric#aggregation_type SpansMetric#aggregation_type}",
            "stability": "stable",
            "summary": "The type of aggregation to use. This field can't be updated after creation."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 46
          },
          "name": "aggregationType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/spans_metric#include_percentiles SpansMetric#include_percentiles}",
            "stability": "stable",
            "summary": "Toggle to include or exclude percentile aggregations for distribution metrics. Only present when the `aggregation_type` is `distribution`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 52
          },
          "name": "includePercentiles",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This field can't be updated after creation.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/spans_metric#path SpansMetric#path}",
            "stability": "stable",
            "summary": "The path to the value the span-based metric will aggregate on (only used if the aggregation type is a \"distribution\")."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 58
          },
          "name": "path",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/spans-metric/index:SpansMetricCompute"
    },
    "@cdktn/provider-datadog.spansMetric.SpansMetricComputeOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.spansMetric.SpansMetricComputeOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/spans-metric/index.ts",
          "line": 112
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/spans-metric/index.ts",
        "line": 104
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 179
          },
          "name": "resetIncludePercentiles"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 195
          },
          "name": "resetPath"
        }
      ],
      "name": "SpansMetricComputeOutputReference",
      "namespace": "spansMetric",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 167
          },
          "name": "aggregationTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 183
          },
          "name": "includePercentilesInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 199
          },
          "name": "pathInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 160
          },
          "name": "aggregationType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 173
          },
          "name": "includePercentiles",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 189
          },
          "name": "path",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 116
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.spansMetric.SpansMetricCompute"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/spans-metric/index:SpansMetricComputeOutputReference"
    },
    "@cdktn/provider-datadog.spansMetric.SpansMetricConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.spansMetric.SpansMetricConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/spans-metric/index.ts",
        "line": 14
      },
      "name": "SpansMetricConfig",
      "namespace": "spansMetric",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/spans_metric#name SpansMetric#name}",
            "stability": "stable",
            "summary": "The name of the span-based metric. This field can't be updated after creation."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 20
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/spans_metric#compute SpansMetric#compute}",
            "stability": "stable",
            "summary": "compute block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 26
          },
          "name": "compute",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.spansMetric.SpansMetricCompute"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/spans_metric#filter SpansMetric#filter}",
            "stability": "stable",
            "summary": "filter block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 32
          },
          "name": "filter",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.spansMetric.SpansMetricFilter"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/spans_metric#group_by SpansMetric#group_by}",
            "stability": "stable",
            "summary": "group_by block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 38
          },
          "name": "groupBy",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.spansMetric.SpansMetricGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/spans-metric/index:SpansMetricConfig"
    },
    "@cdktn/provider-datadog.spansMetric.SpansMetricFilter": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.spansMetric.SpansMetricFilter",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/spans-metric/index.ts",
        "line": 203
      },
      "name": "SpansMetricFilter",
      "namespace": "spansMetric",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/spans_metric#query SpansMetric#query}",
            "stability": "stable",
            "summary": "The search query - following the span search syntax. Defaults to `\"*\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 209
          },
          "name": "query",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/spans-metric/index:SpansMetricFilter"
    },
    "@cdktn/provider-datadog.spansMetric.SpansMetricFilterOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.spansMetric.SpansMetricFilterOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/spans-metric/index.ts",
          "line": 249
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/spans-metric/index.ts",
        "line": 241
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 291
          },
          "name": "resetQuery"
        }
      ],
      "name": "SpansMetricFilterOutputReference",
      "namespace": "spansMetric",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 295
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 285
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 253
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.spansMetric.SpansMetricFilter"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/spans-metric/index:SpansMetricFilterOutputReference"
    },
    "@cdktn/provider-datadog.spansMetric.SpansMetricGroupBy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.spansMetric.SpansMetricGroupBy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/spans-metric/index.ts",
        "line": 299
      },
      "name": "SpansMetricGroupBy",
      "namespace": "spansMetric",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/spans_metric#path SpansMetric#path}",
            "stability": "stable",
            "summary": "The path to the value the span-based metric will be aggregated over."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 305
          },
          "name": "path",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/spans_metric#tag_name SpansMetric#tag_name}",
            "stability": "stable",
            "summary": "Eventual name of the tag that gets created. By default, the path attribute is used as the tag name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 311
          },
          "name": "tagName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/spans-metric/index:SpansMetricGroupBy"
    },
    "@cdktn/provider-datadog.spansMetric.SpansMetricGroupByList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.spansMetric.SpansMetricGroupByList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/spans-metric/index.ts",
          "line": 438
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/spans-metric/index.ts",
        "line": 430
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 445
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.spansMetric.SpansMetricGroupByOutputReference"
            }
          }
        }
      ],
      "name": "SpansMetricGroupByList",
      "namespace": "spansMetric",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 431
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.spansMetric.SpansMetricGroupBy"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/spans-metric/index:SpansMetricGroupByList"
    },
    "@cdktn/provider-datadog.spansMetric.SpansMetricGroupByOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.spansMetric.SpansMetricGroupByOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/spans-metric/index.ts",
          "line": 360
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/spans-metric/index.ts",
        "line": 350
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 421
          },
          "name": "resetTagName"
        }
      ],
      "name": "SpansMetricGroupByOutputReference",
      "namespace": "spansMetric",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 409
          },
          "name": "pathInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 425
          },
          "name": "tagNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 402
          },
          "name": "path",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 415
          },
          "name": "tagName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/spans-metric/index.ts",
            "line": 364
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.spansMetric.SpansMetricGroupBy"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/spans-metric/index:SpansMetricGroupByOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsConcurrencyCap.SyntheticsConcurrencyCap": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_concurrency_cap datadog_synthetics_concurrency_cap}."
      },
      "fqn": "@cdktn/provider-datadog.syntheticsConcurrencyCap.SyntheticsConcurrencyCap",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_concurrency_cap datadog_synthetics_concurrency_cap} Resource."
        },
        "locationInModule": {
          "filename": "src/synthetics-concurrency-cap/index.ts",
          "line": 58
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.syntheticsConcurrencyCap.SyntheticsConcurrencyCapConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-concurrency-cap/index.ts",
        "line": 26
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a SyntheticsConcurrencyCap resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/synthetics-concurrency-cap/index.ts",
            "line": 43
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the SyntheticsConcurrencyCap to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_concurrency_cap#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing SyntheticsConcurrencyCap that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the SyntheticsConcurrencyCap to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-concurrency-cap/index.ts",
            "line": 103
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-concurrency-cap/index.ts",
            "line": 109
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "SyntheticsConcurrencyCap",
      "namespace": "syntheticsConcurrencyCap",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-concurrency-cap/index.ts",
            "line": 31
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-concurrency-cap/index.ts",
            "line": 82
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-concurrency-cap/index.ts",
            "line": 95
          },
          "name": "onDemandConcurrencyCapInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-concurrency-cap/index.ts",
            "line": 88
          },
          "name": "onDemandConcurrencyCap",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/synthetics-concurrency-cap/index:SyntheticsConcurrencyCap"
    },
    "@cdktn/provider-datadog.syntheticsConcurrencyCap.SyntheticsConcurrencyCapConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsConcurrencyCap.SyntheticsConcurrencyCapConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-concurrency-cap/index.ts",
        "line": 14
      },
      "name": "SyntheticsConcurrencyCapConfig",
      "namespace": "syntheticsConcurrencyCap",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Value must be at least 1.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_concurrency_cap#on_demand_concurrency_cap SyntheticsConcurrencyCap#on_demand_concurrency_cap}",
            "stability": "stable",
            "summary": "Value of the on-demand concurrency cap, customizing the number of Synthetic tests run in parallel."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-concurrency-cap/index.ts",
            "line": 20
          },
          "name": "onDemandConcurrencyCap",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/synthetics-concurrency-cap/index:SyntheticsConcurrencyCapConfig"
    },
    "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariable": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_global_variable datadog_synthetics_global_variable}."
      },
      "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariable",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_global_variable datadog_synthetics_global_variable} Resource."
        },
        "locationInModule": {
          "filename": "src/synthetics-global-variable/index.ts",
          "line": 765
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-global-variable/index.ts",
        "line": 733
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a SyntheticsGlobalVariable resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 750
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the SyntheticsGlobalVariable to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_global_variable#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing SyntheticsGlobalVariable that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the SyntheticsGlobalVariable to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 983
          },
          "name": "putOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptions"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 999
          },
          "name": "putParseTestOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptions"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 808
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 829
          },
          "name": "resetIsFido"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 845
          },
          "name": "resetIsTotp"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 986
          },
          "name": "resetOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 874
          },
          "name": "resetParseTestId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 1002
          },
          "name": "resetParseTestOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 890
          },
          "name": "resetRestrictedRoles"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 906
          },
          "name": "resetSecure"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 922
          },
          "name": "resetTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 938
          },
          "name": "resetValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 954
          },
          "name": "resetValueWo"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 970
          },
          "name": "resetValueWoVersion"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 1014
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 1032
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "SyntheticsGlobalVariable",
      "namespace": "syntheticsGlobalVariable",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 738
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 817
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 980
          },
          "name": "options",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 996
          },
          "name": "parseTestOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 812
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 833
          },
          "name": "isFidoInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 849
          },
          "name": "isTotpInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 862
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 990
          },
          "name": "optionsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptions"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 878
          },
          "name": "parseTestIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 1006
          },
          "name": "parseTestOptionsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptions"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 894
          },
          "name": "restrictedRolesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 910
          },
          "name": "secureInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 926
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 942
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 958
          },
          "name": "valueWoInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 974
          },
          "name": "valueWoVersionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 802
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 823
          },
          "name": "isFido",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 839
          },
          "name": "isTotp",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 855
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 868
          },
          "name": "parseTestId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 884
          },
          "name": "restrictedRoles",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 900
          },
          "name": "secure",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 916
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 932
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 948
          },
          "name": "valueWo",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 964
          },
          "name": "valueWoVersion",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-global-variable/index:SyntheticsGlobalVariable"
    },
    "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-global-variable/index.ts",
        "line": 14
      },
      "name": "SyntheticsGlobalVariableConfig",
      "namespace": "syntheticsGlobalVariable",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_global_variable#name SyntheticsGlobalVariable#name}",
            "stability": "stable",
            "summary": "Synthetics global variable name. Must be all uppercase with underscores."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 38
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_global_variable#description SyntheticsGlobalVariable#description}",
            "stability": "stable",
            "summary": "Description of the global variable. Defaults to `\"\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 20
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_global_variable#is_fido SyntheticsGlobalVariable#is_fido}",
            "stability": "stable",
            "summary": "If set to true, the global variable is a FIDO variable. Defaults to `false`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 26
          },
          "name": "isFido",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_global_variable#is_totp SyntheticsGlobalVariable#is_totp}",
            "stability": "stable",
            "summary": "If set to true, the global variable is a TOTP variable. Defaults to `false`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 32
          },
          "name": "isTotp",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_global_variable#options SyntheticsGlobalVariable#options}",
            "stability": "stable",
            "summary": "options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 86
          },
          "name": "options",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptions"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_global_variable#parse_test_id SyntheticsGlobalVariable#parse_test_id}",
            "stability": "stable",
            "summary": "Id of the Synthetics test to use for a variable from test."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 44
          },
          "name": "parseTestId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_global_variable#parse_test_options SyntheticsGlobalVariable#parse_test_options}",
            "stability": "stable",
            "summary": "parse_test_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 92
          },
          "name": "parseTestOptions",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptions"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "**Deprecated.** This field is no longer supported by the Datadog API. Please use `datadog_restriction_policy` instead.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_global_variable#restricted_roles SyntheticsGlobalVariable#restricted_roles}",
            "stability": "stable",
            "summary": "A list of role identifiers to associate with the Synthetics global variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 50
          },
          "name": "restrictedRoles",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This setting is automatically set to `true` if `is_totp` or `is_fido` is set to `true`. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_global_variable#secure SyntheticsGlobalVariable#secure}",
            "stability": "stable",
            "summary": "If set to true, the value of the global variable is hidden."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 56
          },
          "name": "secure",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_global_variable#tags SyntheticsGlobalVariable#tags}",
            "stability": "stable",
            "summary": "A list of tags to associate with your synthetics global variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 62
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_global_variable#value SyntheticsGlobalVariable#value}",
            "stability": "stable",
            "summary": "The value of the global variable. Required unless `is_fido` is set to `true` or `value_wo` is used."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 68
          },
          "name": "value",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_global_variable#value_wo SyntheticsGlobalVariable#value_wo}",
            "stability": "stable",
            "summary": "Write-only value of the global variable. Must be used with `value_wo_version`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 74
          },
          "name": "valueWo",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Changing this triggers an update. Can be any string (e.g., '1', 'v2.1', '2024-Q1'). String length must be at least 1.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_global_variable#value_wo_version SyntheticsGlobalVariable#value_wo_version}",
            "stability": "stable",
            "summary": "Version associated with the write-only value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 80
          },
          "name": "valueWoVersion",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-global-variable/index:SyntheticsGlobalVariableConfig"
    },
    "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-global-variable/index.ts",
        "line": 241
      },
      "name": "SyntheticsGlobalVariableOptions",
      "namespace": "syntheticsGlobalVariable",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_global_variable#totp_parameters SyntheticsGlobalVariable#totp_parameters}",
            "stability": "stable",
            "summary": "totp_parameters block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 247
          },
          "name": "totpParameters",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsTotpParameters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-global-variable/index:SyntheticsGlobalVariableOptions"
    },
    "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-global-variable/index.ts",
          "line": 348
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-global-variable/index.ts",
        "line": 340
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 355
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsOutputReference"
            }
          }
        }
      ],
      "name": "SyntheticsGlobalVariableOptionsList",
      "namespace": "syntheticsGlobalVariable",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 341
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptions"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-global-variable/index:SyntheticsGlobalVariableOptionsList"
    },
    "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-global-variable/index.ts",
          "line": 289
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-global-variable/index.ts",
        "line": 279
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 328
          },
          "name": "putTotpParameters",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsTotpParameters"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 331
          },
          "name": "resetTotpParameters"
        }
      ],
      "name": "SyntheticsGlobalVariableOptionsOutputReference",
      "namespace": "syntheticsGlobalVariable",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 325
          },
          "name": "totpParameters",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsTotpParametersList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 335
          },
          "name": "totpParametersInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsTotpParameters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 293
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptions"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-global-variable/index:SyntheticsGlobalVariableOptionsOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsTotpParameters": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsTotpParameters",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-global-variable/index.ts",
        "line": 94
      },
      "name": "SyntheticsGlobalVariableOptionsTotpParameters",
      "namespace": "syntheticsGlobalVariable",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_global_variable#digits SyntheticsGlobalVariable#digits}",
            "stability": "stable",
            "summary": "Number of digits for the OTP. Value must be between 4 and 10."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 100
          },
          "name": "digits",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_global_variable#refresh_interval SyntheticsGlobalVariable#refresh_interval}",
            "stability": "stable",
            "summary": "Interval for which to refresh the token (in seconds). Value must be between 0 and 999."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 106
          },
          "name": "refreshInterval",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/synthetics-global-variable/index:SyntheticsGlobalVariableOptionsTotpParameters"
    },
    "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsTotpParametersList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsTotpParametersList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-global-variable/index.ts",
          "line": 230
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-global-variable/index.ts",
        "line": 222
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 237
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsTotpParametersOutputReference"
            }
          }
        }
      ],
      "name": "SyntheticsGlobalVariableOptionsTotpParametersList",
      "namespace": "syntheticsGlobalVariable",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 223
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsTotpParameters"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-global-variable/index:SyntheticsGlobalVariableOptionsTotpParametersList"
    },
    "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsTotpParametersOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsTotpParametersOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-global-variable/index.ts",
          "line": 155
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-global-variable/index.ts",
        "line": 145
      },
      "name": "SyntheticsGlobalVariableOptionsTotpParametersOutputReference",
      "namespace": "syntheticsGlobalVariable",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 204
          },
          "name": "digitsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 217
          },
          "name": "refreshIntervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 197
          },
          "name": "digits",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 210
          },
          "name": "refreshInterval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 159
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableOptionsTotpParameters"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-global-variable/index:SyntheticsGlobalVariableOptionsTotpParametersOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-global-variable/index.ts",
        "line": 509
      },
      "name": "SyntheticsGlobalVariableParseTestOptions",
      "namespace": "syntheticsGlobalVariable",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_global_variable#type SyntheticsGlobalVariable#type}",
            "stability": "stable",
            "summary": "Defines the source to use to extract the value. Valid values are `http_body`, `http_header`, `http_status_code`, `local_variable`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 527
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_global_variable#field SyntheticsGlobalVariable#field}",
            "stability": "stable",
            "summary": "Required when type = `http_header`. Defines the header to use to extract the value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 515
          },
          "name": "field",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_global_variable#local_variable_name SyntheticsGlobalVariable#local_variable_name}",
            "stability": "stable",
            "summary": "When type is `local_variable`, name of the local variable to use to extract the value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 521
          },
          "name": "localVariableName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_global_variable#parser SyntheticsGlobalVariable#parser}",
            "stability": "stable",
            "summary": "parser block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 533
          },
          "name": "parser",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsParser"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-global-variable/index:SyntheticsGlobalVariableParseTestOptions"
    },
    "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-global-variable/index.ts",
          "line": 718
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-global-variable/index.ts",
        "line": 710
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 725
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsOutputReference"
            }
          }
        }
      ],
      "name": "SyntheticsGlobalVariableParseTestOptionsList",
      "namespace": "syntheticsGlobalVariable",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 711
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptions"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-global-variable/index:SyntheticsGlobalVariableParseTestOptionsList"
    },
    "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-global-variable/index.ts",
          "line": 596
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-global-variable/index.ts",
        "line": 586
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 698
          },
          "name": "putParser",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsParser"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 656
          },
          "name": "resetField"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 672
          },
          "name": "resetLocalVariableName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 701
          },
          "name": "resetParser"
        }
      ],
      "name": "SyntheticsGlobalVariableParseTestOptionsOutputReference",
      "namespace": "syntheticsGlobalVariable",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 695
          },
          "name": "parser",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsParserList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 660
          },
          "name": "fieldInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 676
          },
          "name": "localVariableNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 705
          },
          "name": "parserInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsParser"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 689
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 650
          },
          "name": "field",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 666
          },
          "name": "localVariableName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 682
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 600
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptions"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-global-variable/index:SyntheticsGlobalVariableParseTestOptionsOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsParser": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsParser",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-global-variable/index.ts",
        "line": 359
      },
      "name": "SyntheticsGlobalVariableParseTestOptionsParser",
      "namespace": "syntheticsGlobalVariable",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_global_variable#type SyntheticsGlobalVariable#type}",
            "stability": "stable",
            "summary": "Type of parser to extract the value. Valid values are `raw`, `json_path`, `regex`, `x_path`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 365
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_global_variable#value SyntheticsGlobalVariable#value}",
            "stability": "stable",
            "summary": "Value for the parser to use, required for type `json_path` or `regex`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 371
          },
          "name": "value",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-global-variable/index:SyntheticsGlobalVariableParseTestOptionsParser"
    },
    "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsParserList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsParserList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-global-variable/index.ts",
          "line": 498
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-global-variable/index.ts",
        "line": 490
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 505
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsParserOutputReference"
            }
          }
        }
      ],
      "name": "SyntheticsGlobalVariableParseTestOptionsParserList",
      "namespace": "syntheticsGlobalVariable",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 491
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsParser"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-global-variable/index:SyntheticsGlobalVariableParseTestOptionsParserList"
    },
    "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsParserOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsParserOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-global-variable/index.ts",
          "line": 420
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-global-variable/index.ts",
        "line": 410
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 481
          },
          "name": "resetValue"
        }
      ],
      "name": "SyntheticsGlobalVariableParseTestOptionsParserOutputReference",
      "namespace": "syntheticsGlobalVariable",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 469
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 485
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 462
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 475
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-global-variable/index.ts",
            "line": 424
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.syntheticsGlobalVariable.SyntheticsGlobalVariableParseTestOptionsParser"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-global-variable/index:SyntheticsGlobalVariableParseTestOptionsParserOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsPrivateLocation.SyntheticsPrivateLocation": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_private_location datadog_synthetics_private_location}."
      },
      "fqn": "@cdktn/provider-datadog.syntheticsPrivateLocation.SyntheticsPrivateLocation",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_private_location datadog_synthetics_private_location} Resource."
        },
        "locationInModule": {
          "filename": "src/synthetics-private-location/index.ts",
          "line": 200
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.syntheticsPrivateLocation.SyntheticsPrivateLocationConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-private-location/index.ts",
        "line": 168
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a SyntheticsPrivateLocation resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/synthetics-private-location/index.ts",
            "line": 185
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the SyntheticsPrivateLocation to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_private_location#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing SyntheticsPrivateLocation that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the SyntheticsPrivateLocation to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-private-location/index.ts",
            "line": 308
          },
          "name": "putMetadata",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.syntheticsPrivateLocation.SyntheticsPrivateLocationMetadata"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-private-location/index.ts",
            "line": 235
          },
          "name": "resetApiKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-private-location/index.ts",
            "line": 256
          },
          "name": "resetDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-private-location/index.ts",
            "line": 311
          },
          "name": "resetMetadata"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-private-location/index.ts",
            "line": 295
          },
          "name": "resetTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-private-location/index.ts",
            "line": 323
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-private-location/index.ts",
            "line": 333
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "SyntheticsPrivateLocation",
      "namespace": "syntheticsPrivateLocation",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-private-location/index.ts",
            "line": 173
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-private-location/index.ts",
            "line": 244
          },
          "name": "config",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-private-location/index.ts",
            "line": 265
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-private-location/index.ts",
            "line": 305
          },
          "name": "metadata",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsPrivateLocation.SyntheticsPrivateLocationMetadataList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-private-location/index.ts",
            "line": 283
          },
          "name": "restrictionPolicyResourceId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-private-location/index.ts",
            "line": 239
          },
          "name": "apiKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-private-location/index.ts",
            "line": 260
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-private-location/index.ts",
            "line": 315
          },
          "name": "metadataInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsPrivateLocation.SyntheticsPrivateLocationMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-private-location/index.ts",
            "line": 278
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-private-location/index.ts",
            "line": 299
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-private-location/index.ts",
            "line": 229
          },
          "name": "apiKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-private-location/index.ts",
            "line": 250
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-private-location/index.ts",
            "line": 271
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-private-location/index.ts",
            "line": 289
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/synthetics-private-location/index:SyntheticsPrivateLocation"
    },
    "@cdktn/provider-datadog.syntheticsPrivateLocation.SyntheticsPrivateLocationConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsPrivateLocation.SyntheticsPrivateLocationConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-private-location/index.ts",
        "line": 14
      },
      "name": "SyntheticsPrivateLocationConfig",
      "namespace": "syntheticsPrivateLocation",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_private_location#name SyntheticsPrivateLocation#name}",
            "stability": "stable",
            "summary": "Synthetics private location name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-private-location/index.ts",
            "line": 32
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_private_location#api_key SyntheticsPrivateLocation#api_key}",
            "stability": "stable",
            "summary": "API key used to generate the private location configuration."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-private-location/index.ts",
            "line": 20
          },
          "name": "apiKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_private_location#description SyntheticsPrivateLocation#description}",
            "stability": "stable",
            "summary": "Description of the private location. Defaults to `\"\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-private-location/index.ts",
            "line": 26
          },
          "name": "description",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_private_location#metadata SyntheticsPrivateLocation#metadata}",
            "stability": "stable",
            "summary": "metadata block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-private-location/index.ts",
            "line": 44
          },
          "name": "metadata",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsPrivateLocation.SyntheticsPrivateLocationMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_private_location#tags SyntheticsPrivateLocation#tags}",
            "stability": "stable",
            "summary": "A list of tags to associate with your synthetics private location."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-private-location/index.ts",
            "line": 38
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/synthetics-private-location/index:SyntheticsPrivateLocationConfig"
    },
    "@cdktn/provider-datadog.syntheticsPrivateLocation.SyntheticsPrivateLocationMetadata": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsPrivateLocation.SyntheticsPrivateLocationMetadata",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-private-location/index.ts",
        "line": 46
      },
      "name": "SyntheticsPrivateLocationMetadata",
      "namespace": "syntheticsPrivateLocation",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "**Deprecated.** This field is no longer supported by the Datadog API. Please use `datadog_restriction_policy` instead.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_private_location#restricted_roles SyntheticsPrivateLocation#restricted_roles}",
            "stability": "stable",
            "summary": "A set of role identifiers pulled from the Roles API to restrict read and write access."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-private-location/index.ts",
            "line": 52
          },
          "name": "restrictedRoles",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/synthetics-private-location/index:SyntheticsPrivateLocationMetadata"
    },
    "@cdktn/provider-datadog.syntheticsPrivateLocation.SyntheticsPrivateLocationMetadataList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsPrivateLocation.SyntheticsPrivateLocationMetadataList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-private-location/index.ts",
          "line": 153
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-private-location/index.ts",
        "line": 145
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-private-location/index.ts",
            "line": 160
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.syntheticsPrivateLocation.SyntheticsPrivateLocationMetadataOutputReference"
            }
          }
        }
      ],
      "name": "SyntheticsPrivateLocationMetadataList",
      "namespace": "syntheticsPrivateLocation",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-private-location/index.ts",
            "line": 146
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsPrivateLocation.SyntheticsPrivateLocationMetadata"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-private-location/index:SyntheticsPrivateLocationMetadataList"
    },
    "@cdktn/provider-datadog.syntheticsPrivateLocation.SyntheticsPrivateLocationMetadataOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsPrivateLocation.SyntheticsPrivateLocationMetadataOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-private-location/index.ts",
          "line": 94
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-private-location/index.ts",
        "line": 84
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-private-location/index.ts",
            "line": 136
          },
          "name": "resetRestrictedRoles"
        }
      ],
      "name": "SyntheticsPrivateLocationMetadataOutputReference",
      "namespace": "syntheticsPrivateLocation",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-private-location/index.ts",
            "line": 140
          },
          "name": "restrictedRolesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-private-location/index.ts",
            "line": 130
          },
          "name": "restrictedRoles",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-private-location/index.ts",
            "line": 98
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.syntheticsPrivateLocation.SyntheticsPrivateLocationMetadata"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-private-location/index:SyntheticsPrivateLocationMetadataOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsSuite.SyntheticsSuite": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_suite datadog_synthetics_suite}."
      },
      "fqn": "@cdktn/provider-datadog.syntheticsSuite.SyntheticsSuite",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_suite datadog_synthetics_suite} Resource."
        },
        "locationInModule": {
          "filename": "src/synthetics-suite/index.ts",
          "line": 347
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.syntheticsSuite.SyntheticsSuiteConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-suite/index.ts",
        "line": 315
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a SyntheticsSuite resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 332
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the SyntheticsSuite to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_suite#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing SyntheticsSuite that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the SyntheticsSuite to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 429
          },
          "name": "putOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.syntheticsSuite.SyntheticsSuiteOptions"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 445
          },
          "name": "putTests",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.syntheticsSuite.SyntheticsSuiteTests"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 387
          },
          "name": "resetMessage"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 432
          },
          "name": "resetOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 416
          },
          "name": "resetTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 448
          },
          "name": "resetTests"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 460
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 470
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "SyntheticsSuite",
      "namespace": "syntheticsSuite",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 320
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 375
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 426
          },
          "name": "options",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsSuite.SyntheticsSuiteOptionsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 442
          },
          "name": "tests",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsSuite.SyntheticsSuiteTestsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 391
          },
          "name": "messageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 404
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 436
          },
          "name": "optionsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsSuite.SyntheticsSuiteOptions"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 420
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 452
          },
          "name": "testsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsSuite.SyntheticsSuiteTests"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 381
          },
          "name": "message",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 397
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 410
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/synthetics-suite/index:SyntheticsSuite"
    },
    "@cdktn/provider-datadog.syntheticsSuite.SyntheticsSuiteConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsSuite.SyntheticsSuiteConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-suite/index.ts",
        "line": 14
      },
      "name": "SyntheticsSuiteConfig",
      "namespace": "syntheticsSuite",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_suite#name SyntheticsSuite#name}",
            "stability": "stable",
            "summary": "Name of the Synthetics suite."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 26
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_suite#message SyntheticsSuite#message}",
            "stability": "stable",
            "summary": "Message of the Synthetics suite."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 20
          },
          "name": "message",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_suite#options SyntheticsSuite#options}",
            "stability": "stable",
            "summary": "options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 38
          },
          "name": "options",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsSuite.SyntheticsSuiteOptions"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_suite#tags SyntheticsSuite#tags}",
            "stability": "stable",
            "summary": "A set of tags to associate with your synthetics suite."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 32
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_suite#tests SyntheticsSuite#tests}",
            "stability": "stable",
            "summary": "tests block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 44
          },
          "name": "tests",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsSuite.SyntheticsSuiteTests"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-suite/index:SyntheticsSuiteConfig"
    },
    "@cdktn/provider-datadog.syntheticsSuite.SyntheticsSuiteOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsSuite.SyntheticsSuiteOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-suite/index.ts",
        "line": 46
      },
      "name": "SyntheticsSuiteOptions",
      "namespace": "syntheticsSuite",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_suite#alerting_threshold SyntheticsSuite#alerting_threshold}",
            "stability": "stable",
            "summary": "Alerting threshold for the suite. Value must be between 0.000000 and 1.000000."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 52
          },
          "name": "alertingThreshold",
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/synthetics-suite/index:SyntheticsSuiteOptions"
    },
    "@cdktn/provider-datadog.syntheticsSuite.SyntheticsSuiteOptionsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsSuite.SyntheticsSuiteOptionsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-suite/index.ts",
          "line": 150
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-suite/index.ts",
        "line": 142
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 157
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.syntheticsSuite.SyntheticsSuiteOptionsOutputReference"
            }
          }
        }
      ],
      "name": "SyntheticsSuiteOptionsList",
      "namespace": "syntheticsSuite",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 143
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsSuite.SyntheticsSuiteOptions"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-suite/index:SyntheticsSuiteOptionsList"
    },
    "@cdktn/provider-datadog.syntheticsSuite.SyntheticsSuiteOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsSuite.SyntheticsSuiteOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-suite/index.ts",
          "line": 94
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-suite/index.ts",
        "line": 84
      },
      "name": "SyntheticsSuiteOptionsOutputReference",
      "namespace": "syntheticsSuite",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 137
          },
          "name": "alertingThresholdInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 130
          },
          "name": "alertingThreshold",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 98
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.syntheticsSuite.SyntheticsSuiteOptions"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-suite/index:SyntheticsSuiteOptionsOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsSuite.SyntheticsSuiteTests": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsSuite.SyntheticsSuiteTests",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-suite/index.ts",
        "line": 161
      },
      "name": "SyntheticsSuiteTests",
      "namespace": "syntheticsSuite",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_suite#public_id SyntheticsSuite#public_id}",
            "stability": "stable",
            "summary": "Public ID of the test."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 173
          },
          "name": "publicId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_suite#alerting_criticality SyntheticsSuite#alerting_criticality}",
            "stability": "stable",
            "summary": "Alerting criticality for the test. Valid values are `ignore`, `critical`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 167
          },
          "name": "alertingCriticality",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-suite/index:SyntheticsSuiteTests"
    },
    "@cdktn/provider-datadog.syntheticsSuite.SyntheticsSuiteTestsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsSuite.SyntheticsSuiteTestsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-suite/index.ts",
          "line": 300
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-suite/index.ts",
        "line": 292
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 307
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.syntheticsSuite.SyntheticsSuiteTestsOutputReference"
            }
          }
        }
      ],
      "name": "SyntheticsSuiteTestsList",
      "namespace": "syntheticsSuite",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 293
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsSuite.SyntheticsSuiteTests"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-suite/index:SyntheticsSuiteTestsList"
    },
    "@cdktn/provider-datadog.syntheticsSuite.SyntheticsSuiteTestsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsSuite.SyntheticsSuiteTestsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-suite/index.ts",
          "line": 222
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-suite/index.ts",
        "line": 212
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 270
          },
          "name": "resetAlertingCriticality"
        }
      ],
      "name": "SyntheticsSuiteTestsOutputReference",
      "namespace": "syntheticsSuite",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 274
          },
          "name": "alertingCriticalityInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 287
          },
          "name": "publicIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 264
          },
          "name": "alertingCriticality",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 280
          },
          "name": "publicId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-suite/index.ts",
            "line": 226
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.syntheticsSuite.SyntheticsSuiteTests"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-suite/index:SyntheticsSuiteTestsOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTest": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test datadog_synthetics_test}."
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTest",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test datadog_synthetics_test} Resource."
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 16142
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 16110
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a SyntheticsTest resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16127
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the SyntheticsTest to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing SyntheticsTest that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the SyntheticsTest to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16447
          },
          "name": "putApiStep",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStep"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16463
          },
          "name": "putAssertion",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertion"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16479
          },
          "name": "putBrowserStep",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStep"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16495
          },
          "name": "putBrowserVariable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserVariable"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16511
          },
          "name": "putConfigVariable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestConfigVariable"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16527
          },
          "name": "putMobileOptionsList",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListStruct"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16543
          },
          "name": "putMobileStep",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStep"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16559
          },
          "name": "putOptionsList",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListStruct"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16575
          },
          "name": "putRequestBasicauth",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestBasicauth"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16591
          },
          "name": "putRequestClientCertificate",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificate"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16607
          },
          "name": "putRequestDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16623
          },
          "name": "putRequestFile",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestFile"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16639
          },
          "name": "putRequestProxy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestProxy"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16450
          },
          "name": "resetApiStep"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16466
          },
          "name": "resetAssertion"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16482
          },
          "name": "resetBrowserStep"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16498
          },
          "name": "resetBrowserVariable"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16201
          },
          "name": "resetConfigInitialApplicationArguments"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16514
          },
          "name": "resetConfigVariable"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16217
          },
          "name": "resetDeviceIds"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16233
          },
          "name": "resetForceDeleteDependencies"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16249
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16278
          },
          "name": "resetMessage"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16530
          },
          "name": "resetMobileOptionsList"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16546
          },
          "name": "resetMobileStep"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16562
          },
          "name": "resetOptionsList"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16578
          },
          "name": "resetRequestBasicauth"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16594
          },
          "name": "resetRequestClientCertificate"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16610
          },
          "name": "resetRequestDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16626
          },
          "name": "resetRequestFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16312
          },
          "name": "resetRequestHeaders"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16328
          },
          "name": "resetRequestMetadata"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16642
          },
          "name": "resetRequestProxy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16344
          },
          "name": "resetRequestQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16360
          },
          "name": "resetSetCookie"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16389
          },
          "name": "resetSubtype"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16405
          },
          "name": "resetTags"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16434
          },
          "name": "resetVariablesFromScript"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16654
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16688
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "SyntheticsTest",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16115
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16444
          },
          "name": "apiStep",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16460
          },
          "name": "assertion",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertionList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16476
          },
          "name": "browserStep",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16492
          },
          "name": "browserVariable",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserVariableList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16508
          },
          "name": "configVariable",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestConfigVariableList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16524
          },
          "name": "mobileOptionsList",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListStructOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16540
          },
          "name": "mobileStep",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16287
          },
          "name": "monitorId",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16556
          },
          "name": "optionsList",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListStructOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16572
          },
          "name": "requestBasicauth",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestBasicauthOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16588
          },
          "name": "requestClientCertificate",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16604
          },
          "name": "requestDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16620
          },
          "name": "requestFile",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestFileList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16636
          },
          "name": "requestProxy",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestProxyOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16454
          },
          "name": "apiStepInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStep"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16470
          },
          "name": "assertionInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertion"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16486
          },
          "name": "browserStepInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStep"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16502
          },
          "name": "browserVariableInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserVariable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16205
          },
          "name": "configInitialApplicationArgumentsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16518
          },
          "name": "configVariableInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestConfigVariable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16221
          },
          "name": "deviceIdsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16237
          },
          "name": "forceDeleteDependenciesInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16253
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16266
          },
          "name": "locationsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16282
          },
          "name": "messageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16534
          },
          "name": "mobileOptionsListInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListStruct"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16550
          },
          "name": "mobileStepInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStep"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16300
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16566
          },
          "name": "optionsListInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListStruct"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16582
          },
          "name": "requestBasicauthInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestBasicauth"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16598
          },
          "name": "requestClientCertificateInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificate"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16614
          },
          "name": "requestDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16630
          },
          "name": "requestFileInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestFile"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16316
          },
          "name": "requestHeadersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16332
          },
          "name": "requestMetadataInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16646
          },
          "name": "requestProxyInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestProxy"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16348
          },
          "name": "requestQueryInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16364
          },
          "name": "setCookieInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16377
          },
          "name": "statusInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16393
          },
          "name": "subtypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16409
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16422
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16438
          },
          "name": "variablesFromScriptInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16195
          },
          "name": "configInitialApplicationArguments",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16211
          },
          "name": "deviceIds",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16227
          },
          "name": "forceDeleteDependencies",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16243
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16259
          },
          "name": "locations",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16272
          },
          "name": "message",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16293
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16306
          },
          "name": "requestHeaders",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16322
          },
          "name": "requestMetadata",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16338
          },
          "name": "requestQuery",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16354
          },
          "name": "setCookie",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16370
          },
          "name": "status",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16383
          },
          "name": "subtype",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16399
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16415
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16428
          },
          "name": "variablesFromScript",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTest"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStep": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStep",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 4176
      },
      "name": "SyntheticsTestApiStep",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#name SyntheticsTest#name}",
            "stability": "stable",
            "summary": "The name of the step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4206
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#allow_failure SyntheticsTest#allow_failure}",
            "stability": "stable",
            "summary": "Determines whether or not to continue with test if this step fails."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4182
          },
          "name": "allowFailure",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#assertion SyntheticsTest#assertion}",
            "stability": "stable",
            "summary": "assertion block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4248
          },
          "name": "assertion",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertion"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#exit_if_succeed SyntheticsTest#exit_if_succeed}",
            "stability": "stable",
            "summary": "Determines whether or not to exit the test if the step succeeds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4188
          },
          "name": "exitIfSucceed",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#extracted_value SyntheticsTest#extracted_value}",
            "stability": "stable",
            "summary": "extracted_value block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4254
          },
          "name": "extractedValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValue"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#extracted_values_from_script SyntheticsTest#extracted_values_from_script}",
            "stability": "stable",
            "summary": "Generate variables using JavaScript."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4194
          },
          "name": "extractedValuesFromScript",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be used only if `allow_failure` is `true`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#is_critical SyntheticsTest#is_critical}",
            "stability": "stable",
            "summary": "Determines whether or not to consider the entire test as failed if this step fails."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4200
          },
          "name": "isCritical",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#request_basicauth SyntheticsTest#request_basicauth}",
            "stability": "stable",
            "summary": "request_basicauth block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4260
          },
          "name": "requestBasicauth",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestBasicauth"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#request_client_certificate SyntheticsTest#request_client_certificate}",
            "stability": "stable",
            "summary": "request_client_certificate block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4266
          },
          "name": "requestClientCertificate",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificate"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#request_definition SyntheticsTest#request_definition}",
            "stability": "stable",
            "summary": "request_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4272
          },
          "name": "requestDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#request_file SyntheticsTest#request_file}",
            "stability": "stable",
            "summary": "request_file block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4278
          },
          "name": "requestFile",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestFile"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#request_headers SyntheticsTest#request_headers}",
            "stability": "stable",
            "summary": "Header name and value map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4212
          },
          "name": "requestHeaders",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#request_metadata SyntheticsTest#request_metadata}",
            "stability": "stable",
            "summary": "Metadata to include when performing the gRPC request."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4218
          },
          "name": "requestMetadata",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#request_proxy SyntheticsTest#request_proxy}",
            "stability": "stable",
            "summary": "request_proxy block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4284
          },
          "name": "requestProxy",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestProxy"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#request_query SyntheticsTest#request_query}",
            "stability": "stable",
            "summary": "Query arguments name and value map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4224
          },
          "name": "requestQuery",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#retry SyntheticsTest#retry}",
            "stability": "stable",
            "summary": "retry block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4290
          },
          "name": "retry",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRetry"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#subtest_public_id SyntheticsTest#subtest_public_id}",
            "stability": "stable",
            "summary": "Public ID of the test to be played as part of a `playSubTest` step type."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4230
          },
          "name": "subtestPublicId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `http`, `grpc`, `ssl`, `dns`, `tcp`, `udp`, `icmp`, `websocket`, `wait`, `playSubTest`. Defaults to `\"http\"`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#subtype SyntheticsTest#subtype}",
            "stability": "stable",
            "summary": "The subtype of the Synthetic multistep API test step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4236
          },
          "name": "subtype",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#value SyntheticsTest#value}",
            "stability": "stable",
            "summary": "The time to wait in seconds. Minimum value: 0. Maximum value: 180."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4242
          },
          "name": "value",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestApiStep"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertion": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertion",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 644
      },
      "name": "SyntheticsTestApiStepAssertion",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "**Note:** Only some combinations of `type` and `operator` are valid. For API tests, refer to `config.assertions` in the [Datadog API reference](https://docs.datadoghq.com/api/latest/synthetics/#create-an-api-test). For Network Path tests, refer to `config.assertions` in the [Datadog API reference](https://docs.datadoghq.com/api/latest/synthetics/#create-a-network-path-test). Valid values are `body`, `header`, `statusCode`, `certificate`, `responseTime`, `property`, `recordEvery`, `recordSome`, `tlsVersion`, `minTlsVersion`, `latency`, `packetLossPercentage`, `packetsReceived`, `networkHop`, `receivedMessage`, `grpcHealthcheckStatus`, `grpcMetadata`, `grpcProto`, `connection`, `multiNetworkHop`, `jitter`, `bodyHash`, `javascript`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#type SyntheticsTest#type}",
            "stability": "stable",
            "summary": "Type of assertion."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 680
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#code SyntheticsTest#code}",
            "stability": "stable",
            "summary": "If assertion type is `javascript`, this is the JavaScript code that performs the assertions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 650
          },
          "name": "code",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "**Note:** Only some combinations of `type` and `operator` are valid. Refer to `config.assertions` in the [Datadog API reference](https://docs.datadoghq.com/api/latest/synthetics/#create-an-api-test). Valid values are `contains`, `doesNotContain`, `is`, `isNot`, `lessThan`, `lessThanOrEqual`, `moreThan`, `moreThanOrEqual`, `matches`, `doesNotMatch`, `validates`, `isInMoreThan`, `isInLessThan`, `doesNotExist`, `isUndefined`, `validatesJSONPath`, `validatesJSONSchema`, `validatesXPath`, `md5`, `sha1`, `sha256`, `is`, `isNot`, `lessThan`, `lessThanOrEqual`, `moreThan`, `moreThanOrEqual`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#operator SyntheticsTest#operator}",
            "stability": "stable",
            "summary": "Assertion operator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 656
          },
          "name": "operator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "For other assertion types, this is an aggregation property: `avg`, `min`, `max`, or `stddev`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#property SyntheticsTest#property}",
            "stability": "stable",
            "summary": "If assertion type is `header` or `grpcMetadata`, this is the header name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 662
          },
          "name": "property",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#target SyntheticsTest#target}",
            "stability": "stable",
            "summary": "Expected value. **Note:** Depends on the assertion type. Refer to `config.assertions` in the [Datadog API reference](https://docs.datadoghq.com/api/latest/synthetics/#create-an-api-test)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 668
          },
          "name": "target",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#targetjsonpath SyntheticsTest#targetjsonpath}",
            "stability": "stable",
            "summary": "targetjsonpath block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 686
          },
          "name": "targetjsonpath",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetjsonpath"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#targetjsonschema SyntheticsTest#targetjsonschema}",
            "stability": "stable",
            "summary": "targetjsonschema block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 692
          },
          "name": "targetjsonschema",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetjsonschema"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#targetxpath SyntheticsTest#targetxpath}",
            "stability": "stable",
            "summary": "targetxpath block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 698
          },
          "name": "targetxpath",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetxpath"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#timings_scope SyntheticsTest#timings_scope}",
            "stability": "stable",
            "summary": "Timings scope for response time assertions. Valid values are `all`, `withoutDNS`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 674
          },
          "name": "timingsScope",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepAssertion"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 1028
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 1020
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1035
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionOutputReference"
            }
          }
        }
      ],
      "name": "SyntheticsTestApiStepAssertionList",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1021
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertion"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepAssertionList"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 796
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 786
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 976
          },
          "name": "putTargetjsonpath",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetjsonpath"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 992
          },
          "name": "putTargetjsonschema",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetjsonschema"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1008
          },
          "name": "putTargetxpath",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetxpath"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 886
          },
          "name": "resetCode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 902
          },
          "name": "resetOperator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 918
          },
          "name": "resetProperty"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 934
          },
          "name": "resetTarget"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 979
          },
          "name": "resetTargetjsonpath"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 995
          },
          "name": "resetTargetjsonschema"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1011
          },
          "name": "resetTargetxpath"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 950
          },
          "name": "resetTimingsScope"
        }
      ],
      "name": "SyntheticsTestApiStepAssertionOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 973
          },
          "name": "targetjsonpath",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetjsonpathOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 989
          },
          "name": "targetjsonschema",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetjsonschemaOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1005
          },
          "name": "targetxpath",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetxpathOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 890
          },
          "name": "codeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 906
          },
          "name": "operatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 922
          },
          "name": "propertyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 938
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 983
          },
          "name": "targetjsonpathInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetjsonpath"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 999
          },
          "name": "targetjsonschemaInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetjsonschema"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1015
          },
          "name": "targetxpathInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetxpath"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 954
          },
          "name": "timingsScopeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 967
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 880
          },
          "name": "code",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 896
          },
          "name": "operator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 912
          },
          "name": "property",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 928
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 944
          },
          "name": "timingsScope",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 960
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 800
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertion"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepAssertionOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetjsonpath": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetjsonpath",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 191
      },
      "name": "SyntheticsTestApiStepAssertionTargetjsonpath",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#jsonpath SyntheticsTest#jsonpath}",
            "stability": "stable",
            "summary": "The JSON path to assert."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 203
          },
          "name": "jsonpath",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#operator SyntheticsTest#operator}",
            "stability": "stable",
            "summary": "The specific operator to use on the path."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 209
          },
          "name": "operator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Select from `firstElementMatches` (the first element in the list), `everyElementMatches` (every element in the list), `atLeastOneElementMatches` (at least one element in the list), or `serializationMatches` (the serialized value of the list). Defaults to `\"firstElementMatches\"`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#elementsoperator SyntheticsTest#elementsoperator}",
            "stability": "stable",
            "summary": "The element from the list of results to assert on."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 197
          },
          "name": "elementsoperator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#targetvalue SyntheticsTest#targetvalue}",
            "stability": "stable",
            "summary": "Expected matching value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 215
          },
          "name": "targetvalue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepAssertionTargetjsonpath"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetjsonpathOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetjsonpathOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 275
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 268
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 326
          },
          "name": "resetElementsoperator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 368
          },
          "name": "resetTargetvalue"
        }
      ],
      "name": "SyntheticsTestApiStepAssertionTargetjsonpathOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 330
          },
          "name": "elementsoperatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 343
          },
          "name": "jsonpathInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 356
          },
          "name": "operatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 372
          },
          "name": "targetvalueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 320
          },
          "name": "elementsoperator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 336
          },
          "name": "jsonpath",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 349
          },
          "name": "operator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 362
          },
          "name": "targetvalue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 279
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetjsonpath"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepAssertionTargetjsonpathOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetjsonschema": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetjsonschema",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 376
      },
      "name": "SyntheticsTestApiStepAssertionTargetjsonschema",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#jsonschema SyntheticsTest#jsonschema}",
            "stability": "stable",
            "summary": "The JSON Schema to validate the body against."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 382
          },
          "name": "jsonschema",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#metaschema SyntheticsTest#metaschema}",
            "stability": "stable",
            "summary": "The meta schema to use for the JSON Schema. Defaults to `\"draft-07\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 388
          },
          "name": "metaschema",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepAssertionTargetjsonschema"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetjsonschemaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetjsonschemaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 434
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 427
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 486
          },
          "name": "resetMetaschema"
        }
      ],
      "name": "SyntheticsTestApiStepAssertionTargetjsonschemaOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 474
          },
          "name": "jsonschemaInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 490
          },
          "name": "metaschemaInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 467
          },
          "name": "jsonschema",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 480
          },
          "name": "metaschema",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 438
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetjsonschema"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepAssertionTargetjsonschemaOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetxpath": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetxpath",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 494
      },
      "name": "SyntheticsTestApiStepAssertionTargetxpath",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#operator SyntheticsTest#operator}",
            "stability": "stable",
            "summary": "The specific operator to use on the path."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 500
          },
          "name": "operator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#xpath SyntheticsTest#xpath}",
            "stability": "stable",
            "summary": "The xpath to assert."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 512
          },
          "name": "xpath",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#targetvalue SyntheticsTest#targetvalue}",
            "stability": "stable",
            "summary": "Expected matching value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 506
          },
          "name": "targetvalue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepAssertionTargetxpath"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetxpathOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetxpathOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 565
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 558
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 623
          },
          "name": "resetTargetvalue"
        }
      ],
      "name": "SyntheticsTestApiStepAssertionTargetxpathOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 611
          },
          "name": "operatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 627
          },
          "name": "targetvalueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 640
          },
          "name": "xpathInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 604
          },
          "name": "operator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 617
          },
          "name": "targetvalue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 633
          },
          "name": "xpath",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 569
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionTargetxpath"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepAssertionTargetxpathOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValue": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValue",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 1157
      },
      "name": "SyntheticsTestApiStepExtractedValue",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#name SyntheticsTest#name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1167
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#parser SyntheticsTest#parser}",
            "stability": "stable",
            "summary": "parser block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1185
          },
          "name": "parser",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValueParser"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#type SyntheticsTest#type}",
            "stability": "stable",
            "summary": "Property of the Synthetics Test Response to use for the variable. Valid values are `grpc_message`, `grpc_metadata`, `http_body`, `http_header`, `http_status_code`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1179
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#field SyntheticsTest#field}",
            "stability": "stable",
            "summary": "When type is `http_header` or `grpc_metadata`, name of the header or metadatum to extract."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1163
          },
          "name": "field",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#secure SyntheticsTest#secure}",
            "stability": "stable",
            "summary": "Determines whether or not the extracted value will be obfuscated."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1173
          },
          "name": "secure",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepExtractedValue"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValueList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValueList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 1393
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 1385
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1400
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValueOutputReference"
            }
          }
        }
      ],
      "name": "SyntheticsTestApiStepExtractedValueList",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1386
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValue"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepExtractedValueList"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValueOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValueOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 1255
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 1245
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1376
          },
          "name": "putParser",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValueParser"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1321
          },
          "name": "resetField"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1350
          },
          "name": "resetSecure"
        }
      ],
      "name": "SyntheticsTestApiStepExtractedValueOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1373
          },
          "name": "parser",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValueParserOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1325
          },
          "name": "fieldInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1338
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1380
          },
          "name": "parserInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValueParser"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1354
          },
          "name": "secureInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1367
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1315
          },
          "name": "field",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1331
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1344
          },
          "name": "secure",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1360
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1259
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValue"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepExtractedValueOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValueParser": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValueParser",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 1039
      },
      "name": "SyntheticsTestApiStepExtractedValueParser",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#type SyntheticsTest#type}",
            "stability": "stable",
            "summary": "Type of parser for a Synthetics global variable from a synthetics test. Valid values are `raw`, `json_path`, `regex`, `x_path`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1045
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#value SyntheticsTest#value}",
            "stability": "stable",
            "summary": "Regex or JSON path used for the parser. Not used with type `raw`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1051
          },
          "name": "value",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepExtractedValueParser"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValueParserOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValueParserOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 1097
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 1090
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1149
          },
          "name": "resetValue"
        }
      ],
      "name": "SyntheticsTestApiStepExtractedValueParserOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1137
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1153
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1130
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1143
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1101
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValueParser"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepExtractedValueParserOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 4915
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 4907
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4922
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepOutputReference"
            }
          }
        }
      ],
      "name": "SyntheticsTestApiStepList",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4908
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStep"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepList"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 4458
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 4448
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4783
          },
          "name": "putAssertion",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertion"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4799
          },
          "name": "putExtractedValue",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValue"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4815
          },
          "name": "putRequestBasicauth",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestBasicauth"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4831
          },
          "name": "putRequestClientCertificate",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificate"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4847
          },
          "name": "putRequestDefinition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestDefinition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4863
          },
          "name": "putRequestFile",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestFile"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4879
          },
          "name": "putRequestProxy",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestProxy"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4895
          },
          "name": "putRetry",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRetry"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4608
          },
          "name": "resetAllowFailure"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4786
          },
          "name": "resetAssertion"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4624
          },
          "name": "resetExitIfSucceed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4802
          },
          "name": "resetExtractedValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4640
          },
          "name": "resetExtractedValuesFromScript"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4661
          },
          "name": "resetIsCritical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4818
          },
          "name": "resetRequestBasicauth"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4834
          },
          "name": "resetRequestClientCertificate"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4850
          },
          "name": "resetRequestDefinition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4866
          },
          "name": "resetRequestFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4690
          },
          "name": "resetRequestHeaders"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4706
          },
          "name": "resetRequestMetadata"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4882
          },
          "name": "resetRequestProxy"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4722
          },
          "name": "resetRequestQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4898
          },
          "name": "resetRetry"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4738
          },
          "name": "resetSubtestPublicId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4754
          },
          "name": "resetSubtype"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4770
          },
          "name": "resetValue"
        }
      ],
      "name": "SyntheticsTestApiStepOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4780
          },
          "name": "assertion",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertionList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4796
          },
          "name": "extractedValue",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValueList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4649
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4812
          },
          "name": "requestBasicauth",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestBasicauthOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4828
          },
          "name": "requestClientCertificate",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4844
          },
          "name": "requestDefinition",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestDefinitionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4860
          },
          "name": "requestFile",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestFileList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4876
          },
          "name": "requestProxy",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestProxyOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4892
          },
          "name": "retry",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRetryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4612
          },
          "name": "allowFailureInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4790
          },
          "name": "assertionInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepAssertion"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4628
          },
          "name": "exitIfSucceedInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4806
          },
          "name": "extractedValueInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepExtractedValue"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4644
          },
          "name": "extractedValuesFromScriptInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4665
          },
          "name": "isCriticalInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4678
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4822
          },
          "name": "requestBasicauthInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestBasicauth"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4838
          },
          "name": "requestClientCertificateInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificate"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4854
          },
          "name": "requestDefinitionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestDefinition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4870
          },
          "name": "requestFileInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestFile"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4694
          },
          "name": "requestHeadersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4710
          },
          "name": "requestMetadataInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4886
          },
          "name": "requestProxyInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestProxy"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4726
          },
          "name": "requestQueryInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4902
          },
          "name": "retryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRetry"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4742
          },
          "name": "subtestPublicIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4758
          },
          "name": "subtypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4774
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4602
          },
          "name": "allowFailure",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4618
          },
          "name": "exitIfSucceed",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4634
          },
          "name": "extractedValuesFromScript",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4655
          },
          "name": "isCritical",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4671
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4684
          },
          "name": "requestHeaders",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4700
          },
          "name": "requestMetadata",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4716
          },
          "name": "requestQuery",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4732
          },
          "name": "subtestPublicId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4748
          },
          "name": "subtype",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4764
          },
          "name": "value",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4462
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStep"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestBasicauth": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestBasicauth",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 1404
      },
      "name": "SyntheticsTestApiStepRequestBasicauth",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#access_key SyntheticsTest#access_key}",
            "stability": "stable",
            "summary": "Access key for `SIGV4` authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1410
          },
          "name": "accessKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#access_token_url SyntheticsTest#access_token_url}",
            "stability": "stable",
            "summary": "Access token url for `oauth-client` or `oauth-rop` authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1416
          },
          "name": "accessTokenUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#audience SyntheticsTest#audience}",
            "stability": "stable",
            "summary": "Audience for `oauth-client` or `oauth-rop` authentication. Defaults to `\"\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1422
          },
          "name": "audience",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#client_id SyntheticsTest#client_id}",
            "stability": "stable",
            "summary": "Client ID for `oauth-client` or `oauth-rop` authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1428
          },
          "name": "clientId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#client_secret SyntheticsTest#client_secret}",
            "stability": "stable",
            "summary": "Client secret for `oauth-client` or `oauth-rop` authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1434
          },
          "name": "clientSecret",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#domain SyntheticsTest#domain}",
            "stability": "stable",
            "summary": "Domain for `ntlm` authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1440
          },
          "name": "domain",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#password SyntheticsTest#password}",
            "stability": "stable",
            "summary": "Password for authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1446
          },
          "name": "password",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#region SyntheticsTest#region}",
            "stability": "stable",
            "summary": "Region for `SIGV4` authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1452
          },
          "name": "region",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#resource SyntheticsTest#resource}",
            "stability": "stable",
            "summary": "Resource for `oauth-client` or `oauth-rop` authentication. Defaults to `\"\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1458
          },
          "name": "resource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#scope SyntheticsTest#scope}",
            "stability": "stable",
            "summary": "Scope for `oauth-client` or `oauth-rop` authentication. Defaults to `\"\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1464
          },
          "name": "scope",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#secret_key SyntheticsTest#secret_key}",
            "stability": "stable",
            "summary": "Secret key for `SIGV4` authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1470
          },
          "name": "secretKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#service_name SyntheticsTest#service_name}",
            "stability": "stable",
            "summary": "Service name for `SIGV4` authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1476
          },
          "name": "serviceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#session_token SyntheticsTest#session_token}",
            "stability": "stable",
            "summary": "Session token for `SIGV4` authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1482
          },
          "name": "sessionToken",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#token_api_authentication SyntheticsTest#token_api_authentication}",
            "stability": "stable",
            "summary": "Token API Authentication for `oauth-client` or `oauth-rop` authentication. Valid values are `header`, `body`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1488
          },
          "name": "tokenApiAuthentication",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#type SyntheticsTest#type}",
            "stability": "stable",
            "summary": "Type of basic authentication to use when performing the test. Defaults to `\"web\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1494
          },
          "name": "type",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#username SyntheticsTest#username}",
            "stability": "stable",
            "summary": "Username for authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1500
          },
          "name": "username",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#workstation SyntheticsTest#workstation}",
            "stability": "stable",
            "summary": "Workstation for `ntlm` authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1506
          },
          "name": "workstation",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepRequestBasicauth"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestBasicauthOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestBasicauthOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 1657
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 1650
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1786
          },
          "name": "resetAccessKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1802
          },
          "name": "resetAccessTokenUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1818
          },
          "name": "resetAudience"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1834
          },
          "name": "resetClientId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1850
          },
          "name": "resetClientSecret"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1866
          },
          "name": "resetDomain"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1882
          },
          "name": "resetPassword"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1898
          },
          "name": "resetRegion"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1914
          },
          "name": "resetResource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1930
          },
          "name": "resetScope"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1946
          },
          "name": "resetSecretKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1962
          },
          "name": "resetServiceName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1978
          },
          "name": "resetSessionToken"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1994
          },
          "name": "resetTokenApiAuthentication"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2010
          },
          "name": "resetType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2026
          },
          "name": "resetUsername"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2042
          },
          "name": "resetWorkstation"
        }
      ],
      "name": "SyntheticsTestApiStepRequestBasicauthOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1790
          },
          "name": "accessKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1806
          },
          "name": "accessTokenUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1822
          },
          "name": "audienceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1838
          },
          "name": "clientIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1854
          },
          "name": "clientSecretInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1870
          },
          "name": "domainInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1886
          },
          "name": "passwordInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1902
          },
          "name": "regionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1918
          },
          "name": "resourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1934
          },
          "name": "scopeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1950
          },
          "name": "secretKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1966
          },
          "name": "serviceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1982
          },
          "name": "sessionTokenInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1998
          },
          "name": "tokenApiAuthenticationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2014
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2030
          },
          "name": "usernameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2046
          },
          "name": "workstationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1780
          },
          "name": "accessKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1796
          },
          "name": "accessTokenUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1812
          },
          "name": "audience",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1828
          },
          "name": "clientId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1844
          },
          "name": "clientSecret",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1860
          },
          "name": "domain",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1876
          },
          "name": "password",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1892
          },
          "name": "region",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1908
          },
          "name": "resource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1924
          },
          "name": "scope",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1940
          },
          "name": "secretKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1956
          },
          "name": "serviceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1972
          },
          "name": "sessionToken",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1988
          },
          "name": "tokenApiAuthentication",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2004
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2020
          },
          "name": "username",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2036
          },
          "name": "workstation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 1661
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestBasicauth"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepRequestBasicauthOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificate": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificate",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 2292
      },
      "name": "SyntheticsTestApiStepRequestClientCertificate",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#cert SyntheticsTest#cert}",
            "stability": "stable",
            "summary": "cert block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2298
          },
          "name": "cert",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateCert"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#key SyntheticsTest#key}",
            "stability": "stable",
            "summary": "key block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2304
          },
          "name": "key",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateKey"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepRequestClientCertificate"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateCert": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateCert",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 2050
      },
      "name": "SyntheticsTestApiStepRequestClientCertificateCert",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#content SyntheticsTest#content}",
            "stability": "stable",
            "summary": "Content of the certificate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2056
          },
          "name": "content",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#filename SyntheticsTest#filename}",
            "stability": "stable",
            "summary": "File name for the certificate. Defaults to `\"Provided in Terraform config\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2062
          },
          "name": "filename",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepRequestClientCertificateCert"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateCertOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateCertOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 2108
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 2101
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2147
          },
          "name": "resetContent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2163
          },
          "name": "resetFilename"
        }
      ],
      "name": "SyntheticsTestApiStepRequestClientCertificateCertOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2151
          },
          "name": "contentInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2167
          },
          "name": "filenameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2141
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2157
          },
          "name": "filename",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2112
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateCert"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepRequestClientCertificateCertOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateKey": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateKey",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 2171
      },
      "name": "SyntheticsTestApiStepRequestClientCertificateKey",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#content SyntheticsTest#content}",
            "stability": "stable",
            "summary": "Content of the certificate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2177
          },
          "name": "content",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#filename SyntheticsTest#filename}",
            "stability": "stable",
            "summary": "File name for the certificate. Defaults to `\"Provided in Terraform config\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2183
          },
          "name": "filename",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepRequestClientCertificateKey"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateKeyOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateKeyOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 2229
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 2222
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2268
          },
          "name": "resetContent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2284
          },
          "name": "resetFilename"
        }
      ],
      "name": "SyntheticsTestApiStepRequestClientCertificateKeyOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2272
          },
          "name": "contentInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2288
          },
          "name": "filenameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2262
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2278
          },
          "name": "filename",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2233
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateKey"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepRequestClientCertificateKeyOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 2350
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 2343
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2386
          },
          "name": "putCert",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateCert"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2399
          },
          "name": "putKey",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateKey"
              }
            }
          ]
        }
      ],
      "name": "SyntheticsTestApiStepRequestClientCertificateOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2383
          },
          "name": "cert",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateCertOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2396
          },
          "name": "key",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateKeyOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2390
          },
          "name": "certInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateCert"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2403
          },
          "name": "keyInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificateKey"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2354
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestClientCertificate"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepRequestClientCertificateOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 2407
      },
      "name": "SyntheticsTestApiStepRequestDefinition",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#accept_self_signed SyntheticsTest#accept_self_signed}",
            "stability": "stable",
            "summary": "For SSL tests, whether or not the test should allow self signed certificates."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2413
          },
          "name": "acceptSelfSigned",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#allow_insecure SyntheticsTest#allow_insecure}",
            "stability": "stable",
            "summary": "Allows loading insecure content for a request in an API test or in a multistep API test step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2419
          },
          "name": "allowInsecure",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#body SyntheticsTest#body}",
            "stability": "stable",
            "summary": "The request body."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2425
          },
          "name": "body",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#body_type SyntheticsTest#body_type}",
            "stability": "stable",
            "summary": "Type of the request body. Valid values are `text/plain`, `application/json`, `text/xml`, `text/html`, `application/x-www-form-urlencoded`, `graphql`, `application/octet-stream`, `multipart/form-data`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2431
          },
          "name": "bodyType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#call_type SyntheticsTest#call_type}",
            "stability": "stable",
            "summary": "The type of gRPC call to perform. Valid values are `healthcheck`, `unary`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2437
          },
          "name": "callType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "If you want your client certificate to be applied on other domains instead, add them in `certificate_domains`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#certificate_domains SyntheticsTest#certificate_domains}",
            "stability": "stable",
            "summary": "By default, the client certificate is applied on the domain of the starting URL for browser tests."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2443
          },
          "name": "certificateDomains",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#check_certificate_revocation SyntheticsTest#check_certificate_revocation}",
            "stability": "stable",
            "summary": "For SSL tests, whether or not the test should fail on revoked certificate in stapled OCSP."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2449
          },
          "name": "checkCertificateRevocation",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#destination_service SyntheticsTest#destination_service}",
            "stability": "stable",
            "summary": "For Network Path tests, an optional label displayed for the destination host in the Network Path visualization."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2455
          },
          "name": "destinationService",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#disable_aia_intermediate_fetching SyntheticsTest#disable_aia_intermediate_fetching}",
            "stability": "stable",
            "summary": "For SSL tests, whether or not the test should disable fetching intermediate certificates from AIA."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2461
          },
          "name": "disableAiaIntermediateFetching",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#dns_server SyntheticsTest#dns_server}",
            "stability": "stable",
            "summary": "DNS server to use for DNS tests (`subtype = \"dns\"`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2467
          },
          "name": "dnsServer",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#dns_server_port SyntheticsTest#dns_server_port}",
            "stability": "stable",
            "summary": "DNS server port to use for DNS tests."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2473
          },
          "name": "dnsServerPort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#e2e_queries SyntheticsTest#e2e_queries}",
            "stability": "stable",
            "summary": "For Network Path tests, the number of packets sent to probe the destination to measure packet loss, latency, and jitter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2479
          },
          "name": "e2EQueries",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#follow_redirects SyntheticsTest#follow_redirects}",
            "stability": "stable",
            "summary": "Determines whether or not the API HTTP test should follow redirects."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2485
          },
          "name": "followRedirects",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#form SyntheticsTest#form}",
            "stability": "stable",
            "summary": "Form data to be sent when `body_type` is `multipart/form-data`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2491
          },
          "name": "form",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#host SyntheticsTest#host}",
            "stability": "stable",
            "summary": "Host name to perform the test with."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2497
          },
          "name": "host",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `http1`, `http2`, `any`. Defaults to `\"any\"`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#http_version SyntheticsTest#http_version}",
            "stability": "stable",
            "summary": "HTTP version to use for an HTTP request in an API test or step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2503
          },
          "name": "httpVersion",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#is_message_base64_encoded SyntheticsTest#is_message_base64_encoded}",
            "stability": "stable",
            "summary": "For Websocket tests, whether the message is treated as a base64-encoded string in the server."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2509
          },
          "name": "isMessageBase64Encoded",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#max_ttl SyntheticsTest#max_ttl}",
            "stability": "stable",
            "summary": "For Network Path tests, the maximum time-to-live (max number of hops) used in outgoing probe packets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2515
          },
          "name": "maxTtl",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#message SyntheticsTest#message}",
            "stability": "stable",
            "summary": "For gRPC, UDP, and Websocket tests, message to send with the request."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2521
          },
          "name": "message",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Required if `subtype` is `HTTP` or if `subtype` is `grpc` and `callType` is `unary`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#method SyntheticsTest#method}",
            "stability": "stable",
            "summary": "Either the HTTP method/verb to use or a gRPC method available on the service set in the `service` field."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2527
          },
          "name": "method",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#no_saving_response_body SyntheticsTest#no_saving_response_body}",
            "stability": "stable",
            "summary": "Determines whether or not to save the response body."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2533
          },
          "name": "noSavingResponseBody",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#number_of_packets SyntheticsTest#number_of_packets}",
            "stability": "stable",
            "summary": "Number of pings to use per test for ICMP tests (`subtype = \"icmp\"`) between 0 and 10."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2539
          },
          "name": "numberOfPackets",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#persist_cookies SyntheticsTest#persist_cookies}",
            "stability": "stable",
            "summary": "Persist cookies across redirects."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2545
          },
          "name": "persistCookies",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#plain_proto_file SyntheticsTest#plain_proto_file}",
            "stability": "stable",
            "summary": "The content of a proto file as a string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2551
          },
          "name": "plainProtoFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#port SyntheticsTest#port}",
            "stability": "stable",
            "summary": "Port to use when performing the test."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2557
          },
          "name": "port",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#proto_json_descriptor SyntheticsTest#proto_json_descriptor}",
            "stability": "stable",
            "summary": "A protobuf JSON descriptor. **Deprecated.** Use `plain_proto_file` instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2563
          },
          "name": "protoJsonDescriptor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#servername SyntheticsTest#servername}",
            "stability": "stable",
            "summary": "For SSL tests, it specifies on which server you want to initiate the TLS handshake, allowing the server to present one of multiple possible certificates on the same IP address and TCP port number."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2569
          },
          "name": "servername",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#service SyntheticsTest#service}",
            "stability": "stable",
            "summary": "The gRPC service on which you want to perform the gRPC call."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2575
          },
          "name": "service",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "For ICMP tests (`subtype = \"icmp\"`).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#should_track_hops SyntheticsTest#should_track_hops}",
            "stability": "stable",
            "summary": "This will turn on a traceroute probe to discover all gateways along the path to the host destination."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2581
          },
          "name": "shouldTrackHops",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#source_service SyntheticsTest#source_service}",
            "stability": "stable",
            "summary": "For Network Path tests, an optional label displayed for the source host in the Network Path visualization."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2587
          },
          "name": "sourceService",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#tcp_method SyntheticsTest#tcp_method}",
            "stability": "stable",
            "summary": "For TCP Network Path tests, the TCP traceroute strategy."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2593
          },
          "name": "tcpMethod",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#timeout SyntheticsTest#timeout}",
            "stability": "stable",
            "summary": "Timeout in seconds for the test."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2599
          },
          "name": "timeout",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#traceroute_queries SyntheticsTest#traceroute_queries}",
            "stability": "stable",
            "summary": "For Network Path tests, the number of traceroute path tracings."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2605
          },
          "name": "tracerouteQueries",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#url SyntheticsTest#url}",
            "stability": "stable",
            "summary": "The URL to send the request to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2611
          },
          "name": "url",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepRequestDefinition"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 2881
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 2874
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3112
          },
          "name": "resetAcceptSelfSigned"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3128
          },
          "name": "resetAllowInsecure"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3144
          },
          "name": "resetBody"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3160
          },
          "name": "resetBodyType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3176
          },
          "name": "resetCallType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3192
          },
          "name": "resetCertificateDomains"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3208
          },
          "name": "resetCheckCertificateRevocation"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3224
          },
          "name": "resetDestinationService"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3240
          },
          "name": "resetDisableAiaIntermediateFetching"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3256
          },
          "name": "resetDnsServer"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3272
          },
          "name": "resetDnsServerPort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3288
          },
          "name": "resetE2EQueries"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3304
          },
          "name": "resetFollowRedirects"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3320
          },
          "name": "resetForm"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3336
          },
          "name": "resetHost"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3352
          },
          "name": "resetHttpVersion"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3368
          },
          "name": "resetIsMessageBase64Encoded"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3384
          },
          "name": "resetMaxTtl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3400
          },
          "name": "resetMessage"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3416
          },
          "name": "resetMethod"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3432
          },
          "name": "resetNoSavingResponseBody"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3448
          },
          "name": "resetNumberOfPackets"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3464
          },
          "name": "resetPersistCookies"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3480
          },
          "name": "resetPlainProtoFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3496
          },
          "name": "resetPort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3512
          },
          "name": "resetProtoJsonDescriptor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3528
          },
          "name": "resetServername"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3544
          },
          "name": "resetService"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3560
          },
          "name": "resetShouldTrackHops"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3576
          },
          "name": "resetSourceService"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3592
          },
          "name": "resetTcpMethod"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3608
          },
          "name": "resetTimeout"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3624
          },
          "name": "resetTracerouteQueries"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3640
          },
          "name": "resetUrl"
        }
      ],
      "name": "SyntheticsTestApiStepRequestDefinitionOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3116
          },
          "name": "acceptSelfSignedInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3132
          },
          "name": "allowInsecureInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3148
          },
          "name": "bodyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3164
          },
          "name": "bodyTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3180
          },
          "name": "callTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3196
          },
          "name": "certificateDomainsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3212
          },
          "name": "checkCertificateRevocationInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3228
          },
          "name": "destinationServiceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3244
          },
          "name": "disableAiaIntermediateFetchingInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3260
          },
          "name": "dnsServerInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3276
          },
          "name": "dnsServerPortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3292
          },
          "name": "e2EQueriesInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3308
          },
          "name": "followRedirectsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3324
          },
          "name": "formInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3340
          },
          "name": "hostInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3356
          },
          "name": "httpVersionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3372
          },
          "name": "isMessageBase64EncodedInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3388
          },
          "name": "maxTtlInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3404
          },
          "name": "messageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3420
          },
          "name": "methodInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3436
          },
          "name": "noSavingResponseBodyInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3452
          },
          "name": "numberOfPacketsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3468
          },
          "name": "persistCookiesInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3484
          },
          "name": "plainProtoFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3500
          },
          "name": "portInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3516
          },
          "name": "protoJsonDescriptorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3532
          },
          "name": "servernameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3548
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3564
          },
          "name": "shouldTrackHopsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3580
          },
          "name": "sourceServiceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3596
          },
          "name": "tcpMethodInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3612
          },
          "name": "timeoutInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3628
          },
          "name": "tracerouteQueriesInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3644
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3106
          },
          "name": "acceptSelfSigned",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3122
          },
          "name": "allowInsecure",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3138
          },
          "name": "body",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3154
          },
          "name": "bodyType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3170
          },
          "name": "callType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3186
          },
          "name": "certificateDomains",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3202
          },
          "name": "checkCertificateRevocation",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3218
          },
          "name": "destinationService",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3234
          },
          "name": "disableAiaIntermediateFetching",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3250
          },
          "name": "dnsServer",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3266
          },
          "name": "dnsServerPort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3282
          },
          "name": "e2EQueries",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3298
          },
          "name": "followRedirects",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3314
          },
          "name": "form",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3330
          },
          "name": "host",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3346
          },
          "name": "httpVersion",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3362
          },
          "name": "isMessageBase64Encoded",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3378
          },
          "name": "maxTtl",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3394
          },
          "name": "message",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3410
          },
          "name": "method",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3426
          },
          "name": "noSavingResponseBody",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3442
          },
          "name": "numberOfPackets",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3458
          },
          "name": "persistCookies",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3474
          },
          "name": "plainProtoFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3490
          },
          "name": "port",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3506
          },
          "name": "protoJsonDescriptor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3522
          },
          "name": "servername",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3538
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3554
          },
          "name": "shouldTrackHops",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3570
          },
          "name": "sourceService",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3586
          },
          "name": "tcpMethod",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3602
          },
          "name": "timeout",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3618
          },
          "name": "tracerouteQueries",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3634
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 2885
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestDefinition"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepRequestDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestFile": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestFile",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 3648
      },
      "name": "SyntheticsTestApiStepRequestFile",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#name SyntheticsTest#name}",
            "stability": "stable",
            "summary": "Name of the file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3666
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#size SyntheticsTest#size}",
            "stability": "stable",
            "summary": "Size of the file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3678
          },
          "name": "size",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#type SyntheticsTest#type}",
            "stability": "stable",
            "summary": "Type of the file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3684
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#content SyntheticsTest#content}",
            "stability": "stable",
            "summary": "Content of the file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3654
          },
          "name": "content",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#encoding SyntheticsTest#encoding}",
            "stability": "stable",
            "summary": "Encoding of the file content. Must be `base64` when content contains base64-encoded data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3660
          },
          "name": "encoding",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#original_file_name SyntheticsTest#original_file_name}",
            "stability": "stable",
            "summary": "Original name of the file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3672
          },
          "name": "originalFileName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepRequestFile"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestFileList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestFileList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 3926
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 3918
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3933
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestFileOutputReference"
            }
          }
        }
      ],
      "name": "SyntheticsTestApiStepRequestFileList",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3919
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestFile"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepRequestFileList"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestFileOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestFileOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 3761
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 3751
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3838
          },
          "name": "resetContent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3854
          },
          "name": "resetEncoding"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3883
          },
          "name": "resetOriginalFileName"
        }
      ],
      "name": "SyntheticsTestApiStepRequestFileOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3826
          },
          "name": "bucketKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3842
          },
          "name": "contentInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3858
          },
          "name": "encodingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3871
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3887
          },
          "name": "originalFileNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3900
          },
          "name": "sizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3913
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3832
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3848
          },
          "name": "encoding",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3864
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3877
          },
          "name": "originalFileName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3893
          },
          "name": "size",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3906
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3765
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestFile"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepRequestFileOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestProxy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestProxy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 3937
      },
      "name": "SyntheticsTestApiStepRequestProxy",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#url SyntheticsTest#url}",
            "stability": "stable",
            "summary": "URL of the proxy to perform the test."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3949
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#headers SyntheticsTest#headers}",
            "stability": "stable",
            "summary": "Header name and value map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3943
          },
          "name": "headers",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepRequestProxy"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestProxyOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestProxyOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 3995
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 3988
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4034
          },
          "name": "resetHeaders"
        }
      ],
      "name": "SyntheticsTestApiStepRequestProxyOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4038
          },
          "name": "headersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4051
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4028
          },
          "name": "headers",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4044
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 3999
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRequestProxy"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepRequestProxyOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRetry": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRetry",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 4055
      },
      "name": "SyntheticsTestApiStepRetry",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Maximum value: `3` for `api` tests, `2` for `browser` and `mobile` tests. Defaults to `0`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#count SyntheticsTest#count}",
            "stability": "stable",
            "summary": "Number of retries needed to consider a location as failed before sending a notification alert."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4061
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#interval SyntheticsTest#interval}",
            "stability": "stable",
            "summary": "Interval between a failed test and the next retry in milliseconds. Maximum value: `5000`. Defaults to `300`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4067
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepRetry"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRetryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRetryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 4113
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 4106
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4152
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4168
          },
          "name": "resetInterval"
        }
      ],
      "name": "SyntheticsTestApiStepRetryOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4156
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4172
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4146
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4162
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4117
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStepRetry"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestApiStepRetryOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertion": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertion",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 5379
      },
      "name": "SyntheticsTestAssertion",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "**Note:** Only some combinations of `type` and `operator` are valid. For API tests, refer to `config.assertions` in the [Datadog API reference](https://docs.datadoghq.com/api/latest/synthetics/#create-an-api-test). For Network Path tests, refer to `config.assertions` in the [Datadog API reference](https://docs.datadoghq.com/api/latest/synthetics/#create-a-network-path-test). Valid values are `body`, `header`, `statusCode`, `certificate`, `responseTime`, `property`, `recordEvery`, `recordSome`, `tlsVersion`, `minTlsVersion`, `latency`, `packetLossPercentage`, `packetsReceived`, `networkHop`, `receivedMessage`, `grpcHealthcheckStatus`, `grpcMetadata`, `grpcProto`, `connection`, `multiNetworkHop`, `jitter`, `bodyHash`, `javascript`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#type SyntheticsTest#type}",
            "stability": "stable",
            "summary": "Type of assertion."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5415
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#code SyntheticsTest#code}",
            "stability": "stable",
            "summary": "If assertion type is `javascript`, this is the JavaScript code that performs the assertions."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5385
          },
          "name": "code",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "**Note:** Only some combinations of `type` and `operator` are valid. Refer to `config.assertions` in the [Datadog API reference](https://docs.datadoghq.com/api/latest/synthetics/#create-an-api-test). Valid values are `contains`, `doesNotContain`, `is`, `isNot`, `lessThan`, `lessThanOrEqual`, `moreThan`, `moreThanOrEqual`, `matches`, `doesNotMatch`, `validates`, `isInMoreThan`, `isInLessThan`, `doesNotExist`, `isUndefined`, `validatesJSONPath`, `validatesJSONSchema`, `validatesXPath`, `md5`, `sha1`, `sha256`, `is`, `isNot`, `lessThan`, `lessThanOrEqual`, `moreThan`, `moreThanOrEqual`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#operator SyntheticsTest#operator}",
            "stability": "stable",
            "summary": "Assertion operator."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5391
          },
          "name": "operator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "For other assertion types, this is an aggregation property: `avg`, `min`, `max`, or `stddev`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#property SyntheticsTest#property}",
            "stability": "stable",
            "summary": "If assertion type is `header` or `grpcMetadata`, this is the header name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5397
          },
          "name": "property",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#target SyntheticsTest#target}",
            "stability": "stable",
            "summary": "Expected value. **Note:** Depends on the assertion type. Refer to `config.assertions` in the [Datadog API reference](https://docs.datadoghq.com/api/latest/synthetics/#create-an-api-test)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5403
          },
          "name": "target",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#targetjsonpath SyntheticsTest#targetjsonpath}",
            "stability": "stable",
            "summary": "targetjsonpath block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5421
          },
          "name": "targetjsonpath",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetjsonpath"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#targetjsonschema SyntheticsTest#targetjsonschema}",
            "stability": "stable",
            "summary": "targetjsonschema block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5427
          },
          "name": "targetjsonschema",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetjsonschema"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#targetxpath SyntheticsTest#targetxpath}",
            "stability": "stable",
            "summary": "targetxpath block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5433
          },
          "name": "targetxpath",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetxpath"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#timings_scope SyntheticsTest#timings_scope}",
            "stability": "stable",
            "summary": "Timings scope for response time assertions. Valid values are `all`, `withoutDNS`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5409
          },
          "name": "timingsScope",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestAssertion"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertionList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertionList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 5763
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 5755
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5770
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertionOutputReference"
            }
          }
        }
      ],
      "name": "SyntheticsTestAssertionList",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5756
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertion"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestAssertionList"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 5531
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 5521
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5711
          },
          "name": "putTargetjsonpath",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetjsonpath"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5727
          },
          "name": "putTargetjsonschema",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetjsonschema"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5743
          },
          "name": "putTargetxpath",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetxpath"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5621
          },
          "name": "resetCode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5637
          },
          "name": "resetOperator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5653
          },
          "name": "resetProperty"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5669
          },
          "name": "resetTarget"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5714
          },
          "name": "resetTargetjsonpath"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5730
          },
          "name": "resetTargetjsonschema"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5746
          },
          "name": "resetTargetxpath"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5685
          },
          "name": "resetTimingsScope"
        }
      ],
      "name": "SyntheticsTestAssertionOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5708
          },
          "name": "targetjsonpath",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetjsonpathOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5724
          },
          "name": "targetjsonschema",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetjsonschemaOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5740
          },
          "name": "targetxpath",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetxpathOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5625
          },
          "name": "codeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5641
          },
          "name": "operatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5657
          },
          "name": "propertyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5673
          },
          "name": "targetInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5718
          },
          "name": "targetjsonpathInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetjsonpath"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5734
          },
          "name": "targetjsonschemaInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetjsonschema"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5750
          },
          "name": "targetxpathInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetxpath"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5689
          },
          "name": "timingsScopeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5702
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5615
          },
          "name": "code",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5631
          },
          "name": "operator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5647
          },
          "name": "property",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5663
          },
          "name": "target",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5679
          },
          "name": "timingsScope",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5695
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5535
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertion"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestAssertionOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetjsonpath": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetjsonpath",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 4926
      },
      "name": "SyntheticsTestAssertionTargetjsonpath",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#jsonpath SyntheticsTest#jsonpath}",
            "stability": "stable",
            "summary": "The JSON path to assert."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4938
          },
          "name": "jsonpath",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#operator SyntheticsTest#operator}",
            "stability": "stable",
            "summary": "The specific operator to use on the path."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4944
          },
          "name": "operator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Select from `firstElementMatches` (the first element in the list), `everyElementMatches` (every element in the list), `atLeastOneElementMatches` (at least one element in the list), or `serializationMatches` (the serialized value of the list). Defaults to `\"firstElementMatches\"`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#elementsoperator SyntheticsTest#elementsoperator}",
            "stability": "stable",
            "summary": "The element from the list of results to assert on."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4932
          },
          "name": "elementsoperator",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#targetvalue SyntheticsTest#targetvalue}",
            "stability": "stable",
            "summary": "Expected matching value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 4950
          },
          "name": "targetvalue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestAssertionTargetjsonpath"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetjsonpathOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetjsonpathOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 5010
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 5003
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5061
          },
          "name": "resetElementsoperator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5103
          },
          "name": "resetTargetvalue"
        }
      ],
      "name": "SyntheticsTestAssertionTargetjsonpathOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5065
          },
          "name": "elementsoperatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5078
          },
          "name": "jsonpathInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5091
          },
          "name": "operatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5107
          },
          "name": "targetvalueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5055
          },
          "name": "elementsoperator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5071
          },
          "name": "jsonpath",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5084
          },
          "name": "operator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5097
          },
          "name": "targetvalue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5014
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetjsonpath"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestAssertionTargetjsonpathOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetjsonschema": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetjsonschema",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 5111
      },
      "name": "SyntheticsTestAssertionTargetjsonschema",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#jsonschema SyntheticsTest#jsonschema}",
            "stability": "stable",
            "summary": "The JSON Schema to validate the body against."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5117
          },
          "name": "jsonschema",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#metaschema SyntheticsTest#metaschema}",
            "stability": "stable",
            "summary": "The meta schema to use for the JSON Schema. Defaults to `\"draft-07\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5123
          },
          "name": "metaschema",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestAssertionTargetjsonschema"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetjsonschemaOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetjsonschemaOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 5169
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 5162
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5221
          },
          "name": "resetMetaschema"
        }
      ],
      "name": "SyntheticsTestAssertionTargetjsonschemaOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5209
          },
          "name": "jsonschemaInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5225
          },
          "name": "metaschemaInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5202
          },
          "name": "jsonschema",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5215
          },
          "name": "metaschema",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5173
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetjsonschema"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestAssertionTargetjsonschemaOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetxpath": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetxpath",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 5229
      },
      "name": "SyntheticsTestAssertionTargetxpath",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#operator SyntheticsTest#operator}",
            "stability": "stable",
            "summary": "The specific operator to use on the path."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5235
          },
          "name": "operator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#xpath SyntheticsTest#xpath}",
            "stability": "stable",
            "summary": "The xpath to assert."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5247
          },
          "name": "xpath",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#targetvalue SyntheticsTest#targetvalue}",
            "stability": "stable",
            "summary": "Expected matching value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5241
          },
          "name": "targetvalue",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestAssertionTargetxpath"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetxpathOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetxpathOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 5300
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 5293
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5358
          },
          "name": "resetTargetvalue"
        }
      ],
      "name": "SyntheticsTestAssertionTargetxpathOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5346
          },
          "name": "operatorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5362
          },
          "name": "targetvalueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5375
          },
          "name": "xpathInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5339
          },
          "name": "operator",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5352
          },
          "name": "targetvalue",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5368
          },
          "name": "xpath",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5304
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertionTargetxpath"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestAssertionTargetxpathOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStep": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStep",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 7418
      },
      "name": "SyntheticsTestBrowserStep",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#name SyntheticsTest#name}",
            "stability": "stable",
            "summary": "Name of the step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7460
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#params SyntheticsTest#params}",
            "stability": "stable",
            "summary": "params block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7484
          },
          "name": "params",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParams"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `assertCurrentUrl`, `assertElementAttribute`, `assertElementContent`, `assertElementPresent`, `assertEmail`, `assertFileDownload`, `assertFromJavascript`, `assertPageContains`, `assertPageLacks`, `assertRequests`, `click`, `drag`, `drop`, `extractFromJavascript`, `extractFromEmailBody`, `extractVariable`, `goToEmailLink`, `goToUrl`, `goToUrlAndMeasureTti`, `hover`, `playSubTest`, `pressKey`, `refresh`, `runApiTest`, `scroll`, `selectOption`, `typeText`, `uploadFiles`, `wait`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#type SyntheticsTest#type}",
            "stability": "stable",
            "summary": "Type of the step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7478
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#allow_failure SyntheticsTest#allow_failure}",
            "stability": "stable",
            "summary": "Determines if the step should be allowed to fail."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7424
          },
          "name": "allowFailure",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#always_execute SyntheticsTest#always_execute}",
            "stability": "stable",
            "summary": "Determines whether or not to always execute this step even if the previous step failed or was skipped."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7430
          },
          "name": "alwaysExecute",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#exit_if_succeed SyntheticsTest#exit_if_succeed}",
            "stability": "stable",
            "summary": "Determines whether or not to exit the test if the step succeeds."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7436
          },
          "name": "exitIfSucceed",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#force_element_update SyntheticsTest#force_element_update}",
            "stability": "stable",
            "summary": "Force update of the \"element\" parameter for the step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7442
          },
          "name": "forceElementUpdate",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can be used only if `allow_failure` is `true`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#is_critical SyntheticsTest#is_critical}",
            "stability": "stable",
            "summary": "Determines whether or not to consider the entire test as failed if this step fails."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7448
          },
          "name": "isCritical",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#local_key SyntheticsTest#local_key}",
            "stability": "stable",
            "summary": "A unique identifier used to track steps after reordering."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7454
          },
          "name": "localKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#no_screenshot SyntheticsTest#no_screenshot}",
            "stability": "stable",
            "summary": "Prevents saving screenshots of the step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7466
          },
          "name": "noScreenshot",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#timeout SyntheticsTest#timeout}",
            "stability": "stable",
            "summary": "Used to override the default timeout of a step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7472
          },
          "name": "timeout",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestBrowserStep"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 7871
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 7863
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7878
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepOutputReference"
            }
          }
        }
      ],
      "name": "SyntheticsTestBrowserStepList",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7864
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStep"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestBrowserStepList"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 7596
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 7586
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7854
          },
          "name": "putParams",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParams"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7698
          },
          "name": "resetAllowFailure"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7714
          },
          "name": "resetAlwaysExecute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7730
          },
          "name": "resetExitIfSucceed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7746
          },
          "name": "resetForceElementUpdate"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7762
          },
          "name": "resetIsCritical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7778
          },
          "name": "resetLocalKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7807
          },
          "name": "resetNoScreenshot"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7828
          },
          "name": "resetTimeout"
        }
      ],
      "name": "SyntheticsTestBrowserStepOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7851
          },
          "name": "params",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7816
          },
          "name": "publicId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7702
          },
          "name": "allowFailureInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7718
          },
          "name": "alwaysExecuteInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7734
          },
          "name": "exitIfSucceedInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7750
          },
          "name": "forceElementUpdateInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7766
          },
          "name": "isCriticalInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7782
          },
          "name": "localKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7795
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7811
          },
          "name": "noScreenshotInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7858
          },
          "name": "paramsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParams"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7832
          },
          "name": "timeoutInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7845
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7692
          },
          "name": "allowFailure",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7708
          },
          "name": "alwaysExecute",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7724
          },
          "name": "exitIfSucceed",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7740
          },
          "name": "forceElementUpdate",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7756
          },
          "name": "isCritical",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7772
          },
          "name": "localKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7788
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7801
          },
          "name": "noScreenshot",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7822
          },
          "name": "timeout",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7838
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7600
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStep"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestBrowserStepOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParams": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParams",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 6527
      },
      "name": "SyntheticsTestBrowserStepParams",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "By default, content is cleared before text input.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#append_to_content SyntheticsTest#append_to_content}",
            "stability": "stable",
            "summary": "Whether to append the `value` to existing text input content for a \"typeText\" step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6533
          },
          "name": "appendToContent",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#attribute SyntheticsTest#attribute}",
            "stability": "stable",
            "summary": "Name of the attribute to use for an \"assert attribute\" step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6539
          },
          "name": "attribute",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `equals`, `notEquals`, `contains`, `notContains`, `startsWith`, `notStartsWith`, `greater`, `lower`, `greaterEquals`, `lowerEquals`, `matchRegex`, `between`, `isEmpty`, `notIsEmpty`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#check SyntheticsTest#check}",
            "stability": "stable",
            "summary": "Check type to use for an assertion step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6545
          },
          "name": "check",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#click_type SyntheticsTest#click_type}",
            "stability": "stable",
            "summary": "Type of click to use for a \"click\" step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6551
          },
          "name": "clickType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#click_with_javascript SyntheticsTest#click_with_javascript}",
            "stability": "stable",
            "summary": "Whether to use `element.click()` for a \"click\" step. This is a more reliable way to interact with elements but does not emulate a real user interaction."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6557
          },
          "name": "clickWithJavascript",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#code SyntheticsTest#code}",
            "stability": "stable",
            "summary": "Javascript code to use for the step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6563
          },
          "name": "code",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#delay SyntheticsTest#delay}",
            "stability": "stable",
            "summary": "Delay between each key stroke for a \"type test\" step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6569
          },
          "name": "delay",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#drag_drop_options SyntheticsTest#drag_drop_options}",
            "stability": "stable",
            "summary": "drag_drop_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6653
          },
          "name": "dragDropOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsDragDropOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Refer to the examples for a usage example showing the schema.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#element SyntheticsTest#element}",
            "stability": "stable",
            "summary": "Element to use for the step, JSON encoded string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6575
          },
          "name": "element",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#element_user_locator SyntheticsTest#element_user_locator}",
            "stability": "stable",
            "summary": "element_user_locator block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6659
          },
          "name": "elementUserLocator",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsElementUserLocator"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#email SyntheticsTest#email}",
            "stability": "stable",
            "summary": "Details of the email for an \"assert email\" step, JSON encoded string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6581
          },
          "name": "email",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Refer to the examples for a usage example showing the schema.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#file SyntheticsTest#file}",
            "stability": "stable",
            "summary": "JSON encoded string used for an \"assert download\" step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6587
          },
          "name": "file",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Refer to the examples for a usage example showing the schema.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#files SyntheticsTest#files}",
            "stability": "stable",
            "summary": "Details of the files for an \"upload files\" step, JSON encoded string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6593
          },
          "name": "files",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#modifiers SyntheticsTest#modifiers}",
            "stability": "stable",
            "summary": "Modifier to use for a \"press key\" step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6599
          },
          "name": "modifiers",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#pattern SyntheticsTest#pattern}",
            "stability": "stable",
            "summary": "pattern block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6665
          },
          "name": "pattern",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsPattern"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#playing_tab_id SyntheticsTest#playing_tab_id}",
            "stability": "stable",
            "summary": "ID of the tab to play the subtest."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6605
          },
          "name": "playingTabId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#request SyntheticsTest#request}",
            "stability": "stable",
            "summary": "Request for an API step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6611
          },
          "name": "request",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Refer to the examples for a usage example showing the schema.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#requests SyntheticsTest#requests}",
            "stability": "stable",
            "summary": "Details of the requests for an \"assert request\" step, JSON encoded string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6617
          },
          "name": "requests",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#subtest_public_id SyntheticsTest#subtest_public_id}",
            "stability": "stable",
            "summary": "ID of the Synthetics test to use as subtest."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6623
          },
          "name": "subtestPublicId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#value SyntheticsTest#value}",
            "stability": "stable",
            "summary": "Value of the step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6629
          },
          "name": "value",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#variable SyntheticsTest#variable}",
            "stability": "stable",
            "summary": "variable block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6671
          },
          "name": "variable",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsVariable"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#with_click SyntheticsTest#with_click}",
            "stability": "stable",
            "summary": "For \"file upload\" steps."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6635
          },
          "name": "withClick",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#x SyntheticsTest#x}",
            "stability": "stable",
            "summary": "X coordinates for a \"scroll step\"."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6641
          },
          "name": "x",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#y SyntheticsTest#y}",
            "stability": "stable",
            "summary": "Y coordinates for a \"scroll step\"."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6647
          },
          "name": "y",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestBrowserStepParams"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsDragDropOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsDragDropOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 5895
      },
      "name": "SyntheticsTestBrowserStepParamsDragDropOptions",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#delay SyntheticsTest#delay}",
            "stability": "stable",
            "summary": "Delay in milliseconds before performing the action (0–9999)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5901
          },
          "name": "delay",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#offset SyntheticsTest#offset}",
            "stability": "stable",
            "summary": "offset block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5907
          },
          "name": "offset",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsDragDropOptionsOffset"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestBrowserStepParamsDragDropOptions"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsDragDropOptionsOffset": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsDragDropOptionsOffset",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 5774
      },
      "name": "SyntheticsTestBrowserStepParamsDragDropOptionsOffset",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#x SyntheticsTest#x}",
            "stability": "stable",
            "summary": "Horizontal offset in pixels."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5780
          },
          "name": "x",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#y SyntheticsTest#y}",
            "stability": "stable",
            "summary": "Vertical offset in pixels."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5786
          },
          "name": "y",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestBrowserStepParamsDragDropOptionsOffset"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsDragDropOptionsOffsetOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsDragDropOptionsOffsetOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 5832
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 5825
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5871
          },
          "name": "resetX"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5887
          },
          "name": "resetY"
        }
      ],
      "name": "SyntheticsTestBrowserStepParamsDragDropOptionsOffsetOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5875
          },
          "name": "xInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5891
          },
          "name": "yInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5865
          },
          "name": "x",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5881
          },
          "name": "y",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5836
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsDragDropOptionsOffset"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestBrowserStepParamsDragDropOptionsOffsetOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsDragDropOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsDragDropOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 5953
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 5946
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6005
          },
          "name": "putOffset",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsDragDropOptionsOffset"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5992
          },
          "name": "resetDelay"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6008
          },
          "name": "resetOffset"
        }
      ],
      "name": "SyntheticsTestBrowserStepParamsDragDropOptionsOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6002
          },
          "name": "offset",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsDragDropOptionsOffsetOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5996
          },
          "name": "delayInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6012
          },
          "name": "offsetInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsDragDropOptionsOffset"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5986
          },
          "name": "delay",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 5957
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsDragDropOptions"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestBrowserStepParamsDragDropOptionsOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsElementUserLocator": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsElementUserLocator",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 6132
      },
      "name": "SyntheticsTestBrowserStepParamsElementUserLocator",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#value SyntheticsTest#value}",
            "stability": "stable",
            "summary": "value block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6144
          },
          "name": "value",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsElementUserLocatorValue"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#fail_test_on_cannot_locate SyntheticsTest#fail_test_on_cannot_locate}",
            "stability": "stable",
            "summary": "Defaults to `false`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6138
          },
          "name": "failTestOnCannotLocate",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestBrowserStepParamsElementUserLocator"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsElementUserLocatorOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsElementUserLocatorOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 6190
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 6183
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6242
          },
          "name": "putValue",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsElementUserLocatorValue"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6229
          },
          "name": "resetFailTestOnCannotLocate"
        }
      ],
      "name": "SyntheticsTestBrowserStepParamsElementUserLocatorOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6239
          },
          "name": "value",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsElementUserLocatorValueOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6233
          },
          "name": "failTestOnCannotLocateInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6246
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsElementUserLocatorValue"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6223
          },
          "name": "failTestOnCannotLocate",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6194
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsElementUserLocator"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestBrowserStepParamsElementUserLocatorOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsElementUserLocatorValue": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsElementUserLocatorValue",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 6016
      },
      "name": "SyntheticsTestBrowserStepParamsElementUserLocatorValue",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#value SyntheticsTest#value}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6026
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#type SyntheticsTest#type}",
            "stability": "stable",
            "summary": "Defaults to `\"css\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6022
          },
          "name": "type",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestBrowserStepParamsElementUserLocatorValue"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsElementUserLocatorValueOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsElementUserLocatorValueOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 6072
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 6065
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6111
          },
          "name": "resetType"
        }
      ],
      "name": "SyntheticsTestBrowserStepParamsElementUserLocatorValueOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6115
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6128
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6105
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6121
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6076
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsElementUserLocatorValue"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestBrowserStepParamsElementUserLocatorValueOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 6871
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 6864
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7359
          },
          "name": "putDragDropOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsDragDropOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7375
          },
          "name": "putElementUserLocator",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsElementUserLocator"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7391
          },
          "name": "putPattern",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsPattern"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7407
          },
          "name": "putVariable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsVariable"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7042
          },
          "name": "resetAppendToContent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7058
          },
          "name": "resetAttribute"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7074
          },
          "name": "resetCheck"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7090
          },
          "name": "resetClickType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7106
          },
          "name": "resetClickWithJavascript"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7122
          },
          "name": "resetCode"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7138
          },
          "name": "resetDelay"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7362
          },
          "name": "resetDragDropOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7154
          },
          "name": "resetElement"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7378
          },
          "name": "resetElementUserLocator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7170
          },
          "name": "resetEmail"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7186
          },
          "name": "resetFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7202
          },
          "name": "resetFiles"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7218
          },
          "name": "resetModifiers"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7394
          },
          "name": "resetPattern"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7234
          },
          "name": "resetPlayingTabId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7250
          },
          "name": "resetRequest"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7266
          },
          "name": "resetRequests"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7282
          },
          "name": "resetSubtestPublicId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7298
          },
          "name": "resetValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7410
          },
          "name": "resetVariable"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7314
          },
          "name": "resetWithClick"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7330
          },
          "name": "resetX"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7346
          },
          "name": "resetY"
        }
      ],
      "name": "SyntheticsTestBrowserStepParamsOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7356
          },
          "name": "dragDropOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsDragDropOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7372
          },
          "name": "elementUserLocator",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsElementUserLocatorOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7388
          },
          "name": "pattern",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsPatternOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7404
          },
          "name": "variable",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsVariableOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7046
          },
          "name": "appendToContentInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7062
          },
          "name": "attributeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7078
          },
          "name": "checkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7094
          },
          "name": "clickTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7110
          },
          "name": "clickWithJavascriptInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7126
          },
          "name": "codeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7142
          },
          "name": "delayInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7366
          },
          "name": "dragDropOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsDragDropOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7158
          },
          "name": "elementInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7382
          },
          "name": "elementUserLocatorInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsElementUserLocator"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7174
          },
          "name": "emailInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7190
          },
          "name": "fileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7206
          },
          "name": "filesInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7222
          },
          "name": "modifiersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7398
          },
          "name": "patternInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsPattern"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7238
          },
          "name": "playingTabIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7254
          },
          "name": "requestInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7270
          },
          "name": "requestsInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7286
          },
          "name": "subtestPublicIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7302
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7414
          },
          "name": "variableInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsVariable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7318
          },
          "name": "withClickInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7334
          },
          "name": "xInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7350
          },
          "name": "yInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7036
          },
          "name": "appendToContent",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7052
          },
          "name": "attribute",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7068
          },
          "name": "check",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7084
          },
          "name": "clickType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7100
          },
          "name": "clickWithJavascript",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7116
          },
          "name": "code",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7132
          },
          "name": "delay",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7148
          },
          "name": "element",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7164
          },
          "name": "email",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7180
          },
          "name": "file",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7196
          },
          "name": "files",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7212
          },
          "name": "modifiers",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7228
          },
          "name": "playingTabId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7244
          },
          "name": "request",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7260
          },
          "name": "requests",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7276
          },
          "name": "subtestPublicId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7292
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7308
          },
          "name": "withClick",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7324
          },
          "name": "x",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7340
          },
          "name": "y",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6875
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParams"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestBrowserStepParamsOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsPattern": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsPattern",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 6250
      },
      "name": "SyntheticsTestBrowserStepParamsPattern",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#type SyntheticsTest#type}",
            "stability": "stable",
            "summary": "Type of pattern to use for the step. Valid values are `regex`, `x_path`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6256
          },
          "name": "type",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#value SyntheticsTest#value}",
            "stability": "stable",
            "summary": "Pattern to use for the step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6262
          },
          "name": "value",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestBrowserStepParamsPattern"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsPatternOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsPatternOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 6308
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 6301
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6347
          },
          "name": "resetType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6363
          },
          "name": "resetValue"
        }
      ],
      "name": "SyntheticsTestBrowserStepParamsPatternOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6351
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6367
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6341
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6357
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6312
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsPattern"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestBrowserStepParamsPatternOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsVariable": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsVariable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 6371
      },
      "name": "SyntheticsTestBrowserStepParamsVariable",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#example SyntheticsTest#example}",
            "stability": "stable",
            "summary": "Example of the extracted variable. Defaults to `\"\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6377
          },
          "name": "example",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#name SyntheticsTest#name}",
            "stability": "stable",
            "summary": "Name of the extracted variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6383
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#secure SyntheticsTest#secure}",
            "stability": "stable",
            "summary": "Whether the value of this variable will be obfuscated in test results. Defaults to `false`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6389
          },
          "name": "secure",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestBrowserStepParamsVariable"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsVariableOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsVariableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 6442
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 6435
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6487
          },
          "name": "resetExample"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6503
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6519
          },
          "name": "resetSecure"
        }
      ],
      "name": "SyntheticsTestBrowserStepParamsVariableOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6491
          },
          "name": "exampleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6507
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6523
          },
          "name": "secureInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6481
          },
          "name": "example",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6497
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6513
          },
          "name": "secure",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 6446
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStepParamsVariable"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestBrowserStepParamsVariableOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserVariable": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserVariable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 7882
      },
      "name": "SyntheticsTestBrowserVariable",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#name SyntheticsTest#name}",
            "stability": "stable",
            "summary": "Name of the variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7903
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#type SyntheticsTest#type}",
            "stability": "stable",
            "summary": "Type of browser test variable. Valid values are `element`, `email`, `global`, `text`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7921
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#example SyntheticsTest#example}",
            "stability": "stable",
            "summary": "Example for the variable. Defaults to `\"\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7888
          },
          "name": "example",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This is actually only used (and required) in the case of using a variable of type `global`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#id SyntheticsTest#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "ID of the global variable to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7897
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#pattern SyntheticsTest#pattern}",
            "stability": "stable",
            "summary": "Pattern of the variable. Defaults to `\"\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7909
          },
          "name": "pattern",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Can only be used with a browser variable of type `text`\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#secure SyntheticsTest#secure}",
            "stability": "stable",
            "summary": "Determines whether or not the browser test variable is obfuscated."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 7915
          },
          "name": "secure",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestBrowserVariable"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserVariableList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserVariableList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 8161
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 8153
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8168
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserVariableOutputReference"
            }
          }
        }
      ],
      "name": "SyntheticsTestBrowserVariableList",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8154
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserVariable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestBrowserVariableList"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserVariableOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserVariableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 7998
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 7988
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8070
          },
          "name": "resetExample"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8086
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8115
          },
          "name": "resetPattern"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8131
          },
          "name": "resetSecure"
        }
      ],
      "name": "SyntheticsTestBrowserVariableOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8074
          },
          "name": "exampleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8090
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8103
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8119
          },
          "name": "patternInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8135
          },
          "name": "secureInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8148
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8064
          },
          "name": "example",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8080
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8096
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8109
          },
          "name": "pattern",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8125
          },
          "name": "secure",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8141
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8002
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserVariable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestBrowserVariableOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 14
      },
      "name": "SyntheticsTestConfig",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Refer to [the Datadog Synthetics location data source](https://registry.terraform.io/providers/DataDog/datadog/latest/docs/data-sources/synthetics_locations) to retrieve the list of locations or find the possible values listed in [this API response](https://app.datadoghq.com/api/v1/synthetics/locations?only_public=true).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#locations SyntheticsTest#locations}",
            "stability": "stable",
            "summary": "Array of locations used to run the test."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 45
          },
          "name": "locations",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#name SyntheticsTest#name}",
            "stability": "stable",
            "summary": "Name of Datadog synthetics test."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 57
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#status SyntheticsTest#status}",
            "stability": "stable",
            "summary": "Define whether you want to start (`live`) or pause (`paused`) a Synthetic test. Valid values are `live`, `paused`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 87
          },
          "name": "status",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#type SyntheticsTest#type}",
            "stability": "stable",
            "summary": "The type of Synthetics test. Valid values are `api`, `browser`, `mobile`, `network`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 105
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#api_step SyntheticsTest#api_step}",
            "stability": "stable",
            "summary": "api_step block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 117
          },
          "name": "apiStep",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestApiStep"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#assertion SyntheticsTest#assertion}",
            "stability": "stable",
            "summary": "assertion block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 123
          },
          "name": "assertion",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestAssertion"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#browser_step SyntheticsTest#browser_step}",
            "stability": "stable",
            "summary": "browser_step block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 129
          },
          "name": "browserStep",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserStep"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#browser_variable SyntheticsTest#browser_variable}",
            "stability": "stable",
            "summary": "browser_variable block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 135
          },
          "name": "browserVariable",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestBrowserVariable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#config_initial_application_arguments SyntheticsTest#config_initial_application_arguments}",
            "stability": "stable",
            "summary": "Initial application arguments for the mobile test."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 20
          },
          "name": "configInitialApplicationArguments",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#config_variable SyntheticsTest#config_variable}",
            "stability": "stable",
            "summary": "config_variable block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 141
          },
          "name": "configVariable",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestConfigVariable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#device_ids SyntheticsTest#device_ids}",
            "stability": "stable",
            "summary": "Required if `type = \"browser\"`. Array with the different device IDs used to run the test."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 26
          },
          "name": "deviceIds",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#force_delete_dependencies SyntheticsTest#force_delete_dependencies}",
            "stability": "stable",
            "summary": "A boolean indicating whether this synthetics test can be deleted even if it's referenced by other resources (for example, SLOs and composite monitors)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 32
          },
          "name": "forceDeleteDependencies",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#id SyntheticsTest#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 39
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Email notifications can be sent to specific users by using the same `@username` notation as events. Defaults to `\"\"`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#message SyntheticsTest#message}",
            "stability": "stable",
            "summary": "A message to include with notifications for this synthetics test."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 51
          },
          "name": "message",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#mobile_options_list SyntheticsTest#mobile_options_list}",
            "stability": "stable",
            "summary": "mobile_options_list block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 147
          },
          "name": "mobileOptionsList",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListStruct"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#mobile_step SyntheticsTest#mobile_step}",
            "stability": "stable",
            "summary": "mobile_step block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 153
          },
          "name": "mobileStep",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStep"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#options_list SyntheticsTest#options_list}",
            "stability": "stable",
            "summary": "options_list block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 159
          },
          "name": "optionsList",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListStruct"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#request_basicauth SyntheticsTest#request_basicauth}",
            "stability": "stable",
            "summary": "request_basicauth block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 165
          },
          "name": "requestBasicauth",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestBasicauth"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#request_client_certificate SyntheticsTest#request_client_certificate}",
            "stability": "stable",
            "summary": "request_client_certificate block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 171
          },
          "name": "requestClientCertificate",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificate"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#request_definition SyntheticsTest#request_definition}",
            "stability": "stable",
            "summary": "request_definition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 177
          },
          "name": "requestDefinition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestDefinition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#request_file SyntheticsTest#request_file}",
            "stability": "stable",
            "summary": "request_file block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 183
          },
          "name": "requestFile",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestFile"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#request_headers SyntheticsTest#request_headers}",
            "stability": "stable",
            "summary": "Header name and value map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 63
          },
          "name": "requestHeaders",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#request_metadata SyntheticsTest#request_metadata}",
            "stability": "stable",
            "summary": "Metadata to include when performing the gRPC request."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 69
          },
          "name": "requestMetadata",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#request_proxy SyntheticsTest#request_proxy}",
            "stability": "stable",
            "summary": "request_proxy block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 189
          },
          "name": "requestProxy",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestProxy"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#request_query SyntheticsTest#request_query}",
            "stability": "stable",
            "summary": "Query arguments name and value map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 75
          },
          "name": "requestQuery",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#set_cookie SyntheticsTest#set_cookie}",
            "stability": "stable",
            "summary": "Cookies to be used for a browser test request, using the [Set-Cookie](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie) syntax."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 81
          },
          "name": "setCookie",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "For API tests, defaults to `http`. For Network Path tests, only `tcp`, `udp`, `icmp` are available. Valid values are `http`, `ssl`, `tcp`, `dns`, `multi`, `icmp`, `udp`, `websocket`, `grpc`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#subtype SyntheticsTest#subtype}",
            "stability": "stable",
            "summary": "The subtype for API or Network Path tests."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 93
          },
          "name": "subtype",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This can help you categorize and filter tests in the manage synthetics page of the UI. Default is an empty list (`[]`).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#tags SyntheticsTest#tags}",
            "stability": "stable",
            "summary": "A list of tags to associate with your synthetics test."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 99
          },
          "name": "tags",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#variables_from_script SyntheticsTest#variables_from_script}",
            "stability": "stable",
            "summary": "Variables defined from JavaScript code for API HTTP tests."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 111
          },
          "name": "variablesFromScript",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestConfig"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestConfigVariable": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestConfigVariable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 8172
      },
      "name": "SyntheticsTestConfigVariable",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#name SyntheticsTest#name}",
            "stability": "stable",
            "summary": "Name of the variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8193
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#type SyntheticsTest#type}",
            "stability": "stable",
            "summary": "Type of test configuration variable. Valid values are `global`, `text`, `email`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8211
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This value is not returned by the API when `secure = true`. Avoid drift by only making updates to this value from within Terraform.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#example SyntheticsTest#example}",
            "stability": "stable",
            "summary": "Example for the variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8178
          },
          "name": "example",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#id SyntheticsTest#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "When type = `global`, ID of the global variable to use."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8187
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "This value is not returned by the API when `secure = true`. Avoid drift by only making updates to this value from within Terraform.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#pattern SyntheticsTest#pattern}",
            "stability": "stable",
            "summary": "Pattern of the variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8199
          },
          "name": "pattern",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#secure SyntheticsTest#secure}",
            "stability": "stable",
            "summary": "Whether the value of this variable will be obfuscated in test results. Defaults to `false`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8205
          },
          "name": "secure",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestConfigVariable"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestConfigVariableList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestConfigVariableList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 8451
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 8443
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8458
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestConfigVariableOutputReference"
            }
          }
        }
      ],
      "name": "SyntheticsTestConfigVariableList",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8444
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestConfigVariable"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestConfigVariableList"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestConfigVariableOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestConfigVariableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 8288
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 8278
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8360
          },
          "name": "resetExample"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8376
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8405
          },
          "name": "resetPattern"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8421
          },
          "name": "resetSecure"
        }
      ],
      "name": "SyntheticsTestConfigVariableOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8364
          },
          "name": "exampleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8380
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8393
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8409
          },
          "name": "patternInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8425
          },
          "name": "secureInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8438
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8354
          },
          "name": "example",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8370
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8386
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8399
          },
          "name": "pattern",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8415
          },
          "name": "secure",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8431
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8292
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestConfigVariable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestConfigVariableOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListBindings": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListBindings",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 8462
      },
      "name": "SyntheticsTestMobileOptionsListBindings",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#principals SyntheticsTest#principals}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8466
          },
          "name": "principals",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#relation SyntheticsTest#relation}",
            "stability": "stable",
            "summary": "Valid values are `editor`, `viewer`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8472
          },
          "name": "relation",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestMobileOptionsListBindings"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListBindingsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListBindingsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 8602
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 8594
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8609
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListBindingsOutputReference"
            }
          }
        }
      ],
      "name": "SyntheticsTestMobileOptionsListBindingsList",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8595
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListBindings"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestMobileOptionsListBindingsList"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListBindingsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListBindingsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 8521
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 8511
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8569
          },
          "name": "resetPrincipals"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8585
          },
          "name": "resetRelation"
        }
      ],
      "name": "SyntheticsTestMobileOptionsListBindingsOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8573
          },
          "name": "principalsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8589
          },
          "name": "relationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8563
          },
          "name": "principals",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8579
          },
          "name": "relation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8525
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListBindings"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestMobileOptionsListBindingsOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListCi": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListCi",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 8613
      },
      "name": "SyntheticsTestMobileOptionsListCi",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#execution_rule SyntheticsTest#execution_rule}",
            "stability": "stable",
            "summary": "Execution rule for a Synthetics test. Valid values are `blocking`, `non_blocking`, `skipped`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8619
          },
          "name": "executionRule",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestMobileOptionsListCi"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListCiOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListCiOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 8658
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 8651
      },
      "name": "SyntheticsTestMobileOptionsListCiOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8692
          },
          "name": "executionRuleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8685
          },
          "name": "executionRule",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8662
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListCi"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestMobileOptionsListCiOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListMobileApplication": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListMobileApplication",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 8696
      },
      "name": "SyntheticsTestMobileOptionsListMobileApplication",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#application_id SyntheticsTest#application_id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8700
          },
          "name": "applicationId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#reference_id SyntheticsTest#reference_id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8704
          },
          "name": "referenceId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#reference_type SyntheticsTest#reference_type}",
            "stability": "stable",
            "summary": "Valid values are `latest`, `version`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8710
          },
          "name": "referenceType",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestMobileOptionsListMobileApplication"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListMobileApplicationOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListMobileApplicationOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 8763
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 8756
      },
      "name": "SyntheticsTestMobileOptionsListMobileApplicationOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8809
          },
          "name": "applicationIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8822
          },
          "name": "referenceIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8835
          },
          "name": "referenceTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8802
          },
          "name": "applicationId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8815
          },
          "name": "referenceId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8828
          },
          "name": "referenceType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8767
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListMobileApplication"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestMobileOptionsListMobileApplicationOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListMonitorOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListMonitorOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 8839
      },
      "name": "SyntheticsTestMobileOptionsListMonitorOptions",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#escalation_message SyntheticsTest#escalation_message}",
            "stability": "stable",
            "summary": "A message to include with a re-notification."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8845
          },
          "name": "escalationMessage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `show_all`, `hide_all`, `hide_query`, `hide_handles`, `hide_query_and_handles`, `show_only_snapshot`, `hide_handles_and_footer`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#notification_preset_name SyntheticsTest#notification_preset_name}",
            "stability": "stable",
            "summary": "The name of the preset for the notification for the monitor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8851
          },
          "name": "notificationPresetName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Values available by default are `0`, `10`, `20`, `30`, `40`, `50`, `60`, `90`, `120`, `180`, `240`, `300`, `360`, `720`, `1440`. Defaults to `0`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#renotify_interval SyntheticsTest#renotify_interval}",
            "stability": "stable",
            "summary": "Specify a renotification frequency in minutes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8857
          },
          "name": "renotifyInterval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#renotify_occurrences SyntheticsTest#renotify_occurrences}",
            "stability": "stable",
            "summary": "The number of times a monitor renotifies. It can only be set if `renotify_interval` is set."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8863
          },
          "name": "renotifyOccurrences",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestMobileOptionsListMonitorOptions"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListMonitorOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListMonitorOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 8923
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 8916
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8974
          },
          "name": "resetEscalationMessage"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8990
          },
          "name": "resetNotificationPresetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9006
          },
          "name": "resetRenotifyInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9022
          },
          "name": "resetRenotifyOccurrences"
        }
      ],
      "name": "SyntheticsTestMobileOptionsListMonitorOptionsOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8978
          },
          "name": "escalationMessageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8994
          },
          "name": "notificationPresetNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9010
          },
          "name": "renotifyIntervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9026
          },
          "name": "renotifyOccurrencesInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8968
          },
          "name": "escalationMessage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8984
          },
          "name": "notificationPresetName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9000
          },
          "name": "renotifyInterval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9016
          },
          "name": "renotifyOccurrences",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 8927
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListMonitorOptions"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestMobileOptionsListMonitorOptionsOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListRetry": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListRetry",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 9030
      },
      "name": "SyntheticsTestMobileOptionsListRetry",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Maximum value: `3` for `api` tests, `2` for `browser` and `mobile` tests. Defaults to `0`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#count SyntheticsTest#count}",
            "stability": "stable",
            "summary": "Number of retries needed to consider a location as failed before sending a notification alert."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9036
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#interval SyntheticsTest#interval}",
            "stability": "stable",
            "summary": "Interval between a failed test and the next retry in milliseconds. Maximum value: `5000`. Defaults to `300`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9042
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestMobileOptionsListRetry"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListRetryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListRetryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 9088
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 9081
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9127
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9143
          },
          "name": "resetInterval"
        }
      ],
      "name": "SyntheticsTestMobileOptionsListRetryOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9131
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9147
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9121
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9137
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9092
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListRetry"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestMobileOptionsListRetryOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListScheduling": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListScheduling",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 9330
      },
      "name": "SyntheticsTestMobileOptionsListScheduling",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#timeframes SyntheticsTest#timeframes}",
            "stability": "stable",
            "summary": "timeframes block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9342
          },
          "name": "timeframes",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListSchedulingTimeframes"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#timezone SyntheticsTest#timezone}",
            "stability": "stable",
            "summary": "Timezone in which the timeframe is based."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9336
          },
          "name": "timezone",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestMobileOptionsListScheduling"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListSchedulingOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListSchedulingOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 9388
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 9381
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9437
          },
          "name": "putTimeframes",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListSchedulingTimeframes"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        }
      ],
      "name": "SyntheticsTestMobileOptionsListSchedulingOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9434
          },
          "name": "timeframes",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListSchedulingTimeframesList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9441
          },
          "name": "timeframesInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListSchedulingTimeframes"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9428
          },
          "name": "timezoneInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9421
          },
          "name": "timezone",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9392
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListScheduling"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestMobileOptionsListSchedulingOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListSchedulingTimeframes": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListSchedulingTimeframes",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 9151
      },
      "name": "SyntheticsTestMobileOptionsListSchedulingTimeframes",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#day SyntheticsTest#day}",
            "stability": "stable",
            "summary": "Number representing the day of the week."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9157
          },
          "name": "day",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#from SyntheticsTest#from}",
            "stability": "stable",
            "summary": "The hour of the day on which scheduling starts."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9163
          },
          "name": "from",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#to SyntheticsTest#to}",
            "stability": "stable",
            "summary": "The hour of the day on which scheduling ends."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9169
          },
          "name": "to",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestMobileOptionsListSchedulingTimeframes"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListSchedulingTimeframesList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListSchedulingTimeframesList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 9319
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 9311
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9326
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListSchedulingTimeframesOutputReference"
            }
          }
        }
      ],
      "name": "SyntheticsTestMobileOptionsListSchedulingTimeframesList",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9312
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListSchedulingTimeframes"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestMobileOptionsListSchedulingTimeframesList"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListSchedulingTimeframesOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListSchedulingTimeframesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 9225
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 9215
      },
      "name": "SyntheticsTestMobileOptionsListSchedulingTimeframesOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9280
          },
          "name": "dayInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9293
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9306
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9273
          },
          "name": "day",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9286
          },
          "name": "from",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9299
          },
          "name": "to",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9229
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListSchedulingTimeframes"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestMobileOptionsListSchedulingTimeframesOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListStruct": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListStruct",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 9445
      },
      "name": "SyntheticsTestMobileOptionsListStruct",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#device_ids SyntheticsTest#device_ids}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9457
          },
          "name": "deviceIds",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#mobile_application SyntheticsTest#mobile_application}",
            "stability": "stable",
            "summary": "mobile_application block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9517
          },
          "name": "mobileApplication",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListMobileApplication"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#tick_every SyntheticsTest#tick_every}",
            "stability": "stable",
            "summary": "How often the test should run (in seconds). Valid range is `300-604800` for mobile tests."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9495
          },
          "name": "tickEvery",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#allow_application_crash SyntheticsTest#allow_application_crash}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9449
          },
          "name": "allowApplicationCrash",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#bindings SyntheticsTest#bindings}",
            "stability": "stable",
            "summary": "bindings block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9505
          },
          "name": "bindings",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListBindings"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#ci SyntheticsTest#ci}",
            "stability": "stable",
            "summary": "ci block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9511
          },
          "name": "ci",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListCi"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#default_step_timeout SyntheticsTest#default_step_timeout}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9453
          },
          "name": "defaultStepTimeout",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#disable_auto_accept_alert SyntheticsTest#disable_auto_accept_alert}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9461
          },
          "name": "disableAutoAcceptAlert",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#min_failure_duration SyntheticsTest#min_failure_duration}",
            "stability": "stable",
            "summary": "Minimum amount of time in failure required to trigger an alert (in seconds). Default is `0`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9467
          },
          "name": "minFailureDuration",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#monitor_name SyntheticsTest#monitor_name}",
            "stability": "stable",
            "summary": "The monitor name is used for the alert title as well as for all monitor dashboard widgets and SLOs."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9473
          },
          "name": "monitorName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#monitor_options SyntheticsTest#monitor_options}",
            "stability": "stable",
            "summary": "monitor_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9523
          },
          "name": "monitorOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListMonitorOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#monitor_priority SyntheticsTest#monitor_priority}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9477
          },
          "name": "monitorPriority",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#no_screenshot SyntheticsTest#no_screenshot}",
            "stability": "stable",
            "summary": "Prevents saving screenshots of the steps."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9483
          },
          "name": "noScreenshot",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "**Deprecated.** This field is no longer supported by the Datadog API. Please use `datadog_restriction_policy` instead.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#restricted_roles SyntheticsTest#restricted_roles}",
            "stability": "stable",
            "summary": "A list of role identifiers pulled from the Roles API to restrict read and write access."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9489
          },
          "name": "restrictedRoles",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#retry SyntheticsTest#retry}",
            "stability": "stable",
            "summary": "retry block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9529
          },
          "name": "retry",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListRetry"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#scheduling SyntheticsTest#scheduling}",
            "stability": "stable",
            "summary": "scheduling block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9535
          },
          "name": "scheduling",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListScheduling"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#verbosity SyntheticsTest#verbosity}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9499
          },
          "name": "verbosity",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestMobileOptionsListStruct"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListStructOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListStructOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 9686
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 9679
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9982
          },
          "name": "putBindings",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListBindings"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9998
          },
          "name": "putCi",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListCi"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10014
          },
          "name": "putMobileApplication",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListMobileApplication"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10027
          },
          "name": "putMonitorOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListMonitorOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10043
          },
          "name": "putRetry",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListRetry"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10059
          },
          "name": "putScheduling",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListScheduling"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9815
          },
          "name": "resetAllowApplicationCrash"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9985
          },
          "name": "resetBindings"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10001
          },
          "name": "resetCi"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9831
          },
          "name": "resetDefaultStepTimeout"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9860
          },
          "name": "resetDisableAutoAcceptAlert"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9876
          },
          "name": "resetMinFailureDuration"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9892
          },
          "name": "resetMonitorName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10030
          },
          "name": "resetMonitorOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9908
          },
          "name": "resetMonitorPriority"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9924
          },
          "name": "resetNoScreenshot"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9940
          },
          "name": "resetRestrictedRoles"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10046
          },
          "name": "resetRetry"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10062
          },
          "name": "resetScheduling"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9969
          },
          "name": "resetVerbosity"
        }
      ],
      "name": "SyntheticsTestMobileOptionsListStructOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9979
          },
          "name": "bindings",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListBindingsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9995
          },
          "name": "ci",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListCiOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10011
          },
          "name": "mobileApplication",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListMobileApplicationOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10024
          },
          "name": "monitorOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListMonitorOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10040
          },
          "name": "retry",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListRetryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10056
          },
          "name": "scheduling",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListSchedulingOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9819
          },
          "name": "allowApplicationCrashInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9989
          },
          "name": "bindingsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListBindings"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10005
          },
          "name": "ciInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListCi"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9835
          },
          "name": "defaultStepTimeoutInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9848
          },
          "name": "deviceIdsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9864
          },
          "name": "disableAutoAcceptAlertInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9880
          },
          "name": "minFailureDurationInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10018
          },
          "name": "mobileApplicationInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListMobileApplication"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9896
          },
          "name": "monitorNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10034
          },
          "name": "monitorOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListMonitorOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9912
          },
          "name": "monitorPriorityInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9928
          },
          "name": "noScreenshotInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9944
          },
          "name": "restrictedRolesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10050
          },
          "name": "retryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListRetry"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10066
          },
          "name": "schedulingInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListScheduling"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9957
          },
          "name": "tickEveryInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9973
          },
          "name": "verbosityInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9809
          },
          "name": "allowApplicationCrash",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9825
          },
          "name": "defaultStepTimeout",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9841
          },
          "name": "deviceIds",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9854
          },
          "name": "disableAutoAcceptAlert",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9870
          },
          "name": "minFailureDuration",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9886
          },
          "name": "monitorName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9902
          },
          "name": "monitorPriority",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9918
          },
          "name": "noScreenshot",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9934
          },
          "name": "restrictedRoles",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9950
          },
          "name": "tickEvery",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9963
          },
          "name": "verbosity",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 9690
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileOptionsListStruct"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestMobileOptionsListStructOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStep": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStep",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 11545
      },
      "name": "SyntheticsTestMobileStep",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#name SyntheticsTest#name}",
            "stability": "stable",
            "summary": "The name of the step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11569
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#params SyntheticsTest#params}",
            "stability": "stable",
            "summary": "params block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11599
          },
          "name": "params",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParams"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `assertElementContent`, `assertScreenContains`, `assertScreenLacks`, `doubleTap`, `extractVariable`, `flick`, `openDeeplink`, `playSubTest`, `pressBack`, `restartApplication`, `rotate`, `scroll`, `scrollToElement`, `tap`, `toggleWiFi`, `typeText`, `wait`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#type SyntheticsTest#type}",
            "stability": "stable",
            "summary": "The type of the step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11593
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#allow_failure SyntheticsTest#allow_failure}",
            "stability": "stable",
            "summary": "A boolean set to allow this step to fail."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11551
          },
          "name": "allowFailure",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#has_new_step_element SyntheticsTest#has_new_step_element}",
            "stability": "stable",
            "summary": "A boolean set to determine if the step has a new step element."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11557
          },
          "name": "hasNewStepElement",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#is_critical SyntheticsTest#is_critical}",
            "stability": "stable",
            "summary": "A boolean to use in addition to `allowFailure` to determine if the test should be marked as failed when the step fails."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11563
          },
          "name": "isCritical",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#no_screenshot SyntheticsTest#no_screenshot}",
            "stability": "stable",
            "summary": "A boolean set to not take a screenshot for the step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11575
          },
          "name": "noScreenshot",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#public_id SyntheticsTest#public_id}",
            "stability": "stable",
            "summary": "The public ID of the step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11581
          },
          "name": "publicId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#timeout SyntheticsTest#timeout}",
            "stability": "stable",
            "summary": "The time before declaring a step failed."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11587
          },
          "name": "timeout",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStep"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 11923
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 11915
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11930
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepOutputReference"
            }
          }
        }
      ],
      "name": "SyntheticsTestMobileStepList",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11916
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStep"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStepList"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 11697
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 11687
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11906
          },
          "name": "putParams",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParams"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11787
          },
          "name": "resetAllowFailure"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11803
          },
          "name": "resetHasNewStepElement"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11819
          },
          "name": "resetIsCritical"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11848
          },
          "name": "resetNoScreenshot"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11864
          },
          "name": "resetPublicId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11880
          },
          "name": "resetTimeout"
        }
      ],
      "name": "SyntheticsTestMobileStepOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11903
          },
          "name": "params",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11791
          },
          "name": "allowFailureInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11807
          },
          "name": "hasNewStepElementInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11823
          },
          "name": "isCriticalInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11836
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11852
          },
          "name": "noScreenshotInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11910
          },
          "name": "paramsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParams"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11868
          },
          "name": "publicIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11884
          },
          "name": "timeoutInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11897
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11781
          },
          "name": "allowFailure",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11797
          },
          "name": "hasNewStepElement",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11813
          },
          "name": "isCritical",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11829
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11842
          },
          "name": "noScreenshot",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11858
          },
          "name": "publicId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11874
          },
          "name": "timeout",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11890
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11701
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStep"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStepOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParams": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParams",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 11045
      },
      "name": "SyntheticsTestMobileStepParams",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `equals`, `notEquals`, `contains`, `notContains`, `startsWith`, `notStartsWith`, `greater`, `lower`, `greaterEquals`, `lowerEquals`, `matchRegex`, `between`, `isEmpty`, `notIsEmpty`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#check SyntheticsTest#check}",
            "stability": "stable",
            "summary": "Check type to use for an assertion step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11051
          },
          "name": "check",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#delay SyntheticsTest#delay}",
            "stability": "stable",
            "summary": "Delay between each key stroke for a \"type test\" step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11057
          },
          "name": "delay",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#direction SyntheticsTest#direction}",
            "stability": "stable",
            "summary": "Valid values are `up`, `down`, `left`, `right`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11063
          },
          "name": "direction",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#element SyntheticsTest#element}",
            "stability": "stable",
            "summary": "element block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11105
          },
          "name": "element",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElement"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#enable SyntheticsTest#enable}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11067
          },
          "name": "enable",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#max_scrolls SyntheticsTest#max_scrolls}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11071
          },
          "name": "maxScrolls",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#positions SyntheticsTest#positions}",
            "stability": "stable",
            "summary": "positions block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11111
          },
          "name": "positions",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsPositions"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#subtest_public_id SyntheticsTest#subtest_public_id}",
            "stability": "stable",
            "summary": "ID of the Synthetics test to use as subtest."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11077
          },
          "name": "subtestPublicId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#value SyntheticsTest#value}",
            "stability": "stable",
            "summary": "Value of the step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11083
          },
          "name": "value",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#variable SyntheticsTest#variable}",
            "stability": "stable",
            "summary": "variable block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11117
          },
          "name": "variable",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsVariable"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#with_enter SyntheticsTest#with_enter}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11087
          },
          "name": "withEnter",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#x SyntheticsTest#x}",
            "stability": "stable",
            "summary": "X coordinates for a \"scroll step\"."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11093
          },
          "name": "x",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#y SyntheticsTest#y}",
            "stability": "stable",
            "summary": "Y coordinates for a \"scroll step\"."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11099
          },
          "name": "y",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStepParams"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElement": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElement",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 10457
      },
      "name": "SyntheticsTestMobileStepParamsElement",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#context SyntheticsTest#context}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10461
          },
          "name": "context",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#context_type SyntheticsTest#context_type}",
            "stability": "stable",
            "summary": "Valid values are `native`, `web`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10467
          },
          "name": "contextType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#element_description SyntheticsTest#element_description}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10471
          },
          "name": "elementDescription",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#multi_locator SyntheticsTest#multi_locator}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10475
          },
          "name": "multiLocator",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#relative_position SyntheticsTest#relative_position}",
            "stability": "stable",
            "summary": "relative_position block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10489
          },
          "name": "relativePosition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementRelativePosition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#text_content SyntheticsTest#text_content}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10479
          },
          "name": "textContent",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#user_locator SyntheticsTest#user_locator}",
            "stability": "stable",
            "summary": "user_locator block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10495
          },
          "name": "userLocator",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocator"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#view_name SyntheticsTest#view_name}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10483
          },
          "name": "viewName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStepParamsElement"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 10583
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 10576
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10751
          },
          "name": "putRelativePosition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementRelativePosition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10767
          },
          "name": "putUserLocator",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocator"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10658
          },
          "name": "resetContext"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10674
          },
          "name": "resetContextType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10690
          },
          "name": "resetElementDescription"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10706
          },
          "name": "resetMultiLocator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10754
          },
          "name": "resetRelativePosition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10722
          },
          "name": "resetTextContent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10770
          },
          "name": "resetUserLocator"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10738
          },
          "name": "resetViewName"
        }
      ],
      "name": "SyntheticsTestMobileStepParamsElementOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10748
          },
          "name": "relativePosition",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementRelativePositionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10764
          },
          "name": "userLocator",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocatorOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10662
          },
          "name": "contextInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10678
          },
          "name": "contextTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10694
          },
          "name": "elementDescriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10710
          },
          "name": "multiLocatorInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10758
          },
          "name": "relativePositionInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementRelativePosition"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10726
          },
          "name": "textContentInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10774
          },
          "name": "userLocatorInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocator"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10742
          },
          "name": "viewNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10652
          },
          "name": "context",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10668
          },
          "name": "contextType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10684
          },
          "name": "elementDescription",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10700
          },
          "name": "multiLocator",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10716
          },
          "name": "textContent",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10732
          },
          "name": "viewName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10587
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElement"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStepParamsElementOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementRelativePosition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementRelativePosition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 10070
      },
      "name": "SyntheticsTestMobileStepParamsElementRelativePosition",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#x SyntheticsTest#x}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10074
          },
          "name": "x",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#y SyntheticsTest#y}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10078
          },
          "name": "y",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStepParamsElementRelativePosition"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementRelativePositionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementRelativePositionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 10124
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 10117
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10163
          },
          "name": "resetX"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10179
          },
          "name": "resetY"
        }
      ],
      "name": "SyntheticsTestMobileStepParamsElementRelativePositionOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10167
          },
          "name": "xInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10183
          },
          "name": "yInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10157
          },
          "name": "x",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10173
          },
          "name": "y",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10128
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementRelativePosition"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStepParamsElementRelativePositionOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocator": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocator",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 10338
      },
      "name": "SyntheticsTestMobileStepParamsElementUserLocator",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#fail_test_on_cannot_locate SyntheticsTest#fail_test_on_cannot_locate}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10342
          },
          "name": "failTestOnCannotLocate",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#values SyntheticsTest#values}",
            "stability": "stable",
            "summary": "values block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10348
          },
          "name": "values",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocatorValues"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStepParamsElementUserLocator"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocatorOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocatorOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 10394
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 10387
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10446
          },
          "name": "putValues",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocatorValues"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10433
          },
          "name": "resetFailTestOnCannotLocate"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10449
          },
          "name": "resetValues"
        }
      ],
      "name": "SyntheticsTestMobileStepParamsElementUserLocatorOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10443
          },
          "name": "values",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocatorValuesList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10437
          },
          "name": "failTestOnCannotLocateInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10453
          },
          "name": "valuesInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocatorValues"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10427
          },
          "name": "failTestOnCannotLocate",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10398
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocator"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStepParamsElementUserLocatorOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocatorValues": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocatorValues",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 10187
      },
      "name": "SyntheticsTestMobileStepParamsElementUserLocatorValues",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#type SyntheticsTest#type}",
            "stability": "stable",
            "summary": "Valid values are `accessibility-id`, `id`, `ios-predicate-string`, `ios-class-chain`, `xpath`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10193
          },
          "name": "type",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#value SyntheticsTest#value}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10197
          },
          "name": "value",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStepParamsElementUserLocatorValues"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocatorValuesList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocatorValuesList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 10327
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 10319
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10334
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocatorValuesOutputReference"
            }
          }
        }
      ],
      "name": "SyntheticsTestMobileStepParamsElementUserLocatorValuesList",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10320
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocatorValues"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStepParamsElementUserLocatorValuesList"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocatorValuesOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocatorValuesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 10246
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 10236
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10294
          },
          "name": "resetType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10310
          },
          "name": "resetValue"
        }
      ],
      "name": "SyntheticsTestMobileStepParamsElementUserLocatorValuesOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10298
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10314
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10288
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10304
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10250
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementUserLocatorValues"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStepParamsElementUserLocatorValuesOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 11240
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 11233
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11502
          },
          "name": "putElement",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElement"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11518
          },
          "name": "putPositions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsPositions"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11534
          },
          "name": "putVariable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsVariable"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11345
          },
          "name": "resetCheck"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11361
          },
          "name": "resetDelay"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11377
          },
          "name": "resetDirection"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11505
          },
          "name": "resetElement"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11393
          },
          "name": "resetEnable"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11409
          },
          "name": "resetMaxScrolls"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11521
          },
          "name": "resetPositions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11425
          },
          "name": "resetSubtestPublicId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11441
          },
          "name": "resetValue"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11537
          },
          "name": "resetVariable"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11457
          },
          "name": "resetWithEnter"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11473
          },
          "name": "resetX"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11489
          },
          "name": "resetY"
        }
      ],
      "name": "SyntheticsTestMobileStepParamsOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11499
          },
          "name": "element",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElementOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11515
          },
          "name": "positions",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsPositionsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11531
          },
          "name": "variable",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsVariableOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11349
          },
          "name": "checkInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11365
          },
          "name": "delayInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11381
          },
          "name": "directionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11509
          },
          "name": "elementInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsElement"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11397
          },
          "name": "enableInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11413
          },
          "name": "maxScrollsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11525
          },
          "name": "positionsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsPositions"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11429
          },
          "name": "subtestPublicIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11445
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11541
          },
          "name": "variableInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsVariable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11461
          },
          "name": "withEnterInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11477
          },
          "name": "xInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11493
          },
          "name": "yInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11339
          },
          "name": "check",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11355
          },
          "name": "delay",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11371
          },
          "name": "direction",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11387
          },
          "name": "enable",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11403
          },
          "name": "maxScrolls",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11419
          },
          "name": "subtestPublicId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11435
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11451
          },
          "name": "withEnter",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11467
          },
          "name": "x",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11483
          },
          "name": "y",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11244
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParams"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStepParamsOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsPositions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsPositions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 10778
      },
      "name": "SyntheticsTestMobileStepParamsPositions",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#x SyntheticsTest#x}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10782
          },
          "name": "x",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#y SyntheticsTest#y}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10786
          },
          "name": "y",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStepParamsPositions"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsPositionsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsPositionsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 10916
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 10908
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10923
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsPositionsOutputReference"
            }
          }
        }
      ],
      "name": "SyntheticsTestMobileStepParamsPositionsList",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10909
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsPositions"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStepParamsPositionsList"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsPositionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsPositionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 10835
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 10825
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10883
          },
          "name": "resetX"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10899
          },
          "name": "resetY"
        }
      ],
      "name": "SyntheticsTestMobileStepParamsPositionsOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10887
          },
          "name": "xInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10903
          },
          "name": "yInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10877
          },
          "name": "x",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10893
          },
          "name": "y",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10839
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsPositions"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStepParamsPositionsOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsVariable": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsVariable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 10927
      },
      "name": "SyntheticsTestMobileStepParamsVariable",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#name SyntheticsTest#name}",
            "stability": "stable",
            "summary": "Name of the extracted variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10939
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#example SyntheticsTest#example}",
            "stability": "stable",
            "summary": "Example of the extracted variable. Defaults to `\"\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10933
          },
          "name": "example",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStepParamsVariable"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsVariableOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsVariableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 10985
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 10978
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11024
          },
          "name": "resetExample"
        }
      ],
      "name": "SyntheticsTestMobileStepParamsVariableOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11028
          },
          "name": "exampleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11041
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11018
          },
          "name": "example",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11034
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 10989
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestMobileStepParamsVariable"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestMobileStepParamsVariableOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListCi": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListCi",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 11934
      },
      "name": "SyntheticsTestOptionsListCi",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#execution_rule SyntheticsTest#execution_rule}",
            "stability": "stable",
            "summary": "Execution rule for a Synthetics test. Valid values are `blocking`, `non_blocking`, `skipped`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11940
          },
          "name": "executionRule",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestOptionsListCi"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListCiOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListCiOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 11979
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 11972
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12012
          },
          "name": "resetExecutionRule"
        }
      ],
      "name": "SyntheticsTestOptionsListCiOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12016
          },
          "name": "executionRuleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12006
          },
          "name": "executionRule",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 11983
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListCi"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestOptionsListCiOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListMonitorOptions": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListMonitorOptions",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 12020
      },
      "name": "SyntheticsTestOptionsListMonitorOptions",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#escalation_message SyntheticsTest#escalation_message}",
            "stability": "stable",
            "summary": "A message to include with a re-notification."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12026
          },
          "name": "escalationMessage",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `show_all`, `hide_all`, `hide_query`, `hide_handles`, `hide_query_and_handles`, `show_only_snapshot`, `hide_handles_and_footer`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#notification_preset_name SyntheticsTest#notification_preset_name}",
            "stability": "stable",
            "summary": "The name of the preset for the notification for the monitor."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12032
          },
          "name": "notificationPresetName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Values available by default are `0`, `10`, `20`, `30`, `40`, `50`, `60`, `90`, `120`, `180`, `240`, `300`, `360`, `720`, `1440`. Defaults to `0`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#renotify_interval SyntheticsTest#renotify_interval}",
            "stability": "stable",
            "summary": "Specify a renotification frequency in minutes."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12038
          },
          "name": "renotifyInterval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#renotify_occurrences SyntheticsTest#renotify_occurrences}",
            "stability": "stable",
            "summary": "The number of times a monitor renotifies. It can only be set if `renotify_interval` is set."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12044
          },
          "name": "renotifyOccurrences",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestOptionsListMonitorOptions"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListMonitorOptionsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListMonitorOptionsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 12104
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 12097
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12155
          },
          "name": "resetEscalationMessage"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12171
          },
          "name": "resetNotificationPresetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12187
          },
          "name": "resetRenotifyInterval"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12203
          },
          "name": "resetRenotifyOccurrences"
        }
      ],
      "name": "SyntheticsTestOptionsListMonitorOptionsOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12159
          },
          "name": "escalationMessageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12175
          },
          "name": "notificationPresetNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12191
          },
          "name": "renotifyIntervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12207
          },
          "name": "renotifyOccurrencesInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12149
          },
          "name": "escalationMessage",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12165
          },
          "name": "notificationPresetName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12181
          },
          "name": "renotifyInterval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12197
          },
          "name": "renotifyOccurrences",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12108
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListMonitorOptions"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestOptionsListMonitorOptionsOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListRetry": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListRetry",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 12211
      },
      "name": "SyntheticsTestOptionsListRetry",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Maximum value: `3` for `api` tests, `2` for `browser` and `mobile` tests. Defaults to `0`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#count SyntheticsTest#count}",
            "stability": "stable",
            "summary": "Number of retries needed to consider a location as failed before sending a notification alert."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12217
          },
          "name": "count",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#interval SyntheticsTest#interval}",
            "stability": "stable",
            "summary": "Interval between a failed test and the next retry in milliseconds. Maximum value: `5000`. Defaults to `300`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12223
          },
          "name": "interval",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestOptionsListRetry"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListRetryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListRetryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 12269
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 12262
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12308
          },
          "name": "resetCount"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12324
          },
          "name": "resetInterval"
        }
      ],
      "name": "SyntheticsTestOptionsListRetryOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12312
          },
          "name": "countInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12328
          },
          "name": "intervalInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12302
          },
          "name": "count",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12318
          },
          "name": "interval",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12273
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListRetry"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestOptionsListRetryOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListRumSettings": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListRumSettings",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 12332
      },
      "name": "SyntheticsTestOptionsListRumSettings",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#is_enabled SyntheticsTest#is_enabled}",
            "stability": "stable",
            "summary": "Determines whether RUM data is collected during test runs."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12350
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#application_id SyntheticsTest#application_id}",
            "stability": "stable",
            "summary": "RUM application ID used to collect RUM data for the browser test."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12338
          },
          "name": "applicationId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#client_token_id SyntheticsTest#client_token_id}",
            "stability": "stable",
            "summary": "RUM application API key ID used to collect RUM data for the browser test."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12344
          },
          "name": "clientTokenId",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestOptionsListRumSettings"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListRumSettingsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListRumSettingsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 12403
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 12396
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12448
          },
          "name": "resetApplicationId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12464
          },
          "name": "resetClientTokenId"
        }
      ],
      "name": "SyntheticsTestOptionsListRumSettingsOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12452
          },
          "name": "applicationIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12468
          },
          "name": "clientTokenIdInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12481
          },
          "name": "isEnabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12442
          },
          "name": "applicationId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12458
          },
          "name": "clientTokenId",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12474
          },
          "name": "isEnabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12407
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListRumSettings"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestOptionsListRumSettingsOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListScheduling": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListScheduling",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 12664
      },
      "name": "SyntheticsTestOptionsListScheduling",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#timeframes SyntheticsTest#timeframes}",
            "stability": "stable",
            "summary": "timeframes block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12676
          },
          "name": "timeframes",
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListSchedulingTimeframes"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#timezone SyntheticsTest#timezone}",
            "stability": "stable",
            "summary": "Timezone in which the timeframe is based."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12670
          },
          "name": "timezone",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestOptionsListScheduling"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListSchedulingOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListSchedulingOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 12722
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 12715
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12771
          },
          "name": "putTimeframes",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListSchedulingTimeframes"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        }
      ],
      "name": "SyntheticsTestOptionsListSchedulingOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12768
          },
          "name": "timeframes",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListSchedulingTimeframesList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12775
          },
          "name": "timeframesInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListSchedulingTimeframes"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12762
          },
          "name": "timezoneInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12755
          },
          "name": "timezone",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12726
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListScheduling"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestOptionsListSchedulingOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListSchedulingTimeframes": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListSchedulingTimeframes",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 12485
      },
      "name": "SyntheticsTestOptionsListSchedulingTimeframes",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#day SyntheticsTest#day}",
            "stability": "stable",
            "summary": "Number representing the day of the week."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12491
          },
          "name": "day",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#from SyntheticsTest#from}",
            "stability": "stable",
            "summary": "The hour of the day on which scheduling starts."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12497
          },
          "name": "from",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#to SyntheticsTest#to}",
            "stability": "stable",
            "summary": "The hour of the day on which scheduling ends."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12503
          },
          "name": "to",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestOptionsListSchedulingTimeframes"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListSchedulingTimeframesList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListSchedulingTimeframesList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 12653
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 12645
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12660
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListSchedulingTimeframesOutputReference"
            }
          }
        }
      ],
      "name": "SyntheticsTestOptionsListSchedulingTimeframesList",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12646
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListSchedulingTimeframes"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestOptionsListSchedulingTimeframesList"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListSchedulingTimeframesOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListSchedulingTimeframesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 12559
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 12549
      },
      "name": "SyntheticsTestOptionsListSchedulingTimeframesOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12614
          },
          "name": "dayInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12627
          },
          "name": "fromInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12640
          },
          "name": "toInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12607
          },
          "name": "day",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12620
          },
          "name": "from",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12633
          },
          "name": "to",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12563
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListSchedulingTimeframes"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestOptionsListSchedulingTimeframesOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListStruct": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListStruct",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 12779
      },
      "name": "SyntheticsTestOptionsListStruct",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid range is `30-604800` for API tests and `60-604800` for browser tests.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#tick_every SyntheticsTest#tick_every}",
            "stability": "stable",
            "summary": "How often the test should run (in seconds)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12885
          },
          "name": "tickEvery",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#accept_self_signed SyntheticsTest#accept_self_signed}",
            "stability": "stable",
            "summary": "For SSL tests, whether or not the test should allow self signed certificates."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12785
          },
          "name": "acceptSelfSigned",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#allow_insecure SyntheticsTest#allow_insecure}",
            "stability": "stable",
            "summary": "Allows loading insecure content for a request in an API test or in a multistep API test step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12791
          },
          "name": "allowInsecure",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#blocked_request_patterns SyntheticsTest#blocked_request_patterns}",
            "stability": "stable",
            "summary": "Blocked URL patterns. Requests made to URLs matching any of the patterns listed here will be blocked."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12797
          },
          "name": "blockedRequestPatterns",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#check_certificate_revocation SyntheticsTest#check_certificate_revocation}",
            "stability": "stable",
            "summary": "For SSL tests, whether or not the test should fail on revoked certificate in stapled OCSP."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12803
          },
          "name": "checkCertificateRevocation",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#ci SyntheticsTest#ci}",
            "stability": "stable",
            "summary": "ci block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12891
          },
          "name": "ci",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListCi"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#disable_aia_intermediate_fetching SyntheticsTest#disable_aia_intermediate_fetching}",
            "stability": "stable",
            "summary": "For SSL tests, whether or not the test should disable fetching intermediate certificates from AIA."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12809
          },
          "name": "disableAiaIntermediateFetching",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#disable_cors SyntheticsTest#disable_cors}",
            "stability": "stable",
            "summary": "Disable Cross-Origin Resource Sharing for browser tests."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12815
          },
          "name": "disableCors",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#disable_csp SyntheticsTest#disable_csp}",
            "stability": "stable",
            "summary": "Disable Content Security Policy for browser tests."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12821
          },
          "name": "disableCsp",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#follow_redirects SyntheticsTest#follow_redirects}",
            "stability": "stable",
            "summary": "Determines whether or not the API HTTP test should follow redirects."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12827
          },
          "name": "followRedirects",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are `http1`, `http2`, `any`. Defaults to `\"any\"`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#http_version SyntheticsTest#http_version}",
            "stability": "stable",
            "summary": "HTTP version to use for an HTTP request in an API test or step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12833
          },
          "name": "httpVersion",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#ignore_server_certificate_error SyntheticsTest#ignore_server_certificate_error}",
            "stability": "stable",
            "summary": "Ignore server certificate error for browser tests."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12839
          },
          "name": "ignoreServerCertificateError",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#initial_navigation_timeout SyntheticsTest#initial_navigation_timeout}",
            "stability": "stable",
            "summary": "Timeout before declaring the initial step as failed (in seconds) for browser tests."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12845
          },
          "name": "initialNavigationTimeout",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#min_failure_duration SyntheticsTest#min_failure_duration}",
            "stability": "stable",
            "summary": "Minimum amount of time in failure required to trigger an alert (in seconds). Default is `0`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12851
          },
          "name": "minFailureDuration",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#min_location_failed SyntheticsTest#min_location_failed}",
            "stability": "stable",
            "summary": "Minimum number of locations in failure required to trigger an alert. Defaults to `1`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12857
          },
          "name": "minLocationFailed",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#monitor_name SyntheticsTest#monitor_name}",
            "stability": "stable",
            "summary": "The monitor name is used for the alert title as well as for all monitor dashboard widgets and SLOs."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12863
          },
          "name": "monitorName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#monitor_options SyntheticsTest#monitor_options}",
            "stability": "stable",
            "summary": "monitor_options block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12897
          },
          "name": "monitorOptions",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListMonitorOptions"
          }
        },
        {
          "abstract": true,
          "docs": {
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#monitor_priority SyntheticsTest#monitor_priority}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12867
          },
          "name": "monitorPriority",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#no_screenshot SyntheticsTest#no_screenshot}",
            "stability": "stable",
            "summary": "Prevents saving screenshots of the steps."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12873
          },
          "name": "noScreenshot",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "**Deprecated.** This field is no longer supported by the Datadog API. Please use `datadog_restriction_policy` instead.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#restricted_roles SyntheticsTest#restricted_roles}",
            "stability": "stable",
            "summary": "A list of role identifiers pulled from the Roles API to restrict read and write access."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12879
          },
          "name": "restrictedRoles",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#retry SyntheticsTest#retry}",
            "stability": "stable",
            "summary": "retry block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12903
          },
          "name": "retry",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListRetry"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#rum_settings SyntheticsTest#rum_settings}",
            "stability": "stable",
            "summary": "rum_settings block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12909
          },
          "name": "rumSettings",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListRumSettings"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#scheduling SyntheticsTest#scheduling}",
            "stability": "stable",
            "summary": "scheduling block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 12915
          },
          "name": "scheduling",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListScheduling"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestOptionsListStruct"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListStructOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListStructOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 13108
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 13101
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13555
          },
          "name": "putCi",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListCi"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13571
          },
          "name": "putMonitorOptions",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListMonitorOptions"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13587
          },
          "name": "putRetry",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListRetry"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13603
          },
          "name": "putRumSettings",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListRumSettings"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13619
          },
          "name": "putScheduling",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListScheduling"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13273
          },
          "name": "resetAcceptSelfSigned"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13289
          },
          "name": "resetAllowInsecure"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13305
          },
          "name": "resetBlockedRequestPatterns"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13321
          },
          "name": "resetCheckCertificateRevocation"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13558
          },
          "name": "resetCi"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13337
          },
          "name": "resetDisableAiaIntermediateFetching"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13353
          },
          "name": "resetDisableCors"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13369
          },
          "name": "resetDisableCsp"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13385
          },
          "name": "resetFollowRedirects"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13401
          },
          "name": "resetHttpVersion"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13417
          },
          "name": "resetIgnoreServerCertificateError"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13433
          },
          "name": "resetInitialNavigationTimeout"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13449
          },
          "name": "resetMinFailureDuration"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13465
          },
          "name": "resetMinLocationFailed"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13481
          },
          "name": "resetMonitorName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13574
          },
          "name": "resetMonitorOptions"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13497
          },
          "name": "resetMonitorPriority"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13513
          },
          "name": "resetNoScreenshot"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13529
          },
          "name": "resetRestrictedRoles"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13590
          },
          "name": "resetRetry"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13606
          },
          "name": "resetRumSettings"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13622
          },
          "name": "resetScheduling"
        }
      ],
      "name": "SyntheticsTestOptionsListStructOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13552
          },
          "name": "ci",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListCiOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13568
          },
          "name": "monitorOptions",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListMonitorOptionsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13584
          },
          "name": "retry",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListRetryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13600
          },
          "name": "rumSettings",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListRumSettingsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13616
          },
          "name": "scheduling",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListSchedulingOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13277
          },
          "name": "acceptSelfSignedInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13293
          },
          "name": "allowInsecureInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13309
          },
          "name": "blockedRequestPatternsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13325
          },
          "name": "checkCertificateRevocationInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13562
          },
          "name": "ciInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListCi"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13341
          },
          "name": "disableAiaIntermediateFetchingInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13357
          },
          "name": "disableCorsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13373
          },
          "name": "disableCspInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13389
          },
          "name": "followRedirectsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13405
          },
          "name": "httpVersionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13421
          },
          "name": "ignoreServerCertificateErrorInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13437
          },
          "name": "initialNavigationTimeoutInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13453
          },
          "name": "minFailureDurationInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13469
          },
          "name": "minLocationFailedInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13485
          },
          "name": "monitorNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13578
          },
          "name": "monitorOptionsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListMonitorOptions"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13501
          },
          "name": "monitorPriorityInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13517
          },
          "name": "noScreenshotInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13533
          },
          "name": "restrictedRolesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13594
          },
          "name": "retryInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListRetry"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13610
          },
          "name": "rumSettingsInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListRumSettings"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13626
          },
          "name": "schedulingInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListScheduling"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13546
          },
          "name": "tickEveryInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13267
          },
          "name": "acceptSelfSigned",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13283
          },
          "name": "allowInsecure",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13299
          },
          "name": "blockedRequestPatterns",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13315
          },
          "name": "checkCertificateRevocation",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13331
          },
          "name": "disableAiaIntermediateFetching",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13347
          },
          "name": "disableCors",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13363
          },
          "name": "disableCsp",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13379
          },
          "name": "followRedirects",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13395
          },
          "name": "httpVersion",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13411
          },
          "name": "ignoreServerCertificateError",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13427
          },
          "name": "initialNavigationTimeout",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13443
          },
          "name": "minFailureDuration",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13459
          },
          "name": "minLocationFailed",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13475
          },
          "name": "monitorName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13491
          },
          "name": "monitorPriority",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13507
          },
          "name": "noScreenshot",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13523
          },
          "name": "restrictedRoles",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13539
          },
          "name": "tickEvery",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13112
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestOptionsListStruct"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestOptionsListStructOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestBasicauth": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestBasicauth",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 13630
      },
      "name": "SyntheticsTestRequestBasicauth",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#access_key SyntheticsTest#access_key}",
            "stability": "stable",
            "summary": "Access key for `SIGV4` authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13636
          },
          "name": "accessKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#access_token_url SyntheticsTest#access_token_url}",
            "stability": "stable",
            "summary": "Access token url for `oauth-client` or `oauth-rop` authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13642
          },
          "name": "accessTokenUrl",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#audience SyntheticsTest#audience}",
            "stability": "stable",
            "summary": "Audience for `oauth-client` or `oauth-rop` authentication. Defaults to `\"\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13648
          },
          "name": "audience",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#client_id SyntheticsTest#client_id}",
            "stability": "stable",
            "summary": "Client ID for `oauth-client` or `oauth-rop` authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13654
          },
          "name": "clientId",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#client_secret SyntheticsTest#client_secret}",
            "stability": "stable",
            "summary": "Client secret for `oauth-client` or `oauth-rop` authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13660
          },
          "name": "clientSecret",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#domain SyntheticsTest#domain}",
            "stability": "stable",
            "summary": "Domain for `ntlm` authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13666
          },
          "name": "domain",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#password SyntheticsTest#password}",
            "stability": "stable",
            "summary": "Password for authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13672
          },
          "name": "password",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#region SyntheticsTest#region}",
            "stability": "stable",
            "summary": "Region for `SIGV4` authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13678
          },
          "name": "region",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#resource SyntheticsTest#resource}",
            "stability": "stable",
            "summary": "Resource for `oauth-client` or `oauth-rop` authentication. Defaults to `\"\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13684
          },
          "name": "resource",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#scope SyntheticsTest#scope}",
            "stability": "stable",
            "summary": "Scope for `oauth-client` or `oauth-rop` authentication. Defaults to `\"\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13690
          },
          "name": "scope",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#secret_key SyntheticsTest#secret_key}",
            "stability": "stable",
            "summary": "Secret key for `SIGV4` authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13696
          },
          "name": "secretKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#service_name SyntheticsTest#service_name}",
            "stability": "stable",
            "summary": "Service name for `SIGV4` authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13702
          },
          "name": "serviceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#session_token SyntheticsTest#session_token}",
            "stability": "stable",
            "summary": "Session token for `SIGV4` authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13708
          },
          "name": "sessionToken",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#token_api_authentication SyntheticsTest#token_api_authentication}",
            "stability": "stable",
            "summary": "Token API Authentication for `oauth-client` or `oauth-rop` authentication. Valid values are `header`, `body`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13714
          },
          "name": "tokenApiAuthentication",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#type SyntheticsTest#type}",
            "stability": "stable",
            "summary": "Type of basic authentication to use when performing the test. Defaults to `\"web\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13720
          },
          "name": "type",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#username SyntheticsTest#username}",
            "stability": "stable",
            "summary": "Username for authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13726
          },
          "name": "username",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#workstation SyntheticsTest#workstation}",
            "stability": "stable",
            "summary": "Workstation for `ntlm` authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13732
          },
          "name": "workstation",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestRequestBasicauth"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestBasicauthOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestBasicauthOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 13883
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 13876
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14012
          },
          "name": "resetAccessKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14028
          },
          "name": "resetAccessTokenUrl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14044
          },
          "name": "resetAudience"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14060
          },
          "name": "resetClientId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14076
          },
          "name": "resetClientSecret"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14092
          },
          "name": "resetDomain"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14108
          },
          "name": "resetPassword"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14124
          },
          "name": "resetRegion"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14140
          },
          "name": "resetResource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14156
          },
          "name": "resetScope"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14172
          },
          "name": "resetSecretKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14188
          },
          "name": "resetServiceName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14204
          },
          "name": "resetSessionToken"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14220
          },
          "name": "resetTokenApiAuthentication"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14236
          },
          "name": "resetType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14252
          },
          "name": "resetUsername"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14268
          },
          "name": "resetWorkstation"
        }
      ],
      "name": "SyntheticsTestRequestBasicauthOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14016
          },
          "name": "accessKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14032
          },
          "name": "accessTokenUrlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14048
          },
          "name": "audienceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14064
          },
          "name": "clientIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14080
          },
          "name": "clientSecretInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14096
          },
          "name": "domainInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14112
          },
          "name": "passwordInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14128
          },
          "name": "regionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14144
          },
          "name": "resourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14160
          },
          "name": "scopeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14176
          },
          "name": "secretKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14192
          },
          "name": "serviceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14208
          },
          "name": "sessionTokenInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14224
          },
          "name": "tokenApiAuthenticationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14240
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14256
          },
          "name": "usernameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14272
          },
          "name": "workstationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14006
          },
          "name": "accessKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14022
          },
          "name": "accessTokenUrl",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14038
          },
          "name": "audience",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14054
          },
          "name": "clientId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14070
          },
          "name": "clientSecret",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14086
          },
          "name": "domain",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14102
          },
          "name": "password",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14118
          },
          "name": "region",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14134
          },
          "name": "resource",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14150
          },
          "name": "scope",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14166
          },
          "name": "secretKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14182
          },
          "name": "serviceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14198
          },
          "name": "sessionToken",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14214
          },
          "name": "tokenApiAuthentication",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14230
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14246
          },
          "name": "username",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14262
          },
          "name": "workstation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 13887
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestBasicauth"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestRequestBasicauthOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificate": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificate",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 14518
      },
      "name": "SyntheticsTestRequestClientCertificate",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#cert SyntheticsTest#cert}",
            "stability": "stable",
            "summary": "cert block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14524
          },
          "name": "cert",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateCert"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#key SyntheticsTest#key}",
            "stability": "stable",
            "summary": "key block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14530
          },
          "name": "key",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateKey"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestRequestClientCertificate"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateCert": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateCert",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 14276
      },
      "name": "SyntheticsTestRequestClientCertificateCert",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#content SyntheticsTest#content}",
            "stability": "stable",
            "summary": "Content of the certificate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14282
          },
          "name": "content",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#filename SyntheticsTest#filename}",
            "stability": "stable",
            "summary": "File name for the certificate. Defaults to `\"Provided in Terraform config\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14288
          },
          "name": "filename",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestRequestClientCertificateCert"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateCertOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateCertOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 14334
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 14327
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14373
          },
          "name": "resetContent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14389
          },
          "name": "resetFilename"
        }
      ],
      "name": "SyntheticsTestRequestClientCertificateCertOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14377
          },
          "name": "contentInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14393
          },
          "name": "filenameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14367
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14383
          },
          "name": "filename",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14338
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateCert"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestRequestClientCertificateCertOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateKey": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateKey",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 14397
      },
      "name": "SyntheticsTestRequestClientCertificateKey",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#content SyntheticsTest#content}",
            "stability": "stable",
            "summary": "Content of the certificate."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14403
          },
          "name": "content",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#filename SyntheticsTest#filename}",
            "stability": "stable",
            "summary": "File name for the certificate. Defaults to `\"Provided in Terraform config\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14409
          },
          "name": "filename",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestRequestClientCertificateKey"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateKeyOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateKeyOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 14455
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 14448
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14494
          },
          "name": "resetContent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14510
          },
          "name": "resetFilename"
        }
      ],
      "name": "SyntheticsTestRequestClientCertificateKeyOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14498
          },
          "name": "contentInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14514
          },
          "name": "filenameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14488
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14504
          },
          "name": "filename",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14459
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateKey"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestRequestClientCertificateKeyOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 14576
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 14569
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14612
          },
          "name": "putCert",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateCert"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14625
          },
          "name": "putKey",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateKey"
              }
            }
          ]
        }
      ],
      "name": "SyntheticsTestRequestClientCertificateOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14609
          },
          "name": "cert",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateCertOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14622
          },
          "name": "key",
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateKeyOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14616
          },
          "name": "certInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateCert"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14629
          },
          "name": "keyInput",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificateKey"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14580
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestClientCertificate"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestRequestClientCertificateOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestDefinition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestDefinition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 14633
      },
      "name": "SyntheticsTestRequestDefinition",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#body SyntheticsTest#body}",
            "stability": "stable",
            "summary": "The request body."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14639
          },
          "name": "body",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#body_type SyntheticsTest#body_type}",
            "stability": "stable",
            "summary": "Type of the request body. Valid values are `text/plain`, `application/json`, `text/xml`, `text/html`, `application/x-www-form-urlencoded`, `graphql`, `application/octet-stream`, `multipart/form-data`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14645
          },
          "name": "bodyType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#call_type SyntheticsTest#call_type}",
            "stability": "stable",
            "summary": "The type of gRPC call to perform. Valid values are `healthcheck`, `unary`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14651
          },
          "name": "callType",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "If you want your client certificate to be applied on other domains instead, add them in `certificate_domains`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#certificate_domains SyntheticsTest#certificate_domains}",
            "stability": "stable",
            "summary": "By default, the client certificate is applied on the domain of the starting URL for browser tests."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14657
          },
          "name": "certificateDomains",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#destination_service SyntheticsTest#destination_service}",
            "stability": "stable",
            "summary": "For Network Path tests, an optional label displayed for the destination host in the Network Path visualization."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14663
          },
          "name": "destinationService",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#dns_server SyntheticsTest#dns_server}",
            "stability": "stable",
            "summary": "DNS server to use for DNS tests (`subtype = \"dns\"`)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14669
          },
          "name": "dnsServer",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#dns_server_port SyntheticsTest#dns_server_port}",
            "stability": "stable",
            "summary": "DNS server port to use for DNS tests."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14675
          },
          "name": "dnsServerPort",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#e2e_queries SyntheticsTest#e2e_queries}",
            "stability": "stable",
            "summary": "For Network Path tests, the number of packets sent to probe the destination to measure packet loss, latency, and jitter."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14681
          },
          "name": "e2EQueries",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#form SyntheticsTest#form}",
            "stability": "stable",
            "summary": "Form data to be sent when `body_type` is `multipart/form-data`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14687
          },
          "name": "form",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#host SyntheticsTest#host}",
            "stability": "stable",
            "summary": "Host name to perform the test with."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14693
          },
          "name": "host",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "**Deprecated.** Use `http_version` in the `options_list` field instead.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#http_version SyntheticsTest#http_version}",
            "stability": "stable",
            "summary": "HTTP version to use for an HTTP request in an API test or step."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14699
          },
          "name": "httpVersion",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#is_message_base64_encoded SyntheticsTest#is_message_base64_encoded}",
            "stability": "stable",
            "summary": "For Websocket tests, whether the message is treated as a base64-encoded string in the server."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14705
          },
          "name": "isMessageBase64Encoded",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#max_ttl SyntheticsTest#max_ttl}",
            "stability": "stable",
            "summary": "For Network Path tests, the maximum time-to-live (max number of hops) used in outgoing probe packets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14711
          },
          "name": "maxTtl",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#message SyntheticsTest#message}",
            "stability": "stable",
            "summary": "For gRPC, UDP, and Websocket tests, message to send with the request."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14717
          },
          "name": "message",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Required if `subtype` is `HTTP` or if `subtype` is `grpc` and `callType` is `unary`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#method SyntheticsTest#method}",
            "stability": "stable",
            "summary": "Either the HTTP method/verb to use or a gRPC method available on the service set in the `service` field."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14723
          },
          "name": "method",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#no_saving_response_body SyntheticsTest#no_saving_response_body}",
            "stability": "stable",
            "summary": "Determines whether or not to save the response body."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14729
          },
          "name": "noSavingResponseBody",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#number_of_packets SyntheticsTest#number_of_packets}",
            "stability": "stable",
            "summary": "Number of pings to use per test for ICMP tests (`subtype = \"icmp\"`) between 0 and 10."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14735
          },
          "name": "numberOfPackets",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#persist_cookies SyntheticsTest#persist_cookies}",
            "stability": "stable",
            "summary": "Persist cookies across redirects."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14741
          },
          "name": "persistCookies",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#plain_proto_file SyntheticsTest#plain_proto_file}",
            "stability": "stable",
            "summary": "The content of a proto file as a string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14747
          },
          "name": "plainProtoFile",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#port SyntheticsTest#port}",
            "stability": "stable",
            "summary": "Port to use when performing the test."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14753
          },
          "name": "port",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#proto_json_descriptor SyntheticsTest#proto_json_descriptor}",
            "stability": "stable",
            "summary": "A protobuf JSON descriptor. **Deprecated.** Use `plain_proto_file` instead."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14759
          },
          "name": "protoJsonDescriptor",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#servername SyntheticsTest#servername}",
            "stability": "stable",
            "summary": "For SSL tests, it specifies on which server you want to initiate the TLS handshake, allowing the server to present one of multiple possible certificates on the same IP address and TCP port number."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14765
          },
          "name": "servername",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#service SyntheticsTest#service}",
            "stability": "stable",
            "summary": "The gRPC service on which you want to perform the gRPC call."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14771
          },
          "name": "service",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "For ICMP tests (`subtype = \"icmp\"`).\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#should_track_hops SyntheticsTest#should_track_hops}",
            "stability": "stable",
            "summary": "This will turn on a traceroute probe to discover all gateways along the path to the host destination."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14777
          },
          "name": "shouldTrackHops",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#source_service SyntheticsTest#source_service}",
            "stability": "stable",
            "summary": "For Network Path tests, an optional label displayed for the source host in the Network Path visualization."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14783
          },
          "name": "sourceService",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#tcp_method SyntheticsTest#tcp_method}",
            "stability": "stable",
            "summary": "For TCP Network Path tests, the TCP traceroute strategy."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14789
          },
          "name": "tcpMethod",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#timeout SyntheticsTest#timeout}",
            "stability": "stable",
            "summary": "Timeout in seconds for the test."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14795
          },
          "name": "timeout",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#traceroute_queries SyntheticsTest#traceroute_queries}",
            "stability": "stable",
            "summary": "For Network Path tests, the number of traceroute path tracings."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14801
          },
          "name": "tracerouteQueries",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#url SyntheticsTest#url}",
            "stability": "stable",
            "summary": "The URL to send the request to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 14807
          },
          "name": "url",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestRequestDefinition"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestDefinitionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestDefinitionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 15042
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 15035
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15243
          },
          "name": "resetBody"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15259
          },
          "name": "resetBodyType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15275
          },
          "name": "resetCallType"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15291
          },
          "name": "resetCertificateDomains"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15307
          },
          "name": "resetDestinationService"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15323
          },
          "name": "resetDnsServer"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15339
          },
          "name": "resetDnsServerPort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15355
          },
          "name": "resetE2EQueries"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15371
          },
          "name": "resetForm"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15387
          },
          "name": "resetHost"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15403
          },
          "name": "resetHttpVersion"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15419
          },
          "name": "resetIsMessageBase64Encoded"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15435
          },
          "name": "resetMaxTtl"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15451
          },
          "name": "resetMessage"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15467
          },
          "name": "resetMethod"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15483
          },
          "name": "resetNoSavingResponseBody"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15499
          },
          "name": "resetNumberOfPackets"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15515
          },
          "name": "resetPersistCookies"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15531
          },
          "name": "resetPlainProtoFile"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15547
          },
          "name": "resetPort"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15563
          },
          "name": "resetProtoJsonDescriptor"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15579
          },
          "name": "resetServername"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15595
          },
          "name": "resetService"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15611
          },
          "name": "resetShouldTrackHops"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15627
          },
          "name": "resetSourceService"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15643
          },
          "name": "resetTcpMethod"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15659
          },
          "name": "resetTimeout"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15675
          },
          "name": "resetTracerouteQueries"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15691
          },
          "name": "resetUrl"
        }
      ],
      "name": "SyntheticsTestRequestDefinitionOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15247
          },
          "name": "bodyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15263
          },
          "name": "bodyTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15279
          },
          "name": "callTypeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15295
          },
          "name": "certificateDomainsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15311
          },
          "name": "destinationServiceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15327
          },
          "name": "dnsServerInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15343
          },
          "name": "dnsServerPortInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15359
          },
          "name": "e2EQueriesInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15375
          },
          "name": "formInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15391
          },
          "name": "hostInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15407
          },
          "name": "httpVersionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15423
          },
          "name": "isMessageBase64EncodedInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15439
          },
          "name": "maxTtlInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15455
          },
          "name": "messageInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15471
          },
          "name": "methodInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15487
          },
          "name": "noSavingResponseBodyInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15503
          },
          "name": "numberOfPacketsInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15519
          },
          "name": "persistCookiesInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15535
          },
          "name": "plainProtoFileInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15551
          },
          "name": "portInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15567
          },
          "name": "protoJsonDescriptorInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15583
          },
          "name": "servernameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15599
          },
          "name": "serviceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15615
          },
          "name": "shouldTrackHopsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15631
          },
          "name": "sourceServiceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15647
          },
          "name": "tcpMethodInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15663
          },
          "name": "timeoutInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15679
          },
          "name": "tracerouteQueriesInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15695
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15237
          },
          "name": "body",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15253
          },
          "name": "bodyType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15269
          },
          "name": "callType",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15285
          },
          "name": "certificateDomains",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15301
          },
          "name": "destinationService",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15317
          },
          "name": "dnsServer",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15333
          },
          "name": "dnsServerPort",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15349
          },
          "name": "e2EQueries",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15365
          },
          "name": "form",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15381
          },
          "name": "host",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15397
          },
          "name": "httpVersion",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15413
          },
          "name": "isMessageBase64Encoded",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15429
          },
          "name": "maxTtl",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15445
          },
          "name": "message",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15461
          },
          "name": "method",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15477
          },
          "name": "noSavingResponseBody",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15493
          },
          "name": "numberOfPackets",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15509
          },
          "name": "persistCookies",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15525
          },
          "name": "plainProtoFile",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15541
          },
          "name": "port",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15557
          },
          "name": "protoJsonDescriptor",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15573
          },
          "name": "servername",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15589
          },
          "name": "service",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15605
          },
          "name": "shouldTrackHops",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15621
          },
          "name": "sourceService",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15637
          },
          "name": "tcpMethod",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15653
          },
          "name": "timeout",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15669
          },
          "name": "tracerouteQueries",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15685
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15046
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestDefinition"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestRequestDefinitionOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestFile": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestFile",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 15699
      },
      "name": "SyntheticsTestRequestFile",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#name SyntheticsTest#name}",
            "stability": "stable",
            "summary": "Name of the file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15717
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#size SyntheticsTest#size}",
            "stability": "stable",
            "summary": "Size of the file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15729
          },
          "name": "size",
          "type": {
            "primitive": "number"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#type SyntheticsTest#type}",
            "stability": "stable",
            "summary": "Type of the file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15735
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#content SyntheticsTest#content}",
            "stability": "stable",
            "summary": "Content of the file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15705
          },
          "name": "content",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#encoding SyntheticsTest#encoding}",
            "stability": "stable",
            "summary": "Encoding of the file content. Must be `base64` when content contains base64-encoded data."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15711
          },
          "name": "encoding",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#original_file_name SyntheticsTest#original_file_name}",
            "stability": "stable",
            "summary": "Original name of the file."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15723
          },
          "name": "originalFileName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestRequestFile"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestFileList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestFileList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 15977
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 15969
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15984
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestFileOutputReference"
            }
          }
        }
      ],
      "name": "SyntheticsTestRequestFileList",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15970
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestFile"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestRequestFileList"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestFileOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestFileOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 15812
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 15802
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15889
          },
          "name": "resetContent"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15905
          },
          "name": "resetEncoding"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15934
          },
          "name": "resetOriginalFileName"
        }
      ],
      "name": "SyntheticsTestRequestFileOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15877
          },
          "name": "bucketKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15893
          },
          "name": "contentInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15909
          },
          "name": "encodingInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15922
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15938
          },
          "name": "originalFileNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15951
          },
          "name": "sizeInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15964
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15883
          },
          "name": "content",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15899
          },
          "name": "encoding",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15915
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15928
          },
          "name": "originalFileName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15944
          },
          "name": "size",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15957
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15816
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestFile"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestRequestFileOutputReference"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestProxy": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestProxy",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 15988
      },
      "name": "SyntheticsTestRequestProxy",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#url SyntheticsTest#url}",
            "stability": "stable",
            "summary": "URL of the proxy to perform the test."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16000
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/synthetics_test#headers SyntheticsTest#headers}",
            "stability": "stable",
            "summary": "Header name and value map."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 15994
          },
          "name": "headers",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestRequestProxy"
    },
    "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestProxyOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestProxyOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/synthetics-test/index.ts",
          "line": 16046
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/synthetics-test/index.ts",
        "line": 16039
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16085
          },
          "name": "resetHeaders"
        }
      ],
      "name": "SyntheticsTestRequestProxyOutputReference",
      "namespace": "syntheticsTest",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16089
          },
          "name": "headersInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16102
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16079
          },
          "name": "headers",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "map"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16095
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/synthetics-test/index.ts",
            "line": 16050
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.syntheticsTest.SyntheticsTestRequestProxy"
          }
        }
      ],
      "symbolId": "src/synthetics-test/index:SyntheticsTestRequestProxyOutputReference"
    },
    "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRuleset": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/tag_pipeline_ruleset datadog_tag_pipeline_ruleset}."
      },
      "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRuleset",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/tag_pipeline_ruleset datadog_tag_pipeline_ruleset} Resource."
        },
        "locationInModule": {
          "filename": "src/tag-pipeline-ruleset/index.ts",
          "line": 1320
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/tag-pipeline-ruleset/index.ts",
        "line": 1288
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a TagPipelineRuleset resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1305
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the TagPipelineRuleset to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/tag_pipeline_ruleset#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing TagPipelineRuleset that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the TagPipelineRuleset to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1394
          },
          "name": "putRules",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRules"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1353
          },
          "name": "resetEnabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1397
          },
          "name": "resetRules"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1409
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1417
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "TagPipelineRuleset",
      "namespace": "tagPipelineRuleset",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1293
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1362
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1380
          },
          "name": "position",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1391
          },
          "name": "rules",
          "type": {
            "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1385
          },
          "name": "version",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1357
          },
          "name": "enabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1375
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1401
          },
          "name": "rulesInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRules"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1347
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1368
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/tag-pipeline-ruleset/index:TagPipelineRuleset"
    },
    "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/tag-pipeline-ruleset/index.ts",
        "line": 14
      },
      "name": "TagPipelineRulesetConfig",
      "namespace": "tagPipelineRuleset",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/tag_pipeline_ruleset#name TagPipelineRuleset#name}",
            "stability": "stable",
            "summary": "The name of the ruleset."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 26
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/tag_pipeline_ruleset#enabled TagPipelineRuleset#enabled}",
            "stability": "stable",
            "summary": "Whether the ruleset is enabled."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 20
          },
          "name": "enabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/tag_pipeline_ruleset#rules TagPipelineRuleset#rules}",
            "stability": "stable",
            "summary": "rules block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 32
          },
          "name": "rules",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRules"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/tag-pipeline-ruleset/index:TagPipelineRulesetConfig"
    },
    "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRules": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRules",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/tag-pipeline-ruleset/index.ts",
        "line": 1026
      },
      "name": "TagPipelineRulesetRules",
      "namespace": "tagPipelineRuleset",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/tag_pipeline_ruleset#enabled TagPipelineRuleset#enabled}",
            "stability": "stable",
            "summary": "Whether the rule is enabled."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1032
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/tag_pipeline_ruleset#name TagPipelineRuleset#name}",
            "stability": "stable",
            "summary": "The name of the rule."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1038
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/tag_pipeline_ruleset#mapping TagPipelineRuleset#mapping}",
            "stability": "stable",
            "summary": "mapping block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1044
          },
          "name": "mapping",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesMapping"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/tag_pipeline_ruleset#query TagPipelineRuleset#query}",
            "stability": "stable",
            "summary": "query block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1050
          },
          "name": "query",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesQuery"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/tag_pipeline_ruleset#reference_table TagPipelineRuleset#reference_table}",
            "stability": "stable",
            "summary": "reference_table block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1056
          },
          "name": "referenceTable",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTable"
          }
        }
      ],
      "symbolId": "src/tag-pipeline-ruleset/index:TagPipelineRulesetRules"
    },
    "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/tag-pipeline-ruleset/index.ts",
          "line": 1273
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/tag-pipeline-ruleset/index.ts",
        "line": 1265
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1280
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesOutputReference"
            }
          }
        }
      ],
      "name": "TagPipelineRulesetRulesList",
      "namespace": "tagPipelineRuleset",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1266
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRules"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/tag-pipeline-ruleset/index:TagPipelineRulesetRulesList"
    },
    "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesMapping": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesMapping",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/tag-pipeline-ruleset/index.ts",
        "line": 34
      },
      "name": "TagPipelineRulesetRulesMapping",
      "namespace": "tagPipelineRuleset",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/tag_pipeline_ruleset#destination_key TagPipelineRuleset#destination_key}",
            "stability": "stable",
            "summary": "The destination key for the mapping."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 40
          },
          "name": "destinationKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/tag_pipeline_ruleset#if_not_exists TagPipelineRuleset#if_not_exists}",
            "stability": "stable",
            "summary": "Whether to apply the mapping only if the destination key doesn't exist."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 46
          },
          "name": "ifNotExists",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values: `append` (append to the existing tag value), `replace` (replace existing tag value), `do_not_apply` (never apply if tag already exists). Valid values are `append`, `replace`, `do_not_apply`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/tag_pipeline_ruleset#if_tag_exists TagPipelineRuleset#if_tag_exists}",
            "stability": "stable",
            "summary": "Behavior when the tag already exists."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 52
          },
          "name": "ifTagExists",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/tag_pipeline_ruleset#source_keys TagPipelineRuleset#source_keys}",
            "stability": "stable",
            "summary": "The source keys for the mapping."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 58
          },
          "name": "sourceKeys",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/tag-pipeline-ruleset/index:TagPipelineRulesetRulesMapping"
    },
    "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesMappingOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesMappingOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/tag-pipeline-ruleset/index.ts",
          "line": 119
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/tag-pipeline-ruleset/index.ts",
        "line": 111
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 179
          },
          "name": "resetDestinationKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 195
          },
          "name": "resetIfNotExists"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 211
          },
          "name": "resetIfTagExists"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 227
          },
          "name": "resetSourceKeys"
        }
      ],
      "name": "TagPipelineRulesetRulesMappingOutputReference",
      "namespace": "tagPipelineRuleset",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 183
          },
          "name": "destinationKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 199
          },
          "name": "ifNotExistsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 215
          },
          "name": "ifTagExistsInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 231
          },
          "name": "sourceKeysInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 173
          },
          "name": "destinationKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 189
          },
          "name": "ifNotExists",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 205
          },
          "name": "ifTagExists",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 221
          },
          "name": "sourceKeys",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 123
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesMapping"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/tag-pipeline-ruleset/index:TagPipelineRulesetRulesMappingOutputReference"
    },
    "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/tag-pipeline-ruleset/index.ts",
          "line": 1126
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/tag-pipeline-ruleset/index.ts",
        "line": 1116
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1221
          },
          "name": "putMapping",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesMapping"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1237
          },
          "name": "putQuery",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesQuery"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1253
          },
          "name": "putReferenceTable",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTable"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1224
          },
          "name": "resetMapping"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1240
          },
          "name": "resetQuery"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1256
          },
          "name": "resetReferenceTable"
        }
      ],
      "name": "TagPipelineRulesetRulesOutputReference",
      "namespace": "tagPipelineRuleset",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1218
          },
          "name": "mapping",
          "type": {
            "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesMappingOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1199
          },
          "name": "metadata",
          "type": {
            "fqn": "cdktn.StringMap"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1234
          },
          "name": "query",
          "type": {
            "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesQueryOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1250
          },
          "name": "referenceTable",
          "type": {
            "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTableOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1193
          },
          "name": "enabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1228
          },
          "name": "mappingInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesMapping"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1212
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1244
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesQuery"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1260
          },
          "name": "referenceTableInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1186
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1205
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1130
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRules"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/tag-pipeline-ruleset/index:TagPipelineRulesetRulesOutputReference"
    },
    "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesQuery": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesQuery",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/tag-pipeline-ruleset/index.ts",
        "line": 366
      },
      "name": "TagPipelineRulesetRulesQuery",
      "namespace": "tagPipelineRuleset",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/tag_pipeline_ruleset#addition TagPipelineRuleset#addition}",
            "stability": "stable",
            "summary": "addition block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 396
          },
          "name": "addition",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesQueryAddition"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/tag_pipeline_ruleset#case_insensitivity TagPipelineRuleset#case_insensitivity}",
            "stability": "stable",
            "summary": "Whether the query matching is case insensitive."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 372
          },
          "name": "caseInsensitivity",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/tag_pipeline_ruleset#if_not_exists TagPipelineRuleset#if_not_exists}",
            "stability": "stable",
            "summary": "Whether to apply the query only if the key doesn't exist."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 378
          },
          "name": "ifNotExists",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values: `append` (append to the existing tag value), `replace` (replace existing tag value), `do_not_apply` (never apply if tag already exists). Valid values are `append`, `replace`, `do_not_apply`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/tag_pipeline_ruleset#if_tag_exists TagPipelineRuleset#if_tag_exists}",
            "stability": "stable",
            "summary": "Behavior when the tag already exists."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 384
          },
          "name": "ifTagExists",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/tag_pipeline_ruleset#query TagPipelineRuleset#query}",
            "stability": "stable",
            "summary": "The query string."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 390
          },
          "name": "query",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/tag-pipeline-ruleset/index:TagPipelineRulesetRulesQuery"
    },
    "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesQueryAddition": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesQueryAddition",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/tag-pipeline-ruleset/index.ts",
        "line": 235
      },
      "name": "TagPipelineRulesetRulesQueryAddition",
      "namespace": "tagPipelineRuleset",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/tag_pipeline_ruleset#key TagPipelineRuleset#key}",
            "stability": "stable",
            "summary": "The key to add."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 241
          },
          "name": "key",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/tag_pipeline_ruleset#value TagPipelineRuleset#value}",
            "stability": "stable",
            "summary": "The value to add."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 247
          },
          "name": "value",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/tag-pipeline-ruleset/index:TagPipelineRulesetRulesQueryAddition"
    },
    "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesQueryAdditionOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesQueryAdditionOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/tag-pipeline-ruleset/index.ts",
          "line": 294
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/tag-pipeline-ruleset/index.ts",
        "line": 286
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 342
          },
          "name": "resetKey"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 358
          },
          "name": "resetValue"
        }
      ],
      "name": "TagPipelineRulesetRulesQueryAdditionOutputReference",
      "namespace": "tagPipelineRuleset",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 346
          },
          "name": "keyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 362
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 336
          },
          "name": "key",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 352
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 298
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesQueryAddition"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/tag-pipeline-ruleset/index:TagPipelineRulesetRulesQueryAdditionOutputReference"
    },
    "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesQueryOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesQueryOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/tag-pipeline-ruleset/index.ts",
          "line": 464
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/tag-pipeline-ruleset/index.ts",
        "line": 456
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 591
          },
          "name": "putAddition",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesQueryAddition"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 594
          },
          "name": "resetAddition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 530
          },
          "name": "resetCaseInsensitivity"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 546
          },
          "name": "resetIfNotExists"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 562
          },
          "name": "resetIfTagExists"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 578
          },
          "name": "resetQuery"
        }
      ],
      "name": "TagPipelineRulesetRulesQueryOutputReference",
      "namespace": "tagPipelineRuleset",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 588
          },
          "name": "addition",
          "type": {
            "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesQueryAdditionOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 598
          },
          "name": "additionInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesQueryAddition"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 534
          },
          "name": "caseInsensitivityInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 550
          },
          "name": "ifNotExistsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 566
          },
          "name": "ifTagExistsInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 582
          },
          "name": "queryInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 524
          },
          "name": "caseInsensitivity",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 540
          },
          "name": "ifNotExists",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 556
          },
          "name": "ifTagExists",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 572
          },
          "name": "query",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 468
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesQuery"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/tag-pipeline-ruleset/index:TagPipelineRulesetRulesQueryOutputReference"
    },
    "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTable": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTable",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/tag-pipeline-ruleset/index.ts",
        "line": 755
      },
      "name": "TagPipelineRulesetRulesReferenceTable",
      "namespace": "tagPipelineRuleset",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/tag_pipeline_ruleset#case_insensitivity TagPipelineRuleset#case_insensitivity}",
            "stability": "stable",
            "summary": "Whether the reference table lookup is case insensitive."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 761
          },
          "name": "caseInsensitivity",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/tag_pipeline_ruleset#field_pairs TagPipelineRuleset#field_pairs}",
            "stability": "stable",
            "summary": "field_pairs block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 791
          },
          "name": "fieldPairs",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTableFieldPairs"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/tag_pipeline_ruleset#if_not_exists TagPipelineRuleset#if_not_exists}",
            "stability": "stable",
            "summary": "Whether to apply the reference table only if the key doesn't exist."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 767
          },
          "name": "ifNotExists",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values: `append` (append to the existing tag value), `replace` (replace existing tag value), `do_not_apply` (never apply if tag already exists). Valid values are `append`, `replace`, `do_not_apply`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/tag_pipeline_ruleset#if_tag_exists TagPipelineRuleset#if_tag_exists}",
            "stability": "stable",
            "summary": "Behavior when the tag already exists."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 773
          },
          "name": "ifTagExists",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/tag_pipeline_ruleset#source_keys TagPipelineRuleset#source_keys}",
            "stability": "stable",
            "summary": "The source keys for the reference table lookup."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 779
          },
          "name": "sourceKeys",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/tag_pipeline_ruleset#table_name TagPipelineRuleset#table_name}",
            "stability": "stable",
            "summary": "The name of the reference table."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 785
          },
          "name": "tableName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/tag-pipeline-ruleset/index:TagPipelineRulesetRulesReferenceTable"
    },
    "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTableFieldPairs": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTableFieldPairs",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/tag-pipeline-ruleset/index.ts",
        "line": 602
      },
      "name": "TagPipelineRulesetRulesReferenceTableFieldPairs",
      "namespace": "tagPipelineRuleset",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/tag_pipeline_ruleset#input_column TagPipelineRuleset#input_column}",
            "stability": "stable",
            "summary": "The input column name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 608
          },
          "name": "inputColumn",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/tag_pipeline_ruleset#output_key TagPipelineRuleset#output_key}",
            "stability": "stable",
            "summary": "The output key name."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 614
          },
          "name": "outputKey",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/tag-pipeline-ruleset/index:TagPipelineRulesetRulesReferenceTableFieldPairs"
    },
    "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTableFieldPairsList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTableFieldPairsList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/tag-pipeline-ruleset/index.ts",
          "line": 744
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/tag-pipeline-ruleset/index.ts",
        "line": 736
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 751
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTableFieldPairsOutputReference"
            }
          }
        }
      ],
      "name": "TagPipelineRulesetRulesReferenceTableFieldPairsList",
      "namespace": "tagPipelineRuleset",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 737
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTableFieldPairs"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/tag-pipeline-ruleset/index:TagPipelineRulesetRulesReferenceTableFieldPairsList"
    },
    "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTableFieldPairsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTableFieldPairsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/tag-pipeline-ruleset/index.ts",
          "line": 663
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/tag-pipeline-ruleset/index.ts",
        "line": 653
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 711
          },
          "name": "resetInputColumn"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 727
          },
          "name": "resetOutputKey"
        }
      ],
      "name": "TagPipelineRulesetRulesReferenceTableFieldPairsOutputReference",
      "namespace": "tagPipelineRuleset",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 715
          },
          "name": "inputColumnInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 731
          },
          "name": "outputKeyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 705
          },
          "name": "inputColumn",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 721
          },
          "name": "outputKey",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 667
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTableFieldPairs"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/tag-pipeline-ruleset/index:TagPipelineRulesetRulesReferenceTableFieldPairsOutputReference"
    },
    "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTableOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTableOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/tag-pipeline-ruleset/index.ts",
          "line": 866
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/tag-pipeline-ruleset/index.ts",
        "line": 858
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1015
          },
          "name": "putFieldPairs",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTableFieldPairs"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 938
          },
          "name": "resetCaseInsensitivity"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1018
          },
          "name": "resetFieldPairs"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 954
          },
          "name": "resetIfNotExists"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 970
          },
          "name": "resetIfTagExists"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 986
          },
          "name": "resetSourceKeys"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1002
          },
          "name": "resetTableName"
        }
      ],
      "name": "TagPipelineRulesetRulesReferenceTableOutputReference",
      "namespace": "tagPipelineRuleset",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1012
          },
          "name": "fieldPairs",
          "type": {
            "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTableFieldPairsList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 942
          },
          "name": "caseInsensitivityInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1022
          },
          "name": "fieldPairsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTableFieldPairs"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 958
          },
          "name": "ifNotExistsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 974
          },
          "name": "ifTagExistsInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 990
          },
          "name": "sourceKeysInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 1006
          },
          "name": "tableNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 932
          },
          "name": "caseInsensitivity",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 948
          },
          "name": "ifNotExists",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 964
          },
          "name": "ifTagExists",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 980
          },
          "name": "sourceKeys",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 996
          },
          "name": "tableName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-ruleset/index.ts",
            "line": 870
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.tagPipelineRuleset.TagPipelineRulesetRulesReferenceTable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/tag-pipeline-ruleset/index:TagPipelineRulesetRulesReferenceTableOutputReference"
    },
    "@cdktn/provider-datadog.tagPipelineRulesets.TagPipelineRulesets": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/tag_pipeline_rulesets datadog_tag_pipeline_rulesets}."
      },
      "fqn": "@cdktn/provider-datadog.tagPipelineRulesets.TagPipelineRulesets",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/tag_pipeline_rulesets datadog_tag_pipeline_rulesets} Resource."
        },
        "locationInModule": {
          "filename": "src/tag-pipeline-rulesets/index.ts",
          "line": 64
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.tagPipelineRulesets.TagPipelineRulesetsConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/tag-pipeline-rulesets/index.ts",
        "line": 32
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a TagPipelineRulesets resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-rulesets/index.ts",
            "line": 49
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the TagPipelineRulesets to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/tag_pipeline_rulesets#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing TagPipelineRulesets that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the TagPipelineRulesets to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-rulesets/index.ts",
            "line": 101
          },
          "name": "resetOverrideUiDefinedResources"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-rulesets/index.ts",
            "line": 126
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-rulesets/index.ts",
            "line": 133
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "TagPipelineRulesets",
      "namespace": "tagPipelineRulesets",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-rulesets/index.ts",
            "line": 37
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-rulesets/index.ts",
            "line": 89
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-rulesets/index.ts",
            "line": 105
          },
          "name": "overrideUiDefinedResourcesInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-rulesets/index.ts",
            "line": 118
          },
          "name": "rulesetIdsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-rulesets/index.ts",
            "line": 95
          },
          "name": "overrideUiDefinedResources",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/tag-pipeline-rulesets/index.ts",
            "line": 111
          },
          "name": "rulesetIds",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        }
      ],
      "symbolId": "src/tag-pipeline-rulesets/index:TagPipelineRulesets"
    },
    "@cdktn/provider-datadog.tagPipelineRulesets.TagPipelineRulesetsConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.tagPipelineRulesets.TagPipelineRulesetsConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/tag-pipeline-rulesets/index.ts",
        "line": 14
      },
      "name": "TagPipelineRulesetsConfig",
      "namespace": "tagPipelineRulesets",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/tag_pipeline_rulesets#ruleset_ids TagPipelineRulesets#ruleset_ids}",
            "stability": "stable",
            "summary": "The list of Tag Pipeline Ruleset IDs, in order. Rulesets are executed in the order specified in this list."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-rulesets/index.ts",
            "line": 26
          },
          "name": "rulesetIds",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "When set to true, any rulesets created via the UI that are not defined in Terraform will be deleted and Terraform will be used as the source of truth for rules and their ordering. When set to false, any rulesets created via the UI that are at the end of order will be kept but will be warned, otherwise an error will be thrown in terraform plan phase. Default is false\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/tag_pipeline_rulesets#override_ui_defined_resources TagPipelineRulesets#override_ui_defined_resources}",
            "stability": "stable",
            "summary": "Whether to override UI-defined rulesets."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/tag-pipeline-rulesets/index.ts",
            "line": 20
          },
          "name": "overrideUiDefinedResources",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/tag-pipeline-rulesets/index:TagPipelineRulesetsConfig"
    },
    "@cdktn/provider-datadog.team.Team": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team datadog_team}."
      },
      "fqn": "@cdktn/provider-datadog.team.Team",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team datadog_team} Resource."
        },
        "locationInModule": {
          "filename": "src/team/index.ts",
          "line": 70
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.team.TeamConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/team/index.ts",
        "line": 38
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a Team resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/team/index.ts",
            "line": 55
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the Team to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing Team that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the Team to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team/index.ts",
            "line": 158
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team/index.ts",
            "line": 166
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "Team",
      "namespace": "team",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team/index.ts",
            "line": 43
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team/index.ts",
            "line": 122
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team/index.ts",
            "line": 127
          },
          "name": "linkCount",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team/index.ts",
            "line": 145
          },
          "name": "summary",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team/index.ts",
            "line": 150
          },
          "name": "userCount",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team/index.ts",
            "line": 104
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team/index.ts",
            "line": 117
          },
          "name": "handleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team/index.ts",
            "line": 140
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team/index.ts",
            "line": 97
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team/index.ts",
            "line": 110
          },
          "name": "handle",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team/index.ts",
            "line": 133
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/team/index:Team"
    },
    "@cdktn/provider-datadog.team.TeamConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.team.TeamConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/team/index.ts",
        "line": 14
      },
      "name": "TeamConfig",
      "namespace": "team",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team#description Team#description}",
            "stability": "stable",
            "summary": "Free-form markdown description/content for the team's homepage."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team/index.ts",
            "line": 20
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team#handle Team#handle}",
            "stability": "stable",
            "summary": "The team's identifier."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team/index.ts",
            "line": 26
          },
          "name": "handle",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team#name Team#name}",
            "stability": "stable",
            "summary": "The name of the team."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team/index.ts",
            "line": 32
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/team/index:TeamConfig"
    },
    "@cdktn/provider-datadog.teamConnection.TeamConnection": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_connection datadog_team_connection}."
      },
      "fqn": "@cdktn/provider-datadog.teamConnection.TeamConnection",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_connection datadog_team_connection} Resource."
        },
        "locationInModule": {
          "filename": "src/team-connection/index.ts",
          "line": 326
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.teamConnection.TeamConnectionConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/team-connection/index.ts",
        "line": 294
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a TeamConnection resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/team-connection/index.ts",
            "line": 311
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the TeamConnection to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_connection#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing TeamConnection that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the TeamConnection to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-connection/index.ts",
            "line": 377
          },
          "name": "putConnectedTeam",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.teamConnection.TeamConnectionConnectedTeam"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-connection/index.ts",
            "line": 390
          },
          "name": "putTeam",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.teamConnection.TeamConnectionTeam"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-connection/index.ts",
            "line": 364
          },
          "name": "resetSource"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-connection/index.ts",
            "line": 402
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-connection/index.ts",
            "line": 410
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "TeamConnection",
      "namespace": "teamConnection",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-connection/index.ts",
            "line": 299
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-connection/index.ts",
            "line": 374
          },
          "name": "connectedTeam",
          "type": {
            "fqn": "@cdktn/provider-datadog.teamConnection.TeamConnectionConnectedTeamOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-connection/index.ts",
            "line": 352
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-connection/index.ts",
            "line": 387
          },
          "name": "team",
          "type": {
            "fqn": "@cdktn/provider-datadog.teamConnection.TeamConnectionTeamOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-connection/index.ts",
            "line": 381
          },
          "name": "connectedTeamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.teamConnection.TeamConnectionConnectedTeam"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-connection/index.ts",
            "line": 368
          },
          "name": "sourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-connection/index.ts",
            "line": 394
          },
          "name": "teamInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.teamConnection.TeamConnectionTeam"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-connection/index.ts",
            "line": 358
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/team-connection/index:TeamConnection"
    },
    "@cdktn/provider-datadog.teamConnection.TeamConnectionConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.teamConnection.TeamConnectionConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/team-connection/index.ts",
        "line": 14
      },
      "name": "TeamConnectionConfig",
      "namespace": "teamConnection",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_connection#connected_team TeamConnection#connected_team}",
            "stability": "stable",
            "summary": "connected_team block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-connection/index.ts",
            "line": 26
          },
          "name": "connectedTeam",
          "type": {
            "fqn": "@cdktn/provider-datadog.teamConnection.TeamConnectionConnectedTeam"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_connection#team TeamConnection#team}",
            "stability": "stable",
            "summary": "team block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-connection/index.ts",
            "line": 32
          },
          "name": "team",
          "type": {
            "fqn": "@cdktn/provider-datadog.teamConnection.TeamConnectionTeam"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_connection#source TeamConnection#source}",
            "stability": "stable",
            "summary": "The source of the connection (e.g. github)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-connection/index.ts",
            "line": 20
          },
          "name": "source",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/team-connection/index:TeamConnectionConfig"
    },
    "@cdktn/provider-datadog.teamConnection.TeamConnectionConnectedTeam": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.teamConnection.TeamConnectionConnectedTeam",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/team-connection/index.ts",
        "line": 34
      },
      "name": "TeamConnectionConnectedTeam",
      "namespace": "teamConnection",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_connection#id TeamConnection#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "The ID of the external connected team."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-connection/index.ts",
            "line": 43
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_connection#type TeamConnection#type}",
            "stability": "stable",
            "summary": "The resource type of the external connected team. Valid values are `github_team`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-connection/index.ts",
            "line": 49
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/team-connection/index:TeamConnectionConnectedTeam"
    },
    "@cdktn/provider-datadog.teamConnection.TeamConnectionConnectedTeamOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.teamConnection.TeamConnectionConnectedTeamOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/team-connection/index.ts",
          "line": 96
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/team-connection/index.ts",
        "line": 88
      },
      "name": "TeamConnectionConnectedTeamOutputReference",
      "namespace": "teamConnection",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-connection/index.ts",
            "line": 145
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-connection/index.ts",
            "line": 158
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-connection/index.ts",
            "line": 138
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-connection/index.ts",
            "line": 151
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-connection/index.ts",
            "line": 100
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.teamConnection.TeamConnectionConnectedTeam"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/team-connection/index:TeamConnectionConnectedTeamOutputReference"
    },
    "@cdktn/provider-datadog.teamConnection.TeamConnectionTeam": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.teamConnection.TeamConnectionTeam",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/team-connection/index.ts",
        "line": 162
      },
      "name": "TeamConnectionTeam",
      "namespace": "teamConnection",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_connection#id TeamConnection#id}\n\nPlease be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "The ID of the Datadog team."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-connection/index.ts",
            "line": 171
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_connection#type TeamConnection#type}",
            "stability": "stable",
            "summary": "The resource type of the Datadog team. Valid values are `team`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-connection/index.ts",
            "line": 177
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/team-connection/index:TeamConnectionTeam"
    },
    "@cdktn/provider-datadog.teamConnection.TeamConnectionTeamOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.teamConnection.TeamConnectionTeamOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/team-connection/index.ts",
          "line": 224
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/team-connection/index.ts",
        "line": 216
      },
      "name": "TeamConnectionTeamOutputReference",
      "namespace": "teamConnection",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-connection/index.ts",
            "line": 273
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-connection/index.ts",
            "line": 286
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-connection/index.ts",
            "line": 266
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-connection/index.ts",
            "line": 279
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-connection/index.ts",
            "line": 228
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.teamConnection.TeamConnectionTeam"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/team-connection/index:TeamConnectionTeamOutputReference"
    },
    "@cdktn/provider-datadog.teamHierarchyLinks.TeamHierarchyLinks": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_hierarchy_links datadog_team_hierarchy_links}."
      },
      "fqn": "@cdktn/provider-datadog.teamHierarchyLinks.TeamHierarchyLinks",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_hierarchy_links datadog_team_hierarchy_links} Resource."
        },
        "locationInModule": {
          "filename": "src/team-hierarchy-links/index.ts",
          "line": 64
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.teamHierarchyLinks.TeamHierarchyLinksConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/team-hierarchy-links/index.ts",
        "line": 32
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a TeamHierarchyLinks resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/team-hierarchy-links/index.ts",
            "line": 49
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the TeamHierarchyLinks to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_hierarchy_links#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing TeamHierarchyLinks that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the TeamHierarchyLinks to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-hierarchy-links/index.ts",
            "line": 133
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-hierarchy-links/index.ts",
            "line": 140
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "TeamHierarchyLinks",
      "namespace": "teamHierarchyLinks",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-hierarchy-links/index.ts",
            "line": 37
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-hierarchy-links/index.ts",
            "line": 89
          },
          "name": "createdAt",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-hierarchy-links/index.ts",
            "line": 94
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-hierarchy-links/index.ts",
            "line": 112
          },
          "name": "provisionedBy",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-hierarchy-links/index.ts",
            "line": 107
          },
          "name": "parentTeamIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-hierarchy-links/index.ts",
            "line": 125
          },
          "name": "subTeamIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-hierarchy-links/index.ts",
            "line": 100
          },
          "name": "parentTeamId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-hierarchy-links/index.ts",
            "line": 118
          },
          "name": "subTeamId",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/team-hierarchy-links/index:TeamHierarchyLinks"
    },
    "@cdktn/provider-datadog.teamHierarchyLinks.TeamHierarchyLinksConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.teamHierarchyLinks.TeamHierarchyLinksConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/team-hierarchy-links/index.ts",
        "line": 14
      },
      "name": "TeamHierarchyLinksConfig",
      "namespace": "teamHierarchyLinks",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_hierarchy_links#parent_team_id TeamHierarchyLinks#parent_team_id}",
            "stability": "stable",
            "summary": "ID of the parent team the team hierarchy link is associated with."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-hierarchy-links/index.ts",
            "line": 20
          },
          "name": "parentTeamId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_hierarchy_links#sub_team_id TeamHierarchyLinks#sub_team_id}",
            "stability": "stable",
            "summary": "ID of the sub team the team hierarchy link is associated with."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-hierarchy-links/index.ts",
            "line": 26
          },
          "name": "subTeamId",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/team-hierarchy-links/index:TeamHierarchyLinksConfig"
    },
    "@cdktn/provider-datadog.teamLink.TeamLink": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_link datadog_team_link}."
      },
      "fqn": "@cdktn/provider-datadog.teamLink.TeamLink",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_link datadog_team_link} Resource."
        },
        "locationInModule": {
          "filename": "src/team-link/index.ts",
          "line": 76
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.teamLink.TeamLinkConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/team-link/index.ts",
        "line": 44
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a TeamLink resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/team-link/index.ts",
            "line": 61
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the TeamLink to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_link#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing TeamLink that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the TeamLink to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-link/index.ts",
            "line": 128
          },
          "name": "resetPosition"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-link/index.ts",
            "line": 166
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-link/index.ts",
            "line": 175
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "TeamLink",
      "namespace": "teamLink",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-link/index.ts",
            "line": 49
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-link/index.ts",
            "line": 103
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-link/index.ts",
            "line": 116
          },
          "name": "labelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-link/index.ts",
            "line": 132
          },
          "name": "positionInput",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-link/index.ts",
            "line": 145
          },
          "name": "teamIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-link/index.ts",
            "line": 158
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-link/index.ts",
            "line": 109
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-link/index.ts",
            "line": 122
          },
          "name": "position",
          "type": {
            "primitive": "number"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-link/index.ts",
            "line": 138
          },
          "name": "teamId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-link/index.ts",
            "line": 151
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/team-link/index:TeamLink"
    },
    "@cdktn/provider-datadog.teamLink.TeamLinkConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.teamLink.TeamLinkConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/team-link/index.ts",
        "line": 14
      },
      "name": "TeamLinkConfig",
      "namespace": "teamLink",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_link#label TeamLink#label}",
            "stability": "stable",
            "summary": "The link's label."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-link/index.ts",
            "line": 20
          },
          "name": "label",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_link#team_id TeamLink#team_id}",
            "stability": "stable",
            "summary": "ID of the team the link is associated with."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-link/index.ts",
            "line": 32
          },
          "name": "teamId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_link#url TeamLink#url}",
            "stability": "stable",
            "summary": "The URL for the link."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-link/index.ts",
            "line": 38
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_link#position TeamLink#position}",
            "stability": "stable",
            "summary": "The link's position, used to sort links for the team."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-link/index.ts",
            "line": 26
          },
          "name": "position",
          "optional": true,
          "type": {
            "primitive": "number"
          }
        }
      ],
      "symbolId": "src/team-link/index:TeamLinkConfig"
    },
    "@cdktn/provider-datadog.teamMembership.TeamMembership": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_membership datadog_team_membership}."
      },
      "fqn": "@cdktn/provider-datadog.teamMembership.TeamMembership",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_membership datadog_team_membership} Resource."
        },
        "locationInModule": {
          "filename": "src/team-membership/index.ts",
          "line": 70
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.teamMembership.TeamMembershipConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/team-membership/index.ts",
        "line": 38
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a TeamMembership resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/team-membership/index.ts",
            "line": 55
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the TeamMembership to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_membership#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing TeamMembership that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the TeamMembership to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-membership/index.ts",
            "line": 108
          },
          "name": "resetRole"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-membership/index.ts",
            "line": 146
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-membership/index.ts",
            "line": 154
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "TeamMembership",
      "namespace": "teamMembership",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-membership/index.ts",
            "line": 43
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-membership/index.ts",
            "line": 96
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-membership/index.ts",
            "line": 112
          },
          "name": "roleInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-membership/index.ts",
            "line": 125
          },
          "name": "teamIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-membership/index.ts",
            "line": 138
          },
          "name": "userIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-membership/index.ts",
            "line": 102
          },
          "name": "role",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-membership/index.ts",
            "line": 118
          },
          "name": "teamId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-membership/index.ts",
            "line": 131
          },
          "name": "userId",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/team-membership/index:TeamMembership"
    },
    "@cdktn/provider-datadog.teamMembership.TeamMembershipConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.teamMembership.TeamMembershipConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/team-membership/index.ts",
        "line": 14
      },
      "name": "TeamMembershipConfig",
      "namespace": "teamMembership",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_membership#team_id TeamMembership#team_id}",
            "stability": "stable",
            "summary": "ID of the team the team membership is associated with."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-membership/index.ts",
            "line": 26
          },
          "name": "teamId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_membership#user_id TeamMembership#user_id}",
            "stability": "stable",
            "summary": "The ID of the user."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-membership/index.ts",
            "line": 32
          },
          "name": "userId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_membership#role TeamMembership#role}",
            "stability": "stable",
            "summary": "The user's role within the team. Valid values are `admin`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-membership/index.ts",
            "line": 20
          },
          "name": "role",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/team-membership/index:TeamMembershipConfig"
    },
    "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRule": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_notification_rule datadog_team_notification_rule}."
      },
      "fqn": "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRule",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_notification_rule datadog_team_notification_rule} Resource."
        },
        "locationInModule": {
          "filename": "src/team-notification-rule/index.ts",
          "line": 501
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRuleConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/team-notification-rule/index.ts",
        "line": 469
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a TeamNotificationRule resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 486
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the TeamNotificationRule to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_notification_rule#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing TeamNotificationRule that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the TeamNotificationRule to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 551
          },
          "name": "putEmail",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRuleEmail"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 567
          },
          "name": "putMsTeams",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRuleMsTeams"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 583
          },
          "name": "putPagerduty",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRulePagerduty"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 599
          },
          "name": "putSlack",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRuleSlack"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 554
          },
          "name": "resetEmail"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 570
          },
          "name": "resetMsTeams"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 586
          },
          "name": "resetPagerduty"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 602
          },
          "name": "resetSlack"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 614
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 624
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "TeamNotificationRule",
      "namespace": "teamNotificationRule",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 474
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 548
          },
          "name": "email",
          "type": {
            "fqn": "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRuleEmailOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 529
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 564
          },
          "name": "msTeams",
          "type": {
            "fqn": "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRuleMsTeamsOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 580
          },
          "name": "pagerduty",
          "type": {
            "fqn": "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRulePagerdutyOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 596
          },
          "name": "slack",
          "type": {
            "fqn": "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRuleSlackOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 558
          },
          "name": "emailInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRuleEmail"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 574
          },
          "name": "msTeamsInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRuleMsTeams"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 590
          },
          "name": "pagerdutyInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRulePagerduty"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 606
          },
          "name": "slackInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRuleSlack"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 542
          },
          "name": "teamIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 535
          },
          "name": "teamId",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/team-notification-rule/index:TeamNotificationRule"
    },
    "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRuleConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRuleConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/team-notification-rule/index.ts",
        "line": 14
      },
      "name": "TeamNotificationRuleConfig",
      "namespace": "teamNotificationRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_notification_rule#team_id TeamNotificationRule#team_id}",
            "stability": "stable",
            "summary": "The ID of the team that this notification rule belongs to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 20
          },
          "name": "teamId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_notification_rule#email TeamNotificationRule#email}",
            "stability": "stable",
            "summary": "email block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 26
          },
          "name": "email",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRuleEmail"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_notification_rule#ms_teams TeamNotificationRule#ms_teams}",
            "stability": "stable",
            "summary": "ms_teams block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 32
          },
          "name": "msTeams",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRuleMsTeams"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_notification_rule#pagerduty TeamNotificationRule#pagerduty}",
            "stability": "stable",
            "summary": "pagerduty block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 38
          },
          "name": "pagerduty",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRulePagerduty"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_notification_rule#slack TeamNotificationRule#slack}",
            "stability": "stable",
            "summary": "slack block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 44
          },
          "name": "slack",
          "optional": true,
          "type": {
            "fqn": "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRuleSlack"
          }
        }
      ],
      "symbolId": "src/team-notification-rule/index:TeamNotificationRuleConfig"
    },
    "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRuleEmail": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRuleEmail",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/team-notification-rule/index.ts",
        "line": 46
      },
      "name": "TeamNotificationRuleEmail",
      "namespace": "teamNotificationRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_notification_rule#enabled TeamNotificationRule#enabled}",
            "stability": "stable",
            "summary": "Whether to send email notifications to team members when alerts are triggered."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 52
          },
          "name": "enabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/team-notification-rule/index:TeamNotificationRuleEmail"
    },
    "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRuleEmailOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRuleEmailOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/team-notification-rule/index.ts",
          "line": 92
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/team-notification-rule/index.ts",
        "line": 84
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 134
          },
          "name": "resetEnabled"
        }
      ],
      "name": "TeamNotificationRuleEmailOutputReference",
      "namespace": "teamNotificationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 138
          },
          "name": "enabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 128
          },
          "name": "enabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 96
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRuleEmail"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/team-notification-rule/index:TeamNotificationRuleEmailOutputReference"
    },
    "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRuleMsTeams": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRuleMsTeams",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/team-notification-rule/index.ts",
        "line": 142
      },
      "name": "TeamNotificationRuleMsTeams",
      "namespace": "teamNotificationRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_notification_rule#connector_name TeamNotificationRule#connector_name}",
            "stability": "stable",
            "summary": "MS Teams connector name used to route notifications to the appropriate channel."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 148
          },
          "name": "connectorName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/team-notification-rule/index:TeamNotificationRuleMsTeams"
    },
    "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRuleMsTeamsOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRuleMsTeamsOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/team-notification-rule/index.ts",
          "line": 188
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/team-notification-rule/index.ts",
        "line": 180
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 230
          },
          "name": "resetConnectorName"
        }
      ],
      "name": "TeamNotificationRuleMsTeamsOutputReference",
      "namespace": "teamNotificationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 234
          },
          "name": "connectorNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 224
          },
          "name": "connectorName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 192
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRuleMsTeams"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/team-notification-rule/index:TeamNotificationRuleMsTeamsOutputReference"
    },
    "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRulePagerduty": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRulePagerduty",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/team-notification-rule/index.ts",
        "line": 238
      },
      "name": "TeamNotificationRulePagerduty",
      "namespace": "teamNotificationRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_notification_rule#service_name TeamNotificationRule#service_name}",
            "stability": "stable",
            "summary": "PagerDuty service name to send incident notifications to. The service name can be found in your PagerDuty service settings."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 244
          },
          "name": "serviceName",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/team-notification-rule/index:TeamNotificationRulePagerduty"
    },
    "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRulePagerdutyOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRulePagerdutyOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/team-notification-rule/index.ts",
          "line": 284
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/team-notification-rule/index.ts",
        "line": 276
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 326
          },
          "name": "resetServiceName"
        }
      ],
      "name": "TeamNotificationRulePagerdutyOutputReference",
      "namespace": "teamNotificationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 330
          },
          "name": "serviceNameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 320
          },
          "name": "serviceName",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 288
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRulePagerduty"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/team-notification-rule/index:TeamNotificationRulePagerdutyOutputReference"
    },
    "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRuleSlack": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRuleSlack",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/team-notification-rule/index.ts",
        "line": 334
      },
      "name": "TeamNotificationRuleSlack",
      "namespace": "teamNotificationRule",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_notification_rule#channel TeamNotificationRule#channel}",
            "stability": "stable",
            "summary": "Slack channel name for notifications (for example, #alerts or #team-notifications)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 340
          },
          "name": "channel",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_notification_rule#workspace TeamNotificationRule#workspace}",
            "stability": "stable",
            "summary": "Slack workspace name where the channel is located."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 346
          },
          "name": "workspace",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/team-notification-rule/index:TeamNotificationRuleSlack"
    },
    "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRuleSlackOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRuleSlackOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/team-notification-rule/index.ts",
          "line": 393
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/team-notification-rule/index.ts",
        "line": 385
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 441
          },
          "name": "resetChannel"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 457
          },
          "name": "resetWorkspace"
        }
      ],
      "name": "TeamNotificationRuleSlackOutputReference",
      "namespace": "teamNotificationRule",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 445
          },
          "name": "channelInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 461
          },
          "name": "workspaceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 435
          },
          "name": "channel",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 451
          },
          "name": "workspace",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-notification-rule/index.ts",
            "line": 397
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.teamNotificationRule.TeamNotificationRuleSlack"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/team-notification-rule/index:TeamNotificationRuleSlackOutputReference"
    },
    "@cdktn/provider-datadog.teamPermissionSetting.TeamPermissionSetting": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_permission_setting datadog_team_permission_setting}."
      },
      "fqn": "@cdktn/provider-datadog.teamPermissionSetting.TeamPermissionSetting",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_permission_setting datadog_team_permission_setting} Resource."
        },
        "locationInModule": {
          "filename": "src/team-permission-setting/index.ts",
          "line": 70
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.teamPermissionSetting.TeamPermissionSettingConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/team-permission-setting/index.ts",
        "line": 38
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a TeamPermissionSetting resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/team-permission-setting/index.ts",
            "line": 55
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the TeamPermissionSetting to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_permission_setting#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing TeamPermissionSetting that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the TeamPermissionSetting to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-permission-setting/index.ts",
            "line": 143
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-permission-setting/index.ts",
            "line": 151
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "TeamPermissionSetting",
      "namespace": "teamPermissionSetting",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-permission-setting/index.ts",
            "line": 43
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-permission-setting/index.ts",
            "line": 109
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-permission-setting/index.ts",
            "line": 104
          },
          "name": "actionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-permission-setting/index.ts",
            "line": 122
          },
          "name": "teamIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-permission-setting/index.ts",
            "line": 135
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-permission-setting/index.ts",
            "line": 97
          },
          "name": "action",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-permission-setting/index.ts",
            "line": 115
          },
          "name": "teamId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-permission-setting/index.ts",
            "line": 128
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/team-permission-setting/index:TeamPermissionSetting"
    },
    "@cdktn/provider-datadog.teamPermissionSetting.TeamPermissionSettingConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.teamPermissionSetting.TeamPermissionSettingConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/team-permission-setting/index.ts",
        "line": 14
      },
      "name": "TeamPermissionSettingConfig",
      "namespace": "teamPermissionSetting",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_permission_setting#action TeamPermissionSetting#action}",
            "stability": "stable",
            "summary": "The identifier for the action. Valid values are `manage_membership`, `edit`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-permission-setting/index.ts",
            "line": 20
          },
          "name": "action",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_permission_setting#team_id TeamPermissionSetting#team_id}",
            "stability": "stable",
            "summary": "ID of the team the team permission setting is associated with."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-permission-setting/index.ts",
            "line": 26
          },
          "name": "teamId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Valid values are dependent on the action. `manage_membership` action allows `admins`, `members`, `organization`, `user_access_manage` values. `edit` action allows `admins`, `members`, `teams_manage` values.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_permission_setting#value TeamPermissionSetting#value}",
            "stability": "stable",
            "summary": "The action value."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-permission-setting/index.ts",
            "line": 32
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/team-permission-setting/index:TeamPermissionSettingConfig"
    },
    "@cdktn/provider-datadog.teamSync.TeamSync": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_sync datadog_team_sync}."
      },
      "fqn": "@cdktn/provider-datadog.teamSync.TeamSync",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_sync datadog_team_sync} Resource."
        },
        "locationInModule": {
          "filename": "src/team-sync/index.ts",
          "line": 392
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.teamSync.TeamSyncConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/team-sync/index.ts",
        "line": 360
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a TeamSync resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 377
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the TeamSync to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_sync#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing TeamSync that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the TeamSync to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 487
          },
          "name": "putSelectionState",
          "parameters": [
            {
              "name": "value",
              "type": {
                "union": {
                  "types": [
                    {
                      "fqn": "cdktn.IResolvable"
                    },
                    {
                      "collection": {
                        "elementtype": {
                          "fqn": "@cdktn/provider-datadog.teamSync.TeamSyncSelectionState"
                        },
                        "kind": "array"
                      }
                    }
                  ]
                }
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 427
          },
          "name": "resetFrequency"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 490
          },
          "name": "resetSelectionState"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 461
          },
          "name": "resetSyncMembership"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 502
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 512
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "TeamSync",
      "namespace": "teamSync",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 365
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 436
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 484
          },
          "name": "selectionState",
          "type": {
            "fqn": "@cdktn/provider-datadog.teamSync.TeamSyncSelectionStateList"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 431
          },
          "name": "frequencyInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 494
          },
          "name": "selectionStateInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.teamSync.TeamSyncSelectionState"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 449
          },
          "name": "sourceInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 465
          },
          "name": "syncMembershipInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 478
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 421
          },
          "name": "frequency",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 442
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 455
          },
          "name": "syncMembership",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 471
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/team-sync/index:TeamSync"
    },
    "@cdktn/provider-datadog.teamSync.TeamSyncConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.teamSync.TeamSyncConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/team-sync/index.ts",
        "line": 14
      },
      "name": "TeamSyncConfig",
      "namespace": "teamSync",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_sync#source TeamSync#source}",
            "stability": "stable",
            "summary": "The external source platform for team synchronization. Valid values are `github`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 26
          },
          "name": "source",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "`link` connects teams by matching names. `provision` creates new teams when no match is found. Valid values are `link`, `provision`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_sync#type TeamSync#type}",
            "stability": "stable",
            "summary": "The type of synchronization operation."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 38
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_sync#frequency TeamSync#frequency}",
            "stability": "stable",
            "summary": "How often the sync process should run. Valid values are `once`, `continuously`, `paused`. Defaults to `\"once\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 20
          },
          "name": "frequency",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_sync#selection_state TeamSync#selection_state}",
            "stability": "stable",
            "summary": "selection_state block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 44
          },
          "name": "selectionState",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.teamSync.TeamSyncSelectionState"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_sync#sync_membership TeamSync#sync_membership}",
            "stability": "stable",
            "summary": "Whether to sync members from the external team to the Datadog team. Defaults to `false`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 32
          },
          "name": "syncMembership",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/team-sync/index:TeamSyncConfig"
    },
    "@cdktn/provider-datadog.teamSync.TeamSyncSelectionState": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.teamSync.TeamSyncSelectionState",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/team-sync/index.ts",
        "line": 171
      },
      "name": "TeamSyncSelectionState",
      "namespace": "teamSync",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_sync#external_id TeamSync#external_id}",
            "stability": "stable",
            "summary": "external_id block."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 189
          },
          "name": "externalId",
          "type": {
            "fqn": "@cdktn/provider-datadog.teamSync.TeamSyncSelectionStateExternalId"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_sync#operation TeamSync#operation}",
            "stability": "stable",
            "summary": "The operation to perform on the selected hierarchy. Valid values are `include`. Defaults to `\"include\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 177
          },
          "name": "operation",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_sync#scope TeamSync#scope}",
            "stability": "stable",
            "summary": "The scope of the selection. Valid values are `subtree`. Defaults to `\"subtree\"`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 183
          },
          "name": "scope",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/team-sync/index:TeamSyncSelectionState"
    },
    "@cdktn/provider-datadog.teamSync.TeamSyncSelectionStateExternalId": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.teamSync.TeamSyncSelectionStateExternalId",
      "kind": "interface",
      "locationInModule": {
        "filename": "src/team-sync/index.ts",
        "line": 46
      },
      "name": "TeamSyncSelectionStateExternalId",
      "namespace": "teamSync",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_sync#type TeamSync#type}",
            "stability": "stable",
            "summary": "The type of external identifier. Valid values are `team`, `organization`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 52
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/team_sync#value TeamSync#value}",
            "stability": "stable",
            "summary": "The external identifier value from the source platform (e.g. a GitHub organization ID or team ID)."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 58
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/team-sync/index:TeamSyncSelectionStateExternalId"
    },
    "@cdktn/provider-datadog.teamSync.TeamSyncSelectionStateExternalIdOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.teamSync.TeamSyncSelectionStateExternalIdOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/team-sync/index.ts",
          "line": 105
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/team-sync/index.ts",
        "line": 97
      },
      "name": "TeamSyncSelectionStateExternalIdOutputReference",
      "namespace": "teamSync",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 154
          },
          "name": "typeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 167
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 147
          },
          "name": "type",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 160
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 109
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.teamSync.TeamSyncSelectionStateExternalId"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/team-sync/index:TeamSyncSelectionStateExternalIdOutputReference"
    },
    "@cdktn/provider-datadog.teamSync.TeamSyncSelectionStateList": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexList",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.teamSync.TeamSyncSelectionStateList",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/team-sync/index.ts",
          "line": 345
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "wrapsSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/team-sync/index.ts",
        "line": 337
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 352
          },
          "name": "get",
          "parameters": [
            {
              "docs": {
                "summary": "the index of the item to return."
              },
              "name": "index",
              "type": {
                "primitive": "number"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "@cdktn/provider-datadog.teamSync.TeamSyncSelectionStateOutputReference"
            }
          }
        }
      ],
      "name": "TeamSyncSelectionStateList",
      "namespace": "teamSync",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 338
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "collection": {
                    "elementtype": {
                      "fqn": "@cdktn/provider-datadog.teamSync.TeamSyncSelectionState"
                    },
                    "kind": "array"
                  }
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/team-sync/index:TeamSyncSelectionStateList"
    },
    "@cdktn/provider-datadog.teamSync.TeamSyncSelectionStateOutputReference": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.ComplexObject",
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.teamSync.TeamSyncSelectionStateOutputReference",
      "initializer": {
        "docs": {
          "stability": "stable"
        },
        "locationInModule": {
          "filename": "src/team-sync/index.ts",
          "line": 245
        },
        "parameters": [
          {
            "docs": {
              "summary": "The parent resource."
            },
            "name": "terraformResource",
            "type": {
              "fqn": "cdktn.IInterpolatingParent"
            }
          },
          {
            "docs": {
              "summary": "The attribute on the parent resource this class is referencing."
            },
            "name": "terraformAttribute",
            "type": {
              "primitive": "string"
            }
          },
          {
            "docs": {
              "summary": "the index of this item in the list."
            },
            "name": "complexObjectIndex",
            "type": {
              "primitive": "number"
            }
          },
          {
            "docs": {
              "summary": "whether the list is wrapping a set (will add tolist() to be able to access an item via an index)."
            },
            "name": "complexObjectIsFromSet",
            "type": {
              "primitive": "boolean"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/team-sync/index.ts",
        "line": 235
      },
      "methods": [
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 328
          },
          "name": "putExternalId",
          "parameters": [
            {
              "name": "value",
              "type": {
                "fqn": "@cdktn/provider-datadog.teamSync.TeamSyncSelectionStateExternalId"
              }
            }
          ]
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 299
          },
          "name": "resetOperation"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 315
          },
          "name": "resetScope"
        }
      ],
      "name": "TeamSyncSelectionStateOutputReference",
      "namespace": "teamSync",
      "properties": [
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 325
          },
          "name": "externalId",
          "type": {
            "fqn": "@cdktn/provider-datadog.teamSync.TeamSyncSelectionStateExternalIdOutputReference"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 332
          },
          "name": "externalIdInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.teamSync.TeamSyncSelectionStateExternalId"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 303
          },
          "name": "operationInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 319
          },
          "name": "scopeInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 293
          },
          "name": "operation",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 309
          },
          "name": "scope",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/team-sync/index.ts",
            "line": 249
          },
          "name": "internalValue",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "fqn": "cdktn.IResolvable"
                },
                {
                  "fqn": "@cdktn/provider-datadog.teamSync.TeamSyncSelectionState"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/team-sync/index:TeamSyncSelectionStateOutputReference"
    },
    "@cdktn/provider-datadog.user.User": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/user datadog_user}."
      },
      "fqn": "@cdktn/provider-datadog.user.User",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/user datadog_user} Resource."
        },
        "locationInModule": {
          "filename": "src/user/index.ts",
          "line": 89
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.user.UserConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/user/index.ts",
        "line": 57
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a User resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/user/index.ts",
            "line": 74
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the User to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/user#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing User that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the User to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/user/index.ts",
            "line": 125
          },
          "name": "resetDisabled"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/user/index.ts",
            "line": 154
          },
          "name": "resetId"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/user/index.ts",
            "line": 170
          },
          "name": "resetName"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/user/index.ts",
            "line": 186
          },
          "name": "resetRoles"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/user/index.ts",
            "line": 202
          },
          "name": "resetSendUserInvitation"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/user/index.ts",
            "line": 224
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/user/index.ts",
            "line": 235
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "User",
      "namespace": "user",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/user/index.ts",
            "line": 62
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/user/index.ts",
            "line": 211
          },
          "name": "userInvitationId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/user/index.ts",
            "line": 216
          },
          "name": "verified",
          "type": {
            "fqn": "cdktn.IResolvable"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/user/index.ts",
            "line": 129
          },
          "name": "disabledInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/user/index.ts",
            "line": 142
          },
          "name": "emailInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/user/index.ts",
            "line": 158
          },
          "name": "idInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/user/index.ts",
            "line": 174
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/user/index.ts",
            "line": 190
          },
          "name": "rolesInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/user/index.ts",
            "line": 206
          },
          "name": "sendUserInvitationInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/user/index.ts",
            "line": 119
          },
          "name": "disabled",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/user/index.ts",
            "line": 135
          },
          "name": "email",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/user/index.ts",
            "line": 148
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/user/index.ts",
            "line": 164
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/user/index.ts",
            "line": 180
          },
          "name": "roles",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/user/index.ts",
            "line": 196
          },
          "name": "sendUserInvitation",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/user/index:User"
    },
    "@cdktn/provider-datadog.user.UserConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.user.UserConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/user/index.ts",
        "line": 14
      },
      "name": "UserConfig",
      "namespace": "user",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/user#email User#email}",
            "stability": "stable",
            "summary": "Email address for user."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/user/index.ts",
            "line": 26
          },
          "name": "email",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/user#disabled User#disabled}",
            "stability": "stable",
            "summary": "Whether the user is disabled. Defaults to `false`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/user/index.ts",
            "line": 20
          },
          "name": "disabled",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.\nIf you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.",
            "stability": "stable",
            "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/user#id User#id}."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/user/index.ts",
            "line": 33
          },
          "name": "id",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/user#name User#name}",
            "stability": "stable",
            "summary": "User's name. Should be set only for password authentication, as it is overridden by Google or SAML authentication."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/user/index.ts",
            "line": 39
          },
          "name": "name",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/user#roles User#roles}",
            "stability": "stable",
            "summary": "A list of role IDs to assign to the user."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/user/index.ts",
            "line": 45
          },
          "name": "roles",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/user#send_user_invitation User#send_user_invitation}",
            "stability": "stable",
            "summary": "Whether an invitation email should be sent when the user is created. Defaults to `true`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/user/index.ts",
            "line": 51
          },
          "name": "sendUserInvitation",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        }
      ],
      "symbolId": "src/user/index:UserConfig"
    },
    "@cdktn/provider-datadog.userRole.UserRole": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/user_role datadog_user_role}."
      },
      "fqn": "@cdktn/provider-datadog.userRole.UserRole",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/user_role datadog_user_role} Resource."
        },
        "locationInModule": {
          "filename": "src/user-role/index.ts",
          "line": 64
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.userRole.UserRoleConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/user-role/index.ts",
        "line": 32
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a UserRole resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/user-role/index.ts",
            "line": 49
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the UserRole to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/user_role#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing UserRole that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the UserRole to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/user-role/index.ts",
            "line": 123
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/user-role/index.ts",
            "line": 130
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "UserRole",
      "namespace": "userRole",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/user-role/index.ts",
            "line": 37
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/user-role/index.ts",
            "line": 89
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/user-role/index.ts",
            "line": 102
          },
          "name": "roleIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/user-role/index.ts",
            "line": 115
          },
          "name": "userIdInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/user-role/index.ts",
            "line": 95
          },
          "name": "roleId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/user-role/index.ts",
            "line": 108
          },
          "name": "userId",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/user-role/index:UserRole"
    },
    "@cdktn/provider-datadog.userRole.UserRoleConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.userRole.UserRoleConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/user-role/index.ts",
        "line": 14
      },
      "name": "UserRoleConfig",
      "namespace": "userRole",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/user_role#role_id UserRole#role_id}",
            "stability": "stable",
            "summary": "ID of the role that the user is assigned to."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/user-role/index.ts",
            "line": 20
          },
          "name": "roleId",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/user_role#user_id UserRole#user_id}",
            "stability": "stable",
            "summary": "The ID of the user."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/user-role/index.ts",
            "line": 26
          },
          "name": "userId",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/user-role/index:UserRoleConfig"
    },
    "@cdktn/provider-datadog.webhook.Webhook": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/webhook datadog_webhook}."
      },
      "fqn": "@cdktn/provider-datadog.webhook.Webhook",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/webhook datadog_webhook} Resource."
        },
        "locationInModule": {
          "filename": "src/webhook/index.ts",
          "line": 82
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.webhook.WebhookConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/webhook/index.ts",
        "line": 50
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a Webhook resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/webhook/index.ts",
            "line": 67
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the Webhook to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/webhook#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing Webhook that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the Webhook to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/webhook/index.ts",
            "line": 117
          },
          "name": "resetCustomHeaders"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/webhook/index.ts",
            "line": 133
          },
          "name": "resetEncodeAs"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/webhook/index.ts",
            "line": 167
          },
          "name": "resetPayload"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/webhook/index.ts",
            "line": 192
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/webhook/index.ts",
            "line": 202
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "Webhook",
      "namespace": "webhook",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook/index.ts",
            "line": 55
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook/index.ts",
            "line": 142
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook/index.ts",
            "line": 121
          },
          "name": "customHeadersInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook/index.ts",
            "line": 137
          },
          "name": "encodeAsInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook/index.ts",
            "line": 155
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook/index.ts",
            "line": 171
          },
          "name": "payloadInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook/index.ts",
            "line": 184
          },
          "name": "urlInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/webhook/index.ts",
            "line": 111
          },
          "name": "customHeaders",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/webhook/index.ts",
            "line": 127
          },
          "name": "encodeAs",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/webhook/index.ts",
            "line": 148
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/webhook/index.ts",
            "line": 161
          },
          "name": "payload",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/webhook/index.ts",
            "line": 177
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/webhook/index:Webhook"
    },
    "@cdktn/provider-datadog.webhook.WebhookConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.webhook.WebhookConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/webhook/index.ts",
        "line": 14
      },
      "name": "WebhookConfig",
      "namespace": "webhook",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/webhook#name Webhook#name}",
            "stability": "stable",
            "summary": "The name of the webhook. It corresponds with `<WEBHOOK_NAME>`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook/index.ts",
            "line": 32
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/webhook#url Webhook#url}",
            "stability": "stable",
            "summary": "The URL of the webhook."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook/index.ts",
            "line": 44
          },
          "name": "url",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/webhook#custom_headers Webhook#custom_headers}",
            "stability": "stable",
            "summary": "The headers attached to the webhook."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook/index.ts",
            "line": 20
          },
          "name": "customHeaders",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/webhook#encode_as Webhook#encode_as}",
            "stability": "stable",
            "summary": "Encoding type. Valid values are `json`, `form`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook/index.ts",
            "line": 26
          },
          "name": "encodeAs",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/webhook#payload Webhook#payload}",
            "stability": "stable",
            "summary": "The payload of the webhook."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook/index.ts",
            "line": 38
          },
          "name": "payload",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/webhook/index:WebhookConfig"
    },
    "@cdktn/provider-datadog.webhookCustomVariable.WebhookCustomVariable": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/webhook_custom_variable datadog_webhook_custom_variable}."
      },
      "fqn": "@cdktn/provider-datadog.webhookCustomVariable.WebhookCustomVariable",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/webhook_custom_variable datadog_webhook_custom_variable} Resource."
        },
        "locationInModule": {
          "filename": "src/webhook-custom-variable/index.ts",
          "line": 70
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.webhookCustomVariable.WebhookCustomVariableConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/webhook-custom-variable/index.ts",
        "line": 38
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a WebhookCustomVariable resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/webhook-custom-variable/index.ts",
            "line": 55
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the WebhookCustomVariable to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/webhook_custom_variable#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing WebhookCustomVariable that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the WebhookCustomVariable to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/webhook-custom-variable/index.ts",
            "line": 143
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/webhook-custom-variable/index.ts",
            "line": 151
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "WebhookCustomVariable",
      "namespace": "webhookCustomVariable",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook-custom-variable/index.ts",
            "line": 43
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook-custom-variable/index.ts",
            "line": 96
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook-custom-variable/index.ts",
            "line": 109
          },
          "name": "isSecretInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook-custom-variable/index.ts",
            "line": 122
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook-custom-variable/index.ts",
            "line": 135
          },
          "name": "valueInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/webhook-custom-variable/index.ts",
            "line": 102
          },
          "name": "isSecret",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/webhook-custom-variable/index.ts",
            "line": 115
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/webhook-custom-variable/index.ts",
            "line": 128
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/webhook-custom-variable/index:WebhookCustomVariable"
    },
    "@cdktn/provider-datadog.webhookCustomVariable.WebhookCustomVariableConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.webhookCustomVariable.WebhookCustomVariableConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/webhook-custom-variable/index.ts",
        "line": 14
      },
      "name": "WebhookCustomVariableConfig",
      "namespace": "webhookCustomVariable",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/webhook_custom_variable#is_secret WebhookCustomVariable#is_secret}",
            "stability": "stable",
            "summary": "Whether the custom variable is secret or not."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook-custom-variable/index.ts",
            "line": 20
          },
          "name": "isSecret",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/webhook_custom_variable#name WebhookCustomVariable#name}",
            "stability": "stable",
            "summary": "The name of the variable. It corresponds with `<CUSTOM_VARIABLE_NAME>`."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook-custom-variable/index.ts",
            "line": 26
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/webhook_custom_variable#value WebhookCustomVariable#value}",
            "stability": "stable",
            "summary": "The value of the custom variable."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/webhook-custom-variable/index.ts",
            "line": 32
          },
          "name": "value",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/webhook-custom-variable/index:WebhookCustomVariableConfig"
    },
    "@cdktn/provider-datadog.workflowAutomation.WorkflowAutomation": {
      "assembly": "@cdktn/provider-datadog",
      "base": "cdktn.TerraformResource",
      "docs": {
        "stability": "stable",
        "summary": "Represents a {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/workflow_automation datadog_workflow_automation}."
      },
      "fqn": "@cdktn/provider-datadog.workflowAutomation.WorkflowAutomation",
      "initializer": {
        "docs": {
          "stability": "stable",
          "summary": "Create a new {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/workflow_automation datadog_workflow_automation} Resource."
        },
        "locationInModule": {
          "filename": "src/workflow-automation/index.ts",
          "line": 88
        },
        "parameters": [
          {
            "docs": {
              "summary": "The scope in which to define this construct."
            },
            "name": "scope",
            "type": {
              "fqn": "constructs.Construct"
            }
          },
          {
            "docs": {
              "remarks": "Must be unique amongst siblings in the same scope",
              "summary": "The scoped construct ID."
            },
            "name": "id",
            "type": {
              "primitive": "string"
            }
          },
          {
            "name": "config",
            "type": {
              "fqn": "@cdktn/provider-datadog.workflowAutomation.WorkflowAutomationConfig"
            }
          }
        ]
      },
      "kind": "class",
      "locationInModule": {
        "filename": "src/workflow-automation/index.ts",
        "line": 56
      },
      "methods": [
        {
          "docs": {
            "stability": "stable",
            "summary": "Generates CDKTN code for importing a WorkflowAutomation resource upon running \"cdktn plan <stack-name>\"."
          },
          "locationInModule": {
            "filename": "src/workflow-automation/index.ts",
            "line": 73
          },
          "name": "generateConfigForImport",
          "parameters": [
            {
              "docs": {
                "summary": "The scope in which to define this construct."
              },
              "name": "scope",
              "type": {
                "fqn": "constructs.Construct"
              }
            },
            {
              "docs": {
                "summary": "The construct id used in the generated config for the WorkflowAutomation to import."
              },
              "name": "importToId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "remarks": "Refer to the {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/workflow_automation#import import section} in the documentation of this resource for the id to use",
                "summary": "The id of the existing WorkflowAutomation that should be imported."
              },
              "name": "importFromId",
              "type": {
                "primitive": "string"
              }
            },
            {
              "docs": {
                "summary": "? Optional instance of the provider where the WorkflowAutomation to import is found."
              },
              "name": "provider",
              "optional": true,
              "type": {
                "fqn": "cdktn.TerraformProvider"
              }
            }
          ],
          "returns": {
            "type": {
              "fqn": "cdktn.ImportableResource"
            }
          },
          "static": true
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/workflow-automation/index.ts",
            "line": 194
          },
          "name": "resetWebhookSecret"
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/workflow-automation/index.ts",
            "line": 206
          },
          "name": "synthesizeAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/workflow-automation/index.ts",
            "line": 217
          },
          "name": "synthesizeHclAttributes",
          "overrides": "cdktn.TerraformResource",
          "protected": true,
          "returns": {
            "type": {
              "collection": {
                "elementtype": {
                  "primitive": "any"
                },
                "kind": "map"
              }
            }
          }
        }
      ],
      "name": "WorkflowAutomation",
      "namespace": "workflowAutomation",
      "properties": [
        {
          "const": true,
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/workflow-automation/index.ts",
            "line": 61
          },
          "name": "tfResourceType",
          "static": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/workflow-automation/index.ts",
            "line": 130
          },
          "name": "id",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/workflow-automation/index.ts",
            "line": 125
          },
          "name": "descriptionInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/workflow-automation/index.ts",
            "line": 143
          },
          "name": "nameInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/workflow-automation/index.ts",
            "line": 156
          },
          "name": "publishedInput",
          "optional": true,
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/workflow-automation/index.ts",
            "line": 169
          },
          "name": "specJsonInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/workflow-automation/index.ts",
            "line": 182
          },
          "name": "tagsInput",
          "optional": true,
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/workflow-automation/index.ts",
            "line": 198
          },
          "name": "webhookSecretInput",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/workflow-automation/index.ts",
            "line": 118
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/workflow-automation/index.ts",
            "line": 136
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/workflow-automation/index.ts",
            "line": 149
          },
          "name": "published",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/workflow-automation/index.ts",
            "line": 162
          },
          "name": "specJson",
          "type": {
            "primitive": "string"
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/workflow-automation/index.ts",
            "line": 175
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "docs": {
            "stability": "stable"
          },
          "locationInModule": {
            "filename": "src/workflow-automation/index.ts",
            "line": 188
          },
          "name": "webhookSecret",
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/workflow-automation/index:WorkflowAutomation"
    },
    "@cdktn/provider-datadog.workflowAutomation.WorkflowAutomationConfig": {
      "assembly": "@cdktn/provider-datadog",
      "datatype": true,
      "docs": {
        "stability": "stable"
      },
      "fqn": "@cdktn/provider-datadog.workflowAutomation.WorkflowAutomationConfig",
      "interfaces": [
        "cdktn.TerraformMetaArguments"
      ],
      "kind": "interface",
      "locationInModule": {
        "filename": "src/workflow-automation/index.ts",
        "line": 14
      },
      "name": "WorkflowAutomationConfig",
      "namespace": "workflowAutomation",
      "properties": [
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/workflow_automation#description WorkflowAutomation#description}",
            "stability": "stable",
            "summary": "Description of the workflow."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/workflow-automation/index.ts",
            "line": 20
          },
          "name": "description",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/workflow_automation#name WorkflowAutomation#name}",
            "stability": "stable",
            "summary": "Name of the workflow. String length must be at least 1."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/workflow-automation/index.ts",
            "line": 26
          },
          "name": "name",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Workflows in an unpublished state are only executable through manual runs. Automatic triggers such as Schedule do not execute the workflow until it is published.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/workflow_automation#published WorkflowAutomation#published}",
            "stability": "stable",
            "summary": "Set the workflow to published or unpublished."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/workflow-automation/index.ts",
            "line": 32
          },
          "name": "published",
          "type": {
            "union": {
              "types": [
                {
                  "primitive": "boolean"
                },
                {
                  "fqn": "cdktn.IResolvable"
                }
              ]
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/workflow_automation#spec_json WorkflowAutomation#spec_json}",
            "stability": "stable",
            "summary": "The spec defines what the workflow does."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/workflow-automation/index.ts",
            "line": 38
          },
          "name": "specJson",
          "type": {
            "primitive": "string"
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/workflow_automation#tags WorkflowAutomation#tags}",
            "stability": "stable",
            "summary": "Tags of the workflow."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/workflow-automation/index.ts",
            "line": 44
          },
          "name": "tags",
          "type": {
            "collection": {
              "elementtype": {
                "primitive": "string"
              },
              "kind": "array"
            }
          }
        },
        {
          "abstract": true,
          "docs": {
            "remarks": "String length must be at least 16.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/datadog/datadog/4.8.0/docs/resources/workflow_automation#webhook_secret WorkflowAutomation#webhook_secret}",
            "stability": "stable",
            "summary": "If a webhook trigger is defined on this workflow, a webhookSecret is required and should be provided here."
          },
          "immutable": true,
          "locationInModule": {
            "filename": "src/workflow-automation/index.ts",
            "line": 50
          },
          "name": "webhookSecret",
          "optional": true,
          "type": {
            "primitive": "string"
          }
        }
      ],
      "symbolId": "src/workflow-automation/index:WorkflowAutomationConfig"
    }
  },
  "version": "15.0.0",
  "fingerprint": "gaUt5RnheJ8CGTpG7NgCKnsHkhB6APVie1AgeZLariw="
}